Package net.stickycode.kuuty.model.v18
Class IoK8sApiCoreV1DaemonEndpoint
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiCoreV1DaemonEndpoint
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiCoreV1DaemonEndpoint extends Object
DaemonEndpoint contains information about a single Daemon endpoint.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_PORT
-
Constructor Summary
Constructors Constructor Description IoK8sApiCoreV1DaemonEndpoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IntegergetPort()Port number of the given endpoint.inthashCode()IoK8sApiCoreV1DaemonEndpointport(Integer port)voidsetPort(Integer port)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_PORT
public static final String JSON_PROPERTY_PORT
- See Also:
- Constant Field Values
-
-
Method Detail
-
port
public IoK8sApiCoreV1DaemonEndpoint port(Integer port)
-
getPort
public Integer getPort()
Port number of the given endpoint.- Returns:
- port
-
setPort
public void setPort(Integer port)
-
-