public class RulebookRequest extends Object
| Constructor and Description |
|---|
RulebookRequest(String id,
String description,
String source,
String user,
List<String> rules) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getId() |
List<String> |
getRules() |
String |
getRulesString() |
String |
getSource() |
String |
getUser() |
Copyright © 2020 CDAP Licensed under the Apache License, Version 2.0.