Package io.sendon.model
Class CancelGroup200ResponseData
- java.lang.Object
-
- io.sendon.model.CancelGroup200ResponseData
-
@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 CancelGroup200ResponseData extends Object
CancelGroup200ResponseData
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCancelGroup200ResponseData.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_FAILEDstatic StringSERIALIZED_NAME_SUCCEEDED
-
Constructor Summary
Constructors Constructor Description CancelGroup200ResponseData()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)CancelGroup200ResponseDatafailed(BigDecimal failed)static CancelGroup200ResponseDatafromJson(String jsonString)Create an instance of CancelGroup200ResponseData given an JSON stringBigDecimalgetFailed()Get failedBigDecimalgetSucceeded()Get succeededinthashCode()voidsetFailed(BigDecimal failed)voidsetSucceeded(BigDecimal succeeded)CancelGroup200ResponseDatasucceeded(BigDecimal succeeded)StringtoJson()Convert an instance of CancelGroup200ResponseData 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_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
-
succeeded
public CancelGroup200ResponseData succeeded(BigDecimal succeeded)
-
getSucceeded
@Nonnull public BigDecimal getSucceeded()
Get succeeded- Returns:
- succeeded
-
setSucceeded
public void setSucceeded(BigDecimal succeeded)
-
failed
public CancelGroup200ResponseData failed(BigDecimal failed)
-
getFailed
@Nonnull public BigDecimal getFailed()
Get failed- 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 CancelGroup200ResponseData
-
fromJson
public static CancelGroup200ResponseData fromJson(String jsonString) throws IOException
Create an instance of CancelGroup200ResponseData given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of CancelGroup200ResponseData
- Throws:
IOException- if the JSON string is invalid with respect to CancelGroup200ResponseData
-
toJson
public String toJson()
Convert an instance of CancelGroup200ResponseData to an JSON string- Returns:
- JSON string
-
-