public class DSARule extends JsonObject
DSARule()
String
getType()
getValue()
void
setType(String type)
setValue(String value)
DSARule
withType(String type)
withValue(String value)
toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public DSARule()
public String getType()
public void setType(String type)
type
public DSARule withType(String type)
public String getValue()
public void setValue(String value)
value
public DSARule withValue(String value)