@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2021-11-12T11:58:50.284Z[UTC]")
public class NodeTimeDTO
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
JSON_PROPERTY_COMMUNICATION_TIMESTAMPS |
| Constructor and Description |
|---|
NodeTimeDTO() |
| Modifier and Type | Method and Description |
|---|---|
NodeTimeDTO |
communicationTimestamps(CommunicationTimestampsDTO communicationTimestamps) |
boolean |
equals(java.lang.Object o) |
CommunicationTimestampsDTO |
getCommunicationTimestamps()
Get communicationTimestamps
|
int |
hashCode() |
void |
setCommunicationTimestamps(CommunicationTimestampsDTO communicationTimestamps) |
java.lang.String |
toString() |
public static final java.lang.String JSON_PROPERTY_COMMUNICATION_TIMESTAMPS
public NodeTimeDTO communicationTimestamps(CommunicationTimestampsDTO communicationTimestamps)
public CommunicationTimestampsDTO getCommunicationTimestamps()
public void setCommunicationTimestamps(CommunicationTimestampsDTO communicationTimestamps)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object