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-12-06T11:25:47.362934Z[Etc/UTC]") public class DataHubRoleInfo extends java.lang.Object implements OneOfEnvelopedAspectValue, OneOfGenericAspectValueInformation about a DataHub Role.
-
-
Constructor Summary
Constructors Constructor Description DataHubRoleInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataHubRoleInfodescription(java.lang.String description)DataHubRoleInfoeditable(java.lang.Boolean editable)booleanequals(java.lang.Object o)@NotNull java.lang.Stringget__type()Name of this subclass in SimpleClassName format@NotNull java.lang.StringgetDescription()Description of the Role@NotNull java.lang.StringgetName()Name of the RoleinthashCode()@NotNull java.lang.BooleanisEditable()Whether the role should be editable via the UIDataHubRoleInfoname(java.lang.String name)voidsetDescription(java.lang.String description)voidsetEditable(java.lang.Boolean editable)voidsetName(java.lang.String name)java.lang.StringtoString()
-
-
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-