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