java.lang.Object
io.debezium.operator.api.model.runtime.templates.ContainerEnvVar
public class ContainerEnvVar
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
name
@JsonPropertyDescription("The environment variable name.")
private String name
-
value
@JsonPropertyDescription("The environment variable value.")
private String value
-
Constructor Details
-
ContainerEnvVar
public ContainerEnvVar()
-
Method Details
-
-
setName
public void setName(String name)
-
-
setValue
public void setValue(String value)