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