Class 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
    • Constructor Detail

      • CancelGroup200ResponseData

        public CancelGroup200ResponseData()
    • Method Detail

      • getSucceeded

        @Nonnull
        public BigDecimal getSucceeded()
        Get succeeded
        Returns:
        succeeded
      • setSucceeded

        public void setSucceeded​(BigDecimal succeeded)
      • setFailed

        public void setFailed​(BigDecimal failed)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • validateJsonElement

        public static void validateJsonElement​(com.google.gson.JsonElement jsonElement)
                                        throws IOException
        Validates 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