Interface AdminConsoleProto.SaveConfigResultMsgOutProtoOrBuilder

    • Method Detail

      • hasServerResult

        boolean hasServerResult()
        optional bool serverResult = 1;
      • getServerResult

        boolean getServerResult()
        optional bool serverResult = 1;
      • hasServerError

        boolean hasServerError()
        optional string serverError = 2;
      • getServerError

        java.lang.String getServerError()
        optional string serverError = 2;
      • getServerErrorBytes

        com.google.protobuf.ByteString getServerErrorBytes()
        optional string serverError = 2;
      • getAppResultsCount

        int getAppResultsCount()
        repeated .SaveConfigAppResultMsgOutProto appResults = 3;
      • hasCorrelationId

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

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

        com.google.protobuf.ByteString getCorrelationIdBytes()
        optional string correlationId = 4;