public class RoasCohortsPerCohortIntervalUnit extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
RoasCohortsPerCohortIntervalUnit() |
| Modifier and Type | Method and Description |
|---|---|
RoasCohortsPerCohortIntervalUnit |
copyFrom(RoasCohortsPerCohortIntervalUnit instance) |
APIContext |
getContext() |
String |
getFieldIntervalStart() |
Double |
getFieldRevenue() |
String |
getId() |
static APIRequest.ResponseParser<RoasCohortsPerCohortIntervalUnit> |
getParser() |
static RoasCohortsPerCohortIntervalUnit |
loadJSON(String json,
APIContext context) |
static APINodeList<RoasCohortsPerCohortIntervalUnit> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
RoasCohortsPerCohortIntervalUnit |
setFieldIntervalStart(String value) |
RoasCohortsPerCohortIntervalUnit |
setFieldRevenue(Double value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static RoasCohortsPerCohortIntervalUnit loadJSON(String json, APIContext context)
public static APINodeList<RoasCohortsPerCohortIntervalUnit> parseResponse(String json, APIContext context, APIRequest request) throws APIException.MalformedResponseException
public APIContext getContext()
getContext in class APINodepublic void setContext(APIContext context)
setContext in class APINodepublic String getFieldIntervalStart()
public RoasCohortsPerCohortIntervalUnit setFieldIntervalStart(String value)
public Double getFieldRevenue()
public RoasCohortsPerCohortIntervalUnit setFieldRevenue(Double value)
public RoasCohortsPerCohortIntervalUnit copyFrom(RoasCohortsPerCohortIntervalUnit instance)
public static APIRequest.ResponseParser<RoasCohortsPerCohortIntervalUnit> getParser()
Copyright © 2017. All rights reserved.