Package ai.promoted.proto.event
Interface IOSErrorOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IOSError,IOSError.Builder
public interface IOSErrorOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetBatchNumber()int32 batch_number = 4 [json_name = "batchNumber"];intgetCode()int32 code = 1 [json_name = "code"];StringgetDescription()string description = 3 [json_name = "description"];com.google.protobuf.ByteStringgetDescriptionBytes()string description = 3 [json_name = "description"];StringgetDomain()string domain = 2 [json_name = "domain"];com.google.protobuf.ByteStringgetDomainBytes()string domain = 2 [json_name = "domain"];-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCode
int getCode()
int32 code = 1 [json_name = "code"];- Returns:
- The code.
-
getDomain
String getDomain()
string domain = 2 [json_name = "domain"];- Returns:
- The domain.
-
getDomainBytes
com.google.protobuf.ByteString getDomainBytes()
string domain = 2 [json_name = "domain"];- Returns:
- The bytes for domain.
-
getDescription
String getDescription()
string description = 3 [json_name = "description"];- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
string description = 3 [json_name = "description"];- Returns:
- The bytes for description.
-
getBatchNumber
int getBatchNumber()
int32 batch_number = 4 [json_name = "batchNumber"];- Returns:
- The batchNumber.
-
-