@Generated(value="jsonschema2pojo") public class PortStatus extends Object implements KubernetesResource
| Constructor and Description |
|---|
PortStatus()
No args constructor for use in serialization
|
PortStatus(String error,
Integer port,
String protocol) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getError() |
Integer |
getPort() |
String |
getProtocol() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setError(String error) |
void |
setPort(Integer port) |
void |
setProtocol(String protocol) |
Copyright © 2015–2023 Red Hat. All rights reserved.