Class Reservation


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

      • Reservation

        public Reservation()
    • Method Detail

      • getRepeat

        @Nullable
        public Repeat getRepeat()
        예약 발송 여부
        Returns:
        repeat
      • setRepeat

        public void setRepeat​(Repeat repeat)
      • 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 Reservation
      • fromJson

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

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