@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2019-11-28T14:07:30.308Z[Etc/UTC]") public class ExtensionsV1beta1IngressBackend extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_SERVICE_NAME |
static String |
SERIALIZED_NAME_SERVICE_PORT |
| Constructor and Description |
|---|
ExtensionsV1beta1IngressBackend() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getServiceName()
Specifies the name of the referenced service.
|
IntOrString |
getServicePort()
IntOrString is a type that can hold an int32 or a string.
|
int |
hashCode() |
ExtensionsV1beta1IngressBackend |
serviceName(String serviceName) |
ExtensionsV1beta1IngressBackend |
servicePort(IntOrString servicePort) |
void |
setServiceName(String serviceName) |
void |
setServicePort(IntOrString servicePort) |
String |
toString() |
public static final String SERIALIZED_NAME_SERVICE_NAME
public static final String SERIALIZED_NAME_SERVICE_PORT
public ExtensionsV1beta1IngressBackend serviceName(String serviceName)
public String getServiceName()
public void setServiceName(String serviceName)
public ExtensionsV1beta1IngressBackend servicePort(IntOrString servicePort)
public IntOrString getServicePort()
public void setServicePort(IntOrString servicePort)
Copyright © 2019. All rights reserved.