public abstract class AnypointObject<X extends AnypointObject> extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected AnypointClient |
client |
protected HttpHelper |
httpHelper |
protected String |
json |
protected JsonHelper |
jsonHelper |
protected X |
parent |
| Constructor and Description |
|---|
AnypointObject() |
AnypointObject(AnypointClient client) |
AnypointObject(X parent) |
| Modifier and Type | Method and Description |
|---|---|
AnypointClient |
getClient() |
String |
getJson() |
X |
getParent() |
void |
setClient(AnypointClient client) |
void |
setClient(AnypointClient client,
boolean setParent) |
void |
setJson(String json) |
void |
setParent(X parent) |
protected String json
protected AnypointClient client
protected HttpHelper httpHelper
protected JsonHelper jsonHelper
protected X extends AnypointObject parent
public AnypointObject(AnypointClient client)
public AnypointObject(X parent)
public AnypointObject()
public AnypointClient getClient()
public void setParent(X parent)
public void setClient(AnypointClient client)
public void setClient(AnypointClient client, boolean setParent)
public String getJson()
public void setJson(String json)
public X getParent()
Copyright © 2019 Kloudtek. All rights reserved.