public class EventDetailsAttribute
extends java.lang.Object
Constructor and Description |
---|
EventDetailsAttribute() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEventId()
Gets the event id.
|
java.lang.String |
getName()
Gets the event attribute name.
|
java.lang.String |
getPayloadTypeId()
Gets the payload type id.
|
java.lang.String |
getValue()
Gets the value of the attribute.
|
boolean |
isPayloadDetails()
Checks if the event contains payload details.
|
void |
setEventId(java.lang.String eventId)
Sets the eventId.
|
void |
setName(java.lang.String name)
Sets the event attribute name.
|
void |
setPayloadDetails(boolean isPayloadDetails)
Sets whether the events should have payload details or not.
|
void |
setPayloadTypeId(java.lang.String payloadTypeId)
Sets the payload type id - Request/Response.
|
void |
setValue(java.lang.String value)
Sets the attribute value.
|
public boolean isPayloadDetails()
public void setPayloadDetails(boolean isPayloadDetails)
isPayloadDetails
- If true the events will have payload detailspublic java.lang.String getName()
public void setName(java.lang.String name)
name
- The event attribute namepublic java.lang.String getValue()
public void setValue(java.lang.String value)
value
- The value to set for the attributepublic java.lang.String getEventId()
public void setEventId(java.lang.String eventId)
eventId
- The value to set for the event id.public java.lang.String getPayloadTypeId()
public void setPayloadTypeId(java.lang.String payloadTypeId)
payloadTypeId
- The value to set for the payload type id