Package io.sendon.model
Class GetGroupInfo200ResponseDataMessageContentsAE
- java.lang.Object
-
- io.sendon.model.GetGroupInfo200ResponseDataMessageContentsAE
-
@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 GetGroupInfo200ResponseDataMessageContentsAE extends Object
강조 알림톡 정보
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetGroupInfo200ResponseDataMessageContentsAE.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_BODYstatic StringSERIALIZED_NAME_BUTTONSstatic StringSERIALIZED_NAME_TEMPLATE_ADstatic StringSERIALIZED_NAME_TEMPLATE_CODEstatic StringSERIALIZED_NAME_TEMPLATE_EXTRAstatic StringSERIALIZED_NAME_TEMPLATE_IDstatic StringSERIALIZED_NAME_TEMPLATE_SUBTITLEstatic StringSERIALIZED_NAME_TEMPLATE_TITLE
-
Constructor Summary
Constructors Constructor Description GetGroupInfo200ResponseDataMessageContentsAE()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_BODY
public static final String SERIALIZED_NAME_BODY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_BUTTONS
public static final String SERIALIZED_NAME_BUTTONS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TEMPLATE_ID
public static final String SERIALIZED_NAME_TEMPLATE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TEMPLATE_CODE
public static final String SERIALIZED_NAME_TEMPLATE_CODE
- 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
-
-
Method Detail
-
body
public GetGroupInfo200ResponseDataMessageContentsAE body(String body)
-
setBody
public void setBody(String body)
-
buttons
public GetGroupInfo200ResponseDataMessageContentsAE buttons(List<GetGroupInfo200ResponseDataMessageContentsATButtonsInner> buttons)
-
addButtonsItem
public GetGroupInfo200ResponseDataMessageContentsAE addButtonsItem(GetGroupInfo200ResponseDataMessageContentsATButtonsInner buttonsItem)
-
getButtons
@Nonnull public List<GetGroupInfo200ResponseDataMessageContentsATButtonsInner> getButtons()
강조 알림톡 버튼 정보- Returns:
- buttons
-
setButtons
public void setButtons(List<GetGroupInfo200ResponseDataMessageContentsATButtonsInner> buttons)
-
templateId
public GetGroupInfo200ResponseDataMessageContentsAE templateId(String templateId)
-
setTemplateId
public void setTemplateId(String templateId)
-
templateCode
public GetGroupInfo200ResponseDataMessageContentsAE templateCode(String templateCode)
-
setTemplateCode
public void setTemplateCode(String templateCode)
-
templateExtra
public GetGroupInfo200ResponseDataMessageContentsAE templateExtra(String templateExtra)
-
setTemplateExtra
public void setTemplateExtra(String templateExtra)
-
templateAd
public GetGroupInfo200ResponseDataMessageContentsAE templateAd(String templateAd)
-
setTemplateAd
public void setTemplateAd(String templateAd)
-
templateTitle
public GetGroupInfo200ResponseDataMessageContentsAE templateTitle(String templateTitle)
-
setTemplateTitle
public void setTemplateTitle(String templateTitle)
-
templateSubtitle
public GetGroupInfo200ResponseDataMessageContentsAE templateSubtitle(String templateSubtitle)
-
getTemplateSubtitle
@Nullable public String getTemplateSubtitle()
템플릿 부제목 (선택사항)- Returns:
- templateSubtitle
-
setTemplateSubtitle
public void setTemplateSubtitle(String templateSubtitle)
-
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 GetGroupInfo200ResponseDataMessageContentsAE
-
fromJson
public static GetGroupInfo200ResponseDataMessageContentsAE fromJson(String jsonString) throws IOException
Create an instance of GetGroupInfo200ResponseDataMessageContentsAE given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of GetGroupInfo200ResponseDataMessageContentsAE
- Throws:
IOException- if the JSON string is invalid with respect to GetGroupInfo200ResponseDataMessageContentsAE
-
toJson
public String toJson()
Convert an instance of GetGroupInfo200ResponseDataMessageContentsAE to an JSON string- Returns:
- JSON string
-
-