Class SendFriendTalkRequestSchemaImage


  • @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 SendFriendTalkRequestSchemaImage
    extends Object
    이미지
    • Constructor Detail

      • SendFriendTalkRequestSchemaImage

        public SendFriendTalkRequestSchemaImage()
    • Method Detail

      • setUrl

        public void setUrl​(String url)
      • getLink

        @Nullable
        public String getLink()
        이미지 클릭 시 이동할 URL(선택사항)
        Returns:
        link
      • setLink

        public void setLink​(String link)
      • 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 SendFriendTalkRequestSchemaImage
      • fromJson

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

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