@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class RelationshipToRoleData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
RelationshipToRoleData() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this RelationshipToRoleData object is equal to o.
|
String |
getId()
The unique identifier of the role.
|
RolesType |
getType()
Roles type.
|
int |
hashCode() |
RelationshipToRoleData |
id(String id) |
void |
setId(String id) |
void |
setType(RolesType type) |
String |
toString() |
RelationshipToRoleData |
type(RolesType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_TYPE
public RelationshipToRoleData id(String id)
@Nullable public String getId()
public void setId(String id)
public RelationshipToRoleData type(RolesType type)
@Nullable public RolesType getType()
public void setType(RolesType type)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.