public class ModifyAssetRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyAssetRequest() |
ModifyAssetRequest(ModifyAssetRequest 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 |
---|---|
Boolean |
getAll()
Get 全部同步,俩参数必选一个 All优先
|
String[] |
getHosts()
Get 要同步的主机列表uuid ,俩参数必选一个 All优先
|
void |
setAll(Boolean All)
Set 全部同步,俩参数必选一个 All优先
|
void |
setHosts(String[] Hosts)
Set 要同步的主机列表uuid ,俩参数必选一个 All优先
|
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 ModifyAssetRequest()
public ModifyAssetRequest(ModifyAssetRequest source)
public Boolean getAll()
public void setAll(Boolean All)
All
- 全部同步,俩参数必选一个 All优先public String[] getHosts()
public void setHosts(String[] Hosts)
Hosts
- 要同步的主机列表uuid ,俩参数必选一个 All优先Copyright © 2024. All rights reserved.