@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class JiraAccountAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CONSUMER_KEY |
static String |
JSON_PROPERTY_INSTANCE_URL |
static String |
JSON_PROPERTY_LAST_WEBHOOK_TIMESTAMP |
boolean |
unparsed |
| Constructor and Description |
|---|
JiraAccountAttributes() |
JiraAccountAttributes(String consumerKey,
String instanceUrl) |
| Modifier and Type | Method and Description |
|---|---|
JiraAccountAttributes |
consumerKey(String consumerKey) |
boolean |
equals(Object o)
Return true if this JiraAccountAttributes 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.
|
String |
getConsumerKey()
The consumer key for the Jira account
|
String |
getInstanceUrl()
The URL of the Jira instance
|
OffsetDateTime |
getLastWebhookTimestamp()
Timestamp of the last webhook received
|
int |
hashCode() |
JiraAccountAttributes |
instanceUrl(String instanceUrl) |
JiraAccountAttributes |
lastWebhookTimestamp(OffsetDateTime lastWebhookTimestamp) |
JiraAccountAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setConsumerKey(String consumerKey) |
void |
setInstanceUrl(String instanceUrl) |
void |
setLastWebhookTimestamp(OffsetDateTime lastWebhookTimestamp) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CONSUMER_KEY
public static final String JSON_PROPERTY_INSTANCE_URL
public static final String JSON_PROPERTY_LAST_WEBHOOK_TIMESTAMP
public JiraAccountAttributes consumerKey(String consumerKey)
public String getConsumerKey()
public void setConsumerKey(String consumerKey)
public JiraAccountAttributes instanceUrl(String instanceUrl)
public String getInstanceUrl()
public void setInstanceUrl(String instanceUrl)
public JiraAccountAttributes lastWebhookTimestamp(OffsetDateTime lastWebhookTimestamp)
@Nullable public OffsetDateTime getLastWebhookTimestamp()
public void setLastWebhookTimestamp(OffsetDateTime lastWebhookTimestamp)
public JiraAccountAttributes 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.