public class ModifyUAIOcrResourceOssInfoParam extends BaseRequestParam
action, projectId, publicKey, signature| 构造器和说明 |
|---|
ModifyUAIOcrResourceOssInfoParam(@NotEmpty(message="region can not be empty") String region,
@NotEmpty(message="resourceId can not be empty") String resourceId,
@NotEmpty(message="ossPublicKey can not be empty") String ossPublicKey,
@NotEmpty(message="ossPrivateKey can not be empty") String ossPrivateKey) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getOssPrivateKey() |
String |
getOssPublicKey() |
String |
getRegion() |
String |
getResourceId() |
String |
getZone() |
void |
setOssPrivateKey(String ossPrivateKey) |
void |
setOssPublicKey(String ossPublicKey) |
void |
setRegion(String region) |
void |
setResourceId(String resourceId) |
void |
setZone(String zone) |
getAction, getProjectId, getPublicKey, getSignature, setAction, setProjectId, setPublicKey, setSignaturepublic ModifyUAIOcrResourceOssInfoParam(@NotEmpty(message="region can not be empty")
@NotEmpty(message="region can not be empty") String region,
@NotEmpty(message="resourceId can not be empty")
@NotEmpty(message="resourceId can not be empty") String resourceId,
@NotEmpty(message="ossPublicKey can not be empty")
@NotEmpty(message="ossPublicKey can not be empty") String ossPublicKey,
@NotEmpty(message="ossPrivateKey can not be empty")
@NotEmpty(message="ossPrivateKey can not be empty") String ossPrivateKey)
public String getRegion()
public void setRegion(String region)
public String getZone()
public void setZone(String zone)
public String getResourceId()
public void setResourceId(String resourceId)
public String getOssPublicKey()
public void setOssPublicKey(String ossPublicKey)
public String getOssPrivateKey()
public void setOssPrivateKey(String ossPrivateKey)
Copyright © 2019. All rights reserved.