public static interface ModelObjectData.Builder
| Modifier and Type | Method and Description |
|---|---|
ModelObjectData.Builder |
addModelObject(ModelObject o)
Adds a model object.
|
ModelObjectData |
build()
Builds an instance of model object data.
|
ModelObjectData.Builder |
identifier(ModelObjectId id)
Sets module object identifier.
|
ModelObjectData.Builder addModelObject(ModelObject o)
o - model object to be addedModelObjectData.Builder identifier(ModelObjectId id)
in case of RPC id should be constructed using input's class.
in case of notification id can be constructed similar as container.
id - identifierModelObjectData build()
Copyright © 2018. All rights reserved.