public class OCastRawApplicationLayer
Represents an OCast application layer containing raw data (i.e. the data
property is a String
).
Constructor and Description |
---|
OCastRawApplicationLayer(java.lang.String service,
java.lang.String data)
Creates an instance of
class OCastRawApplicationLayer . |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getData()
The raw data.
|
java.lang.String |
getService()
The identifier of the service associated to the data.
|
public OCastRawApplicationLayer(@Nullable java.lang.String service, @Nullable java.lang.String data)
Creates an instance of class OCastRawApplicationLayer
.
service
- The identifier of the service associated to the data.data
- The raw data.class OCastRawApplicationLayer