@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-09-20T22:55:54.394Z[Etc/UTC]") public class V1Subject extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_API_GROUP |
static String |
SERIALIZED_NAME_KIND |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_NAMESPACE |
Constructor and Description |
---|
V1Subject() |
Modifier and Type | Method and Description |
---|---|
V1Subject |
apiGroup(String apiGroup) |
boolean |
equals(Object o) |
String |
getApiGroup()
APIGroup holds the API group of the referenced subject.
|
String |
getKind()
Kind of object being referenced.
|
String |
getName()
Name of the object being referenced.
|
String |
getNamespace()
Namespace of the referenced object.
|
int |
hashCode() |
V1Subject |
kind(String kind) |
V1Subject |
name(String name) |
V1Subject |
namespace(String namespace) |
void |
setApiGroup(String apiGroup) |
void |
setKind(String kind) |
void |
setName(String name) |
void |
setNamespace(String namespace) |
String |
toString() |
public static final String SERIALIZED_NAME_API_GROUP
public static final String SERIALIZED_NAME_KIND
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAMESPACE
@Nullable public String getApiGroup()
public void setApiGroup(String apiGroup)
public String getKind()
public void setKind(String kind)
public String getName()
public void setName(String name)
@Nullable public String getNamespace()
public void setNamespace(String namespace)
Copyright © 2022. All rights reserved.