public final class IBrokerMessage extends com.google.protobuf.GeneratedMessageV3 implements IBrokerMessageOrBuilder
fincleartech.ibroker.IBrokerMessage| Modifier and Type | Class and Description |
|---|---|
static class |
IBrokerMessage.Builder
Protobuf type
fincleartech.ibroker.IBrokerMessage |
static class |
IBrokerMessage.MessageTypeCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ACCOUNT_TO_ACCOUNT_TRANSFER_CONFIRMATION_FIELD_NUMBER |
static int |
INVALID_REQUEST_NOTIFICATION_FIELD_NUMBER |
static int |
ISSUER_TO_PARTICIPANT_CONVERSION_CONFIRMATION_FIELD_NUMBER |
static int |
ISSUER_TO_PARTICIPANT_TRANSFER_CONFIRMATION_FIELD_NUMBER |
static int |
MESSAGE_ID_FIELD_NUMBER |
static int |
PARTICIPANT_TO_ISSUER_CONVERSION_CONFIRMATION_FIELD_NUMBER |
static int |
PARTICIPANT_TO_ISSUER_TRANSFER_CONFIRMATION_FIELD_NUMBER |
static int |
PARTICIPANT_TO_PARTICIPANT_TRANSFER_CONFIRMATION_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
AccountToAccountTransferConfirmation |
getAccountToAccountTransferConfirmation()
.fincleartech.ibroker.AccountToAccountTransferConfirmation account_to_account_transfer_confirmation = 4; |
AccountToAccountTransferConfirmationOrBuilder |
getAccountToAccountTransferConfirmationOrBuilder()
.fincleartech.ibroker.AccountToAccountTransferConfirmation account_to_account_transfer_confirmation = 4; |
static IBrokerMessage |
getDefaultInstance() |
IBrokerMessage |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
InvalidRequestNotification |
getInvalidRequestNotification()
.fincleartech.ibroker.InvalidRequestNotification invalid_request_notification = 2; |
InvalidRequestNotificationOrBuilder |
getInvalidRequestNotificationOrBuilder()
.fincleartech.ibroker.InvalidRequestNotification invalid_request_notification = 2; |
IssuerToParticipantConversionConfirmation |
getIssuerToParticipantConversionConfirmation()
.fincleartech.ibroker.IssuerToParticipantConversionConfirmation issuer_to_participant_conversion_confirmation = 8; |
IssuerToParticipantConversionConfirmationOrBuilder |
getIssuerToParticipantConversionConfirmationOrBuilder()
.fincleartech.ibroker.IssuerToParticipantConversionConfirmation issuer_to_participant_conversion_confirmation = 8; |
IssuerToParticipantTransferConfirmation |
getIssuerToParticipantTransferConfirmation()
.fincleartech.ibroker.IssuerToParticipantTransferConfirmation issuer_to_participant_transfer_confirmation = 6; |
IssuerToParticipantTransferConfirmationOrBuilder |
getIssuerToParticipantTransferConfirmationOrBuilder()
.fincleartech.ibroker.IssuerToParticipantTransferConfirmation issuer_to_participant_transfer_confirmation = 6; |
String |
getMessageId()
Message identifier.
|
com.google.protobuf.ByteString |
getMessageIdBytes()
Message identifier.
|
IBrokerMessage.MessageTypeCase |
getMessageTypeCase() |
com.google.protobuf.Parser<IBrokerMessage> |
getParserForType() |
ParticipantToIssuerConversionConfirmation |
getParticipantToIssuerConversionConfirmation()
.fincleartech.ibroker.ParticipantToIssuerConversionConfirmation participant_to_issuer_conversion_confirmation = 7; |
ParticipantToIssuerConversionConfirmationOrBuilder |
getParticipantToIssuerConversionConfirmationOrBuilder()
.fincleartech.ibroker.ParticipantToIssuerConversionConfirmation participant_to_issuer_conversion_confirmation = 7; |
ParticipantToIssuerTransferConfirmation |
getParticipantToIssuerTransferConfirmation()
.fincleartech.ibroker.ParticipantToIssuerTransferConfirmation participant_to_issuer_transfer_confirmation = 5; |
ParticipantToIssuerTransferConfirmationOrBuilder |
getParticipantToIssuerTransferConfirmationOrBuilder()
.fincleartech.ibroker.ParticipantToIssuerTransferConfirmation participant_to_issuer_transfer_confirmation = 5; |
ParticipantToParticipantTransferConfirmation |
getParticipantToParticipantTransferConfirmation()
.fincleartech.ibroker.ParticipantToParticipantTransferConfirmation participant_to_participant_transfer_confirmation = 3; |
ParticipantToParticipantTransferConfirmationOrBuilder |
getParticipantToParticipantTransferConfirmationOrBuilder()
.fincleartech.ibroker.ParticipantToParticipantTransferConfirmation participant_to_participant_transfer_confirmation = 3; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAccountToAccountTransferConfirmation()
.fincleartech.ibroker.AccountToAccountTransferConfirmation account_to_account_transfer_confirmation = 4; |
int |
hashCode() |
boolean |
hasInvalidRequestNotification()
.fincleartech.ibroker.InvalidRequestNotification invalid_request_notification = 2; |
boolean |
hasIssuerToParticipantConversionConfirmation()
.fincleartech.ibroker.IssuerToParticipantConversionConfirmation issuer_to_participant_conversion_confirmation = 8; |
boolean |
hasIssuerToParticipantTransferConfirmation()
.fincleartech.ibroker.IssuerToParticipantTransferConfirmation issuer_to_participant_transfer_confirmation = 6; |
boolean |
hasParticipantToIssuerConversionConfirmation()
.fincleartech.ibroker.ParticipantToIssuerConversionConfirmation participant_to_issuer_conversion_confirmation = 7; |
boolean |
hasParticipantToIssuerTransferConfirmation()
.fincleartech.ibroker.ParticipantToIssuerTransferConfirmation participant_to_issuer_transfer_confirmation = 5; |
boolean |
hasParticipantToParticipantTransferConfirmation()
.fincleartech.ibroker.ParticipantToParticipantTransferConfirmation participant_to_participant_transfer_confirmation = 3; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static IBrokerMessage.Builder |
newBuilder() |
static IBrokerMessage.Builder |
newBuilder(IBrokerMessage prototype) |
IBrokerMessage.Builder |
newBuilderForType() |
protected IBrokerMessage.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static IBrokerMessage |
parseDelimitedFrom(InputStream input) |
static IBrokerMessage |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IBrokerMessage |
parseFrom(byte[] data) |
static IBrokerMessage |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IBrokerMessage |
parseFrom(ByteBuffer data) |
static IBrokerMessage |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IBrokerMessage |
parseFrom(com.google.protobuf.ByteString data) |
static IBrokerMessage |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IBrokerMessage |
parseFrom(com.google.protobuf.CodedInputStream input) |
static IBrokerMessage |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IBrokerMessage |
parseFrom(InputStream input) |
static IBrokerMessage |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<IBrokerMessage> |
parser() |
IBrokerMessage.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, getSerializedSizeInternal, isInitializedInternal, makeImmutableInternal, mergeFromInternal, toByteArray, toByteString, writeDelimitedTo, writeTo, writeToInternalclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int MESSAGE_ID_FIELD_NUMBER
public static final int INVALID_REQUEST_NOTIFICATION_FIELD_NUMBER
public static final int PARTICIPANT_TO_PARTICIPANT_TRANSFER_CONFIRMATION_FIELD_NUMBER
public static final int ACCOUNT_TO_ACCOUNT_TRANSFER_CONFIRMATION_FIELD_NUMBER
public static final int PARTICIPANT_TO_ISSUER_TRANSFER_CONFIRMATION_FIELD_NUMBER
public static final int ISSUER_TO_PARTICIPANT_TRANSFER_CONFIRMATION_FIELD_NUMBER
public static final int PARTICIPANT_TO_ISSUER_CONVERSION_CONFIRMATION_FIELD_NUMBER
public static final int ISSUER_TO_PARTICIPANT_CONVERSION_CONFIRMATION_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public IBrokerMessage.MessageTypeCase getMessageTypeCase()
getMessageTypeCase in interface IBrokerMessageOrBuilderpublic String getMessageId()
Message identifier.
string message_id = 1;getMessageId in interface IBrokerMessageOrBuilderpublic com.google.protobuf.ByteString getMessageIdBytes()
Message identifier.
string message_id = 1;getMessageIdBytes in interface IBrokerMessageOrBuilderpublic boolean hasInvalidRequestNotification()
.fincleartech.ibroker.InvalidRequestNotification invalid_request_notification = 2;hasInvalidRequestNotification in interface IBrokerMessageOrBuilderpublic InvalidRequestNotification getInvalidRequestNotification()
.fincleartech.ibroker.InvalidRequestNotification invalid_request_notification = 2;getInvalidRequestNotification in interface IBrokerMessageOrBuilderpublic InvalidRequestNotificationOrBuilder getInvalidRequestNotificationOrBuilder()
.fincleartech.ibroker.InvalidRequestNotification invalid_request_notification = 2;getInvalidRequestNotificationOrBuilder in interface IBrokerMessageOrBuilderpublic boolean hasParticipantToParticipantTransferConfirmation()
.fincleartech.ibroker.ParticipantToParticipantTransferConfirmation participant_to_participant_transfer_confirmation = 3;hasParticipantToParticipantTransferConfirmation in interface IBrokerMessageOrBuilderpublic ParticipantToParticipantTransferConfirmation getParticipantToParticipantTransferConfirmation()
.fincleartech.ibroker.ParticipantToParticipantTransferConfirmation participant_to_participant_transfer_confirmation = 3;getParticipantToParticipantTransferConfirmation in interface IBrokerMessageOrBuilderpublic ParticipantToParticipantTransferConfirmationOrBuilder getParticipantToParticipantTransferConfirmationOrBuilder()
.fincleartech.ibroker.ParticipantToParticipantTransferConfirmation participant_to_participant_transfer_confirmation = 3;getParticipantToParticipantTransferConfirmationOrBuilder in interface IBrokerMessageOrBuilderpublic boolean hasAccountToAccountTransferConfirmation()
.fincleartech.ibroker.AccountToAccountTransferConfirmation account_to_account_transfer_confirmation = 4;hasAccountToAccountTransferConfirmation in interface IBrokerMessageOrBuilderpublic AccountToAccountTransferConfirmation getAccountToAccountTransferConfirmation()
.fincleartech.ibroker.AccountToAccountTransferConfirmation account_to_account_transfer_confirmation = 4;getAccountToAccountTransferConfirmation in interface IBrokerMessageOrBuilderpublic AccountToAccountTransferConfirmationOrBuilder getAccountToAccountTransferConfirmationOrBuilder()
.fincleartech.ibroker.AccountToAccountTransferConfirmation account_to_account_transfer_confirmation = 4;getAccountToAccountTransferConfirmationOrBuilder in interface IBrokerMessageOrBuilderpublic boolean hasParticipantToIssuerTransferConfirmation()
.fincleartech.ibroker.ParticipantToIssuerTransferConfirmation participant_to_issuer_transfer_confirmation = 5;hasParticipantToIssuerTransferConfirmation in interface IBrokerMessageOrBuilderpublic ParticipantToIssuerTransferConfirmation getParticipantToIssuerTransferConfirmation()
.fincleartech.ibroker.ParticipantToIssuerTransferConfirmation participant_to_issuer_transfer_confirmation = 5;getParticipantToIssuerTransferConfirmation in interface IBrokerMessageOrBuilderpublic ParticipantToIssuerTransferConfirmationOrBuilder getParticipantToIssuerTransferConfirmationOrBuilder()
.fincleartech.ibroker.ParticipantToIssuerTransferConfirmation participant_to_issuer_transfer_confirmation = 5;getParticipantToIssuerTransferConfirmationOrBuilder in interface IBrokerMessageOrBuilderpublic boolean hasIssuerToParticipantTransferConfirmation()
.fincleartech.ibroker.IssuerToParticipantTransferConfirmation issuer_to_participant_transfer_confirmation = 6;hasIssuerToParticipantTransferConfirmation in interface IBrokerMessageOrBuilderpublic IssuerToParticipantTransferConfirmation getIssuerToParticipantTransferConfirmation()
.fincleartech.ibroker.IssuerToParticipantTransferConfirmation issuer_to_participant_transfer_confirmation = 6;getIssuerToParticipantTransferConfirmation in interface IBrokerMessageOrBuilderpublic IssuerToParticipantTransferConfirmationOrBuilder getIssuerToParticipantTransferConfirmationOrBuilder()
.fincleartech.ibroker.IssuerToParticipantTransferConfirmation issuer_to_participant_transfer_confirmation = 6;getIssuerToParticipantTransferConfirmationOrBuilder in interface IBrokerMessageOrBuilderpublic boolean hasParticipantToIssuerConversionConfirmation()
.fincleartech.ibroker.ParticipantToIssuerConversionConfirmation participant_to_issuer_conversion_confirmation = 7;hasParticipantToIssuerConversionConfirmation in interface IBrokerMessageOrBuilderpublic ParticipantToIssuerConversionConfirmation getParticipantToIssuerConversionConfirmation()
.fincleartech.ibroker.ParticipantToIssuerConversionConfirmation participant_to_issuer_conversion_confirmation = 7;getParticipantToIssuerConversionConfirmation in interface IBrokerMessageOrBuilderpublic ParticipantToIssuerConversionConfirmationOrBuilder getParticipantToIssuerConversionConfirmationOrBuilder()
.fincleartech.ibroker.ParticipantToIssuerConversionConfirmation participant_to_issuer_conversion_confirmation = 7;getParticipantToIssuerConversionConfirmationOrBuilder in interface IBrokerMessageOrBuilderpublic boolean hasIssuerToParticipantConversionConfirmation()
.fincleartech.ibroker.IssuerToParticipantConversionConfirmation issuer_to_participant_conversion_confirmation = 8;hasIssuerToParticipantConversionConfirmation in interface IBrokerMessageOrBuilderpublic IssuerToParticipantConversionConfirmation getIssuerToParticipantConversionConfirmation()
.fincleartech.ibroker.IssuerToParticipantConversionConfirmation issuer_to_participant_conversion_confirmation = 8;getIssuerToParticipantConversionConfirmation in interface IBrokerMessageOrBuilderpublic IssuerToParticipantConversionConfirmationOrBuilder getIssuerToParticipantConversionConfirmationOrBuilder()
.fincleartech.ibroker.IssuerToParticipantConversionConfirmation issuer_to_participant_conversion_confirmation = 8;getIssuerToParticipantConversionConfirmationOrBuilder in interface IBrokerMessageOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static IBrokerMessage parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IBrokerMessage parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IBrokerMessage parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IBrokerMessage parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IBrokerMessage parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IBrokerMessage parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IBrokerMessage parseFrom(InputStream input) throws IOException
IOExceptionpublic static IBrokerMessage parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static IBrokerMessage parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static IBrokerMessage parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static IBrokerMessage parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static IBrokerMessage parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic IBrokerMessage.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static IBrokerMessage.Builder newBuilder()
public static IBrokerMessage.Builder newBuilder(IBrokerMessage prototype)
public IBrokerMessage.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected IBrokerMessage.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static IBrokerMessage getDefaultInstance()
public static com.google.protobuf.Parser<IBrokerMessage> parser()
public com.google.protobuf.Parser<IBrokerMessage> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public IBrokerMessage getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2020. All rights reserved.