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()StringgetType()voidsetIds(Object... ids)voidsetType(String type)
-