Package io.sendon.model
Class RequestAuthTokenRequestSchema
- java.lang.Object
-
- io.sendon.model.RequestAuthTokenRequestSchema
-
@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 RequestAuthTokenRequestSchema extends Object
프로필 인증 SMS 전송 요청 데이터
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRequestAuthTokenRequestSchema.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_CHANNEL_IDstatic StringSERIALIZED_NAME_PHONE_NUMBER
-
Constructor Summary
Constructors Constructor Description RequestAuthTokenRequestSchema()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RequestAuthTokenRequestSchemachannelId(String channelId)booleanequals(Object o)static RequestAuthTokenRequestSchemafromJson(String jsonString)Create an instance of RequestAuthTokenRequestSchema given an JSON stringStringgetChannelId()카카오톡 채널 IDStringgetPhoneNumber()전화번호inthashCode()RequestAuthTokenRequestSchemaphoneNumber(String phoneNumber)voidsetChannelId(String channelId)voidsetPhoneNumber(String phoneNumber)StringtoJson()Convert an instance of RequestAuthTokenRequestSchema to an JSON stringStringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_CHANNEL_ID
public static final String SERIALIZED_NAME_CHANNEL_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PHONE_NUMBER
public static final String SERIALIZED_NAME_PHONE_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
channelId
public RequestAuthTokenRequestSchema channelId(String channelId)
-
setChannelId
public void setChannelId(String channelId)
-
phoneNumber
public RequestAuthTokenRequestSchema phoneNumber(String phoneNumber)
-
setPhoneNumber
public void setPhoneNumber(String phoneNumber)
-
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 RequestAuthTokenRequestSchema
-
fromJson
public static RequestAuthTokenRequestSchema fromJson(String jsonString) throws IOException
Create an instance of RequestAuthTokenRequestSchema given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of RequestAuthTokenRequestSchema
- Throws:
IOException- if the JSON string is invalid with respect to RequestAuthTokenRequestSchema
-
toJson
public String toJson()
Convert an instance of RequestAuthTokenRequestSchema to an JSON string- Returns:
- JSON string
-
-