Class UsageHistoryInput


  • public class UsageHistoryInput
    extends java.lang.Object
    • Field Detail

      • customerRefId

        public final java.lang.String customerRefId
      • endDate

        public final com.apollographql.apollo3.api.Optional<java.time.Instant> endDate
      • environmentId

        public final com.apollographql.apollo3.api.Optional<java.lang.String> environmentId
      • featureRefId

        public final java.lang.String featureRefId
      • monthlyResetPeriodConfiguration

        public final com.apollographql.apollo3.api.Optional<MonthlyResetPeriodConfigInput> monthlyResetPeriodConfiguration
      • resourceRefId

        public final com.apollographql.apollo3.api.Optional<java.lang.String> resourceRefId
      • startDate

        public final java.time.Instant startDate
      • weeklyResetPeriodConfiguration

        public final com.apollographql.apollo3.api.Optional<WeeklyResetPeriodConfigInput> weeklyResetPeriodConfiguration
      • yearlyResetPeriodConfiguration

        public final com.apollographql.apollo3.api.Optional<YearlyResetPeriodConfigInput> yearlyResetPeriodConfiguration
    • Constructor Detail

      • UsageHistoryInput

        public UsageHistoryInput​(java.lang.String customerRefId,
                                 com.apollographql.apollo3.api.Optional<java.time.Instant> endDate,
                                 com.apollographql.apollo3.api.Optional<java.lang.String> environmentId,
                                 java.lang.String featureRefId,
                                 com.apollographql.apollo3.api.Optional<MonthlyResetPeriodConfigInput> monthlyResetPeriodConfiguration,
                                 com.apollographql.apollo3.api.Optional<EntitlementResetPeriod> resetPeriod,
                                 com.apollographql.apollo3.api.Optional<java.lang.String> resourceRefId,
                                 java.time.Instant startDate,
                                 com.apollographql.apollo3.api.Optional<WeeklyResetPeriodConfigInput> weeklyResetPeriodConfiguration,
                                 com.apollographql.apollo3.api.Optional<YearlyResetPeriodConfigInput> yearlyResetPeriodConfiguration)
    • Method Detail

      • equals

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

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

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