Class PingResponse

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-10-18T16:40:01.906841408+07:00[Asia/Bangkok]") public class PingResponse extends Object
PingResponse
  • Field Details

  • Constructor Details

    • PingResponse

      public PingResponse()
  • Method Details

    • apiVersion

      public PingResponse apiVersion(String apiVersion)
    • getApiVersion

      @Nullable public String getApiVersion()
      Get apiVersion
      Returns:
      apiVersion
    • setApiVersion

      public void setApiVersion(String apiVersion)
    • principal

      public PingResponse principal(String principal)
    • getPrincipal

      @Nullable public String getPrincipal()
      Get principal
      Returns:
      principal
    • setPrincipal

      public void setPrincipal(String principal)
    • name

      public PingResponse name(String name)
    • getName

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

      public void setName(String name)
    • username

      public PingResponse username(String username)
    • getUsername

      @Nullable public String getUsername()
      Get username
      Returns:
      username
    • setUsername

      public void setUsername(String username)
    • password

      public PingResponse password(String password)
    • getPassword

      @Nullable public String getPassword()
      Get password
      Returns:
      password
    • setPassword

      public void setPassword(String password)
    • enabled

      public PingResponse enabled(Boolean enabled)
    • getEnabled

      @Nullable public Boolean getEnabled()
      Get enabled
      Returns:
      enabled
    • setEnabled

      public void setEnabled(Boolean enabled)
    • pushBookings

      public PingResponse pushBookings(Boolean pushBookings)
    • getPushBookings

      @Nullable public Boolean getPushBookings()
      Get pushBookings
      Returns:
      pushBookings
    • setPushBookings

      public void setPushBookings(Boolean pushBookings)
    • notificationUrl

      public PingResponse notificationUrl(String notificationUrl)
    • getNotificationUrl

      @Nullable public String getNotificationUrl()
      Get notificationUrl
      Returns:
      notificationUrl
    • setNotificationUrl

      public void setNotificationUrl(String notificationUrl)
    • notificationUsername

      public PingResponse notificationUsername(String notificationUsername)
    • getNotificationUsername

      @Nullable public String getNotificationUsername()
      Get notificationUsername
      Returns:
      notificationUsername
    • setNotificationUsername

      public void setNotificationUsername(String notificationUsername)
    • notificationPassword

      public PingResponse notificationPassword(String notificationPassword)
    • getNotificationPassword

      @Nullable public String getNotificationPassword()
      Get notificationPassword
      Returns:
      notificationPassword
    • setNotificationPassword

      public void setNotificationPassword(String notificationPassword)
    • 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