Class DeleteBlocklistResponse


  • @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 DeleteBlocklistResponse
    extends Object
    DeleteBlocklistResponse
    • Constructor Detail

      • DeleteBlocklistResponse

        public DeleteBlocklistResponse()
    • Method Detail

      • getIsSuccess

        @Nonnull
        public Boolean getIsSuccess()
        삭제 성공 여부
        Returns:
        isSuccess
      • setIsSuccess

        public void setIsSuccess​(Boolean isSuccess)
      • 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 DeleteBlocklistResponse
      • fromJson

        public static DeleteBlocklistResponse fromJson​(String jsonString)
                                                throws IOException
        Create an instance of DeleteBlocklistResponse given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of DeleteBlocklistResponse
        Throws:
        IOException - if the JSON string is invalid with respect to DeleteBlocklistResponse
      • toJson

        public String toJson()
        Convert an instance of DeleteBlocklistResponse to an JSON string
        Returns:
        JSON string