public class SetBashEventsStatusRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
SetBashEventsStatusRequest() |
SetBashEventsStatusRequest(SetBashEventsStatusRequest 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 array (The maximum number of IDs is 100)
|
Long |
getStatus()
Get New status (0 - pending; 1 - high-risk; 2 - normal)
|
void |
setIds(Long[] Ids)
Set ID array (The maximum number of IDs is 100)
|
void |
setStatus(Long Status)
Set New status (0 - pending; 1 - high-risk; 2 - normal)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SetBashEventsStatusRequest()
public SetBashEventsStatusRequest(SetBashEventsStatusRequest source)
public Long[] getIds()
public void setIds(Long[] Ids)
Ids
- ID array (The maximum number of IDs is 100)public Long getStatus()
public void setStatus(Long Status)
Status
- New status (0 - pending; 1 - high-risk; 2 - normal)Copyright © 2025. All rights reserved.