@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ScannedAssetMetadataLastSuccess extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ENV |
static String |
JSON_PROPERTY_ORIGIN |
static String |
JSON_PROPERTY_TIMESTAMP |
boolean |
unparsed |
| Constructor and Description |
|---|
ScannedAssetMetadataLastSuccess() |
ScannedAssetMetadataLastSuccess(String timestamp) |
| Modifier and Type | Method and Description |
|---|---|
ScannedAssetMetadataLastSuccess |
addOriginItem(String originItem) |
ScannedAssetMetadataLastSuccess |
env(String env) |
boolean |
equals(Object o)
Return true if this ScannedAssetMetadataLastSuccess 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 |
getEnv()
The environment of the last success scan of the asset.
|
List<String> |
getOrigin()
The list of origins of the last success scan of the asset.
|
String |
getTimestamp()
The timestamp of the last success scan of the asset.
|
int |
hashCode() |
ScannedAssetMetadataLastSuccess |
origin(List<String> origin) |
ScannedAssetMetadataLastSuccess |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setEnv(String env) |
void |
setOrigin(List<String> origin) |
void |
setTimestamp(String timestamp) |
ScannedAssetMetadataLastSuccess |
timestamp(String timestamp) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ENV
public static final String JSON_PROPERTY_ORIGIN
public static final String JSON_PROPERTY_TIMESTAMP
public ScannedAssetMetadataLastSuccess()
public ScannedAssetMetadataLastSuccess(String timestamp)
public ScannedAssetMetadataLastSuccess env(String env)
@Nullable public String getEnv()
public void setEnv(String env)
public ScannedAssetMetadataLastSuccess origin(List<String> origin)
public ScannedAssetMetadataLastSuccess addOriginItem(String originItem)
@Nullable public List<String> getOrigin()
public ScannedAssetMetadataLastSuccess timestamp(String timestamp)
public String getTimestamp()
public void setTimestamp(String timestamp)
public ScannedAssetMetadataLastSuccess 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.