@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CloudWorkloadSecurityAgentRuleCreatorAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_HANDLE |
static String |
JSON_PROPERTY_NAME |
boolean |
unparsed |
| Constructor and Description |
|---|
CloudWorkloadSecurityAgentRuleCreatorAttributes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this CloudWorkloadSecurityAgentRuleCreatorAttributes object is equal to o.
|
String |
getHandle()
The handle of the user.
|
String |
getName()
The name of the user.
|
CloudWorkloadSecurityAgentRuleCreatorAttributes |
handle(String handle) |
int |
hashCode() |
CloudWorkloadSecurityAgentRuleCreatorAttributes |
name(String name) |
void |
setHandle(String handle) |
void |
setName(String name) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_HANDLE
public static final String JSON_PROPERTY_NAME
public CloudWorkloadSecurityAgentRuleCreatorAttributes()
public CloudWorkloadSecurityAgentRuleCreatorAttributes handle(String handle)
@Nullable public String getHandle()
public void setHandle(String handle)
public CloudWorkloadSecurityAgentRuleCreatorAttributes name(String name)
@Nullable public String getName()
public void setName(String name)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.