public class Abort extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static interface |
Abort.ErrorType |
| Constructor and Description |
|---|
Abort()
No args constructor for use in serialization
|
Abort(Abort.ErrorType errorType,
Integer percent) |
| Modifier and Type | Method and Description |
|---|---|
Abort.ErrorType |
getErrorType() |
Integer |
getPercent() |
void |
setErrorType(Abort.ErrorType errorType) |
void |
setPercent(Integer percent) |
public Abort()
public Abort(Abort.ErrorType errorType, Integer percent)
errorType - percent - public Abort.ErrorType getErrorType()
public void setErrorType(Abort.ErrorType errorType)
public Integer getPercent()
public void setPercent(Integer percent)
Copyright © 2017–2018 Red Hat. All rights reserved.