public class DescribeAllocationRuleDetailResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeAllocationRuleDetailResponse() |
DescribeAllocationRuleDetailResponse(DescribeAllocationRuleDetailResponse 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 |
getId()
Get 公摊规则ID
|
String |
getName()
Get 公摊规则名称
|
AllocationRationExpression[] |
getRatioDetail()
Get 公摊比例表达式,Type为1和2时返回
|
String |
getRequestId()
Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
AllocationRuleExpression |
getRuleDetail()
Get 公摊规则表达式
|
Long |
getType()
Get 公摊策略类型,枚举值如下:
1 - 自定义分摊占比
2 - 等比分摊
3 - 按占比分摊
|
String |
getUin()
Get 公摊规则所属UIN
|
void |
setId(Long Id)
Set 公摊规则ID
|
void |
setName(String Name)
Set 公摊规则名称
|
void |
setRatioDetail(AllocationRationExpression[] RatioDetail)
Set 公摊比例表达式,Type为1和2时返回
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
setRuleDetail(AllocationRuleExpression RuleDetail)
Set 公摊规则表达式
|
void |
setType(Long Type)
Set 公摊策略类型,枚举值如下:
1 - 自定义分摊占比
2 - 等比分摊
3 - 按占比分摊
|
void |
setUin(String Uin)
Set 公摊规则所属UIN
|
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 DescribeAllocationRuleDetailResponse()
public DescribeAllocationRuleDetailResponse(DescribeAllocationRuleDetailResponse source)
public Long getId()
public void setId(Long Id)
Id
- 公摊规则IDpublic String getUin()
public void setUin(String Uin)
Uin
- 公摊规则所属UINpublic String getName()
public void setName(String Name)
Name
- 公摊规则名称public Long getType()
public void setType(Long Type)
Type
- 公摊策略类型,枚举值如下:
1 - 自定义分摊占比
2 - 等比分摊
3 - 按占比分摊public AllocationRuleExpression getRuleDetail()
public void setRuleDetail(AllocationRuleExpression RuleDetail)
RuleDetail
- 公摊规则表达式public AllocationRationExpression[] getRatioDetail()
public void setRatioDetail(AllocationRationExpression[] RatioDetail)
RatioDetail
- 公摊比例表达式,Type为1和2时返回public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2025. All rights reserved.