@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CampaignResponseAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_DUE_DATE |
static String |
JSON_PROPERTY_ENTITY_SCOPE |
static String |
JSON_PROPERTY_GUIDANCE |
static String |
JSON_PROPERTY_KEY |
static String |
JSON_PROPERTY_MODIFIED_AT |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_OWNER |
static String |
JSON_PROPERTY_START_DATE |
static String |
JSON_PROPERTY_STATUS |
boolean |
unparsed |
| Constructor and Description |
|---|
CampaignResponseAttributes() |
CampaignResponseAttributes(OffsetDateTime createdAt,
String key,
OffsetDateTime modifiedAt,
String name,
String owner,
OffsetDateTime startDate,
String status) |
| Modifier and Type | Method and Description |
|---|---|
CampaignResponseAttributes |
createdAt(OffsetDateTime createdAt) |
CampaignResponseAttributes |
description(String description) |
CampaignResponseAttributes |
dueDate(OffsetDateTime dueDate) |
CampaignResponseAttributes |
entityScope(String entityScope) |
boolean |
equals(Object o)
Return true if this CampaignResponseAttributes 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.
|
OffsetDateTime |
getCreatedAt()
Creation time of the campaign.
|
String |
getDescription()
The description of the campaign.
|
OffsetDateTime |
getDueDate()
The due date of the campaign.
|
String |
getEntityScope()
Entity scope query to filter entities for this campaign.
|
String |
getGuidance()
Guidance for the campaign.
|
String |
getKey()
The unique key for the campaign.
|
OffsetDateTime |
getModifiedAt()
Time of last campaign modification.
|
String |
getName()
The name of the campaign.
|
String |
getOwner()
The UUID of the campaign owner.
|
OffsetDateTime |
getStartDate()
The start date of the campaign.
|
String |
getStatus()
The status of the campaign.
|
CampaignResponseAttributes |
guidance(String guidance) |
int |
hashCode() |
CampaignResponseAttributes |
key(String key) |
CampaignResponseAttributes |
modifiedAt(OffsetDateTime modifiedAt) |
CampaignResponseAttributes |
name(String name) |
CampaignResponseAttributes |
owner(String owner) |
CampaignResponseAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setDescription(String description) |
void |
setDueDate(OffsetDateTime dueDate) |
void |
setEntityScope(String entityScope) |
void |
setGuidance(String guidance) |
void |
setKey(String key) |
void |
setModifiedAt(OffsetDateTime modifiedAt) |
void |
setName(String name) |
void |
setOwner(String owner) |
void |
setStartDate(OffsetDateTime startDate) |
void |
setStatus(String status) |
CampaignResponseAttributes |
startDate(OffsetDateTime startDate) |
CampaignResponseAttributes |
status(String status) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_DUE_DATE
public static final String JSON_PROPERTY_ENTITY_SCOPE
public static final String JSON_PROPERTY_GUIDANCE
public static final String JSON_PROPERTY_KEY
public static final String JSON_PROPERTY_MODIFIED_AT
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_OWNER
public static final String JSON_PROPERTY_START_DATE
public static final String JSON_PROPERTY_STATUS
public CampaignResponseAttributes()
public CampaignResponseAttributes(OffsetDateTime createdAt, String key, OffsetDateTime modifiedAt, String name, String owner, OffsetDateTime startDate, String status)
public CampaignResponseAttributes createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public CampaignResponseAttributes description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public CampaignResponseAttributes dueDate(OffsetDateTime dueDate)
@Nullable public OffsetDateTime getDueDate()
public void setDueDate(OffsetDateTime dueDate)
public CampaignResponseAttributes entityScope(String entityScope)
@Nullable public String getEntityScope()
public void setEntityScope(String entityScope)
public CampaignResponseAttributes guidance(String guidance)
@Nullable public String getGuidance()
public void setGuidance(String guidance)
public CampaignResponseAttributes key(String key)
public String getKey()
public void setKey(String key)
public CampaignResponseAttributes modifiedAt(OffsetDateTime modifiedAt)
public OffsetDateTime getModifiedAt()
public void setModifiedAt(OffsetDateTime modifiedAt)
public CampaignResponseAttributes name(String name)
public String getName()
public void setName(String name)
public CampaignResponseAttributes owner(String owner)
public String getOwner()
public void setOwner(String owner)
public CampaignResponseAttributes startDate(OffsetDateTime startDate)
public OffsetDateTime getStartDate()
public void setStartDate(OffsetDateTime startDate)
public CampaignResponseAttributes status(String status)
public String getStatus()
public void setStatus(String status)
public CampaignResponseAttributes 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.