Package com.confidentify.client.model
Class DatasetRecordAll
- java.lang.Object
-
- com.confidentify.client.model.DatasetRecordAll
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-18T21:51:17.428661900+02:00[Europe/Paris]") public class DatasetRecordAll extends Object
DatasetRecordAll
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CREATED_ATstatic StringSERIALIZED_NAME_ENTITYstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_RECORD_SOURCE
-
Constructor Summary
Constructors Constructor Description DatasetRecordAll()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatasetRecordAllcreatedAt(OffsetDateTime createdAt)DatasetRecordAllentity(Object entity)booleanequals(Object o)OffsetDateTimegetCreatedAt()The time of creation of the recordObjectgetEntity()The record's data with keys matching the properties defined in the dataset's `schema`StringgetId()A unique ID for the recordStringgetRecordSource()A string which identifies the source of the record.inthashCode()DatasetRecordAllid(String id)DatasetRecordAllrecordSource(String recordSource)voidsetCreatedAt(OffsetDateTime createdAt)voidsetEntity(Object entity)voidsetId(String id)voidsetRecordSource(String recordSource)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ENTITY
public static final String SERIALIZED_NAME_ENTITY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_RECORD_SOURCE
public static final String SERIALIZED_NAME_RECORD_SOURCE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREATED_AT
public static final String SERIALIZED_NAME_CREATED_AT
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public DatasetRecordAll id(String id)
-
setId
public void setId(String id)
-
entity
public DatasetRecordAll entity(Object entity)
-
getEntity
@Nullable public Object getEntity()
The record's data with keys matching the properties defined in the dataset's `schema`- Returns:
- entity
-
setEntity
public void setEntity(Object entity)
-
recordSource
public DatasetRecordAll recordSource(String recordSource)
-
getRecordSource
@Nullable public String getRecordSource()
A string which identifies the source of the record.- Returns:
- recordSource
-
setRecordSource
public void setRecordSource(String recordSource)
-
createdAt
public DatasetRecordAll createdAt(OffsetDateTime createdAt)
-
getCreatedAt
@Nullable public OffsetDateTime getCreatedAt()
The time of creation of the record- Returns:
- createdAt
-
setCreatedAt
public void setCreatedAt(OffsetDateTime createdAt)
-
-