@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-19T10:47:33.387Z[Etc/UTC]") public class V1beta1NonResourceAttributes extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_PATH |
static String |
SERIALIZED_NAME_VERB |
Constructor and Description |
---|
V1beta1NonResourceAttributes() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getPath()
Path is the URL path of the request
|
String |
getVerb()
Verb is the standard HTTP verb
|
int |
hashCode() |
V1beta1NonResourceAttributes |
path(String path) |
void |
setPath(String path) |
void |
setVerb(String verb) |
String |
toString() |
V1beta1NonResourceAttributes |
verb(String verb) |
public static final String SERIALIZED_NAME_PATH
public static final String SERIALIZED_NAME_VERB
public V1beta1NonResourceAttributes path(String path)
public void setPath(String path)
public V1beta1NonResourceAttributes verb(String verb)
public void setVerb(String verb)
Copyright © 2020. All rights reserved.