public class CredentialProductVerifyV2AdvanceRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
credName
Credential name: Only supports value 0501 (product image).
|
String |
credType
Credential type: Only supports value 05 (product image).
|
InputStream |
imageFileObject
InputStream object of the image.
|
String |
imageUrl
URL of the image.
|
String |
merchantId
Merchant ID.
|
String |
productCode
Invocation mode:
Only supports value ANTI_FAKE_CHECK.
|
| 构造器和说明 |
|---|
CredentialProductVerifyV2AdvanceRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CredentialProductVerifyV2AdvanceRequest |
build(Map<String,?> map) |
String |
getCredName() |
String |
getCredType() |
InputStream |
getImageFileObject() |
String |
getImageUrl() |
String |
getMerchantId() |
String |
getProductCode() |
CredentialProductVerifyV2AdvanceRequest |
setCredName(String credName) |
CredentialProductVerifyV2AdvanceRequest |
setCredType(String credType) |
CredentialProductVerifyV2AdvanceRequest |
setImageFileObject(InputStream imageFileObject) |
CredentialProductVerifyV2AdvanceRequest |
setImageUrl(String imageUrl) |
CredentialProductVerifyV2AdvanceRequest |
setMerchantId(String merchantId) |
CredentialProductVerifyV2AdvanceRequest |
setProductCode(String productCode) |
@NameInMap(value="CredName") public String credName
Credential name: Only supports value 0501 (product image).
This parameter is required.
example:0501
@NameInMap(value="CredType") public String credType
Credential type: Only supports value 05 (product image).
This parameter is required.
example:05
@NameInMap(value="ImageFile") public InputStream imageFileObject
InputStream object of the image.
example:@NameInMap(value="ImageUrl") public String imageUrl
URL of the image.
example:@NameInMap(value="MerchantId") public String merchantId
Merchant ID.
example:无。
@NameInMap(value="ProductCode") public String productCode
Invocation mode: Only supports value ANTI_FAKE_CHECK.
This parameter is required.
example:ANTI_FAKE_CHECK
public static CredentialProductVerifyV2AdvanceRequest build(Map<String,?> map) throws Exception
Exceptionpublic CredentialProductVerifyV2AdvanceRequest setCredName(String credName)
public String getCredName()
public CredentialProductVerifyV2AdvanceRequest setCredType(String credType)
public String getCredType()
public CredentialProductVerifyV2AdvanceRequest setImageFileObject(InputStream imageFileObject)
public InputStream getImageFileObject()
public CredentialProductVerifyV2AdvanceRequest setImageUrl(String imageUrl)
public String getImageUrl()
public CredentialProductVerifyV2AdvanceRequest setMerchantId(String merchantId)
public String getMerchantId()
public CredentialProductVerifyV2AdvanceRequest setProductCode(String productCode)
public String getProductCode()
Copyright © 2025. All rights reserved.