Class Receiver


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

      • Receiver

        public Receiver()
    • Method Detail

      • getPhone

        @Nonnull
        public String getPhone()
        수신 번호
        Returns:
        phone
      • setPhone

        public void setPhone​(String phone)
      • getName

        @Nonnull
        public String getName()
        멤버 이름
        Returns:
        name
      • setName

        public void setName​(String name)
      • 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 Receiver
      • fromJson

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

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