Interface ServerAppFrameProto.ApiCallMsgOutProtoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getArgs​(int index)
      repeated string args = 3;
      com.google.protobuf.ByteString getArgsBytes​(int index)
      repeated string args = 3;
      int getArgsCount()
      repeated string args = 3;
      java.util.List<java.lang.String> getArgsList()
      repeated string args = 3;
      java.lang.String getCorrelationId()
      optional string correlationId = 1;
      com.google.protobuf.ByteString getCorrelationIdBytes()
      optional string correlationId = 1;
      ServerAppFrameProto.ApiCallMsgOutProto.ApiMethodProto getMethod()
      optional .ApiCallMsgOutProto.ApiMethodProto method = 2;
      boolean hasCorrelationId()
      optional string correlationId = 1;
      boolean hasMethod()
      optional .ApiCallMsgOutProto.ApiMethodProto method = 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 Detail

      • hasCorrelationId

        boolean hasCorrelationId()
        optional string correlationId = 1;
      • getCorrelationId

        java.lang.String getCorrelationId()
        optional string correlationId = 1;
      • getCorrelationIdBytes

        com.google.protobuf.ByteString getCorrelationIdBytes()
        optional string correlationId = 1;
      • hasMethod

        boolean hasMethod()
        optional .ApiCallMsgOutProto.ApiMethodProto method = 2;
      • getArgsList

        java.util.List<java.lang.String> getArgsList()
        repeated string args = 3;
      • getArgsCount

        int getArgsCount()
        repeated string args = 3;
      • getArgs

        java.lang.String getArgs​(int index)
        repeated string args = 3;
      • getArgsBytes

        com.google.protobuf.ByteString getArgsBytes​(int index)
        repeated string args = 3;