Package io.fabric8.kubernetes.api.model
Class NodeAddress
java.lang.Object
io.fabric8.kubernetes.api.model.NodeAddress
- All Implemented Interfaces:
KubernetesResource
,Serializable
@Generated("org.jsonschema2pojo") public class NodeAddress extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description NodeAddress()
No args constructor for use in serializationNodeAddress(String address, String type)
-
Method Summary
Modifier and Type Method Description Map<String,Object>
getAdditionalProperties()
String
getAddress()
String
getType()
void
setAdditionalProperty(String name, Object value)
void
setAddress(String address)
void
setType(String type)
-
Constructor Details
-
NodeAddress
public NodeAddress()No args constructor for use in serialization -
NodeAddress
- Parameters:
address
-type
-
-
-
Method Details
-
getAddress
- Returns:
- The address
-
setAddress
- Parameters:
address
- The address
-
getType
- Returns:
- The type
-
setType
- Parameters:
type
- The type
-
getAdditionalProperties
-
setAdditionalProperty
-