Package software.xdev.brevo.model
Class MasterDetailsResponsePlanInfoFeaturesInner
java.lang.Object
software.xdev.brevo.model.MasterDetailsResponsePlanInfoFeaturesInner
MasterDetailsResponsePlanInfoFeaturesInner
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()Name of the featureQuantity provided in the planQuantity with overages provided in the plan (only applicable on ENTv2)Quantity remaining in the planUnit value of the featuregetUsed()Quantity consumed by masterQuantity consumed by sub-organizations over the admin plan limit (only applicable on ENTv2)inthashCode()quantityWithOverages(Long quantityWithOverages) voidvoidsetQuantity(Long quantity) voidsetQuantityWithOverages(Long quantityWithOverages) voidsetRemaining(Long remaining) voidsetUnitValue(String unitValue) voidvoidsetUsedOverages(Long usedOverages) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.usedOverages(Long usedOverages)
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_UNIT_VALUE
- See Also:
-
JSON_PROPERTY_QUANTITY
- See Also:
-
JSON_PROPERTY_QUANTITY_WITH_OVERAGES
- See Also:
-
JSON_PROPERTY_USED
- See Also:
-
JSON_PROPERTY_USED_OVERAGES
- See Also:
-
JSON_PROPERTY_REMAINING
- See Also:
-
-
Constructor Details
-
MasterDetailsResponsePlanInfoFeaturesInner
public MasterDetailsResponsePlanInfoFeaturesInner()
-
-
Method Details
-
name
-
getName
Name of the feature- Returns:
- name
-
setName
-
unitValue
-
getUnitValue
Unit value of the feature- Returns:
- unitValue
-
setUnitValue
-
quantity
-
getQuantity
Quantity provided in the plan- Returns:
- quantity
-
setQuantity
-
quantityWithOverages
public MasterDetailsResponsePlanInfoFeaturesInner quantityWithOverages(@Nullable Long quantityWithOverages) -
getQuantityWithOverages
Quantity with overages provided in the plan (only applicable on ENTv2)- Returns:
- quantityWithOverages
-
setQuantityWithOverages
-
used
-
getUsed
Quantity consumed by master- Returns:
- used
-
setUsed
-
usedOverages
-
getUsedOverages
Quantity consumed by sub-organizations over the admin plan limit (only applicable on ENTv2)- Returns:
- usedOverages
-
setUsedOverages
-
remaining
-
getRemaining
Quantity remaining in the plan- Returns:
- remaining
-
setRemaining
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-