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()StringgetHost()List<HTTPHeader>getHttpHeaders()StringgetPath()IntOrStringgetPort()StringgetScheme()voidsetAdditionalProperty(String name, Object value)voidsetHost(String host)voidsetHttpHeaders(List<HTTPHeader> httpHeaders)voidsetPath(String path)voidsetPort(IntOrString port)voidsetScheme(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
-