public class GroupChildEvent
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GroupChildEvent.EventType |
| Constructor and Description |
|---|
GroupChildEvent(GroupChildEvent.EventType type,
java.lang.String groupID,
java.lang.String childGroupID)
Constructs event object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getChildGroupID()
Returns the ID of the child group for which the event is.
|
GroupChildEvent.EventType |
getEventType()
Returns the type of the event.
|
java.lang.String |
getGroupID()
Returns ID of the group for which the event is.
|
int |
hashCode() |
java.lang.String |
toString() |
public GroupChildEvent(GroupChildEvent.EventType type, java.lang.String groupID, java.lang.String childGroupID)
type - event typegroupID - group IDchildGroupID - child group IDpublic GroupChildEvent.EventType getEventType()
public java.lang.String getGroupID()
public java.lang.String getChildGroupID()
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.