Class InvoiceLineItemPeriod

    • Constructor Detail

      • InvoiceLineItemPeriod

        public InvoiceLineItemPeriod()
    • Method Detail

      • getEnd

        public java.lang.Long getEnd()
        End of the line item's billing period.
      • getStart

        public java.lang.Long getStart()
        Start of the line item's billing period.
      • setEnd

        public void setEnd​(java.lang.Long end)
        End of the line item's billing period.
      • setStart

        public void setStart​(java.lang.Long start)
        Start of the line item's billing period.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object