
com.qiniu.process.qai.CensorResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qsuits Show documentation
Show all versions of qsuits Show documentation
qiniu-suits is a efficient tools for qiniu api implemented by java8.
package com.qiniu.process.qai;
import com.google.gson.JsonObject;
public class CensorResult {
public String id;
public JsonObject request;
public String status;
public JsonObject result;
public String createdAt;
public String updatedAt;
public String rescheduledAt;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy