Package com.confidentify.client.model
Class DatasetListItemAllOf
- java.lang.Object
-
- com.confidentify.client.model.DatasetListItemAllOf
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-18T21:51:17.428661900+02:00[Europe/Paris]") public class DatasetListItemAllOf extends Object
DatasetListItemAllOf
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_HREFstatic StringSERIALIZED_NAME_ID
-
Constructor Summary
Constructors Constructor Description DatasetListItemAllOf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetHref()The HTTP path to the datasetStringgetId()The unique ID of the datasetinthashCode()DatasetListItemAllOfhref(String href)DatasetListItemAllOfid(String id)voidsetHref(String href)voidsetId(String id)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_HREF
public static final String SERIALIZED_NAME_HREF
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public DatasetListItemAllOf id(String id)
-
setId
public void setId(String id)
-
href
public DatasetListItemAllOf href(String href)
-
setHref
public void setHref(String href)
-
-