Package org.opennms.netmgt.config.charts
Class PlotBackgroundColor
- java.lang.Object
-
- org.opennms.netmgt.config.charts.PlotBackgroundColor
-
- All Implemented Interfaces:
java.io.Serializable
public class PlotBackgroundColor extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PlotBackgroundColor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)Overrides the Object.equals method.java.util.Optional<Rgb>getRgb()Returns the value of field 'rgb'.inthashCode()Method hashCode.voidsetRgb(Rgb rgb)Sets the value of field 'rgb'.
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object obj)
Overrides the Object.equals method.- Overrides:
equalsin classjava.lang.Object- Parameters:
obj-- Returns:
- true if the objects are equal.
-
getRgb
public java.util.Optional<Rgb> getRgb()
Returns the value of field 'rgb'.- Returns:
- the value of field 'Rgb'.
-
hashCode
public int hashCode()
Method hashCode.- Overrides:
hashCodein classjava.lang.Object- Returns:
- a hash code value for the object.
-
setRgb
public void setRgb(Rgb rgb)
Sets the value of field 'rgb'.- Parameters:
rgb- the value of field 'rgb'.
-
-