Class SystemPropertyFluent<A extends SystemPropertyFluent<A>>

java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.strimzi.api.kafka.model.common.SystemPropertyFluent<A>
Direct Known Subclasses:
JvmOptionsFluent.JavaSystemPropertiesNested, SystemPropertyBuilder

public class SystemPropertyFluent<A extends SystemPropertyFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
  • Constructor Details

    • SystemPropertyFluent

      public SystemPropertyFluent()
    • SystemPropertyFluent

      public SystemPropertyFluent(SystemProperty instance)
  • Method Details

    • getName

      public String getName()
    • withName

      public A withName(String name)
    • hasName

      public boolean hasName()
    • getValue

      public String getValue()
    • withValue

      public A withValue(String value)
    • hasValue

      public boolean hasValue()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends SystemPropertyFluent<A>>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends SystemPropertyFluent<A>>
    • toString

      public String toString()
      Overrides:
      toString in class Object