public class FunctionBlockRef extends Object implements Jsonifiable
Modifier and Type | Class and Description |
---|---|
static class |
FunctionBlockRef.Builder |
Jsonifiable.JsonMapper
Modifier | Constructor and Description |
---|---|
protected |
FunctionBlockRef(FunctionBlockRef.Builder builder) |
Modifier and Type | Method and Description |
---|---|
FunctionBlock |
content()
Retrieve the content of the Function Block reference by this FunctionBlockRef
|
boolean |
equals(Object obj) |
int |
hashCode() |
ModelId |
id()
Function Block identifier
|
String |
name()
Returns the name of the property the Function Bock is referenced in the Information Model
|
static FunctionBlockRef.Builder |
newBuilder() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
toJsonString
protected FunctionBlockRef(FunctionBlockRef.Builder builder)
public ModelId id()
public String name()
public FunctionBlock content()
public static FunctionBlockRef.Builder newBuilder()
Copyright © 2022 Bosch.IO GmbH. All rights reserved.