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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapiVersion(String apiVersion) booleanGet apiVersionGet enabledgetName()Get nameGet notificationPasswordGet notificationUrlGet notificationUsernameGet passwordGet principalGet pushBookingsGet usernameinthashCode()notificationPassword(String notificationPassword) notificationUrl(String notificationUrl) notificationUsername(String notificationUsername) pushBookings(Boolean pushBookings) voidsetApiVersion(String apiVersion) voidsetEnabled(Boolean enabled) voidvoidsetNotificationPassword(String notificationPassword) voidsetNotificationUrl(String notificationUrl) voidsetNotificationUsername(String notificationUsername) voidsetPassword(String password) voidsetPrincipal(String principal) voidsetPushBookings(Boolean pushBookings) voidsetUsername(String username) toString()
-
Field Details
-
JSON_PROPERTY_API_VERSION
- See Also:
-
JSON_PROPERTY_PRINCIPAL
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_USERNAME
- See Also:
-
JSON_PROPERTY_PASSWORD
- See Also:
-
JSON_PROPERTY_ENABLED
- See Also:
-
JSON_PROPERTY_PUSH_BOOKINGS
- See Also:
-
JSON_PROPERTY_NOTIFICATION_URL
- See Also:
-
JSON_PROPERTY_NOTIFICATION_USERNAME
- See Also:
-
JSON_PROPERTY_NOTIFICATION_PASSWORD
- See Also:
-
-
Constructor Details
-
PingResponse
public PingResponse()
-
-
Method Details
-
apiVersion
-
getApiVersion
Get apiVersion- Returns:
- apiVersion
-
setApiVersion
-
principal
-
getPrincipal
Get principal- Returns:
- principal
-
setPrincipal
-
name
-
getName
Get name- Returns:
- name
-
setName
-
username
-
getUsername
Get username- Returns:
- username
-
setUsername
-
password
-
getPassword
Get password- Returns:
- password
-
setPassword
-
enabled
-
getEnabled
Get enabled- Returns:
- enabled
-
setEnabled
-
pushBookings
-
getPushBookings
Get pushBookings- Returns:
- pushBookings
-
setPushBookings
-
notificationUrl
-
getNotificationUrl
Get notificationUrl- Returns:
- notificationUrl
-
setNotificationUrl
-
notificationUsername
-
getNotificationUsername
Get notificationUsername- Returns:
- notificationUsername
-
setNotificationUsername
-
notificationPassword
-
getNotificationPassword
Get notificationPassword- Returns:
- notificationPassword
-
setNotificationPassword
-
equals
-
hashCode
public int hashCode() -
toString
-