public class BasicProcessSourceInfo extends java.lang.Object implements ProgressSourceInfo
| Constructor and Description |
|---|
BasicProcessSourceInfo(CloudTrailSource source,
boolean isSuccess) |
| Modifier and Type | Method and Description |
|---|---|
CloudTrailSource |
getSource() |
boolean |
isSuccess() |
void |
setIsSuccess(boolean isSuccess) |
java.lang.String |
toString() |
public BasicProcessSourceInfo(CloudTrailSource source, boolean isSuccess)
public boolean isSuccess()
isSuccess in interface ProgressInfotrue if execution is successful.public void setIsSuccess(boolean isSuccess)
setIsSuccess in interface ProgressInfoisSuccess - Set true if execution is successful. Otherwise, false.public CloudTrailSource getSource()
getSource in interface ProgressSourceInfopublic java.lang.String toString()
toString in class java.lang.Object