ai.promoted.proto.event.IOSErrorOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of deliveryclient Show documentation
Show all versions of deliveryclient Show documentation
A Java Client to contact the Promoted.ai Delivery API.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/event/event.proto
package ai.promoted.proto.event;
public interface IOSErrorOrBuilder extends
// @@protoc_insertion_point(interface_extends:event.IOSError)
com.google.protobuf.MessageOrBuilder {
/**
* int32 code = 1 [json_name = "code"];
* @return The code.
*/
int getCode();
/**
* string domain = 2 [json_name = "domain"];
* @return The domain.
*/
java.lang.String getDomain();
/**
* string domain = 2 [json_name = "domain"];
* @return The bytes for domain.
*/
com.google.protobuf.ByteString
getDomainBytes();
/**
* string description = 3 [json_name = "description"];
* @return The description.
*/
java.lang.String getDescription();
/**
* string description = 3 [json_name = "description"];
* @return The bytes for description.
*/
com.google.protobuf.ByteString
getDescriptionBytes();
/**
* int32 batch_number = 4 [json_name = "batchNumber"];
* @return The batchNumber.
*/
int getBatchNumber();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy