java.lang.Object
travel.wink.sdk.channel.manager.model.Link

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-06-20T22:26:42.438367+07:00[Asia/Bangkok]") public class Link extends Object
Link
  • Field Details

  • Constructor Details

    • Link

      public Link()
  • Method Details

    • href

      public Link href(String href)
    • getHref

      @Nullable public String getHref()
      Get href
      Returns:
      href
    • setHref

      public void setHref(String href)
    • hreflang

      public Link hreflang(String hreflang)
    • getHreflang

      @Nullable public String getHreflang()
      Get hreflang
      Returns:
      hreflang
    • setHreflang

      public void setHreflang(String hreflang)
    • title

      public Link title(String title)
    • getTitle

      @Nullable public String getTitle()
      Get title
      Returns:
      title
    • setTitle

      public void setTitle(String title)
    • type

      public Link type(String type)
    • getType

      @Nullable public String getType()
      Get type
      Returns:
      type
    • setType

      public void setType(String type)
    • deprecation

      public Link deprecation(String deprecation)
    • getDeprecation

      @Nullable public String getDeprecation()
      Get deprecation
      Returns:
      deprecation
    • setDeprecation

      public void setDeprecation(String deprecation)
    • profile

      public Link profile(String profile)
    • getProfile

      @Nullable public String getProfile()
      Get profile
      Returns:
      profile
    • setProfile

      public void setProfile(String profile)
    • name

      public Link name(String name)
    • getName

      @Nullable public String getName()
      Get name
      Returns:
      name
    • setName

      public void setName(String name)
    • templated

      public Link templated(Boolean templated)
    • getTemplated

      @Nullable public Boolean getTemplated()
      Get templated
      Returns:
      templated
    • setTemplated

      public void setTemplated(Boolean templated)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object