public class BaseResponse extends Object
| Constructor and Description |
|---|
BaseResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Links |
getLinks() |
Meta |
getMeta() |
int |
hashCode() |
BaseResponse |
links(Links links) |
BaseResponse |
meta(Meta meta) |
void |
setLinks(Links links) |
void |
setMeta(Meta meta) |
String |
toString() |
public Links getLinks()
public void setLinks(Links links)
public BaseResponse links(Links links)
public Meta getMeta()
public void setMeta(Meta meta)
public BaseResponse meta(Meta meta)
Copyright © 2019. All rights reserved.