public class CreateAudioDepositRequest extends AbstractModel
Constructor and Description |
---|
CreateAudioDepositRequest() |
CreateAudioDepositRequest(CreateAudioDepositRequest 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 |
getBusinessId()
Get 业务ID 透传 长度最大不超过64
|
String |
getEvidenceDescription()
Get 存证描述
|
String |
getEvidenceHash()
Get 文件hash
|
String |
getEvidenceName()
Get 存证名称(长度最大30)
|
String |
getFileContent()
Get 数据Base64编码,大小不超过5M
|
String |
getFileName()
Get 对应数据Base64文件名称
|
String |
getFileUrl()
Get 资源访问链接 与fileContent必须二选一
|
Long |
getHashType()
Get 算法类型 0 SM3, 1 SHA256, 2 SHA384 默认0
|
void |
setBusinessId(String BusinessId)
Set 业务ID 透传 长度最大不超过64
|
void |
setEvidenceDescription(String EvidenceDescription)
Set 存证描述
|
void |
setEvidenceHash(String EvidenceHash)
Set 文件hash
|
void |
setEvidenceName(String EvidenceName)
Set 存证名称(长度最大30)
|
void |
setFileContent(String FileContent)
Set 数据Base64编码,大小不超过5M
|
void |
setFileName(String FileName)
Set 对应数据Base64文件名称
|
void |
setFileUrl(String FileUrl)
Set 资源访问链接 与fileContent必须二选一
|
void |
setHashType(Long HashType)
Set 算法类型 0 SM3, 1 SHA256, 2 SHA384 默认0
|
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 CreateAudioDepositRequest()
public CreateAudioDepositRequest(CreateAudioDepositRequest source)
public String getEvidenceName()
public void setEvidenceName(String EvidenceName)
EvidenceName
- 存证名称(长度最大30)public String getFileName()
public void setFileName(String FileName)
FileName
- 对应数据Base64文件名称public String getEvidenceHash()
public void setEvidenceHash(String EvidenceHash)
EvidenceHash
- 文件hashpublic String getBusinessId()
public void setBusinessId(String BusinessId)
BusinessId
- 业务ID 透传 长度最大不超过64public String getFileContent()
public void setFileContent(String FileContent)
FileContent
- 数据Base64编码,大小不超过5Mpublic String getFileUrl()
public void setFileUrl(String FileUrl)
FileUrl
- 资源访问链接 与fileContent必须二选一public Long getHashType()
public void setHashType(Long HashType)
HashType
- 算法类型 0 SM3, 1 SHA256, 2 SHA384 默认0public String getEvidenceDescription()
public void setEvidenceDescription(String EvidenceDescription)
EvidenceDescription
- 存证描述Copyright © 2021. All rights reserved.