Class OpenBankPayLimitInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.OpenBankPayLimitInfo
-
public class OpenBankPayLimitInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description OpenBankPayLimitInfo()OpenBankPayLimitInfo(OpenBankPayLimitInfo 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 StringgetPayLimitType()Get 限制类型StringgetPayLimitValue()Get 限制类型值voidsetPayLimitType(String PayLimitType)Set 限制类型voidsetPayLimitValue(String PayLimitValue)Set 限制类型值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
-
OpenBankPayLimitInfo
public OpenBankPayLimitInfo()
-
OpenBankPayLimitInfo
public OpenBankPayLimitInfo(OpenBankPayLimitInfo 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
-
getPayLimitType
public String getPayLimitType()
Get 限制类型- Returns:
- PayLimitType 限制类型
-
setPayLimitType
public void setPayLimitType(String PayLimitType)
Set 限制类型- Parameters:
PayLimitType- 限制类型
-
getPayLimitValue
public String getPayLimitValue()
Get 限制类型值- Returns:
- PayLimitValue 限制类型值
-
setPayLimitValue
public void setPayLimitValue(String PayLimitValue)
Set 限制类型值- Parameters:
PayLimitValue- 限制类型值
-
-