public interface GetClientMailingAddressResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DateTimeValue |
getEntryDateTime()
Entry Date Time
|
DateTimeValueOrBuilder |
getEntryDateTimeOrBuilder()
Entry Date Time
|
Address |
getMailingAddress()
Client Mailing Address
|
AddressOrBuilder |
getMailingAddressOrBuilder()
Client Mailing Address
|
ResponseStatus |
getStatus()
Response Status
|
ResponseStatusOrBuilder |
getStatusOrBuilder()
Response Status
|
com.google.protobuf.StringValue |
getUserId()
User Id
|
com.google.protobuf.StringValueOrBuilder |
getUserIdOrBuilder()
User Id
|
boolean |
hasEntryDateTime()
Entry Date Time
|
boolean |
hasMailingAddress()
Client Mailing Address
|
boolean |
hasStatus()
Response Status
|
boolean |
hasUserId()
User Id
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStatus()
Response Status
.fincleartech.ibroker.ResponseStatus status = 1;ResponseStatus getStatus()
Response Status
.fincleartech.ibroker.ResponseStatus status = 1;ResponseStatusOrBuilder getStatusOrBuilder()
Response Status
.fincleartech.ibroker.ResponseStatus status = 1;boolean hasMailingAddress()
Client Mailing Address
.fincleartech.ibroker.Address mailing_address = 2;Address getMailingAddress()
Client Mailing Address
.fincleartech.ibroker.Address mailing_address = 2;AddressOrBuilder getMailingAddressOrBuilder()
Client Mailing Address
.fincleartech.ibroker.Address mailing_address = 2;boolean hasUserId()
User Id
.google.protobuf.StringValue user_id = 3;com.google.protobuf.StringValue getUserId()
User Id
.google.protobuf.StringValue user_id = 3;com.google.protobuf.StringValueOrBuilder getUserIdOrBuilder()
User Id
.google.protobuf.StringValue user_id = 3;boolean hasEntryDateTime()
Entry Date Time
.fincleartech.ibroker.DateTimeValue entry_date_time = 4;DateTimeValue getEntryDateTime()
Entry Date Time
.fincleartech.ibroker.DateTimeValue entry_date_time = 4;DateTimeValueOrBuilder getEntryDateTimeOrBuilder()
Entry Date Time
.fincleartech.ibroker.DateTimeValue entry_date_time = 4;Copyright © 2020. All rights reserved.