Class ReduceFunctionDTO
- java.lang.Object
-
- org.opennms.web.rest.v2.bsm.model.ReduceFunctionDTO
-
public class ReduceFunctionDTO extends Object
-
-
Constructor Summary
Constructors Constructor Description ReduceFunctionDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Map<String,String>
getProperties()
String
getType()
int
hashCode()
void
setProperties(Map<String,String> properties)
void
setType(String type)
String
toString()
-