Package com.confidentify.client.model
Class DatasetRecordAllAllOf
- java.lang.Object
-
- com.confidentify.client.model.DatasetRecordAllAllOf
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-18T21:51:17.428661900+02:00[Europe/Paris]") public class DatasetRecordAllAllOf extends Object
DatasetRecordAllAllOf
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CREATED_AT
-
Constructor Summary
Constructors Constructor Description DatasetRecordAllAllOf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatasetRecordAllAllOfcreatedAt(OffsetDateTime createdAt)booleanequals(Object o)OffsetDateTimegetCreatedAt()The time of creation of the recordinthashCode()voidsetCreatedAt(OffsetDateTime createdAt)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_CREATED_AT
public static final String SERIALIZED_NAME_CREATED_AT
- See Also:
- Constant Field Values
-
-
Method Detail
-
createdAt
public DatasetRecordAllAllOf createdAt(OffsetDateTime createdAt)
-
getCreatedAt
@Nullable public OffsetDateTime getCreatedAt()
The time of creation of the record- Returns:
- createdAt
-
setCreatedAt
public void setCreatedAt(OffsetDateTime createdAt)
-
-