public class Constants extends Object
| Constructor and Description |
|---|
Constants() |
Constants(com.fasterxml.jackson.databind.JsonNode constantsDef) |
Constants(String refValue) |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
getConstantsDef() |
String |
getRefValue() |
void |
setConstantsDef(com.fasterxml.jackson.databind.JsonNode constantsDef) |
void |
setRefValue(String refValue) |
public Constants()
public Constants(String refValue)
public Constants(com.fasterxml.jackson.databind.JsonNode constantsDef)
Copyright © 2020–2023 CNCF. All rights reserved.