public class Check extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
longDescription |
String |
name |
| Constructor and Description |
|---|
Check() |
Check(String name,
String longDescription) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLongDescription() |
String |
getName() |
Check |
longDescription(String longDescription) |
Check |
name(String name) |
void |
setLongDescription(String longDescription) |
void |
setName(String name) |
Copyright © 2011–2017 Red Hat. All rights reserved.