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