Package io.sendon.model
Class PointsList
- java.lang.Object
-
- io.sendon.model.PointsList
-
@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 PointsList extends Object
PointsList
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPointsList.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_FREEstatic StringSERIALIZED_NAME_GENERAL
-
Constructor Summary
Constructors Constructor Description PointsList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)PointsListfree(FreePointDetails free)static PointsListfromJson(String jsonString)Create an instance of PointsList given an JSON stringPointsListgeneral(PointDetails general)FreePointDetailsgetFree()프리 포인트 리스트PointDetailsgetGeneral()일반 포인트 리스트inthashCode()voidsetFree(FreePointDetails free)voidsetGeneral(PointDetails general)StringtoJson()Convert an instance of PointsList 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_GENERAL
public static final String SERIALIZED_NAME_GENERAL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FREE
public static final String SERIALIZED_NAME_FREE
- See Also:
- Constant Field Values
-
-
Method Detail
-
general
public PointsList general(PointDetails general)
-
getGeneral
@Nonnull public PointDetails getGeneral()
일반 포인트 리스트- Returns:
- general
-
setGeneral
public void setGeneral(PointDetails general)
-
free
public PointsList free(FreePointDetails free)
-
getFree
@Nullable public FreePointDetails getFree()
프리 포인트 리스트- Returns:
- free
-
setFree
public void setFree(FreePointDetails free)
-
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 PointsList
-
fromJson
public static PointsList fromJson(String jsonString) throws IOException
Create an instance of PointsList given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of PointsList
- Throws:
IOException- if the JSON string is invalid with respect to PointsList
-
toJson
public String toJson()
Convert an instance of PointsList to an JSON string- Returns:
- JSON string
-
-