Constructor and Description |
---|
OperationExecution(ObjectName on,
String name,
Map<String,AttributeConfigElement> attributes,
AttributeIfc returnType,
String namespace) |
Modifier and Type | Method and Description |
---|---|
Map<String,AttributeConfigElement> |
getAttributes() |
String |
getNamespace() |
ObjectName |
getOn() |
String |
getOperationName() |
AttributeIfc |
getReturnType() |
boolean |
isVoid() |
public OperationExecution(ObjectName on, String name, Map<String,AttributeConfigElement> attributes, AttributeIfc returnType, String namespace)
public boolean isVoid()
public ObjectName getOn()
public String getOperationName()
public Map<String,AttributeConfigElement> getAttributes()
public AttributeIfc getReturnType()
public String getNamespace()
Copyright © 2019 OpenDaylight. All rights reserved.