public class MethodResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MethodResponse.MethodResponseBuilder |
| Constructor and Description |
|---|
MethodResponse() |
MethodResponse(String resource,
String id,
String description,
Amount minimumAmount,
Amount maximumAmount,
Image image,
MethodLinks links,
List<SimpleMethodResponse> issuers,
List<MethodPricing> pricing) |
| Modifier and Type | Method and Description |
|---|---|
static MethodResponse.MethodResponseBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getDescription() |
String |
getId() |
Image |
getImage() |
List<SimpleMethodResponse> |
getIssuers() |
MethodLinks |
getLinks() |
Amount |
getMaximumAmount() |
Amount |
getMinimumAmount() |
List<MethodPricing> |
getPricing() |
String |
getResource() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setImage(Image image) |
void |
setIssuers(List<SimpleMethodResponse> issuers) |
void |
setLinks(MethodLinks links) |
void |
setMaximumAmount(Amount maximumAmount) |
void |
setMinimumAmount(Amount minimumAmount) |
void |
setPricing(List<MethodPricing> pricing) |
void |
setResource(String resource) |
String |
toString() |
public MethodResponse(String resource, String id, String description, Amount minimumAmount, Amount maximumAmount, Image image, MethodLinks links, List<SimpleMethodResponse> issuers, List<MethodPricing> pricing)
public MethodResponse()
public static MethodResponse.MethodResponseBuilder builder()
public String getResource()
public String getId()
public String getDescription()
public Amount getMinimumAmount()
public Amount getMaximumAmount()
public Image getImage()
public MethodLinks getLinks()
public List<SimpleMethodResponse> getIssuers()
public List<MethodPricing> getPricing()
public void setResource(String resource)
public void setId(String id)
public void setDescription(String description)
public void setMinimumAmount(Amount minimumAmount)
public void setMaximumAmount(Amount maximumAmount)
public void setImage(Image image)
public void setLinks(MethodLinks links)
public void setIssuers(List<SimpleMethodResponse> issuers)
public void setPricing(List<MethodPricing> pricing)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.