@Validated
@Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
date="2022-09-21T05:34:26.783Z[Etc/UTC]")
public class DataHubRoleInfo
extends java.lang.Object
implements OneOfEnvelopedAspectValue, OneOfGenericAspectValue
| Constructor and Description |
|---|
DataHubRoleInfo() |
| Modifier and Type | Method and Description |
|---|---|
DataHubRoleInfo |
description(java.lang.String description) |
DataHubRoleInfo |
editable(java.lang.Boolean editable) |
boolean |
equals(java.lang.Object o) |
@NotNull java.lang.String |
get__type()
Name of this subclass in SimpleClassName format
|
@NotNull java.lang.String |
getDescription()
Description of the Role
|
@NotNull java.lang.String |
getName()
Name of the Role
|
int |
hashCode() |
@NotNull java.lang.Boolean |
isEditable()
Whether the role should be editable via the UI
|
DataHubRoleInfo |
name(java.lang.String name) |
void |
setDescription(java.lang.String description) |
void |
setEditable(java.lang.Boolean editable) |
void |
setName(java.lang.String name) |
java.lang.String |
toString() |
@NotNull public @NotNull java.lang.String get__type()
public DataHubRoleInfo name(java.lang.String name)
@NotNull public @NotNull java.lang.String getName()
public void setName(java.lang.String name)
public DataHubRoleInfo description(java.lang.String description)
@NotNull public @NotNull java.lang.String getDescription()
public void setDescription(java.lang.String description)
public DataHubRoleInfo editable(java.lang.Boolean editable)
@NotNull public @NotNull java.lang.Boolean isEditable()
public void setEditable(java.lang.Boolean editable)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object