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