public class ModifyAssetRequest extends AbstractModel
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 全部同步
|
String[] |
getHosts()
Get 要同步的主机列表 两个参数必选一个 All优先
|
void |
setAll(Boolean All)
Set 全部同步
|
void |
setHosts(String[] Hosts)
Set 要同步的主机列表 两个参数必选一个 All优先
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ModifyAssetRequest()
public ModifyAssetRequest(ModifyAssetRequest source)
public Boolean getAll()
public void setAll(Boolean All)
All
- 全部同步public String[] getHosts()
public void setHosts(String[] Hosts)
Hosts
- 要同步的主机列表 两个参数必选一个 All优先Copyright © 2022. All rights reserved.