Package com.docusign.esign.model
Class BillingPlansResponse
- java.lang.Object
-
- com.docusign.esign.model.BillingPlansResponse
-
public class BillingPlansResponse extends java.lang.ObjectDefines a billing plans response object..
-
-
Constructor Summary
Constructors Constructor Description BillingPlansResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BillingPlansResponseaddBillingPlansItem(BillingPlan billingPlansItem)addBillingPlansItem.BillingPlansResponsebillingPlans(java.util.List<BillingPlan> billingPlans)billingPlans.booleanequals(java.lang.Object o)Compares objects.java.util.List<BillingPlan>getBillingPlans()Reserved: TBD.inthashCode()Returns the HashCode.voidsetBillingPlans(java.util.List<BillingPlan> billingPlans)setBillingPlans.java.lang.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
billingPlans
public BillingPlansResponse billingPlans(java.util.List<BillingPlan> billingPlans)
billingPlans.- Returns:
- BillingPlansResponse
-
addBillingPlansItem
public BillingPlansResponse addBillingPlansItem(BillingPlan billingPlansItem)
addBillingPlansItem.- Returns:
- BillingPlansResponse
-
getBillingPlans
public java.util.List<BillingPlan> getBillingPlans()
Reserved: TBD.- Returns:
- billingPlans
-
setBillingPlans
public void setBillingPlans(java.util.List<BillingPlan> billingPlans)
setBillingPlans.
-
equals
public boolean equals(java.lang.Object o)
Compares objects.- Overrides:
equalsin classjava.lang.Object- Returns:
- true or false depending on comparison result.
-
hashCode
public int hashCode()
Returns the HashCode.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Converts the given object to string.- Overrides:
toStringin classjava.lang.Object
-
-