Package io.sendon.model
Class UpdateTemplateDto
- java.lang.Object
-
- io.sendon.model.UpdateTemplateDto
-
@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 UpdateTemplateDto extends Object
알림톡 템플릿 수정을 위한 데이터 구조
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateTemplateDto.CustomTypeAdapterFactorystatic classUpdateTemplateDto.TemplateEmphasizeTypeEnum템플릿 강조 타입
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_BUTTONSstatic StringSERIALIZED_NAME_SECURITY_FLAGstatic StringSERIALIZED_NAME_TEMPLATE_ADstatic StringSERIALIZED_NAME_TEMPLATE_CONTENTstatic StringSERIALIZED_NAME_TEMPLATE_EMPHASIZE_TYPEstatic StringSERIALIZED_NAME_TEMPLATE_EXTRAstatic StringSERIALIZED_NAME_TEMPLATE_IMAGE_NAMEstatic StringSERIALIZED_NAME_TEMPLATE_IMAGE_URLstatic StringSERIALIZED_NAME_TEMPLATE_NAMEstatic StringSERIALIZED_NAME_TEMPLATE_SUBTITLEstatic StringSERIALIZED_NAME_TEMPLATE_TITLE
-
Constructor Summary
Constructors Constructor Description UpdateTemplateDto()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_TEMPLATE_NAME
public static final String SERIALIZED_NAME_TEMPLATE_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TEMPLATE_CONTENT
public static final String SERIALIZED_NAME_TEMPLATE_CONTENT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TEMPLATE_EMPHASIZE_TYPE
public static final String SERIALIZED_NAME_TEMPLATE_EMPHASIZE_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TEMPLATE_EXTRA
public static final String SERIALIZED_NAME_TEMPLATE_EXTRA
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TEMPLATE_AD
public static final String SERIALIZED_NAME_TEMPLATE_AD
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TEMPLATE_TITLE
public static final String SERIALIZED_NAME_TEMPLATE_TITLE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TEMPLATE_SUBTITLE
public static final String SERIALIZED_NAME_TEMPLATE_SUBTITLE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SECURITY_FLAG
public static final String SERIALIZED_NAME_SECURITY_FLAG
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TEMPLATE_IMAGE_NAME
public static final String SERIALIZED_NAME_TEMPLATE_IMAGE_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TEMPLATE_IMAGE_URL
public static final String SERIALIZED_NAME_TEMPLATE_IMAGE_URL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_BUTTONS
public static final String SERIALIZED_NAME_BUTTONS
- See Also:
- Constant Field Values
-
-
Method Detail
-
templateName
public UpdateTemplateDto templateName(String templateName)
-
setTemplateName
public void setTemplateName(String templateName)
-
templateContent
public UpdateTemplateDto templateContent(String templateContent)
-
setTemplateContent
public void setTemplateContent(String templateContent)
-
templateEmphasizeType
public UpdateTemplateDto templateEmphasizeType(UpdateTemplateDto.TemplateEmphasizeTypeEnum templateEmphasizeType)
-
getTemplateEmphasizeType
@Nullable public UpdateTemplateDto.TemplateEmphasizeTypeEnum getTemplateEmphasizeType()
템플릿 강조 타입- Returns:
- templateEmphasizeType
-
setTemplateEmphasizeType
public void setTemplateEmphasizeType(UpdateTemplateDto.TemplateEmphasizeTypeEnum templateEmphasizeType)
-
templateExtra
public UpdateTemplateDto templateExtra(String templateExtra)
-
setTemplateExtra
public void setTemplateExtra(String templateExtra)
-
templateAd
public UpdateTemplateDto templateAd(String templateAd)
-
setTemplateAd
public void setTemplateAd(String templateAd)
-
templateTitle
public UpdateTemplateDto templateTitle(String templateTitle)
-
setTemplateTitle
public void setTemplateTitle(String templateTitle)
-
templateSubtitle
public UpdateTemplateDto templateSubtitle(String templateSubtitle)
-
setTemplateSubtitle
public void setTemplateSubtitle(String templateSubtitle)
-
securityFlag
public UpdateTemplateDto securityFlag(Boolean securityFlag)
-
setSecurityFlag
public void setSecurityFlag(Boolean securityFlag)
-
templateImageName
public UpdateTemplateDto templateImageName(String templateImageName)
-
getTemplateImageName
@Nullable public String getTemplateImageName()
템플릿 이미지 이름- Returns:
- templateImageName
-
setTemplateImageName
public void setTemplateImageName(String templateImageName)
-
templateImageUrl
public UpdateTemplateDto templateImageUrl(String templateImageUrl)
-
getTemplateImageUrl
@Nullable public String getTemplateImageUrl()
템플릿 이미지 URL- Returns:
- templateImageUrl
-
setTemplateImageUrl
public void setTemplateImageUrl(String templateImageUrl)
-
buttons
public UpdateTemplateDto buttons(List<CreateTemplateRequestSchemaButtonsInner> buttons)
-
addButtonsItem
public UpdateTemplateDto addButtonsItem(CreateTemplateRequestSchemaButtonsInner buttonsItem)
-
getButtons
@Nullable public List<CreateTemplateRequestSchemaButtonsInner> getButtons()
템플릿 버튼 목록- Returns:
- buttons
-
setButtons
public void setButtons(List<CreateTemplateRequestSchemaButtonsInner> buttons)
-
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 UpdateTemplateDto
-
fromJson
public static UpdateTemplateDto fromJson(String jsonString) throws IOException
Create an instance of UpdateTemplateDto given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of UpdateTemplateDto
- Throws:
IOException- if the JSON string is invalid with respect to UpdateTemplateDto
-
toJson
public String toJson()
Convert an instance of UpdateTemplateDto to an JSON string- Returns:
- JSON string
-
-