Class QueryContractPayFeeResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.QueryContractPayFeeResult
-
public class QueryContractPayFeeResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description QueryContractPayFeeResult()QueryContractPayFeeResult(QueryContractPayFeeResult 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 String[]getExtraInput()Get 合同扩展自定义字段PayDataResultgetPay()Get pay支付方式json数据 注意:此字段可能返回 null,表示取不到有效值。PayFeeDataResult[]getPayFee()Get pay_fee支付方式行业分类费率json数据 注意:此字段可能返回 null,表示取不到有效值。voidsetExtraInput(String[] ExtraInput)Set 合同扩展自定义字段voidsetPay(PayDataResult Pay)Set pay支付方式json数据 注意:此字段可能返回 null,表示取不到有效值。voidsetPayFee(PayFeeDataResult[] PayFee)Set pay_fee支付方式行业分类费率json数据 注意:此字段可能返回 null,表示取不到有效值。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
-
QueryContractPayFeeResult
public QueryContractPayFeeResult()
-
QueryContractPayFeeResult
public QueryContractPayFeeResult(QueryContractPayFeeResult 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
-
getPay
public PayDataResult getPay()
Get pay支付方式json数据 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Pay pay支付方式json数据 注意:此字段可能返回 null,表示取不到有效值。
-
setPay
public void setPay(PayDataResult Pay)
Set pay支付方式json数据 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Pay- pay支付方式json数据 注意:此字段可能返回 null,表示取不到有效值。
-
getExtraInput
public String[] getExtraInput()
Get 合同扩展自定义字段- Returns:
- ExtraInput 合同扩展自定义字段
-
setExtraInput
public void setExtraInput(String[] ExtraInput)
Set 合同扩展自定义字段- Parameters:
ExtraInput- 合同扩展自定义字段
-
getPayFee
public PayFeeDataResult[] getPayFee()
Get pay_fee支付方式行业分类费率json数据 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PayFee pay_fee支付方式行业分类费率json数据 注意:此字段可能返回 null,表示取不到有效值。
-
setPayFee
public void setPayFee(PayFeeDataResult[] PayFee)
Set pay_fee支付方式行业分类费率json数据 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PayFee- pay_fee支付方式行业分类费率json数据 注意:此字段可能返回 null,表示取不到有效值。
-
-