public class BasicProcessLogInfo extends java.lang.Object implements ProgressLogInfo, ProgressSourceInfo
| Constructor and Description |
|---|
BasicProcessLogInfo(CloudTrailSource source,
CloudTrailLog log,
boolean isSuccess) |
| Modifier and Type | Method and Description |
|---|---|
CloudTrailLog |
getLog() |
CloudTrailSource |
getSource() |
boolean |
isSuccess() |
void |
setIsSuccess(boolean isSuccess) |
java.lang.String |
toString() |
public BasicProcessLogInfo(CloudTrailSource source, CloudTrailLog log, 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 CloudTrailLog getLog()
getLog in interface ProgressLogInfopublic CloudTrailSource getSource()
getSource in interface ProgressSourceInfopublic java.lang.String toString()
toString in class java.lang.Object