Class KeyValuePair

java.lang.Object
travel.wink.sdk.extranet.model.KeyValuePair

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-27T09:29:05.118372+07:00[Asia/Bangkok]") public class KeyValuePair extends Object
Filter on user identifier. Which authenticated user made the booking.
  • Field Details

  • Constructor Details

    • KeyValuePair

      public KeyValuePair()
  • Method Details

    • value

      public KeyValuePair value(String value)
    • getValue

      @Nullable public String getValue()
      The value that should be persisted.
      Returns:
      value
    • setValue

      public void setValue(String value)
    • label

      public KeyValuePair label(String label)
    • getLabel

      @Nullable public String getLabel()
      English readable text of the value.
      Returns:
      label
    • setLabel

      public void setLabel(String label)
    • 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