public class DeviceRuleSource extends Object
| Constructor and Description |
|---|
DeviceRuleSource() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCondition() |
String |
getDescription() |
String |
getName() |
SchemaProperty.PropertyType |
getType() |
String |
getValue() |
void |
setCondition(String condition) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setType(SchemaProperty.PropertyType type) |
void |
setValue(String value) |
public String getDescription()
public void setDescription(String description)
public String getName()
public void setName(String name)
public SchemaProperty.PropertyType getType()
public void setType(SchemaProperty.PropertyType type)
public String getCondition()
public void setCondition(String condition)
public String getValue()
public void setValue(String value)
Copyright © 2023. All rights reserved.