
com.aliyun.openservices.loghub.client.TaskResult Maven / Gradle / Ivy
package com.aliyun.openservices.loghub.client;
public class TaskResult {
private Exception exception;
public Exception getException() {
return exception;
}
public TaskResult(Exception exception) {
this.exception = exception;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy