Package io.sendon.model
Class CreateBlocklistResponse
- java.lang.Object
-
- io.sendon.model.CreateBlocklistResponse
-
@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 CreateBlocklistResponse extends Object
CreateBlocklistResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateBlocklistResponse.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_ID
-
Constructor Summary
Constructors Constructor Description CreateBlocklistResponse()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static CreateBlocklistResponsefromJson(String jsonString)Create an instance of CreateBlocklistResponse given an JSON stringBigDecimalgetId()추가한 블랙리스트 IDinthashCode()CreateBlocklistResponseid(BigDecimal id)voidsetId(BigDecimal id)StringtoJson()Convert an instance of CreateBlocklistResponse to an JSON stringStringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues found
-
-
-
Method Detail
-
id
public CreateBlocklistResponse id(BigDecimal id)
-
getId
@Nonnull public BigDecimal getId()
추가한 블랙리스트 ID- Returns:
- id
-
setId
public void setId(BigDecimal id)
-
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 CreateBlocklistResponse
-
fromJson
public static CreateBlocklistResponse fromJson(String jsonString) throws IOException
Create an instance of CreateBlocklistResponse given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of CreateBlocklistResponse
- Throws:
IOException- if the JSON string is invalid with respect to CreateBlocklistResponse
-
toJson
public String toJson()
Convert an instance of CreateBlocklistResponse to an JSON string- Returns:
- JSON string
-
-