-
方法概要
从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized
从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
getAddressesList
repeated string addresses = 1;
- 返回:
- A list containing the addresses.
-
getAddressesCount
int getAddressesCount()
repeated string addresses = 1;
- 返回:
- The count of addresses.
-
getAddresses
String getAddresses(
int index)
repeated string addresses = 1;
- 参数:
index - The index of the element to return.
- 返回:
- The addresses at the given index.
-
getAddressesBytes
com.google.protobuf.ByteString getAddressesBytes(int index)
repeated string addresses = 1;
- 参数:
index - The index of the value to return.
- 返回:
- The bytes of the addresses at the given index.