public class Functions extends Object
| Constructor and Description |
|---|
Functions() |
Functions(List<FunctionDefinition> functionDefs) |
Functions(String refValue) |
| Modifier and Type | Method and Description |
|---|---|
List<FunctionDefinition> |
getFunctionDefs() |
String |
getRefValue() |
void |
setFunctionDefs(List<FunctionDefinition> functionDefs) |
void |
setRefValue(String refValue) |
public Functions()
public Functions(List<FunctionDefinition> functionDefs)
public Functions(String refValue)
public String getRefValue()
public void setRefValue(String refValue)
public List<FunctionDefinition> getFunctionDefs()
public void setFunctionDefs(List<FunctionDefinition> functionDefs)
Copyright © 2020–2023 CNCF. All rights reserved.