public class EventProperty extends Object implements Serializable
Constructor and Description |
---|
EventProperty()
Initializes an instance of this class.
|
EventProperty(String id)
Initializes an instance of an event property with the string value type.
|
EventProperty(String id,
String type)
Initializes an instance of this class.
|
Modifier and Type | Method and Description |
---|---|
String |
getId()
Retrieves the identifier for this EventProperty.
|
String |
getValueType()
Retrieves the type.
|
void |
setId(String id)
Sets the identifier.
|
void |
setValueType(String type)
Sets the value type.
|
public EventProperty()
public EventProperty(String id)
id
- the event property idpublic String getId()
public void setId(String id)
id
- the idpublic String getValueType()
public void setValueType(String type)
type
- the typeCopyright © 2014–2023 Apache Software Foundation. All rights reserved.