java.lang.Object
com.broadleafcommerce.datafeed.feedprovider.google.sftp.publisher.file.element.MerchantCenterXMLSubscriptionCost
All Implemented Interfaces:
Serializable

public class MerchantCenterXMLSubscriptionCost extends Object implements Serializable
A POJO representation of 'subscription cost' that will be serialized into the final output file. See Google docs.
See Also:
  • Constructor Details

    • MerchantCenterXMLSubscriptionCost

      public MerchantCenterXMLSubscriptionCost()
  • Method Details

    • getPeriod

      public String getPeriod()
    • getPeriod_length

      public String getPeriod_length()
    • getAmount

      public String getAmount()
    • setPeriod

      public void setPeriod(String period)
    • setPeriod_length

      public void setPeriod_length(String period_length)
    • setAmount

      public void setAmount(String amount)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object