public class ConstraintInfo extends AlipayObject
Constructor and Description |
---|
ConstraintInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getCashPoolId()
Gets cash pool id.
|
String |
getCrowdGroupId()
Gets crowd group id.
|
String |
getCrowdRestriction()
Gets crowd restriction.
|
String |
getCrowdRestrictionValue()
Gets crowd restriction value.
|
List<String> |
getItemIds()
Gets item ids.
|
String |
getMinCost()
Gets min cost.
|
String |
getSubsidyPercent()
Gets subsidy percent.
|
List<String> |
getSuitShops()
Gets suit shops.
|
String |
getUserWinCount()
Gets user win count.
|
String |
getUserWinFrequency()
Gets user win frequency.
|
void |
setCashPoolId(String cashPoolId)
Sets cash pool id.
|
void |
setCrowdGroupId(String crowdGroupId)
Sets crowd group id.
|
void |
setCrowdRestriction(String crowdRestriction)
Sets crowd restriction.
|
void |
setCrowdRestrictionValue(String crowdRestrictionValue)
Sets crowd restriction value.
|
void |
setItemIds(List<String> itemIds)
Sets item ids.
|
void |
setMinCost(String minCost)
Sets min cost.
|
void |
setSubsidyPercent(String subsidyPercent)
Sets subsidy percent.
|
void |
setSuitShops(List<String> suitShops)
Sets suit shops.
|
void |
setUserWinCount(String userWinCount)
Sets user win count.
|
void |
setUserWinFrequency(String userWinFrequency)
Sets user win frequency.
|
public String getCashPoolId()
public void setCashPoolId(String cashPoolId)
cashPoolId
- the cash pool idpublic String getCrowdGroupId()
public void setCrowdGroupId(String crowdGroupId)
crowdGroupId
- the crowd group idpublic String getCrowdRestriction()
public void setCrowdRestriction(String crowdRestriction)
crowdRestriction
- the crowd restrictionpublic String getCrowdRestrictionValue()
public void setCrowdRestrictionValue(String crowdRestrictionValue)
crowdRestrictionValue
- the crowd restriction valuepublic void setItemIds(List<String> itemIds)
itemIds
- the item idspublic String getMinCost()
public void setMinCost(String minCost)
minCost
- the min costpublic String getSubsidyPercent()
public void setSubsidyPercent(String subsidyPercent)
subsidyPercent
- the subsidy percentpublic void setSuitShops(List<String> suitShops)
suitShops
- the suit shopspublic String getUserWinCount()
public void setUserWinCount(String userWinCount)
userWinCount
- the user win countpublic String getUserWinFrequency()
public void setUserWinFrequency(String userWinFrequency)
userWinFrequency
- the user win frequencyCopyright © 2018. All rights reserved.