Klasse MonetizationCost

java.lang.Object
io.github.primelib.webmethodsapigateway4j.models.MonetizationCost

@Generated("io.github.primelib.primecodegen") public class MonetizationCost extends Object
MonetizationCost

Cost details of a plan. It will be used for user information only and wont be enforced.

  • Felddetails

    • value

      protected String value
      Cost of the plan.
  • Konstruktordetails

    • MonetizationCost

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

      @Internal public MonetizationCost(String value)
      Constructs a validated instance of MonetizationCost.

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

      Parameter:
      value - Cost of the plan.
    • MonetizationCost

      protected MonetizationCost()
  • Methodendetails

    • value

      public String value()
      Cost of the plan.
    • value

      public MonetizationCost value(String value)
      Cost of the plan.
      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