@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-12T23:33:57.654989Z[Etc/UTC]") public class CreateTrackingPixelOptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CreateTrackingPixelOptions.CustomTypeAdapterFactory |
Modifier and Type | Field and Description |
---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_RECIPIENT |
Constructor and Description |
---|
CreateTrackingPixelOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static CreateTrackingPixelOptions |
fromJson(String jsonString)
Create an instance of CreateTrackingPixelOptions given an JSON string
|
String |
getName()
Get name
|
String |
getRecipient()
Get recipient
|
int |
hashCode() |
CreateTrackingPixelOptions |
name(String name) |
CreateTrackingPixelOptions |
recipient(String recipient) |
void |
setName(String name) |
void |
setRecipient(String recipient) |
String |
toJson()
Convert an instance of CreateTrackingPixelOptions to an JSON string
|
String |
toString() |
static void |
validateJsonObject(com.google.gson.JsonObject jsonObj)
Validates the JSON Object and throws an exception if issues found
|
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_RECIPIENT
public CreateTrackingPixelOptions name(String name)
public void setName(String name)
public CreateTrackingPixelOptions recipient(String recipient)
public void setRecipient(String recipient)
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOException
jsonObj
- JSON ObjectIOException
- if the JSON Object is invalid with respect to CreateTrackingPixelOptionspublic static CreateTrackingPixelOptions fromJson(String jsonString) throws IOException
jsonString
- JSON stringIOException
- if the JSON string is invalid with respect to CreateTrackingPixelOptionspublic String toJson()
Copyright © 2023. All rights reserved.