public class SetRequest extends Object
| Constructor and Description |
|---|
SetRequest() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
getObjref() |
String |
getProperty() |
Object |
getValue() |
void |
setObjref(com.fasterxml.jackson.databind.JsonNode objref) |
void |
setProperty(String property) |
void |
setValue(Object value) |
public com.fasterxml.jackson.databind.JsonNode getObjref()
public void setObjref(com.fasterxml.jackson.databind.JsonNode objref)
objref - The jsii object reference.public String getProperty()
public void setProperty(String property)
property - The name of the property to set.public Object getValue()
public void setValue(Object value)
value - The new value.Copyright © 2019. All rights reserved.