Interface CommonMessages.PersistentParamOrReturnOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommonMessages.PersistentParamOrReturn
,CommonMessages.PersistentParamOrReturn.Builder
- Enclosing class:
- CommonMessages
public static interface CommonMessages.PersistentParamOrReturnOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getClassID()
string classID = 3;
com.google.protobuf.ByteString
getClassIDBytes()
string classID = 3;
String
getExtDataClayID()
string extDataClayID = 4;
com.google.protobuf.ByteString
getExtDataClayIDBytes()
string extDataClayID = 4;
String
getHint()
string hint = 2;
com.google.protobuf.ByteString
getHintBytes()
string hint = 2;
String
getOid()
string oid = 1;
com.google.protobuf.ByteString
getOidBytes()
string oid = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getOid
String getOid()
string oid = 1;
- Returns:
- The oid.
-
getOidBytes
com.google.protobuf.ByteString getOidBytes()
string oid = 1;
- Returns:
- The bytes for oid.
-
getHint
String getHint()
string hint = 2;
- Returns:
- The hint.
-
getHintBytes
com.google.protobuf.ByteString getHintBytes()
string hint = 2;
- Returns:
- The bytes for hint.
-
getClassID
String getClassID()
string classID = 3;
- Returns:
- The classID.
-
getClassIDBytes
com.google.protobuf.ByteString getClassIDBytes()
string classID = 3;
- Returns:
- The bytes for classID.
-
getExtDataClayID
String getExtDataClayID()
string extDataClayID = 4;
- Returns:
- The extDataClayID.
-
getExtDataClayIDBytes
com.google.protobuf.ByteString getExtDataClayIDBytes()
string extDataClayID = 4;
- Returns:
- The bytes for extDataClayID.
-
-