Class QueryResponse.WrappedPrimitive
- java.lang.Object
-
- org.opennms.netmgt.measurements.model.QueryResponse.WrappedPrimitive
-
- Enclosing class:
- QueryResponse
public static class QueryResponse.WrappedPrimitive extends java.lang.Object
Used to wrap an array of primitive doubles in order to avoid boxing for marshaling.
-
-
Constructor Summary
Constructors Constructor Description WrappedPrimitive()
WrappedPrimitive(double[] values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
double[]
getList()
int
hashCode()
void
setList(double[] values)
java.lang.String
toString()
-
-
-
Method Detail
-
getList
public double[] getList()
-
setList
public void setList(double[] values)
-
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
-
-