Class BaseExponent

java.lang.Object
io.kubernetes.client.custom.BaseExponent

public class BaseExponent extends Object
  • Constructor Details

    • BaseExponent

      public BaseExponent(int base, int exponent, Quantity.Format format)
  • Method Details

    • getBase

      public int getBase()
    • getExponent

      public int getExponent()
    • getFormat

      public Quantity.Format getFormat()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object