Class DataHubRoleInfo
- java.lang.Object
-
- io.datahubproject.openapi.generated.DataHubRoleInfo
-
- All Implemented Interfaces:
OneOfEnvelopedAspectValue
,OneOfGenericAspectValue
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2023-05-10T05:58:32.374063Z[Etc/UTC]") public class DataHubRoleInfo extends java.lang.Object implements OneOfEnvelopedAspectValue, OneOfGenericAspectValue
Information about a DataHub Role.
-
-
Constructor Summary
Constructors Constructor Description DataHubRoleInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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 Roleint
hashCode()
@NotNull java.lang.Boolean
isEditable()
Whether the role should be editable via the UIDataHubRoleInfo
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()
-
-
-
Method Detail
-
get__type
@NotNull public @NotNull java.lang.String get__type()
Name of this subclass in SimpleClassName format- Returns:
- __type
-
name
public DataHubRoleInfo name(java.lang.String name)
-
getName
@NotNull public @NotNull java.lang.String getName()
Name of the Role- Returns:
- name
-
setName
public void setName(java.lang.String name)
-
description
public DataHubRoleInfo description(java.lang.String description)
-
getDescription
@NotNull public @NotNull java.lang.String getDescription()
Description of the Role- Returns:
- description
-
setDescription
public void setDescription(java.lang.String description)
-
editable
public DataHubRoleInfo editable(java.lang.Boolean editable)
-
isEditable
@NotNull public @NotNull java.lang.Boolean isEditable()
Whether the role should be editable via the UI- Returns:
- editable
-
setEditable
public void setEditable(java.lang.Boolean editable)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-