Package com.confidentify.client.model
Class DatasetCreateResponse
- java.lang.Object
-
- com.confidentify.client.model.DatasetAll
-
- com.confidentify.client.model.DatasetCreateResponse
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-18T21:51:17.428661900+02:00[Europe/Paris]") public class DatasetCreateResponse extends DatasetAll
DatasetCreateResponse
-
-
Field Summary
-
Fields inherited from class com.confidentify.client.model.DatasetAll
SERIALIZED_NAME_CREATED_AT, SERIALIZED_NAME_CREATED_BY, SERIALIZED_NAME_HREF, SERIALIZED_NAME_ID, SERIALIZED_NAME_NAME, SERIALIZED_NAME_SCHEMA, SERIALIZED_NAME_STATS
-
-
Constructor Summary
Constructors Constructor Description DatasetCreateResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()StringtoString()-
Methods inherited from class com.confidentify.client.model.DatasetAll
createdAt, createdBy, getCreatedAt, getCreatedBy, getHref, getId, getName, getSchema, getStats, href, id, name, schema, setCreatedAt, setCreatedBy, setHref, setId, setName, setSchema, setStats, stats
-
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classDatasetAll
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDatasetAll
-
toString
public String toString()
- Overrides:
toStringin classDatasetAll
-
-