Package net.stickycode.kuuty.model.v18
Class IoK8sApiAuthorizationV1beta1NonResourceAttributes
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiAuthorizationV1beta1NonResourceAttributes
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiAuthorizationV1beta1NonResourceAttributes extends Object
NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_PATHstatic StringJSON_PROPERTY_VERB
-
Constructor Summary
Constructors Constructor Description IoK8sApiAuthorizationV1beta1NonResourceAttributes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetPath()Path is the URL path of the requestStringgetVerb()Verb is the standard HTTP verbinthashCode()IoK8sApiAuthorizationV1beta1NonResourceAttributespath(String path)voidsetPath(String path)voidsetVerb(String verb)StringtoString()IoK8sApiAuthorizationV1beta1NonResourceAttributesverb(String verb)
-
-
-
Field Detail
-
JSON_PROPERTY_PATH
public static final String JSON_PROPERTY_PATH
- See Also:
- Constant Field Values
-
JSON_PROPERTY_VERB
public static final String JSON_PROPERTY_VERB
- See Also:
- Constant Field Values
-
-
Method Detail
-
path
public IoK8sApiAuthorizationV1beta1NonResourceAttributes path(String path)
-
getPath
@Nullable public String getPath()
Path is the URL path of the request- Returns:
- path
-
setPath
public void setPath(String path)
-
verb
public IoK8sApiAuthorizationV1beta1NonResourceAttributes verb(String verb)
-
getVerb
@Nullable public String getVerb()
Verb is the standard HTTP verb- Returns:
- verb
-
setVerb
public void setVerb(String verb)
-
-