public class ModifyFileTamperEventsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyFileTamperEventsRequest() |
ModifyFileTamperEventsRequest(ModifyFileTamperEventsRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long[] |
getIds()
Get 对应事件id
|
Long |
getStatus()
Get Status 1 -- 加白 2 -- 删除 3 - 忽略
|
void |
setIds(Long[] Ids)
Set 对应事件id
|
void |
setStatus(Long Status)
Set Status 1 -- 加白 2 -- 删除 3 - 忽略
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyFileTamperEventsRequest()
public ModifyFileTamperEventsRequest(ModifyFileTamperEventsRequest source)
public Long getStatus()
public void setStatus(Long Status)
Status
- Status 1 -- 加白 2 -- 删除 3 - 忽略public Long[] getIds()
public void setIds(Long[] Ids)
Ids
- 对应事件idCopyright © 2024. All rights reserved.