Interface AdminConsoleProto.SaveConfigResultMsgOutProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdminConsoleProto.SaveConfigResultMsgOutProto,AdminConsoleProto.SaveConfigResultMsgOutProto.Builder
- Enclosing class:
- AdminConsoleProto
public static interface AdminConsoleProto.SaveConfigResultMsgOutProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdminConsoleProto.SaveConfigAppResultMsgOutProtogetAppResults(int index)repeated .SaveConfigAppResultMsgOutProto appResults = 3;intgetAppResultsCount()repeated .SaveConfigAppResultMsgOutProto appResults = 3;java.util.List<AdminConsoleProto.SaveConfigAppResultMsgOutProto>getAppResultsList()repeated .SaveConfigAppResultMsgOutProto appResults = 3;AdminConsoleProto.SaveConfigAppResultMsgOutProtoOrBuildergetAppResultsOrBuilder(int index)repeated .SaveConfigAppResultMsgOutProto appResults = 3;java.util.List<? extends AdminConsoleProto.SaveConfigAppResultMsgOutProtoOrBuilder>getAppResultsOrBuilderList()repeated .SaveConfigAppResultMsgOutProto appResults = 3;java.lang.StringgetCorrelationId()optional string correlationId = 4;com.google.protobuf.ByteStringgetCorrelationIdBytes()optional string correlationId = 4;java.lang.StringgetServerError()optional string serverError = 2;com.google.protobuf.ByteStringgetServerErrorBytes()optional string serverError = 2;booleangetServerResult()optional bool serverResult = 1;booleanhasCorrelationId()optional string correlationId = 4;booleanhasServerError()optional string serverError = 2;booleanhasServerResult()optional bool serverResult = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
getAppResultsList
java.util.List<AdminConsoleProto.SaveConfigAppResultMsgOutProto> getAppResultsList()
repeated .SaveConfigAppResultMsgOutProto appResults = 3;
-
getAppResults
AdminConsoleProto.SaveConfigAppResultMsgOutProto getAppResults(int index)
repeated .SaveConfigAppResultMsgOutProto appResults = 3;
-
getAppResultsCount
int getAppResultsCount()
repeated .SaveConfigAppResultMsgOutProto appResults = 3;
-
getAppResultsOrBuilderList
java.util.List<? extends AdminConsoleProto.SaveConfigAppResultMsgOutProtoOrBuilder> getAppResultsOrBuilderList()
repeated .SaveConfigAppResultMsgOutProto appResults = 3;
-
getAppResultsOrBuilder
AdminConsoleProto.SaveConfigAppResultMsgOutProtoOrBuilder getAppResultsOrBuilder(int index)
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;
-
-