public class Errors extends Object
| Constructor and Description |
|---|
Errors() |
Errors(List<ErrorDefinition> errorDefs) |
Errors(String refValue) |
| Modifier and Type | Method and Description |
|---|---|
List<ErrorDefinition> |
getErrorDefs() |
String |
getRefValue() |
void |
setErrorDefs(List<ErrorDefinition> errorDefs) |
void |
setRefValue(String refValue) |
public Errors()
public Errors(List<ErrorDefinition> errorDefs)
public Errors(String refValue)
public String getRefValue()
public void setRefValue(String refValue)
public List<ErrorDefinition> getErrorDefs()
public void setErrorDefs(List<ErrorDefinition> errorDefs)
Copyright © 2020–2023 CNCF. All rights reserved.