Class DataHubRoleKey
- java.lang.Object
-
- io.datahubproject.openapi.generated.DataHubRoleKey
-
- 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 DataHubRoleKey extends java.lang.Object implements OneOfEnvelopedAspectValue, OneOfGenericAspectValueKey for a DataHub Role
-
-
Constructor Summary
Constructors Constructor Description DataHubRoleKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)@NotNull java.lang.Stringget__type()Name of this subclass in SimpleClassName format@NotNull java.lang.StringgetId()A unique id for the DataHub role record.inthashCode()DataHubRoleKeyid(java.lang.String id)voidsetId(java.lang.String id)java.lang.StringtoString()
-
-
-
Method Detail
-
get__type
@NotNull public @NotNull java.lang.String get__type()
Name of this subclass in SimpleClassName format- Returns:
- __type
-
id
public DataHubRoleKey id(java.lang.String id)
-
getId
@NotNull public @NotNull java.lang.String getId()
A unique id for the DataHub role record. Generated on the server side at role creation time.- Returns:
- id
-
setId
public void setId(java.lang.String id)
-
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
-
-