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 ProgressInfo
true
if execution is successful.public void setIsSuccess(boolean isSuccess)
setIsSuccess
in interface ProgressInfo
isSuccess
- Set true
if execution is successful. Otherwise, false
.public CloudTrailLog getLog()
getLog
in interface ProgressLogInfo
public CloudTrailSource getSource()
getSource
in interface ProgressSourceInfo
public java.lang.String toString()
toString
in class java.lang.Object