Class ApplyCreditAuditRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cr.v20180321.models.ApplyCreditAuditRequest
-
public class ApplyCreditAuditRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ApplyCreditAuditRequest()ApplyCreditAuditRequest(ApplyCreditAuditRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCallbackUrl()Get 回调地址StringgetCaseId()Get 信审任务ID,同一天内,同一InstId下,同一CaseId只能调用一次。StringgetData()Get JSON格式的业务字段。StringgetInstId()Get 实例IDStringgetModule()Get 模块名,本接口取值:CreditStringgetOperation()Get 操作名,本接口取值:ApplyStringgetProductId()Get 产品ID,形如P******。voidsetCallbackUrl(String CallbackUrl)Set 回调地址voidsetCaseId(String CaseId)Set 信审任务ID,同一天内,同一InstId下,同一CaseId只能调用一次。voidsetData(String Data)Set JSON格式的业务字段。voidsetInstId(String InstId)Set 实例IDvoidsetModule(String Module)Set 模块名,本接口取值:CreditvoidsetOperation(String Operation)Set 操作名,本接口取值:ApplyvoidsetProductId(String ProductId)Set 产品ID,形如P******。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ApplyCreditAuditRequest
public ApplyCreditAuditRequest()
-
ApplyCreditAuditRequest
public ApplyCreditAuditRequest(ApplyCreditAuditRequest 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.
-
-
Method Detail
-
getModule
public String getModule()
Get 模块名,本接口取值:Credit- Returns:
- Module 模块名,本接口取值:Credit
-
setModule
public void setModule(String Module)
Set 模块名,本接口取值:Credit- Parameters:
Module- 模块名,本接口取值:Credit
-
getOperation
public String getOperation()
Get 操作名,本接口取值:Apply- Returns:
- Operation 操作名,本接口取值:Apply
-
setOperation
public void setOperation(String Operation)
Set 操作名,本接口取值:Apply- Parameters:
Operation- 操作名,本接口取值:Apply
-
getInstId
public String getInstId()
Get 实例ID- Returns:
- InstId 实例ID
-
setInstId
public void setInstId(String InstId)
Set 实例ID- Parameters:
InstId- 实例ID
-
getProductId
public String getProductId()
Get 产品ID,形如P******。- Returns:
- ProductId 产品ID,形如P******。
-
setProductId
public void setProductId(String ProductId)
Set 产品ID,形如P******。- Parameters:
ProductId- 产品ID,形如P******。
-
getCaseId
public String getCaseId()
Get 信审任务ID,同一天内,同一InstId下,同一CaseId只能调用一次。- Returns:
- CaseId 信审任务ID,同一天内,同一InstId下,同一CaseId只能调用一次。
-
setCaseId
public void setCaseId(String CaseId)
Set 信审任务ID,同一天内,同一InstId下,同一CaseId只能调用一次。- Parameters:
CaseId- 信审任务ID,同一天内,同一InstId下,同一CaseId只能调用一次。
-
getCallbackUrl
public String getCallbackUrl()
Get 回调地址- Returns:
- CallbackUrl 回调地址
-
setCallbackUrl
public void setCallbackUrl(String CallbackUrl)
Set 回调地址- Parameters:
CallbackUrl- 回调地址
-
getData
public String getData()
Get JSON格式的业务字段。- Returns:
- Data JSON格式的业务字段。
-
setData
public void setData(String Data)
Set JSON格式的业务字段。- Parameters:
Data- JSON格式的业务字段。
-
-