Interface DeviceSettingResultOuterClass.DeviceSettingResultOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DeviceSettingResultOuterClass.DeviceSettingResult,DeviceSettingResultOuterClass.DeviceSettingResult.Builder
- Enclosing class:
DeviceSettingResultOuterClass
public static interface DeviceSettingResultOuterClass.DeviceSettingResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.Arp.Device.Interface.Services.Grpc.AccessErrorCode ErrorCode = 1;int.Arp.Device.Interface.Services.Grpc.AccessErrorCode ErrorCode = 1;getValue().Arp.Type.Grpc.ObjectType Value = 2;.Arp.Type.Grpc.ObjectType Value = 2;booleanhasValue().Arp.Type.Grpc.ObjectType Value = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getErrorCodeValue
int getErrorCodeValue().Arp.Device.Interface.Services.Grpc.AccessErrorCode ErrorCode = 1; -
getErrorCode
AccessErrorCodeOuterClass.AccessErrorCode getErrorCode().Arp.Device.Interface.Services.Grpc.AccessErrorCode ErrorCode = 1; -
hasValue
boolean hasValue().Arp.Type.Grpc.ObjectType Value = 2; -
getValue
ArpTypes.ObjectType getValue().Arp.Type.Grpc.ObjectType Value = 2; -
getValueOrBuilder
ArpTypes.ObjectTypeOrBuilder getValueOrBuilder().Arp.Type.Grpc.ObjectType Value = 2;
-