Interface LogicmoduleMessages.GetInfoOfSessionForDSResponseOrBuilder

    • Method Detail

      • getDataSetID

        String getDataSetID()
        string dataSetID = 1;
        Returns:
        The dataSetID.
      • getDataSetIDBytes

        com.google.protobuf.ByteString getDataSetIDBytes()
        string dataSetID = 1;
        Returns:
        The bytes for dataSetID.
      • getDate

        long getDate()
        int64 date = 2;
        Returns:
        The date.
      • getDataSetIDsList

        List<String> getDataSetIDsList()
        repeated string dataSetIDs = 3;
        Returns:
        A list containing the dataSetIDs.
      • getDataSetIDsCount

        int getDataSetIDsCount()
        repeated string dataSetIDs = 3;
        Returns:
        The count of dataSetIDs.
      • getDataSetIDs

        String getDataSetIDs​(int index)
        repeated string dataSetIDs = 3;
        Parameters:
        index - The index of the element to return.
        Returns:
        The dataSetIDs at the given index.
      • getDataSetIDsBytes

        com.google.protobuf.ByteString getDataSetIDsBytes​(int index)
        repeated string dataSetIDs = 3;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the dataSetIDs at the given index.
      • 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.