Class BillingLedgerPeriod1


  • public final class BillingLedgerPeriod1
    extends java.lang.Object
    • Method Detail

      • getSchemaVersion

        public int getSchemaVersion()
      • getId

        public java.lang.String getId()
      • getBillingLedgerId

        public java.lang.String getBillingLedgerId()
      • getOwnedByOrgId

        public java.lang.String getOwnedByOrgId()
        Returns:
        Must be a string starting with org_
      • getPaymentOriginOrgId

        public java.util.Optional<java.lang.String> getPaymentOriginOrgId()
        Returns:
        Must be a string starting with org_
      • getPaymentOriginOffChrtShipperOrgId

        public java.util.Optional<java.lang.String> getPaymentOriginOffChrtShipperOrgId()
      • getPaymentDestinationOrgId

        public java.util.Optional<java.lang.String> getPaymentDestinationOrgId()
        Returns:
        Must be a string starting with org_
      • getPaymentDestinationOffChrtProviderOrgId

        public java.util.Optional<java.lang.String> getPaymentDestinationOffChrtProviderOrgId()
      • getPaymentDestinationDriverId

        public java.util.Optional<java.lang.String> getPaymentDestinationDriverId()
      • getPeriodStartAtTimestamp

        public java.time.OffsetDateTime getPeriodStartAtTimestamp()
      • getPeriodEndAtTimestamp

        public java.time.OffsetDateTime getPeriodEndAtTimestamp()
      • getRateUsd

        public double getRateUsd()
      • getOpenedByUserId

        public java.lang.String getOpenedByUserId()
        Returns:
        Must be a string starting with user_
      • getOpenedByOrgId

        public java.lang.String getOpenedByOrgId()
        Returns:
        Must be a string starting with org_
      • getOpenedAtTimestamp

        public java.time.OffsetDateTime getOpenedAtTimestamp()
      • getClosedByUserId

        public java.util.Optional<java.lang.String> getClosedByUserId()
        Returns:
        Must be a string starting with user_
      • getClosedByOrgId

        public java.util.Optional<java.lang.String> getClosedByOrgId()
        Returns:
        Must be a string starting with org_
      • getClosedAtTimestamp

        public java.util.Optional<java.time.OffsetDateTime> getClosedAtTimestamp()
      • getLinkedTaskGroupIds

        public java.util.Optional<java.util.List<java.lang.String>> getLinkedTaskGroupIds()
      • getStatementId

        public java.util.Optional<java.lang.String> getStatementId()
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object