Package io.sendon.model
Class GetGroupInfo200ResponseDataMessageContentsAI
- java.lang.Object
-
- io.sendon.model.GetGroupInfo200ResponseDataMessageContentsAI
-
@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 GetGroupInfo200ResponseDataMessageContentsAI extends Object
이미지 알림톡 정보
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetGroupInfo200ResponseDataMessageContentsAI.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_IMAGE_URL
-
Constructor Summary
Constructors Constructor Description GetGroupInfo200ResponseDataMessageContentsAI()
-
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_IMAGE_URL
public static final String SERIALIZED_NAME_TEMPLATE_IMAGE_URL
- See Also:
- Constant Field Values
-
-
Method Detail
-
body
public GetGroupInfo200ResponseDataMessageContentsAI body(String body)
-
setBody
public void setBody(String body)
-
buttons
public GetGroupInfo200ResponseDataMessageContentsAI buttons(List<GetGroupInfo200ResponseDataMessageContentsATButtonsInner> buttons)
-
addButtonsItem
public GetGroupInfo200ResponseDataMessageContentsAI addButtonsItem(GetGroupInfo200ResponseDataMessageContentsATButtonsInner buttonsItem)
-
getButtons
@Nonnull public List<GetGroupInfo200ResponseDataMessageContentsATButtonsInner> getButtons()
이미지 알림톡 버튼 정보- Returns:
- buttons
-
setButtons
public void setButtons(List<GetGroupInfo200ResponseDataMessageContentsATButtonsInner> buttons)
-
templateId
public GetGroupInfo200ResponseDataMessageContentsAI templateId(String templateId)
-
setTemplateId
public void setTemplateId(String templateId)
-
templateCode
public GetGroupInfo200ResponseDataMessageContentsAI templateCode(String templateCode)
-
setTemplateCode
public void setTemplateCode(String templateCode)
-
templateExtra
public GetGroupInfo200ResponseDataMessageContentsAI templateExtra(String templateExtra)
-
setTemplateExtra
public void setTemplateExtra(String templateExtra)
-
templateAd
public GetGroupInfo200ResponseDataMessageContentsAI templateAd(String templateAd)
-
setTemplateAd
public void setTemplateAd(String templateAd)
-
templateImageUrl
public GetGroupInfo200ResponseDataMessageContentsAI templateImageUrl(String templateImageUrl)
-
getTemplateImageUrl
@Nullable public String getTemplateImageUrl()
템플릿 이미지 URL (선택사항)- Returns:
- templateImageUrl
-
setTemplateImageUrl
public void setTemplateImageUrl(String templateImageUrl)
-
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 GetGroupInfo200ResponseDataMessageContentsAI
-
fromJson
public static GetGroupInfo200ResponseDataMessageContentsAI fromJson(String jsonString) throws IOException
Create an instance of GetGroupInfo200ResponseDataMessageContentsAI given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of GetGroupInfo200ResponseDataMessageContentsAI
- Throws:
IOException- if the JSON string is invalid with respect to GetGroupInfo200ResponseDataMessageContentsAI
-
toJson
public String toJson()
Convert an instance of GetGroupInfo200ResponseDataMessageContentsAI to an JSON string- Returns:
- JSON string
-
-