@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AuthNMappingCreateRelationships extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ROLE |
boolean |
unparsed |
| Constructor and Description |
|---|
AuthNMappingCreateRelationships() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this AuthNMappingCreateRelationships object is equal to o.
|
RelationshipToRole |
getRole()
Relationship to role.
|
int |
hashCode() |
AuthNMappingCreateRelationships |
role(RelationshipToRole role) |
void |
setRole(RelationshipToRole role) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ROLE
public AuthNMappingCreateRelationships role(RelationshipToRole role)
@Nullable public RelationshipToRole getRole()
public void setRole(RelationshipToRole role)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.