Package net.stickycode.kuuty.model.v18
Class IoK8sApiCoreV1PodDNSConfigOption
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiCoreV1PodDNSConfigOption
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiCoreV1PodDNSConfigOption extends Object
PodDNSConfigOption defines DNS resolver options of a pod.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_NAMEstatic StringJSON_PROPERTY_VALUE
-
Constructor Summary
Constructors Constructor Description IoK8sApiCoreV1PodDNSConfigOption()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()Required.StringgetValue()Get valueinthashCode()IoK8sApiCoreV1PodDNSConfigOptionname(String name)voidsetName(String name)voidsetValue(String value)StringtoString()IoK8sApiCoreV1PodDNSConfigOptionvalue(String value)
-
-
-
Field Detail
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_VALUE
public static final String JSON_PROPERTY_VALUE
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public IoK8sApiCoreV1PodDNSConfigOption name(String name)
-
getName
@Nullable public String getName()
Required.- Returns:
- name
-
setName
public void setName(String name)
-
value
public IoK8sApiCoreV1PodDNSConfigOption value(String value)
-
getValue
@Nullable public String getValue()
Get value- Returns:
- value
-
setValue
public void setValue(String value)
-
-