T - The item contained by this wrapper.public final class PubItemWrapper<T> extends PubItem
| Constructor and Description |
|---|
PubItemWrapper(org.tiogasolutions.dev.common.net.HttpStatusCode statusCode,
PubLinks _links,
T item) |
PubItemWrapper(org.tiogasolutions.dev.common.net.HttpStatusCode statusCode,
T item) |
PubItemWrapper(int code,
PubLinks _links,
T item) |
PubItemWrapper(int code,
T item) |
PubItemWrapper(PubResponse _status,
PubLinks _links,
T item)
Creates an instance of the PubItemWrapper.
|
PubItemWrapper(PubResponse _status,
T item) |
| Modifier and Type | Method and Description |
|---|---|
T |
getItem() |
public PubItemWrapper(PubResponse _status, PubLinks _links, T item)
_status - The HTTP status of the call for which this item was produced._links - The HATEOS links for the corresponding resource.item - The item contained by this wrapper.public PubItemWrapper(PubResponse _status, T item)
public PubItemWrapper(int code,
T item)
public PubItemWrapper(org.tiogasolutions.dev.common.net.HttpStatusCode statusCode,
T item)
public T getItem()