public class ImageHost extends AbstractModel
Constructor and Description |
---|
ImageHost() |
ImageHost(ImageHost 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 |
---|---|
String |
getHostID()
Get 主机id
|
String |
getImageID()
Get 镜像id
|
void |
setHostID(String HostID)
Set 主机id
|
void |
setImageID(String ImageID)
Set 镜像id
|
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 ImageHost()
public ImageHost(ImageHost source)
public String getImageID()
public void setImageID(String ImageID)
ImageID
- 镜像idpublic String getHostID()
public void setHostID(String HostID)
HostID
- 主机idCopyright © 2022. All rights reserved.