@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ScaRequestDataAttributesScanStartTimestamp extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_NANOS |
static String |
JSON_PROPERTY_SECONDS |
boolean |
unparsed |
| Constructor and Description |
|---|
ScaRequestDataAttributesScanStartTimestamp() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this ScaRequestDataAttributesScanStartTimestamp object is equal to o.
|
Integer |
getNanos()
Non-negative fractions of a second at nanosecond resolution.
|
Long |
getSeconds()
Seconds of UTC time since Unix epoch.
|
int |
hashCode() |
ScaRequestDataAttributesScanStartTimestamp |
nanos(Integer nanos) |
ScaRequestDataAttributesScanStartTimestamp |
seconds(Long seconds) |
void |
setNanos(Integer nanos) |
void |
setSeconds(Long seconds) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_NANOS
public static final String JSON_PROPERTY_SECONDS
public ScaRequestDataAttributesScanStartTimestamp()
public ScaRequestDataAttributesScanStartTimestamp nanos(Integer nanos)
@Nullable public Integer getNanos()
public void setNanos(Integer nanos)
public ScaRequestDataAttributesScanStartTimestamp seconds(Long seconds)
@Nullable public Long getSeconds()
public void setSeconds(Long seconds)
public boolean equals(Object o)
Copyright © 2026. All rights reserved.