public class SyncAssetImageRegistryAssetRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SyncAssetImageRegistryAssetRequest() | 
| SyncAssetImageRegistryAssetRequest(SyncAssetImageRegistryAssetRequest 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 是否同步所有镜像仓库 | 
| Long[] | getRegistryIds()Get 需要同步的部分镜像仓库 | 
| void | setAll(Boolean All)Set 是否同步所有镜像仓库 | 
| void | setRegistryIds(Long[] RegistryIds)Set 需要同步的部分镜像仓库 | 
| 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 SyncAssetImageRegistryAssetRequest()
public SyncAssetImageRegistryAssetRequest(SyncAssetImageRegistryAssetRequest source)
public Boolean getAll()
public void setAll(Boolean All)
All - 是否同步所有镜像仓库public Long[] getRegistryIds()
public void setRegistryIds(Long[] RegistryIds)
RegistryIds - 需要同步的部分镜像仓库Copyright © 2025. All rights reserved.