Interface LogicmoduleMessages.GetObjectFromAliasResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LogicmoduleMessages.GetObjectFromAliasResponse
,LogicmoduleMessages.GetObjectFromAliasResponse.Builder
- Enclosing class:
- LogicmoduleMessages
public static interface LogicmoduleMessages.GetObjectFromAliasResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getClassID()
string classID = 2;
com.google.protobuf.ByteString
getClassIDBytes()
string classID = 2;
CommonMessages.ExceptionInfo
getExcInfo()
.dataclay.communication.grpc.common.ExceptionInfo excInfo = 4;
CommonMessages.ExceptionInfoOrBuilder
getExcInfoOrBuilder()
.dataclay.communication.grpc.common.ExceptionInfo excInfo = 4;
String
getHint()
string hint = 3;
com.google.protobuf.ByteString
getHintBytes()
string hint = 3;
String
getObjectID()
string objectID = 1;
com.google.protobuf.ByteString
getObjectIDBytes()
string objectID = 1;
boolean
hasExcInfo()
.dataclay.communication.grpc.common.ExceptionInfo excInfo = 4;
-
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.
-
getHint
String getHint()
string hint = 3;
- Returns:
- The hint.
-
getHintBytes
com.google.protobuf.ByteString getHintBytes()
string hint = 3;
- Returns:
- The bytes for hint.
-
hasExcInfo
boolean hasExcInfo()
.dataclay.communication.grpc.common.ExceptionInfo excInfo = 4;
- Returns:
- Whether the excInfo field is set.
-
getExcInfo
CommonMessages.ExceptionInfo getExcInfo()
.dataclay.communication.grpc.common.ExceptionInfo excInfo = 4;
- Returns:
- The excInfo.
-
getExcInfoOrBuilder
CommonMessages.ExceptionInfoOrBuilder getExcInfoOrBuilder()
.dataclay.communication.grpc.common.ExceptionInfo excInfo = 4;
-
-