public class CreateUSMSSignatureParam extends BaseRequestParam
action, projectId, publicKey, signature| 构造器和说明 |
|---|
CreateUSMSSignatureParam(@NotEmpty(message="sigContent can not be empty") String sigContent,
@NotNull(message="sigType can not be null") Integer sigType,
@NotNull(message="sigPurpose can not be null") Integer sigPurpose,
@NotNull(message="certificateType can not be null") Integer certificateType,
@NotEmpty(message="description can not be empty") String description,
@NotEmpty(message="filePath can not be empty") String filePath) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Param> |
checkFile() |
List<Param> |
checkProxyFile() |
Integer |
getCertificateType() |
String |
getDescription() |
String |
getFilePath() |
String |
getProxyFilePath() |
String |
getSigContent() |
Integer |
getSigPurpose() |
Integer |
getSigType() |
void |
setCertificateType(Integer certificateType) |
void |
setDescription(String description) |
void |
setFilePath(String filePath) |
void |
setProxyFilePath(String proxyFilePath) |
void |
setSigContent(String sigContent) |
void |
setSigPurpose(Integer sigPurpose) |
void |
setSigType(Integer sigType) |
getAction, getProjectId, getPublicKey, getSignature, setAction, setProjectId, setPublicKey, setSignaturepublic CreateUSMSSignatureParam(@NotEmpty(message="sigContent can not be empty")
@NotEmpty(message="sigContent can not be empty") String sigContent,
@NotNull(message="sigType can not be null")
@NotNull(message="sigType can not be null") Integer sigType,
@NotNull(message="sigPurpose can not be null")
@NotNull(message="sigPurpose can not be null") Integer sigPurpose,
@NotNull(message="certificateType can not be null")
@NotNull(message="certificateType can not be null") Integer certificateType,
@NotEmpty(message="description can not be empty")
@NotEmpty(message="description can not be empty") String description,
@NotEmpty(message="filePath can not be empty")
@NotEmpty(message="filePath can not be empty") String filePath)
public List<Param> checkFile() throws ValidatorException
public List<Param> checkProxyFile() throws ValidatorException
public String getSigContent()
public void setSigContent(String sigContent)
public Integer getSigType()
public void setSigType(Integer sigType)
public Integer getSigPurpose()
public void setSigPurpose(Integer sigPurpose)
public Integer getCertificateType()
public void setCertificateType(Integer certificateType)
public String getDescription()
public void setDescription(String description)
public String getFilePath()
public void setFilePath(String filePath)
public String getProxyFilePath()
public void setProxyFilePath(String proxyFilePath)
Copyright © 2020. All rights reserved.