Package io.sendon.model
Class SendAlimTalkRequestSchemaFallbackCustom
- java.lang.Object
-
- io.sendon.model.SendAlimTalkRequestSchemaFallbackCustom
-
@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 SendAlimTalkRequestSchemaFallbackCustom extends Object
SendAlimTalkRequestSchemaFallbackCustom
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSendAlimTalkRequestSchemaFallbackCustom.CustomTypeAdapterFactorystatic classSendAlimTalkRequestSchemaFallbackCustom.TypeEnum대체문자 유형 - SMS: 80자 이내 텍스트 (제목/이미지 없음) - LMS: 장문 텍스트 (제목 선택) - MMS: 장문 텍스트+이미지 (제목 선택, 이미지 필수)
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_IMAGESstatic StringSERIALIZED_NAME_IS_ADstatic StringSERIALIZED_NAME_MESSAGEstatic StringSERIALIZED_NAME_SENDER_NUMBERstatic StringSERIALIZED_NAME_TITLEstatic StringSERIALIZED_NAME_TYPE
-
Constructor Summary
Constructors Constructor Description SendAlimTalkRequestSchemaFallbackCustom()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SENDER_NUMBER
public static final String SERIALIZED_NAME_SENDER_NUMBER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_IS_AD
public static final String SERIALIZED_NAME_IS_AD
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MESSAGE
public static final String SERIALIZED_NAME_MESSAGE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TITLE
public static final String SERIALIZED_NAME_TITLE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_IMAGES
public static final String SERIALIZED_NAME_IMAGES
- See Also:
- Constant Field Values
-
-
Method Detail
-
type
public SendAlimTalkRequestSchemaFallbackCustom type(SendAlimTalkRequestSchemaFallbackCustom.TypeEnum type)
-
getType
@Nonnull public SendAlimTalkRequestSchemaFallbackCustom.TypeEnum getType()
대체문자 유형 - SMS: 80자 이내 텍스트 (제목/이미지 없음) - LMS: 장문 텍스트 (제목 선택) - MMS: 장문 텍스트+이미지 (제목 선택, 이미지 필수)- Returns:
- type
-
setType
public void setType(SendAlimTalkRequestSchemaFallbackCustom.TypeEnum type)
-
senderNumber
public SendAlimTalkRequestSchemaFallbackCustom senderNumber(String senderNumber)
-
setSenderNumber
public void setSenderNumber(String senderNumber)
-
isAd
public SendAlimTalkRequestSchemaFallbackCustom isAd(Boolean isAd)
-
setIsAd
public void setIsAd(Boolean isAd)
-
message
public SendAlimTalkRequestSchemaFallbackCustom message(String message)
-
setMessage
public void setMessage(String message)
-
title
public SendAlimTalkRequestSchemaFallbackCustom title(String title)
-
setTitle
public void setTitle(String title)
-
images
public SendAlimTalkRequestSchemaFallbackCustom images(List<String> images)
-
addImagesItem
public SendAlimTalkRequestSchemaFallbackCustom addImagesItem(String imagesItem)
-
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 SendAlimTalkRequestSchemaFallbackCustom
-
fromJson
public static SendAlimTalkRequestSchemaFallbackCustom fromJson(String jsonString) throws IOException
Create an instance of SendAlimTalkRequestSchemaFallbackCustom given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of SendAlimTalkRequestSchemaFallbackCustom
- Throws:
IOException- if the JSON string is invalid with respect to SendAlimTalkRequestSchemaFallbackCustom
-
toJson
public String toJson()
Convert an instance of SendAlimTalkRequestSchemaFallbackCustom to an JSON string- Returns:
- JSON string
-
-