@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2019-11-28T14:07:30.308Z[Etc/UTC]") public class ExtensionsV1beta1HTTPIngressRuleValue extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_PATHS |
Constructor and Description |
---|
ExtensionsV1beta1HTTPIngressRuleValue() |
Modifier and Type | Method and Description |
---|---|
ExtensionsV1beta1HTTPIngressRuleValue |
addPathsItem(ExtensionsV1beta1HTTPIngressPath pathsItem) |
boolean |
equals(Object o) |
List<ExtensionsV1beta1HTTPIngressPath> |
getPaths()
A collection of paths that map requests to backends.
|
int |
hashCode() |
ExtensionsV1beta1HTTPIngressRuleValue |
paths(List<ExtensionsV1beta1HTTPIngressPath> paths) |
void |
setPaths(List<ExtensionsV1beta1HTTPIngressPath> paths) |
String |
toString() |
public static final String SERIALIZED_NAME_PATHS
public ExtensionsV1beta1HTTPIngressRuleValue()
public ExtensionsV1beta1HTTPIngressRuleValue paths(List<ExtensionsV1beta1HTTPIngressPath> paths)
public ExtensionsV1beta1HTTPIngressRuleValue addPathsItem(ExtensionsV1beta1HTTPIngressPath pathsItem)
public List<ExtensionsV1beta1HTTPIngressPath> getPaths()
public void setPaths(List<ExtensionsV1beta1HTTPIngressPath> paths)
Copyright © 2019. All rights reserved.