Class BillingPlanResponse


  • public class BillingPlanResponse
    extends java.lang.Object
    Defines a billing plan response object..
    • Constructor Detail

      • BillingPlanResponse

        public BillingPlanResponse()
    • Method Detail

      • 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:
        equals in class java.lang.Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Converts the given object to string.
        Overrides:
        toString in class java.lang.Object