@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AttachLinearIssueRequestDataRelationships extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FINDINGS |
static String |
JSON_PROPERTY_PROJECT |
boolean |
unparsed |
| Constructor and Description |
|---|
AttachLinearIssueRequestDataRelationships() |
AttachLinearIssueRequestDataRelationships(Findings findings,
CaseManagementProject project) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this AttachLinearIssueRequestDataRelationships object is equal to o.
|
AttachLinearIssueRequestDataRelationships |
findings(Findings findings) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Findings |
getFindings()
A list of security findings.
|
CaseManagementProject |
getProject()
Case management project.
|
int |
hashCode() |
AttachLinearIssueRequestDataRelationships |
project(CaseManagementProject project) |
AttachLinearIssueRequestDataRelationships |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setFindings(Findings findings) |
void |
setProject(CaseManagementProject project) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_FINDINGS
public static final String JSON_PROPERTY_PROJECT
public AttachLinearIssueRequestDataRelationships()
public AttachLinearIssueRequestDataRelationships(Findings findings, CaseManagementProject project)
public AttachLinearIssueRequestDataRelationships findings(Findings findings)
public Findings getFindings()
public void setFindings(Findings findings)
public AttachLinearIssueRequestDataRelationships project(CaseManagementProject project)
public CaseManagementProject getProject()
public void setProject(CaseManagementProject project)
public AttachLinearIssueRequestDataRelationships 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.