@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class McpScanRequestResponseData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
McpScanRequestResponseData() |
McpScanRequestResponseData(McpScanRequestResponseDataAttributes attributes,
String id,
McpScanRequestResponseDataType type) |
| Modifier and Type | Method and Description |
|---|---|
McpScanRequestResponseData |
attributes(McpScanRequestResponseDataAttributes attributes) |
boolean |
equals(Object o)
Return true if this McpScanRequestResponseData 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.
|
McpScanRequestResponseDataAttributes |
getAttributes()
The attributes returned when a scan request has been accepted, containing the job identifier
used to poll for results.
|
String |
getId()
The job identifier assigned to the scan.
|
McpScanRequestResponseDataType |
getType()
The type identifier for MCP SCA scan request responses.
|
int |
hashCode() |
McpScanRequestResponseData |
id(String id) |
McpScanRequestResponseData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(McpScanRequestResponseDataAttributes attributes) |
void |
setId(String id) |
void |
setType(McpScanRequestResponseDataType type) |
String |
toString() |
McpScanRequestResponseData |
type(McpScanRequestResponseDataType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_TYPE
public McpScanRequestResponseData()
public McpScanRequestResponseData(McpScanRequestResponseDataAttributes attributes, String id, McpScanRequestResponseDataType type)
public McpScanRequestResponseData attributes(McpScanRequestResponseDataAttributes attributes)
public McpScanRequestResponseDataAttributes getAttributes()
public void setAttributes(McpScanRequestResponseDataAttributes attributes)
public McpScanRequestResponseData id(String id)
public String getId()
public void setId(String id)
public McpScanRequestResponseData type(McpScanRequestResponseDataType type)
public McpScanRequestResponseDataType getType()
public void setType(McpScanRequestResponseDataType type)
public McpScanRequestResponseData 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.