Package io.trippay.sdk.payment.model
Class RevokeClientIdResponse
java.lang.Object
io.trippay.sdk.payment.model.RevokeClientIdResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-09-09T10:13:04.222556669+07:00[Asia/Bangkok]")
public class RevokeClientIdResponse
extends Object
RevokeClientIdResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull StringClient identifier used to authenticate an Oauth2 or web component request.@NotNull @Valid UUIDgetId()Unique identifier.@NotNull StringPassword used to authenticate an Oauth2 request.inthashCode()voidsetClientId(String clientId) voidvoidsetSecretKey(String secretKey) toString()
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_CLIENT_ID
- See Also:
-
JSON_PROPERTY_SECRET_KEY
- See Also:
-
-
Constructor Details
-
RevokeClientIdResponse
public RevokeClientIdResponse()
-
-
Method Details
-
id
-
getId
Unique identifier.- Returns:
- id
-
setId
-
clientId
-
getClientId
Client identifier used to authenticate an Oauth2 or web component request.- Returns:
- clientId
-
setClientId
-
secretKey
-
getSecretKey
Password used to authenticate an Oauth2 request.- Returns:
- secretKey
-
setSecretKey
-
equals
-
hashCode
public int hashCode() -
toString
-