1 | boolean get90Percent() {↵ | | 1 | boolean isRetobj() {↵
|
2 | return getPropertyAsBoolean(REPORT_TABLE_90_PERCENT);↵ | | 2 | return getPropertyAsBoolean(RE↵
|
3 | }↵ | | |
|
4 | ↵ | | |
|
5 | ↵ | | 3 | TOBJ);↵
|
| | | 4 | }↵
|
|
| | | 5 | /***************************************************************************↵
|
| | | 6 | * Sets the return objects attribute of the LDAPSampler object↵
|
| | | 7 | * ↵
|
| | | 8 | **************************************************************************/↵
|
6 | public void set90Percent(String set) {↵ | | 9 | public void setRetobj(String ↵
|
7 | setProperty(REPORT_TABLE_90_PERCENT,set);↵ | | |
|
8 | }↵ | | |
|
9 | ↵ | | |
|
10 | ↵ | | 10 | newRobj) {↵
|
| | | 11 | this.setProperty(RETOBJ, newRobj);↵
|
| | | 12 | }↵
|
|
| | | 13 | /***************************************************************************↵
|
| | | 14 | * Gets the deref attribute of the LDAPSampler object↵
|
| | | 15 | * ↵
|
| | | 16 | * @return if dereferencing is required↵
|
| | | 17 | **************************************************************************/↵
|
11 | public boolean getErrorRate() {↵ | | 18 | public boolean isDeref() {↵
|
12 | return getPropertyAsBoolean(REPORT_TABLE_ERROR_RATE);↵ | | 19 | return getPropertyAsBoolean(↵
|
13 | ↵ | | 20 | DEREF);↵
|
14 | } | | 21 | }
|