All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
AdsPixelRealTimeEventLogResult |
copyFrom(AdsPixelRealTimeEventLogResult instance) |
AdsPixelRealTimeEventLogResult |
fetch() |
static AdsPixelRealTimeEventLogResult |
fetchById(Long id,
APIContext context) |
static AdsPixelRealTimeEventLogResult |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AdsPixelRealTimeEventLogResult> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AdsPixelRealTimeEventLogResult> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<AdsPixelRealTimeEventLogResult> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<AdsPixelRealTimeEventLogResult>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
AdsPixelRealTimeEventLogResult.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldDataJson() |
String |
getFieldDeviceType() |
String |
getFieldEvent() |
String |
getFieldEventDetectionMethod() |
String |
getFieldId() |
String |
getFieldMatchedRuleConditions() |
String |
getFieldSourceRuleCondition() |
String |
getFieldTimestamp() |
String |
getFieldUrl() |
String |
getId() |
static APIRequest.ResponseParser<AdsPixelRealTimeEventLogResult> |
getParser() |
static AdsPixelRealTimeEventLogResult |
loadJSON(String json,
APIContext context) |
static APINodeList<AdsPixelRealTimeEventLogResult> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
String |
toString() |