@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CloudWorkloadSecurityAgentPolicyVersion extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATE |
static String |
JSON_PROPERTY_NAME |
boolean |
unparsed |
| Constructor and Description |
|---|
CloudWorkloadSecurityAgentPolicyVersion() |
| Modifier and Type | Method and Description |
|---|---|
CloudWorkloadSecurityAgentPolicyVersion |
date(String date) |
boolean |
equals(Object o)
Return true if this CloudWorkloadSecurityAgentPolicyVersion object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getDate_JsonNullable() |
String |
getDate()
The date and time the version was created
|
String |
getName()
The version of the policy
|
int |
hashCode() |
CloudWorkloadSecurityAgentPolicyVersion |
name(String name) |
CloudWorkloadSecurityAgentPolicyVersion |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDate_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> date) |
void |
setDate(String date) |
void |
setName(String name) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DATE
public static final String JSON_PROPERTY_NAME
public CloudWorkloadSecurityAgentPolicyVersion()
public CloudWorkloadSecurityAgentPolicyVersion date(String date)
@Nullable public String getDate()
public org.openapitools.jackson.nullable.JsonNullable<String> getDate_JsonNullable()
public void setDate_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> date)
public void setDate(String date)
public CloudWorkloadSecurityAgentPolicyVersion name(String name)
@Nullable public String getName()
public void setName(String name)
public CloudWorkloadSecurityAgentPolicyVersion putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.