Package net.stickycode.kuuty.model.v18
Class IoK8sApiFlowcontrolV1alpha1UserSubject
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiFlowcontrolV1alpha1UserSubject
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiFlowcontrolV1alpha1UserSubject extends Object
UserSubject holds detailed information for user-kind subject.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_NAME
-
Constructor Summary
Constructors Constructor Description IoK8sApiFlowcontrolV1alpha1UserSubject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()`name` is the username that matches, or \"*\" to match all usernames.inthashCode()IoK8sApiFlowcontrolV1alpha1UserSubjectname(String name)voidsetName(String name)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public IoK8sApiFlowcontrolV1alpha1UserSubject name(String name)
-
getName
public String getName()
`name` is the username that matches, or \"*\" to match all usernames. Required.- Returns:
- name
-
setName
public void setName(String name)
-
-