Package io.sendon.model
Class SendAlimTalkRequestSchemaToInnerOneOf
- java.lang.Object
-
- io.sendon.model.SendAlimTalkRequestSchemaToInnerOneOf
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-03-25T16:56:04.124507+09:00[Asia/Seoul]", comments="Generator version: 7.7.0") public class SendAlimTalkRequestSchemaToInnerOneOf extends Object
SendAlimTalkRequestSchemaToInnerOneOf
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSendAlimTalkRequestSchemaToInnerOneOf.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_PHONEstatic StringSERIALIZED_NAME_VARIABLES
-
Constructor Summary
Constructors Constructor Description SendAlimTalkRequestSchemaToInnerOneOf()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static SendAlimTalkRequestSchemaToInnerOneOffromJson(String jsonString)Create an instance of SendAlimTalkRequestSchemaToInnerOneOf given an JSON stringStringgetPhone()수신자 연락처Map<String,String>getVariables()변수 목록inthashCode()SendAlimTalkRequestSchemaToInnerOneOfphone(String phone)SendAlimTalkRequestSchemaToInnerOneOfputVariablesItem(String key, String variablesItem)voidsetPhone(String phone)voidsetVariables(Map<String,String> variables)StringtoJson()Convert an instance of SendAlimTalkRequestSchemaToInnerOneOf to an JSON stringStringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues foundSendAlimTalkRequestSchemaToInnerOneOfvariables(Map<String,String> variables)
-
-
-
Field Detail
-
SERIALIZED_NAME_PHONE
public static final String SERIALIZED_NAME_PHONE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VARIABLES
public static final String SERIALIZED_NAME_VARIABLES
- See Also:
- Constant Field Values
-
-
Method Detail
-
phone
public SendAlimTalkRequestSchemaToInnerOneOf phone(String phone)
-
setPhone
public void setPhone(String phone)
-
variables
public SendAlimTalkRequestSchemaToInnerOneOf variables(Map<String,String> variables)
-
putVariablesItem
public SendAlimTalkRequestSchemaToInnerOneOf putVariablesItem(String key, String variablesItem)
-
validateJsonElement
public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOExceptionValidates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to SendAlimTalkRequestSchemaToInnerOneOf
-
fromJson
public static SendAlimTalkRequestSchemaToInnerOneOf fromJson(String jsonString) throws IOException
Create an instance of SendAlimTalkRequestSchemaToInnerOneOf given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of SendAlimTalkRequestSchemaToInnerOneOf
- Throws:
IOException- if the JSON string is invalid with respect to SendAlimTalkRequestSchemaToInnerOneOf
-
toJson
public String toJson()
Convert an instance of SendAlimTalkRequestSchemaToInnerOneOf to an JSON string- Returns:
- JSON string
-
-