public class OCastReplyEventParams
Represents parameters for the data layer of a reply or an event.
Constructor and Description |
---|
OCastReplyEventParams(java.lang.Integer code)
Creates an instance of
class OCastReplyEventParams . |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getCode()
The code associated with the data.
|
public OCastReplyEventParams(@Nullable java.lang.Integer code)
Creates an instance of class OCastReplyEventParams
.
code
- The code associated with the data. Equals null
for events.class OCastReplyEventParams