Interface ReceiverDProto.GetStateVectorHistoryRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReceiverDProto.GetStateVectorHistoryRequest
,ReceiverDProto.GetStateVectorHistoryRequest.Builder
- Enclosing class:
- ReceiverDProto
public static interface ReceiverDProto.GetStateVectorHistoryRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe qualified address of the requested target.The qualified address of the requested target.boolean
The qualified address of the requested target.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasAddress
boolean hasAddress()The qualified address of the requested target.
.serosystems.proto.v3.grx.receiverd.StateVectorList.StateVector.QualifiedAddress address = 1;
- Returns:
- Whether the address field is set.
-
getAddress
The qualified address of the requested target.
.serosystems.proto.v3.grx.receiverd.StateVectorList.StateVector.QualifiedAddress address = 1;
- Returns:
- The address.
-
getAddressOrBuilder
ReceiverDProto.StateVectorList.StateVector.QualifiedAddressOrBuilder getAddressOrBuilder()The qualified address of the requested target.
.serosystems.proto.v3.grx.receiverd.StateVectorList.StateVector.QualifiedAddress address = 1;
-