public class ImportCustomImageParam extends BaseRequestParam
action, projectId, publicKey, signature| 构造器和说明 |
|---|
ImportCustomImageParam(@NotEmpty(message="region can not be empty") String region,
@NotEmpty(message="imageName can not be empty") String imageName,
@NotEmpty(message="ufileUrl can not be empty") String ufileUrl,
@NotEmpty(message="osType can not be empty") String osType,
@NotEmpty(message="osName can not be empty") String osName,
@NotEmpty(message="format can not be empty") String format,
@NotEmpty(message="auth can not ne null") Boolean auth) |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getAuth() |
String |
getFormat() |
String |
getImageDescription() |
String |
getImageName() |
String |
getOsName() |
String |
getOsType() |
String |
getRegion() |
String |
getUfileUrl() |
void |
setAuth(Boolean auth) |
void |
setFormat(String format) |
void |
setImageDescription(String imageDescription) |
void |
setImageName(String imageName) |
void |
setOsName(String osName) |
void |
setOsType(String osType) |
void |
setRegion(String region) |
void |
setUfileUrl(String ufileUrl) |
getAction, getProjectId, getPublicKey, getSignature, setAction, setProjectId, setPublicKey, setSignaturepublic ImportCustomImageParam(@NotEmpty(message="region can not be empty")
@NotEmpty(message="region can not be empty") String region,
@NotEmpty(message="imageName can not be empty")
@NotEmpty(message="imageName can not be empty") String imageName,
@NotEmpty(message="ufileUrl can not be empty")
@NotEmpty(message="ufileUrl can not be empty") String ufileUrl,
@NotEmpty(message="osType can not be empty")
@NotEmpty(message="osType can not be empty") String osType,
@NotEmpty(message="osName can not be empty")
@NotEmpty(message="osName can not be empty") String osName,
@NotEmpty(message="format can not be empty")
@NotEmpty(message="format can not be empty") String format,
@NotEmpty(message="auth can not ne null")
@NotEmpty(message="auth can not ne null") Boolean auth)
public String getRegion()
public void setRegion(String region)
public String getImageName()
public void setImageName(String imageName)
public String getUfileUrl()
public void setUfileUrl(String ufileUrl)
public String getOsType()
public void setOsType(String osType)
public String getOsName()
public void setOsName(String osName)
public String getFormat()
public void setFormat(String format)
public Boolean getAuth()
public void setAuth(Boolean auth)
public String getImageDescription()
public void setImageDescription(String imageDescription)
Copyright © 2018. All rights reserved.