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 同步全部普通节点 | 
| Boolean | getAllSuperHost()Get 同步全部超级节点 | 
| String[] | getHosts()Get 要同步的主机列表uuid | 
| String[] | getNodeUniqueIds()Get 要同步的超级节点唯一id | 
| Long | getTimeoutSec()Get 超时时间(秒) 最低3600s | 
| void | setAll(Boolean All)Set 同步全部普通节点 | 
| void | setAllSuperHost(Boolean AllSuperHost)Set 同步全部超级节点 | 
| void | setHosts(String[] Hosts)Set 要同步的主机列表uuid | 
| void | setNodeUniqueIds(String[] NodeUniqueIds)Set 要同步的超级节点唯一id | 
| void | setTimeoutSec(Long TimeoutSec)Set 超时时间(秒) 最低3600s | 
| 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, toJsonStringpublic ModifyAssetRequest()
public ModifyAssetRequest(ModifyAssetRequest source)
public Boolean getAll()
public void setAll(Boolean All)
All - 同步全部普通节点public String[] getHosts()
public void setHosts(String[] Hosts)
Hosts - 要同步的主机列表uuidpublic Boolean getAllSuperHost()
public void setAllSuperHost(Boolean AllSuperHost)
AllSuperHost - 同步全部超级节点public String[] getNodeUniqueIds()
public void setNodeUniqueIds(String[] NodeUniqueIds)
NodeUniqueIds - 要同步的超级节点唯一idpublic Long getTimeoutSec()
public void setTimeoutSec(Long TimeoutSec)
TimeoutSec - 超时时间(秒) 最低3600sCopyright © 2025. All rights reserved.