@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-07-29T18:17:00.375Z[Etc/UTC]") public class NetworkingV1beta1IngressRule extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_HOST |
static String |
SERIALIZED_NAME_HTTP |
Constructor and Description |
---|
NetworkingV1beta1IngressRule() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getHost()
Host is the fully qualified domain name of a network host, as defined by RFC 3986.
|
NetworkingV1beta1HTTPIngressRuleValue |
getHttp()
Get http
|
int |
hashCode() |
NetworkingV1beta1IngressRule |
host(String host) |
NetworkingV1beta1IngressRule |
http(NetworkingV1beta1HTTPIngressRuleValue http) |
void |
setHost(String host) |
void |
setHttp(NetworkingV1beta1HTTPIngressRuleValue http) |
String |
toString() |
public static final String SERIALIZED_NAME_HOST
public static final String SERIALIZED_NAME_HTTP
public NetworkingV1beta1IngressRule host(String host)
@Nullable public String getHost()
public void setHost(String host)
public NetworkingV1beta1IngressRule http(NetworkingV1beta1HTTPIngressRuleValue http)
@Nullable public NetworkingV1beta1HTTPIngressRuleValue getHttp()
public void setHttp(NetworkingV1beta1HTTPIngressRuleValue http)
Copyright © 2020. All rights reserved.