Class RoleProperties
- java.lang.Object
-
- io.datahubproject.openapi.generated.RoleProperties
-
- 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 RoleProperties extends java.lang.Object implements OneOfEnvelopedAspectValue, OneOfGenericAspectValueInformation about a ExternalRoleProperties
-
-
Constructor Summary
Constructors Constructor Description RoleProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RolePropertiescreated(AuditStamp created)RolePropertiesdescription(java.lang.String description)booleanequals(java.lang.Object o)@NotNull java.lang.Stringget__type()Name of this subclass in SimpleClassName format@Valid AuditStampgetCreated()Get createdjava.lang.StringgetDescription()Description of the IAM Role@NotNull java.lang.StringgetName()Display name of the IAM Role in the external systemjava.lang.StringgetRequestUrl()Link to access external access management@NotNull java.lang.StringgetType()Can be READ, ADMIN, WRITEinthashCode()RolePropertiesname(java.lang.String name)RolePropertiesrequestUrl(java.lang.String requestUrl)voidsetCreated(AuditStamp created)voidsetDescription(java.lang.String description)voidsetName(java.lang.String name)voidsetRequestUrl(java.lang.String requestUrl)voidsetType(java.lang.String type)java.lang.StringtoString()RolePropertiestype(java.lang.String type)
-
-
-
Method Detail
-
get__type
@NotNull public @NotNull java.lang.String get__type()
Name of this subclass in SimpleClassName format- Returns:
- __type
-
name
public RoleProperties name(java.lang.String name)
-
getName
@NotNull public @NotNull java.lang.String getName()
Display name of the IAM Role in the external system- Returns:
- name
-
setName
public void setName(java.lang.String name)
-
description
public RoleProperties description(java.lang.String description)
-
getDescription
public java.lang.String getDescription()
Description of the IAM Role- Returns:
- description
-
setDescription
public void setDescription(java.lang.String description)
-
type
public RoleProperties type(java.lang.String type)
-
getType
@NotNull public @NotNull java.lang.String getType()
Can be READ, ADMIN, WRITE- Returns:
- type
-
setType
public void setType(java.lang.String type)
-
requestUrl
public RoleProperties requestUrl(java.lang.String requestUrl)
-
getRequestUrl
public java.lang.String getRequestUrl()
Link to access external access management- Returns:
- requestUrl
-
setRequestUrl
public void setRequestUrl(java.lang.String requestUrl)
-
created
public RoleProperties created(AuditStamp created)
-
getCreated
@Valid public @Valid AuditStamp getCreated()
Get created- Returns:
- created
-
setCreated
public void setCreated(AuditStamp created)
-
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
-
-