Class V1DaemonEndpoint

java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1DaemonEndpoint

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1DaemonEndpoint extends Object
DaemonEndpoint contains information about a single Daemon endpoint.
  • Field Details

  • Constructor Details

    • V1DaemonEndpoint

      public V1DaemonEndpoint(Integer port)
  • Method Details

    • getPort

      public Integer getPort()
      Port number of the given endpoint.
      Returns:
      the port property value
    • setPort

      public void setPort(Integer port)
      Set the port property value
    • port

      public V1DaemonEndpoint port(Integer port)
      Set port in a chainable fashion.
      Returns:
      The same instance of V1DaemonEndpoint for chaining.
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object