Package io.fabric8.kubernetes.api.model
Class HTTPGetAction
java.lang.Object
io.fabric8.kubernetes.api.model.HTTPGetAction
- All Implemented Interfaces:
KubernetesResource
,Serializable
@Generated("org.jsonschema2pojo") public class HTTPGetAction extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description HTTPGetAction()
No args constructor for use in serializationHTTPGetAction(String host, List<HTTPHeader> httpHeaders, String path, IntOrString port, String scheme)
-
Method Summary
Modifier and Type Method Description Map<String,Object>
getAdditionalProperties()
String
getHost()
List<HTTPHeader>
getHttpHeaders()
String
getPath()
IntOrString
getPort()
String
getScheme()
void
setAdditionalProperty(String name, Object value)
void
setHost(String host)
void
setHttpHeaders(List<HTTPHeader> httpHeaders)
void
setPath(String path)
void
setPort(IntOrString port)
void
setScheme(String scheme)
-
Constructor Details
-
HTTPGetAction
public HTTPGetAction()No args constructor for use in serialization -
HTTPGetAction
public HTTPGetAction(String host, List<HTTPHeader> httpHeaders, String path, IntOrString port, String scheme)- Parameters:
path
-scheme
-port
-host
-httpHeaders
-
-
-
Method Details
-
getHost
- Returns:
- The host
-
setHost
- Parameters:
host
- The host
-
getHttpHeaders
- Returns:
- The httpHeaders
-
setHttpHeaders
- Parameters:
httpHeaders
- The httpHeaders
-
getPath
- Returns:
- The path
-
setPath
- Parameters:
path
- The path
-
getPort
- Returns:
- The port
-
setPort
- Parameters:
port
- The port
-
getScheme
- Returns:
- The scheme
-
setScheme
- Parameters:
scheme
- The scheme
-
getAdditionalProperties
-
setAdditionalProperty
-