public final class AccountStatement extends com.google.protobuf.GeneratedMessageV3 implements AccountStatementOrBuilder
fincleartech.ibroker.AccountStatement| Modifier and Type | Class and Description |
|---|---|
static class |
AccountStatement.Builder
Protobuf type
fincleartech.ibroker.AccountStatement |
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_NUMBER_FIELD_NUMBER |
static int |
COMMUNICATION_TYPE_FIELD_NUMBER |
static int |
CURRENT_FIELD_NUMBER |
static int |
ENTRY_DATE_TIME_FIELD_NUMBER |
static int |
FREQUENCY_FIELD_NUMBER |
static int |
LAST_DATE_FIELD_NUMBER |
static int |
NEXT_DATE_FIELD_NUMBER |
static int |
PAGE_NUMBER_FIELD_NUMBER |
static int |
STATEMENT_TYPE_FIELD_NUMBER |
static int |
YEAR_TO_DATE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
com.google.protobuf.StringValue |
getAccountNumber()
.google.protobuf.StringValue account_number = 1; |
com.google.protobuf.StringValueOrBuilder |
getAccountNumberOrBuilder()
.google.protobuf.StringValue account_number = 1; |
com.google.protobuf.StringValue |
getCommunicationType()
.google.protobuf.StringValue communication_type = 3; |
com.google.protobuf.StringValueOrBuilder |
getCommunicationTypeOrBuilder()
.google.protobuf.StringValue communication_type = 3; |
com.google.protobuf.BoolValue |
getCurrent()
.google.protobuf.BoolValue current = 9; |
com.google.protobuf.BoolValueOrBuilder |
getCurrentOrBuilder()
.google.protobuf.BoolValue current = 9; |
static AccountStatement |
getDefaultInstance() |
AccountStatement |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
DateTimeValue |
getEntryDateTime()
.fincleartech.ibroker.DateTimeValue entry_date_time = 10; |
DateTimeValueOrBuilder |
getEntryDateTimeOrBuilder()
.fincleartech.ibroker.DateTimeValue entry_date_time = 10; |
com.google.protobuf.StringValue |
getFrequency()
.google.protobuf.StringValue frequency = 4; |
com.google.protobuf.StringValueOrBuilder |
getFrequencyOrBuilder()
.google.protobuf.StringValue frequency = 4; |
DateTimeValue |
getLastDate()
.fincleartech.ibroker.DateTimeValue last_date = 5; |
DateTimeValueOrBuilder |
getLastDateOrBuilder()
.fincleartech.ibroker.DateTimeValue last_date = 5; |
DateTimeValue |
getNextDate()
.fincleartech.ibroker.DateTimeValue next_date = 6; |
DateTimeValueOrBuilder |
getNextDateOrBuilder()
.fincleartech.ibroker.DateTimeValue next_date = 6; |
NumberValue |
getPageNumber()
.fincleartech.ibroker.NumberValue page_number = 8; |
NumberValueOrBuilder |
getPageNumberOrBuilder()
.fincleartech.ibroker.NumberValue page_number = 8; |
com.google.protobuf.Parser<AccountStatement> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.StringValue |
getStatementType()
.google.protobuf.StringValue statement_type = 2; |
com.google.protobuf.StringValueOrBuilder |
getStatementTypeOrBuilder()
.google.protobuf.StringValue statement_type = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
NumberValue |
getYearToDate()
.fincleartech.ibroker.NumberValue year_to_date = 7; |
NumberValueOrBuilder |
getYearToDateOrBuilder()
.fincleartech.ibroker.NumberValue year_to_date = 7; |
boolean |
hasAccountNumber()
.google.protobuf.StringValue account_number = 1; |
boolean |
hasCommunicationType()
.google.protobuf.StringValue communication_type = 3; |
boolean |
hasCurrent()
.google.protobuf.BoolValue current = 9; |
boolean |
hasEntryDateTime()
.fincleartech.ibroker.DateTimeValue entry_date_time = 10; |
boolean |
hasFrequency()
.google.protobuf.StringValue frequency = 4; |
int |
hashCode() |
boolean |
hasLastDate()
.fincleartech.ibroker.DateTimeValue last_date = 5; |
boolean |
hasNextDate()
.fincleartech.ibroker.DateTimeValue next_date = 6; |
boolean |
hasPageNumber()
.fincleartech.ibroker.NumberValue page_number = 8; |
boolean |
hasStatementType()
.google.protobuf.StringValue statement_type = 2; |
boolean |
hasYearToDate()
.fincleartech.ibroker.NumberValue year_to_date = 7; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static AccountStatement.Builder |
newBuilder() |
static AccountStatement.Builder |
newBuilder(AccountStatement prototype) |
AccountStatement.Builder |
newBuilderForType() |
protected AccountStatement.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static AccountStatement |
parseDelimitedFrom(InputStream input) |
static AccountStatement |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccountStatement |
parseFrom(byte[] data) |
static AccountStatement |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccountStatement |
parseFrom(ByteBuffer data) |
static AccountStatement |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccountStatement |
parseFrom(com.google.protobuf.ByteString data) |
static AccountStatement |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccountStatement |
parseFrom(com.google.protobuf.CodedInputStream input) |
static AccountStatement |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccountStatement |
parseFrom(InputStream input) |
static AccountStatement |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<AccountStatement> |
parser() |
AccountStatement.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 ACCOUNT_NUMBER_FIELD_NUMBER
public static final int STATEMENT_TYPE_FIELD_NUMBER
public static final int COMMUNICATION_TYPE_FIELD_NUMBER
public static final int FREQUENCY_FIELD_NUMBER
public static final int LAST_DATE_FIELD_NUMBER
public static final int NEXT_DATE_FIELD_NUMBER
public static final int YEAR_TO_DATE_FIELD_NUMBER
public static final int PAGE_NUMBER_FIELD_NUMBER
public static final int CURRENT_FIELD_NUMBER
public static final int ENTRY_DATE_TIME_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 boolean hasAccountNumber()
.google.protobuf.StringValue account_number = 1;hasAccountNumber in interface AccountStatementOrBuilderpublic com.google.protobuf.StringValue getAccountNumber()
.google.protobuf.StringValue account_number = 1;getAccountNumber in interface AccountStatementOrBuilderpublic com.google.protobuf.StringValueOrBuilder getAccountNumberOrBuilder()
.google.protobuf.StringValue account_number = 1;getAccountNumberOrBuilder in interface AccountStatementOrBuilderpublic boolean hasStatementType()
.google.protobuf.StringValue statement_type = 2;hasStatementType in interface AccountStatementOrBuilderpublic com.google.protobuf.StringValue getStatementType()
.google.protobuf.StringValue statement_type = 2;getStatementType in interface AccountStatementOrBuilderpublic com.google.protobuf.StringValueOrBuilder getStatementTypeOrBuilder()
.google.protobuf.StringValue statement_type = 2;getStatementTypeOrBuilder in interface AccountStatementOrBuilderpublic boolean hasCommunicationType()
.google.protobuf.StringValue communication_type = 3;hasCommunicationType in interface AccountStatementOrBuilderpublic com.google.protobuf.StringValue getCommunicationType()
.google.protobuf.StringValue communication_type = 3;getCommunicationType in interface AccountStatementOrBuilderpublic com.google.protobuf.StringValueOrBuilder getCommunicationTypeOrBuilder()
.google.protobuf.StringValue communication_type = 3;getCommunicationTypeOrBuilder in interface AccountStatementOrBuilderpublic boolean hasFrequency()
.google.protobuf.StringValue frequency = 4;hasFrequency in interface AccountStatementOrBuilderpublic com.google.protobuf.StringValue getFrequency()
.google.protobuf.StringValue frequency = 4;getFrequency in interface AccountStatementOrBuilderpublic com.google.protobuf.StringValueOrBuilder getFrequencyOrBuilder()
.google.protobuf.StringValue frequency = 4;getFrequencyOrBuilder in interface AccountStatementOrBuilderpublic boolean hasLastDate()
.fincleartech.ibroker.DateTimeValue last_date = 5;hasLastDate in interface AccountStatementOrBuilderpublic DateTimeValue getLastDate()
.fincleartech.ibroker.DateTimeValue last_date = 5;getLastDate in interface AccountStatementOrBuilderpublic DateTimeValueOrBuilder getLastDateOrBuilder()
.fincleartech.ibroker.DateTimeValue last_date = 5;getLastDateOrBuilder in interface AccountStatementOrBuilderpublic boolean hasNextDate()
.fincleartech.ibroker.DateTimeValue next_date = 6;hasNextDate in interface AccountStatementOrBuilderpublic DateTimeValue getNextDate()
.fincleartech.ibroker.DateTimeValue next_date = 6;getNextDate in interface AccountStatementOrBuilderpublic DateTimeValueOrBuilder getNextDateOrBuilder()
.fincleartech.ibroker.DateTimeValue next_date = 6;getNextDateOrBuilder in interface AccountStatementOrBuilderpublic boolean hasYearToDate()
.fincleartech.ibroker.NumberValue year_to_date = 7;hasYearToDate in interface AccountStatementOrBuilderpublic NumberValue getYearToDate()
.fincleartech.ibroker.NumberValue year_to_date = 7;getYearToDate in interface AccountStatementOrBuilderpublic NumberValueOrBuilder getYearToDateOrBuilder()
.fincleartech.ibroker.NumberValue year_to_date = 7;getYearToDateOrBuilder in interface AccountStatementOrBuilderpublic boolean hasPageNumber()
.fincleartech.ibroker.NumberValue page_number = 8;hasPageNumber in interface AccountStatementOrBuilderpublic NumberValue getPageNumber()
.fincleartech.ibroker.NumberValue page_number = 8;getPageNumber in interface AccountStatementOrBuilderpublic NumberValueOrBuilder getPageNumberOrBuilder()
.fincleartech.ibroker.NumberValue page_number = 8;getPageNumberOrBuilder in interface AccountStatementOrBuilderpublic boolean hasCurrent()
.google.protobuf.BoolValue current = 9;hasCurrent in interface AccountStatementOrBuilderpublic com.google.protobuf.BoolValue getCurrent()
.google.protobuf.BoolValue current = 9;getCurrent in interface AccountStatementOrBuilderpublic com.google.protobuf.BoolValueOrBuilder getCurrentOrBuilder()
.google.protobuf.BoolValue current = 9;getCurrentOrBuilder in interface AccountStatementOrBuilderpublic boolean hasEntryDateTime()
.fincleartech.ibroker.DateTimeValue entry_date_time = 10;hasEntryDateTime in interface AccountStatementOrBuilderpublic DateTimeValue getEntryDateTime()
.fincleartech.ibroker.DateTimeValue entry_date_time = 10;getEntryDateTime in interface AccountStatementOrBuilderpublic DateTimeValueOrBuilder getEntryDateTimeOrBuilder()
.fincleartech.ibroker.DateTimeValue entry_date_time = 10;getEntryDateTimeOrBuilder in interface AccountStatementOrBuilderpublic 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 AccountStatement parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountStatement parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountStatement parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountStatement parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountStatement parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountStatement parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountStatement parseFrom(InputStream input) throws IOException
IOExceptionpublic static AccountStatement parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AccountStatement parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static AccountStatement parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AccountStatement parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static AccountStatement parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic AccountStatement.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static AccountStatement.Builder newBuilder()
public static AccountStatement.Builder newBuilder(AccountStatement prototype)
public AccountStatement.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected AccountStatement.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static AccountStatement getDefaultInstance()
public static com.google.protobuf.Parser<AccountStatement> parser()
public com.google.protobuf.Parser<AccountStatement> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public AccountStatement getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2020. All rights reserved.