public static interface SettlementAccountNotification.AddressOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.StringValue |
getAddressLine(int index)
repeated .google.protobuf.StringValue address_line = 1; |
int |
getAddressLineCount()
repeated .google.protobuf.StringValue address_line = 1; |
List<com.google.protobuf.StringValue> |
getAddressLineList()
repeated .google.protobuf.StringValue address_line = 1; |
com.google.protobuf.StringValueOrBuilder |
getAddressLineOrBuilder(int index)
repeated .google.protobuf.StringValue address_line = 1; |
List<? extends com.google.protobuf.StringValueOrBuilder> |
getAddressLineOrBuilderList()
repeated .google.protobuf.StringValue address_line = 1; |
com.google.protobuf.StringValue |
getCountry()
The country code which the address is located
|
com.google.protobuf.StringValueOrBuilder |
getCountryOrBuilder()
The country code which the address is located
|
com.google.protobuf.StringValue |
getPostCode()
The postcode which the address is located
|
com.google.protobuf.StringValueOrBuilder |
getPostCodeOrBuilder()
The postcode which the address is located
|
com.google.protobuf.StringValue |
getState()
The state which the address is located
|
com.google.protobuf.StringValueOrBuilder |
getStateOrBuilder()
The state which the address is located
|
com.google.protobuf.StringValue |
getTownName()
The town which the address is located
|
com.google.protobuf.StringValueOrBuilder |
getTownNameOrBuilder()
The town which the address is located
|
boolean |
hasCountry()
The country code which the address is located
|
boolean |
hasPostCode()
The postcode which the address is located
|
boolean |
hasState()
The state which the address is located
|
boolean |
hasTownName()
The town which the address is located
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<com.google.protobuf.StringValue> getAddressLineList()
repeated .google.protobuf.StringValue address_line = 1;com.google.protobuf.StringValue getAddressLine(int index)
repeated .google.protobuf.StringValue address_line = 1;int getAddressLineCount()
repeated .google.protobuf.StringValue address_line = 1;List<? extends com.google.protobuf.StringValueOrBuilder> getAddressLineOrBuilderList()
repeated .google.protobuf.StringValue address_line = 1;com.google.protobuf.StringValueOrBuilder getAddressLineOrBuilder(int index)
repeated .google.protobuf.StringValue address_line = 1;boolean hasTownName()
The town which the address is located
.google.protobuf.StringValue town_name = 2;com.google.protobuf.StringValue getTownName()
The town which the address is located
.google.protobuf.StringValue town_name = 2;com.google.protobuf.StringValueOrBuilder getTownNameOrBuilder()
The town which the address is located
.google.protobuf.StringValue town_name = 2;boolean hasState()
The state which the address is located
.google.protobuf.StringValue state = 3;com.google.protobuf.StringValue getState()
The state which the address is located
.google.protobuf.StringValue state = 3;com.google.protobuf.StringValueOrBuilder getStateOrBuilder()
The state which the address is located
.google.protobuf.StringValue state = 3;boolean hasPostCode()
The postcode which the address is located
.google.protobuf.StringValue post_code = 4;com.google.protobuf.StringValue getPostCode()
The postcode which the address is located
.google.protobuf.StringValue post_code = 4;com.google.protobuf.StringValueOrBuilder getPostCodeOrBuilder()
The postcode which the address is located
.google.protobuf.StringValue post_code = 4;boolean hasCountry()
The country code which the address is located
.google.protobuf.StringValue country = 5;com.google.protobuf.StringValue getCountry()
The country code which the address is located
.google.protobuf.StringValue country = 5;com.google.protobuf.StringValueOrBuilder getCountryOrBuilder()
The country code which the address is located
.google.protobuf.StringValue country = 5;Copyright © 2020. All rights reserved.