Package com.docusign.esign.model
Class BillingPlanResponse
- java.lang.Object
-
- com.docusign.esign.model.BillingPlanResponse
-
public class BillingPlanResponse extends java.lang.ObjectDefines a billing plan response object..
-
-
Constructor Summary
Constructors Constructor Description BillingPlanResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BillingPlanResponseaddSuccessorPlansItem(BillingPlan successorPlansItem)addSuccessorPlansItem.BillingPlanResponsebillingPlan(BillingPlan billingPlan)billingPlan.booleanequals(java.lang.Object o)Compares objects.BillingPlangetBillingPlan()Get billingPlan.java.util.List<BillingPlan>getSuccessorPlans().inthashCode()Returns the HashCode.voidsetBillingPlan(BillingPlan billingPlan)setBillingPlan.voidsetSuccessorPlans(java.util.List<BillingPlan> successorPlans)setSuccessorPlans.BillingPlanResponsesuccessorPlans(java.util.List<BillingPlan> successorPlans)successorPlans.java.lang.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
billingPlan
public BillingPlanResponse billingPlan(BillingPlan billingPlan)
billingPlan.- Returns:
- BillingPlanResponse
-
getBillingPlan
public BillingPlan getBillingPlan()
Get billingPlan.- Returns:
- billingPlan
-
setBillingPlan
public void setBillingPlan(BillingPlan billingPlan)
setBillingPlan.
-
successorPlans
public BillingPlanResponse successorPlans(java.util.List<BillingPlan> successorPlans)
successorPlans.- Returns:
- BillingPlanResponse
-
addSuccessorPlansItem
public BillingPlanResponse addSuccessorPlansItem(BillingPlan successorPlansItem)
addSuccessorPlansItem.- Returns:
- BillingPlanResponse
-
getSuccessorPlans
public java.util.List<BillingPlan> getSuccessorPlans()
.- Returns:
- successorPlans
-
setSuccessorPlans
public void setSuccessorPlans(java.util.List<BillingPlan> successorPlans)
setSuccessorPlans.
-
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
-
-