@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class FeatureSet extends Object
| Constructor and Description |
|---|
FeatureSet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<CurrencyFeatureSetPrice> |
getCurrencyFeatureSetPrices()
A complex type that contains alternate currency values that are configured for this plan feature set.
|
String |
getEnvelopeFee() |
String |
getFeatureSetId()
A unique ID for the feature set.
|
String |
getFixedFee() |
String |
getIs21CFRPart11()
When set to true, indicates that this module is enabled on the account.
|
String |
getIsActive() |
String |
getIsEnabled()
Specifies whether the feature set is actively enabled as part of the plan.
|
String |
getName() |
String |
getSeatFee()
An incremental seat cost for seat-based plans.
|
int |
hashCode() |
void |
setCurrencyFeatureSetPrices(List<CurrencyFeatureSetPrice> currencyFeatureSetPrices) |
void |
setEnvelopeFee(String envelopeFee) |
void |
setFeatureSetId(String featureSetId) |
void |
setFixedFee(String fixedFee) |
void |
setIs21CFRPart11(String is21CFRPart11) |
void |
setIsActive(String isActive) |
void |
setIsEnabled(String isEnabled) |
void |
setName(String name) |
void |
setSeatFee(String seatFee) |
String |
toString() |
public List<CurrencyFeatureSetPrice> getCurrencyFeatureSetPrices()
A complex type that contains alternate currency values that are configured for this plan feature set.
public void setCurrencyFeatureSetPrices(List<CurrencyFeatureSetPrice> currencyFeatureSetPrices)
public String getEnvelopeFee()
public void setEnvelopeFee(String envelopeFee)
public String getFeatureSetId()
A unique ID for the feature set.
public void setFeatureSetId(String featureSetId)
public String getFixedFee()
public void setFixedFee(String fixedFee)
public String getIs21CFRPart11()
When set to true, indicates that this module is enabled on the account.
public void setIs21CFRPart11(String is21CFRPart11)
public String getIsActive()
public void setIsActive(String isActive)
public String getIsEnabled()
Specifies whether the feature set is actively enabled as part of the plan.
public void setIsEnabled(String isEnabled)
public String getName()
public void setName(String name)
public String getSeatFee()
An incremental seat cost for seat-based plans. Only valid when isEnabled for the feature set is set to true.
public void setSeatFee(String seatFee)
Copyright © 2017. All Rights Reserved.