public class SubscriptionResponse extends Object
| Constructor and Description |
|---|
SubscriptionResponse() |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionResponse |
data(Subscription data) |
boolean |
equals(Object o) |
SubscriptionResponse |
errors(List<ApiError> errors) |
Subscription |
getData() |
List<ApiError> |
getErrors() |
String |
getMessage() |
String |
getStatus() |
Long |
getTotal() |
String |
getType() |
int |
hashCode() |
SubscriptionResponse |
message(String message) |
void |
setData(Subscription data) |
void |
setErrors(List<ApiError> errors) |
void |
setMessage(String message) |
void |
setStatus(String status) |
void |
setTotal(Long total) |
void |
setType(String type) |
SubscriptionResponse |
status(String status) |
String |
toString() |
SubscriptionResponse |
total(Long total) |
SubscriptionResponse |
type(String type) |
public SubscriptionResponse status(String status)
public String getStatus()
public void setStatus(String status)
public SubscriptionResponse type(String type)
public String getType()
public void setType(String type)
public SubscriptionResponse message(String message)
public String getMessage()
public void setMessage(String message)
public SubscriptionResponse errors(List<ApiError> errors)
public SubscriptionResponse total(Long total)
public Long getTotal()
public void setTotal(Long total)
public SubscriptionResponse data(Subscription data)
public Subscription getData()
public void setData(Subscription data)
Copyright © 2017 LeanIX GmbH. All rights reserved.