Interface LogicmoduleMessages.GetObjectFromAliasResponseOrBuilder

    • 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.