Interface MxaccessGateway.WorkerInfoReplyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MxaccessGateway.WorkerInfoReply, MxaccessGateway.WorkerInfoReply.Builder
Enclosing class:
MxaccessGateway

public static interface MxaccessGateway.WorkerInfoReplyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string mxaccess_clsid = 4;
    com.google.protobuf.ByteString
    string mxaccess_clsid = 4;
    string mxaccess_progid = 3;
    com.google.protobuf.ByteString
    string mxaccess_progid = 3;
    int
    int32 worker_process_id = 1;
    string worker_version = 2;
    com.google.protobuf.ByteString
    string worker_version = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getWorkerProcessId

      int getWorkerProcessId()
      int32 worker_process_id = 1;
      Returns:
      The workerProcessId.
    • getWorkerVersion

      String getWorkerVersion()
      string worker_version = 2;
      Returns:
      The workerVersion.
    • getWorkerVersionBytes

      com.google.protobuf.ByteString getWorkerVersionBytes()
      string worker_version = 2;
      Returns:
      The bytes for workerVersion.
    • getMxaccessProgid

      String getMxaccessProgid()
      string mxaccess_progid = 3;
      Returns:
      The mxaccessProgid.
    • getMxaccessProgidBytes

      com.google.protobuf.ByteString getMxaccessProgidBytes()
      string mxaccess_progid = 3;
      Returns:
      The bytes for mxaccessProgid.
    • getMxaccessClsid

      String getMxaccessClsid()
      string mxaccess_clsid = 4;
      Returns:
      The mxaccessClsid.
    • getMxaccessClsidBytes

      com.google.protobuf.ByteString getMxaccessClsidBytes()
      string mxaccess_clsid = 4;
      Returns:
      The bytes for mxaccessClsid.