Package org.opennms.netmgt.config.groups
Class Time
- java.lang.Object
-
- org.opennms.netmgt.config.groups.Time
-
- All Implemented Interfaces:
Serializable
public class Time extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Time()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getBegins()
Optional<String>
getDay()
String
getEnds()
Optional<String>
getId()
int
hashCode()
void
setBegins(String begins)
void
setDay(String day)
void
setEnds(String ends)
void
setId(String id)
-