
com.qiniu.model.media.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.media;
import java.util.ArrayList;
import java.util.List;
public class PfopResult {
public Integer code;
public String desc;
public String id;
public String inputBucket;
public String inputKey;
public List- items = new ArrayList
- ();
public String pipeline;
public String reqid;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy