@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IntegrationJiraMetadata extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ACCOUNT_ID |
static String |
JSON_PROPERTY_ISSUE_TYPE_ID |
static String |
JSON_PROPERTY_PROJECT_ID |
boolean |
unparsed |
| Constructor and Description |
|---|
IntegrationJiraMetadata() |
| Modifier and Type | Method and Description |
|---|---|
IntegrationJiraMetadata |
accountId(String accountId) |
boolean |
equals(Object o)
Return true if this IntegrationJiraMetadata object is equal to o.
|
String |
getAccountId()
The Jira account identifier.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getIssueTypeId()
The Jira issue type identifier to use when creating issues.
|
String |
getProjectId()
The Jira project identifier to associate with this case project.
|
int |
hashCode() |
IntegrationJiraMetadata |
issueTypeId(String issueTypeId) |
IntegrationJiraMetadata |
projectId(String projectId) |
IntegrationJiraMetadata |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAccountId(String accountId) |
void |
setIssueTypeId(String issueTypeId) |
void |
setProjectId(String projectId) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ACCOUNT_ID
public static final String JSON_PROPERTY_ISSUE_TYPE_ID
public static final String JSON_PROPERTY_PROJECT_ID
public IntegrationJiraMetadata accountId(String accountId)
@Nullable public String getAccountId()
public void setAccountId(String accountId)
public IntegrationJiraMetadata issueTypeId(String issueTypeId)
@Nullable public String getIssueTypeId()
public void setIssueTypeId(String issueTypeId)
public IntegrationJiraMetadata projectId(String projectId)
@Nullable public String getProjectId()
public void setProjectId(String projectId)
public IntegrationJiraMetadata 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.