public class EventDeleteRequest extends Object implements EnvisionRequest<EventDeleteResponse>
| 构造器和说明 |
|---|
EventDeleteRequest(List<String> eventIdList) |
EventDeleteRequest(List<String> eventIdList,
boolean deleteHistory) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
check() |
String |
getApiMethodName()
Get Api Name。
|
Class<EventDeleteResponse> |
getResponseClass() |
Map<String,String> |
getTextParams()
Gets all the Key-Value form of the text request parameter set:
Key: Request parameter name
Value: Request parameter value
|
void |
setDeleteHistory(boolean deleteHistory) |
void |
setEventIdList(List<String> eventIdList) |
public String getApiMethodName()
EnvisionRequestgetApiMethodName 在接口中 EnvisionRequest<EventDeleteResponse>public void setDeleteHistory(boolean deleteHistory)
public Map<String,String> getTextParams()
EnvisionRequestgetTextParams 在接口中 EnvisionRequest<EventDeleteResponse>public Class<EventDeleteResponse> getResponseClass()
getResponseClass 在接口中 EnvisionRequest<EventDeleteResponse>public void check()
throws EnvisionRuleException
check 在接口中 EnvisionRequest<EventDeleteResponse>EnvisionRuleExceptionCopyright © 2018. All rights reserved.