@Generated(value="org.jsonschema2pojo") public class Endpoint extends Object implements KubernetesResource
| Constructor and Description |
|---|
Endpoint()
No args constructor for use in serialization
|
Endpoint(List<String> addresses,
EndpointConditions conditions,
String hostname,
ObjectReference targetRef,
Map<String,String> topology) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
List<String> |
getAddresses() |
EndpointConditions |
getConditions() |
String |
getHostname() |
ObjectReference |
getTargetRef() |
Map<String,String> |
getTopology() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setAddresses(List<String> addresses) |
void |
setConditions(EndpointConditions conditions) |
void |
setHostname(String hostname) |
void |
setTargetRef(ObjectReference targetRef) |
void |
setTopology(Map<String,String> topology) |
public Endpoint()
public Endpoint(List<String> addresses, EndpointConditions conditions, String hostname, ObjectReference targetRef, Map<String,String> topology)
targetRef - addresses - hostname - topology - conditions - public EndpointConditions getConditions()
public void setConditions(EndpointConditions conditions)
conditions - The conditionspublic String getHostname()
public void setHostname(String hostname)
hostname - The hostnamepublic ObjectReference getTargetRef()
public void setTargetRef(ObjectReference targetRef)
targetRef - The targetRefpublic void setTopology(Map<String,String> topology)
topology - The topologyCopyright © 2015–2020 Red Hat. All rights reserved.