Class RequestAuthTokenRequestSchema


  • @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 RequestAuthTokenRequestSchema
    extends Object
    프로필 인증 SMS 전송 요청 데이터
    • Constructor Detail

      • RequestAuthTokenRequestSchema

        public RequestAuthTokenRequestSchema()
    • Method Detail

      • getChannelId

        @Nonnull
        public String getChannelId()
        카카오톡 채널 ID
        Returns:
        channelId
      • setChannelId

        public void setChannelId​(String channelId)
      • getPhoneNumber

        @Nonnull
        public String getPhoneNumber()
        전화번호
        Returns:
        phoneNumber
      • setPhoneNumber

        public void setPhoneNumber​(String phoneNumber)
      • 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 RequestAuthTokenRequestSchema
      • fromJson

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

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