Class ResultLink


  • public class ResultLink
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ResultLink.Builder  
    • Constructor Summary

      Constructors 
      Constructor Description
      ResultLink()  
      ResultLink​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static ResultLink.Builder builder()  
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label()
      The label of the result link.
      java.lang.String toString()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url()
      The URL of the result link.
      ResultLink withLabel​(java.lang.String label)
      The label of the result link.
      ResultLink withLabel​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)
      The label of the result link.
      ResultLink withUrl​(java.lang.String url)
      The URL of the result link.
      ResultLink withUrl​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url)
      The URL of the result link.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ResultLink

        public ResultLink​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label,
                          org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url)
      • ResultLink

        public ResultLink()
    • Method Detail

      • label

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label()
        The label of the result link.
      • url

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url()
        The URL of the result link.
      • withLabel

        public ResultLink withLabel​(java.lang.String label)
        The label of the result link.
      • withLabel

        public ResultLink withLabel​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)
        The label of the result link.
      • withUrl

        public ResultLink withUrl​(java.lang.String url)
        The URL of the result link.
      • withUrl

        public ResultLink withUrl​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url)
        The URL of the result link.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object