Package io.sendon.model
Class Group
- java.lang.Object
-
- io.sendon.model.Group
-
@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 Group extends Object
Group
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGroup.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_CANCELED_COUNTstatic StringSERIALIZED_NAME_CREATED_ATstatic StringSERIALIZED_NAME_GROUP_IDstatic StringSERIALIZED_NAME_IS_USE_APIstatic StringSERIALIZED_NAME_MESSAGE_TYPEstatic StringSERIALIZED_NAME_MESSAGES_COUNTstatic StringSERIALIZED_NAME_POINT_IDstatic StringSERIALIZED_NAME_PROCESSED_COUNTstatic StringSERIALIZED_NAME_STATUSstatic StringSERIALIZED_NAME_TOTAL_POINTstatic StringSERIALIZED_NAME_UNIT_COSTSstatic StringSERIALIZED_NAME_UPDATED_ATstatic StringSERIALIZED_NAME_USER_ID
-
Constructor Summary
Constructors Constructor Description Group()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_IS_USE_API
public static final String SERIALIZED_NAME_IS_USE_API
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_GROUP_ID
public static final String SERIALIZED_NAME_GROUP_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MESSAGE_TYPE
public static final String SERIALIZED_NAME_MESSAGE_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_STATUS
public static final String SERIALIZED_NAME_STATUS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREATED_AT
public static final String SERIALIZED_NAME_CREATED_AT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_UPDATED_AT
public static final String SERIALIZED_NAME_UPDATED_AT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_POINT_ID
public static final String SERIALIZED_NAME_POINT_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_UNIT_COSTS
public static final String SERIALIZED_NAME_UNIT_COSTS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TOTAL_POINT
public static final String SERIALIZED_NAME_TOTAL_POINT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROCESSED_COUNT
public static final String SERIALIZED_NAME_PROCESSED_COUNT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CANCELED_COUNT
public static final String SERIALIZED_NAME_CANCELED_COUNT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MESSAGES_COUNT
public static final String SERIALIZED_NAME_MESSAGES_COUNT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_USER_ID
public static final String SERIALIZED_NAME_USER_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
setIsUseApi
public void setIsUseApi(Boolean isUseApi)
-
setGroupId
public void setGroupId(String groupId)
-
messageType
public Group messageType(SmsMessageType messageType)
-
getMessageType
@Nonnull public SmsMessageType getMessageType()
Get messageType- Returns:
- messageType
-
setMessageType
public void setMessageType(SmsMessageType messageType)
-
setStatus
public void setStatus(String status)
-
setCreatedAt
public void setCreatedAt(String createdAt)
-
setUpdatedAt
public void setUpdatedAt(String updatedAt)
-
setPointId
public void setPointId(String pointId)
-
unitCosts
public Group unitCosts(BigDecimal unitCosts)
-
getUnitCosts
@Nonnull public BigDecimal getUnitCosts()
메시지 단가- Returns:
- unitCosts
-
setUnitCosts
public void setUnitCosts(BigDecimal unitCosts)
-
totalPoint
public Group totalPoint(BigDecimal totalPoint)
-
getTotalPoint
@Nonnull public BigDecimal getTotalPoint()
포인트 사용량 (부가세포함)- Returns:
- totalPoint
-
setTotalPoint
public void setTotalPoint(BigDecimal totalPoint)
-
processedCount
public Group processedCount(BigDecimal processedCount)
-
getProcessedCount
@Nonnull public BigDecimal getProcessedCount()
발송 완료수- Returns:
- processedCount
-
setProcessedCount
public void setProcessedCount(BigDecimal processedCount)
-
canceledCount
public Group canceledCount(BigDecimal canceledCount)
-
getCanceledCount
@Nonnull public BigDecimal getCanceledCount()
발송 취소수- Returns:
- canceledCount
-
setCanceledCount
public void setCanceledCount(BigDecimal canceledCount)
-
messagesCount
public Group messagesCount(BigDecimal messagesCount)
-
getMessagesCount
@Nonnull public BigDecimal getMessagesCount()
전체 메시지 발송수- Returns:
- messagesCount
-
setMessagesCount
public void setMessagesCount(BigDecimal messagesCount)
-
setUserId
public void setUserId(String userId)
-
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 Group
-
fromJson
public static Group fromJson(String jsonString) throws IOException
Create an instance of Group given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of Group
- Throws:
IOException- if the JSON string is invalid with respect to Group
-
toJson
public String toJson()
Convert an instance of Group to an JSON string- Returns:
- JSON string
-
-