Package io.sendon.model
Class TemplateResponseSchemaFallback
- java.lang.Object
-
- io.sendon.model.TemplateResponseSchemaFallback
-
@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 TemplateResponseSchemaFallback extends Object
대체 메시지 정보
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTemplateResponseSchemaFallback.CustomTypeAdapterFactorystatic classTemplateResponseSchemaFallback.TypeEnum대체 발송 타입
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_GROUP_IDstatic StringSERIALIZED_NAME_IMAGESstatic StringSERIALIZED_NAME_MESSAGEstatic StringSERIALIZED_NAME_SENDER_NUMBERstatic StringSERIALIZED_NAME_TITLEstatic StringSERIALIZED_NAME_TYPE
-
Constructor Summary
Constructors Constructor Description TemplateResponseSchemaFallback()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_SENDER_NUMBER
public static final String SERIALIZED_NAME_SENDER_NUMBER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_TYPE
- 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
-
SERIALIZED_NAME_GROUP_ID
public static final String SERIALIZED_NAME_GROUP_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
senderNumber
public TemplateResponseSchemaFallback senderNumber(String senderNumber)
-
setSenderNumber
public void setSenderNumber(String senderNumber)
-
type
public TemplateResponseSchemaFallback type(TemplateResponseSchemaFallback.TypeEnum type)
-
getType
@Nonnull public TemplateResponseSchemaFallback.TypeEnum getType()
대체 발송 타입- Returns:
- type
-
setType
public void setType(TemplateResponseSchemaFallback.TypeEnum type)
-
message
public TemplateResponseSchemaFallback message(String message)
-
setMessage
public void setMessage(String message)
-
title
public TemplateResponseSchemaFallback title(String title)
-
setTitle
public void setTitle(String title)
-
images
public TemplateResponseSchemaFallback images(List<String> images)
-
addImagesItem
public TemplateResponseSchemaFallback addImagesItem(String imagesItem)
-
groupId
public TemplateResponseSchemaFallback groupId(String groupId)
-
setGroupId
public void setGroupId(String groupId)
-
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 TemplateResponseSchemaFallback
-
fromJson
public static TemplateResponseSchemaFallback fromJson(String jsonString) throws IOException
Create an instance of TemplateResponseSchemaFallback given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of TemplateResponseSchemaFallback
- Throws:
IOException- if the JSON string is invalid with respect to TemplateResponseSchemaFallback
-
toJson
public String toJson()
Convert an instance of TemplateResponseSchemaFallback to an JSON string- Returns:
- JSON string
-
-