Interface CommonMessages.RegistrationInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommonMessages.RegistrationInfo
,CommonMessages.RegistrationInfo.Builder
- Enclosing class:
- CommonMessages
public static interface CommonMessages.RegistrationInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAlias()
string alias = 5;
com.google.protobuf.ByteString
getAliasBytes()
string alias = 5;
String
getClassID()
string classID = 2;
com.google.protobuf.ByteString
getClassIDBytes()
string classID = 2;
String
getDataSetID()
string dataSetID = 4;
com.google.protobuf.ByteString
getDataSetIDBytes()
string dataSetID = 4;
String
getObjectID()
string objectID = 1;
com.google.protobuf.ByteString
getObjectIDBytes()
string objectID = 1;
String
getSessionID()
string sessionID = 3;
com.google.protobuf.ByteString
getSessionIDBytes()
string sessionID = 3;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getObjectID
String getObjectID()
string objectID = 1;
- Returns:
- The objectID.
-
getObjectIDBytes
com.google.protobuf.ByteString getObjectIDBytes()
string objectID = 1;
- Returns:
- The bytes for objectID.
-
getClassID
String getClassID()
string classID = 2;
- Returns:
- The classID.
-
getClassIDBytes
com.google.protobuf.ByteString getClassIDBytes()
string classID = 2;
- Returns:
- The bytes for classID.
-
getSessionID
String getSessionID()
string sessionID = 3;
- Returns:
- The sessionID.
-
getSessionIDBytes
com.google.protobuf.ByteString getSessionIDBytes()
string sessionID = 3;
- Returns:
- The bytes for sessionID.
-
getDataSetID
String getDataSetID()
string dataSetID = 4;
- Returns:
- The dataSetID.
-
getDataSetIDBytes
com.google.protobuf.ByteString getDataSetIDBytes()
string dataSetID = 4;
- Returns:
- The bytes for dataSetID.
-
getAlias
String getAlias()
string alias = 5;
- Returns:
- The alias.
-
getAliasBytes
com.google.protobuf.ByteString getAliasBytes()
string alias = 5;
- Returns:
- The bytes for alias.
-
-