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
      int getBatchNumber()
      int32 batch_number = 4 [json_name = "batchNumber"];
      int getCode()
      int32 code = 1 [json_name = "code"];
      String getDescription()
      string description = 3 [json_name = "description"];
      com.google.protobuf.ByteString getDescriptionBytes()
      string description = 3 [json_name = "description"];
      String getDomain()
      string domain = 2 [json_name = "domain"];
      com.google.protobuf.ByteString getDomainBytes()
      string domain = 2 [json_name = "domain"];
      • 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

      • 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.