Package model
Class ConfigurationDetailsTipOptions
- java.lang.Object
-
- model.ConfigurationDetailsTipOptions
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ConfigurationDetailsTipOptions extends Object
ConfigurationDetailsTipOptions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConfigurationDetailsTipOptions.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_OTHER_OPTIONSstatic StringSERIALIZED_NAME_TIP_SELECTIONSstatic StringSERIALIZED_NAME_TYPE
-
Constructor Summary
Constructors Constructor Description ConfigurationDetailsTipOptions()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static ConfigurationDetailsTipOptionsfromJson(String jsonString)Create an instance of ConfigurationDetailsTipOptions given an JSON stringStringgetOtherOptions()Get otherOptionsStringgetTipSelections()Get tipSelectionsStringgetType()Get typeinthashCode()ConfigurationDetailsTipOptionsotherOptions(String otherOptions)voidsetOtherOptions(String otherOptions)voidsetTipSelections(String tipSelections)voidsetType(String type)ConfigurationDetailsTipOptionstipSelections(String tipSelections)StringtoJson()Convert an instance of ConfigurationDetailsTipOptions to an JSON stringStringtoString()ConfigurationDetailsTipOptionstype(String type)static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj)Validates the JSON Object and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_OTHER_OPTIONS
public static final String SERIALIZED_NAME_OTHER_OPTIONS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TIP_SELECTIONS
public static final String SERIALIZED_NAME_TIP_SELECTIONS
- See Also:
- Constant Field Values
-
-
Method Detail
-
type
public ConfigurationDetailsTipOptions type(String type)
-
setType
public void setType(String type)
-
otherOptions
public ConfigurationDetailsTipOptions otherOptions(String otherOptions)
-
setOtherOptions
public void setOtherOptions(String otherOptions)
-
tipSelections
public ConfigurationDetailsTipOptions tipSelections(String tipSelections)
-
getTipSelections
@Nullable public String getTipSelections()
Get tipSelections- Returns:
- tipSelections
-
setTipSelections
public void setTipSelections(String tipSelections)
-
validateJsonObject
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOExceptionValidates the JSON Object and throws an exception if issues found- Parameters:
jsonObj- JSON Object- Throws:
IOException- if the JSON Object is invalid with respect to ConfigurationDetailsTipOptions
-
fromJson
public static ConfigurationDetailsTipOptions fromJson(String jsonString) throws IOException
Create an instance of ConfigurationDetailsTipOptions given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ConfigurationDetailsTipOptions
- Throws:
IOException- if the JSON string is invalid with respect to ConfigurationDetailsTipOptions
-
toJson
public String toJson()
Convert an instance of ConfigurationDetailsTipOptions to an JSON string- Returns:
- JSON string
-
-