@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class PtsV2PaymentsPost201ResponseLinksSelf extends Object
| Constructor and Description |
|---|
PtsV2PaymentsPost201ResponseLinksSelf() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getHref()
This is the endpoint of the resource that was created by the successful request.
|
String |
getMethod()
`method` refers to the HTTP method that you can send to the `self` endpoint to retrieve details of the resource.
|
int |
hashCode() |
PtsV2PaymentsPost201ResponseLinksSelf |
href(String href) |
PtsV2PaymentsPost201ResponseLinksSelf |
method(String method) |
void |
setHref(String href) |
void |
setMethod(String method) |
String |
toString() |
public PtsV2PaymentsPost201ResponseLinksSelf()
public PtsV2PaymentsPost201ResponseLinksSelf href(String href)
public String getHref()
public void setHref(String href)
public PtsV2PaymentsPost201ResponseLinksSelf method(String method)
public String getMethod()
public void setMethod(String method)
Copyright © 2020. All rights reserved.