Class RequestAuthTokenResponseSchema


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

      • RequestAuthTokenResponseSchema

        public RequestAuthTokenResponseSchema()
    • Method Detail

      • setCode

        public void setCode​(BigDecimal code)
      • getMessage

        @Nullable
        public String getMessage()
        응답 메시지
        Returns:
        message
      • setMessage

        public void setMessage​(String message)
      • 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 RequestAuthTokenResponseSchema
      • fromJson

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

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