java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.Quota

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class Quota extends Object
Quota
  • Felddetails

    • enforcementPolicy

      protected String enforcementPolicy
      Policy id holding the information of throttling and monitor policy action to enforce quota limit.
  • Konstruktordetails

    • Quota

      public Quota(Consumer<Quota> spec)
      Constructs a validated instance of Quota.
      Parameter:
      spec - the specification to process
    • Quota

      @Internal public Quota(String enforcementPolicy)
      Constructs a validated instance of Quota.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using Quota(Consumer) instead.

      Parameter:
      enforcementPolicy - Policy id holding the information of throttling and monitor policy action to enforce quota limit.
    • Quota

      protected Quota()
  • Methodendetails

    • builder

      public static Quota.QuotaBuilder builder()
    • enforcementPolicy

      public String enforcementPolicy()
      Policy id holding the information of throttling and monitor policy action to enforce quota limit.
    • enforcementPolicy

      public Quota enforcementPolicy(String enforcementPolicy)
      Policy id holding the information of throttling and monitor policy action to enforce quota limit.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object