Package uk.gov.gchq.gaffer.rest.example
Class ExampleDomainObject
- java.lang.Object
-
- uk.gov.gchq.gaffer.rest.example.ExampleDomainObject
-
public class ExampleDomainObject extends Object
-
-
Constructor Summary
Constructors Constructor Description ExampleDomainObject()
ExampleDomainObject(String type, Object... ids)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object[]
getIds()
String
getType()
void
setIds(Object... ids)
void
setType(String type)
-