@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class Kmsv2keysasymKeyInformation extends Object
| Constructor and Description |
|---|
Kmsv2keysasymKeyInformation() |
| Modifier and Type | Method and Description |
|---|---|
Kmsv2keysasymKeyInformation |
cert(String cert) |
boolean |
equals(Object o) |
String |
getCert()
Certificate Signing Request(csr), one needs to use the contents of the csr created for the same organizationId.
|
String |
getOrganizationId()
Merchant Id
|
String |
getReferenceNumber()
Reference number is a unique identifier provided by the client along with the organization Id.
|
int |
hashCode() |
Kmsv2keysasymKeyInformation |
organizationId(String organizationId) |
Kmsv2keysasymKeyInformation |
referenceNumber(String referenceNumber) |
void |
setCert(String cert) |
void |
setOrganizationId(String organizationId) |
void |
setReferenceNumber(String referenceNumber) |
String |
toString() |
public Kmsv2keysasymKeyInformation organizationId(String organizationId)
public String getOrganizationId()
public void setOrganizationId(String organizationId)
public Kmsv2keysasymKeyInformation referenceNumber(String referenceNumber)
public String getReferenceNumber()
public void setReferenceNumber(String referenceNumber)
public Kmsv2keysasymKeyInformation cert(String cert)
public String getCert()
public void setCert(String cert)
Copyright © 2020. All rights reserved.