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 Sync all
|
String[] |
getHosts()
Get List of servers to be synced.
|
void |
setAll(Boolean All)
Set Sync all
|
void |
setHosts(String[] Hosts)
Set List of servers to be synced.
|
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 ModifyAssetRequest()
public ModifyAssetRequest(ModifyAssetRequest source)
public Boolean getAll()
public void setAll(Boolean All)
All
- Sync allpublic String[] getHosts()
public void setHosts(String[] Hosts)
Hosts
- List of servers to be synced. Either this parameter or `All` (preferred) must be selected.Copyright © 2024. All rights reserved.