Class Metadata

    • Constructor Detail

      • Metadata

        public Metadata​(Boolean payAsYouGoEnabled,
                        Long effectiveDate,
                        Long endDateEffective,
                        String subscriptionTermType,
                        String tierName,
                        Long messageLimit,
                        Long creditLimit,
                        Long messagesUsed,
                        Long creditsUsed,
                        Long circuitBreaker)
    • Method Detail

      • getPayAsYouGoEnabled

        public Boolean getPayAsYouGoEnabled()
      • getEffectiveDate

        public Long getEffectiveDate()
      • getEndDateEffective

        public Long getEndDateEffective()
      • getSubscriptionTermType

        public String getSubscriptionTermType()
      • getTierName

        public String getTierName()
      • getMessageLimit

        public Long getMessageLimit()
      • getCreditLimit

        public Long getCreditLimit()
      • getMessagesUsed

        public Long getMessagesUsed()
      • getCreditsUsed

        public Long getCreditsUsed()
      • getCircuitBreaker

        public Long getCircuitBreaker()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object