public class AllocationRationExpression extends AbstractModel
header, skipSign
Constructor and Description |
---|
AllocationRationExpression() |
AllocationRationExpression(AllocationRationExpression 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getNodeId()
Get 公摊规则所属分账单元ID
|
Float |
getRatio()
Get 分账单元所占公摊比例,按占比分摊传0
|
void |
setNodeId(Long NodeId)
Set 公摊规则所属分账单元ID
|
void |
setRatio(Float Ratio)
Set 分账单元所占公摊比例,按占比分摊传0
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AllocationRationExpression()
public AllocationRationExpression(AllocationRationExpression source)
public Long getNodeId()
public void setNodeId(Long NodeId)
NodeId
- 公摊规则所属分账单元IDpublic Float getRatio()
public void setRatio(Float Ratio)
Ratio
- 分账单元所占公摊比例,按占比分摊传0Copyright © 2025. All rights reserved.