com.qiniu.model.qdora.PfopResult 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.model.qdora;
import java.util.ArrayList;
public class PfopResult {
public Integer code;
public String desc;
public String id;
public String inputBucket;
public String inputKey;
public ArrayList- items;
public String pipeline;
public String reqid;
}