Class AmountBeforeTaxResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.AmountBeforeTaxResult
-
public class AmountBeforeTaxResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AmountBeforeTaxResult()
AmountBeforeTaxResult(AmountBeforeTaxResult 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
getAmountBeforeTax()
Get 税前金额 注意:此字段可能返回 null,表示取不到有效值。String
getAmountBeforeTaxWithTwoDigitPrecision()
Get 两位精度税前金额 注意:此字段可能返回 null,表示取不到有效值。void
setAmountBeforeTax(String AmountBeforeTax)
Set 税前金额 注意:此字段可能返回 null,表示取不到有效值。void
setAmountBeforeTaxWithTwoDigitPrecision(String AmountBeforeTaxWithTwoDigitPrecision)
Set 两位精度税前金额 注意:此字段可能返回 null,表示取不到有效值。void
toMap(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
-
AmountBeforeTaxResult
public AmountBeforeTaxResult()
-
AmountBeforeTaxResult
public AmountBeforeTaxResult(AmountBeforeTaxResult 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
-
getAmountBeforeTax
public String getAmountBeforeTax()
Get 税前金额 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AmountBeforeTax 税前金额 注意:此字段可能返回 null,表示取不到有效值。
-
setAmountBeforeTax
public void setAmountBeforeTax(String AmountBeforeTax)
Set 税前金额 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AmountBeforeTax
- 税前金额 注意:此字段可能返回 null,表示取不到有效值。
-
getAmountBeforeTaxWithTwoDigitPrecision
public String getAmountBeforeTaxWithTwoDigitPrecision()
Get 两位精度税前金额 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AmountBeforeTaxWithTwoDigitPrecision 两位精度税前金额 注意:此字段可能返回 null,表示取不到有效值。
-
setAmountBeforeTaxWithTwoDigitPrecision
public void setAmountBeforeTaxWithTwoDigitPrecision(String AmountBeforeTaxWithTwoDigitPrecision)
Set 两位精度税前金额 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AmountBeforeTaxWithTwoDigitPrecision
- 两位精度税前金额 注意:此字段可能返回 null,表示取不到有效值。
-
-