@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2019-11-28T14:07:30.308Z[Etc/UTC]") public class V1HTTPGetAction extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_HOST |
static String |
SERIALIZED_NAME_HTTP_HEADERS |
static String |
SERIALIZED_NAME_PATH |
static String |
SERIALIZED_NAME_PORT |
static String |
SERIALIZED_NAME_SCHEME |
Constructor and Description |
---|
V1HTTPGetAction() |
Modifier and Type | Method and Description |
---|---|
V1HTTPGetAction |
addHttpHeadersItem(V1HTTPHeader httpHeadersItem) |
boolean |
equals(Object o) |
String |
getHost()
Host name to connect to, defaults to the pod IP.
|
List<V1HTTPHeader> |
getHttpHeaders()
Custom headers to set in the request.
|
String |
getPath()
Path to access on the HTTP server.
|
IntOrString |
getPort()
IntOrString is a type that can hold an int32 or a string.
|
String |
getScheme()
Scheme to use for connecting to the host.
|
int |
hashCode() |
V1HTTPGetAction |
host(String host) |
V1HTTPGetAction |
httpHeaders(List<V1HTTPHeader> httpHeaders) |
V1HTTPGetAction |
path(String path) |
V1HTTPGetAction |
port(IntOrString port) |
V1HTTPGetAction |
scheme(String scheme) |
void |
setHost(String host) |
void |
setHttpHeaders(List<V1HTTPHeader> httpHeaders) |
void |
setPath(String path) |
void |
setPort(IntOrString port) |
void |
setScheme(String scheme) |
String |
toString() |
public static final String SERIALIZED_NAME_HOST
public static final String SERIALIZED_NAME_HTTP_HEADERS
public static final String SERIALIZED_NAME_PATH
public static final String SERIALIZED_NAME_PORT
public static final String SERIALIZED_NAME_SCHEME
public V1HTTPGetAction host(String host)
@Nullable public String getHost()
public void setHost(String host)
public V1HTTPGetAction httpHeaders(List<V1HTTPHeader> httpHeaders)
public V1HTTPGetAction addHttpHeadersItem(V1HTTPHeader httpHeadersItem)
@Nullable public List<V1HTTPHeader> getHttpHeaders()
public void setHttpHeaders(List<V1HTTPHeader> httpHeaders)
public V1HTTPGetAction path(String path)
public void setPath(String path)
public V1HTTPGetAction port(IntOrString port)
public IntOrString getPort()
public void setPort(IntOrString port)
public V1HTTPGetAction scheme(String scheme)
@Nullable public String getScheme()
public void setScheme(String scheme)
Copyright © 2019. All rights reserved.