Package io.sendon.model
Class SendCancelMessage
- java.lang.Object
-
- io.sendon.model.SendCancelMessage
-
@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 SendCancelMessage extends Object
SendCancelMessage
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSendCancelMessage.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_FAILEDstatic StringSERIALIZED_NAME_GROUP_IDstatic StringSERIALIZED_NAME_SUCCEEDED
-
Constructor Summary
Constructors Constructor Description SendCancelMessage()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)SendCancelMessagefailed(BigDecimal failed)static SendCancelMessagefromJson(String jsonString)Create an instance of SendCancelMessage given an JSON stringBigDecimalgetFailed()즉시발송 또는 예약취소 불가 수StringgetGroupId()발송 메시지 IDBigDecimalgetSucceeded()즉시발송 또는 예약취소 완료 수SendCancelMessagegroupId(String groupId)inthashCode()voidsetFailed(BigDecimal failed)voidsetGroupId(String groupId)voidsetSucceeded(BigDecimal succeeded)SendCancelMessagesucceeded(BigDecimal succeeded)StringtoJson()Convert an instance of SendCancelMessage to an JSON stringStringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_GROUP_ID
public static final String SERIALIZED_NAME_GROUP_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SUCCEEDED
public static final String SERIALIZED_NAME_SUCCEEDED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FAILED
public static final String SERIALIZED_NAME_FAILED
- See Also:
- Constant Field Values
-
-
Method Detail
-
groupId
public SendCancelMessage groupId(String groupId)
-
setGroupId
public void setGroupId(String groupId)
-
succeeded
public SendCancelMessage succeeded(BigDecimal succeeded)
-
getSucceeded
@Nullable public BigDecimal getSucceeded()
즉시발송 또는 예약취소 완료 수- Returns:
- succeeded
-
setSucceeded
public void setSucceeded(BigDecimal succeeded)
-
failed
public SendCancelMessage failed(BigDecimal failed)
-
getFailed
@Nullable public BigDecimal getFailed()
즉시발송 또는 예약취소 불가 수- Returns:
- failed
-
setFailed
public void setFailed(BigDecimal failed)
-
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 SendCancelMessage
-
fromJson
public static SendCancelMessage fromJson(String jsonString) throws IOException
Create an instance of SendCancelMessage given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of SendCancelMessage
- Throws:
IOException- if the JSON string is invalid with respect to SendCancelMessage
-
toJson
public String toJson()
Convert an instance of SendCancelMessage to an JSON string- Returns:
- JSON string
-
-