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

      • PointsList

        public PointsList()
    • Method Detail

      • getGeneral

        @Nonnull
        public PointDetails getGeneral()
        일반 포인트 리스트
        Returns:
        general
      • setGeneral

        public void setGeneral​(PointDetails general)
      • 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 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