All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.qiniu.api.rs.EntryPathPair Maven / Gradle / Ivy

There is a newer version: 6.1.9
Show newest version
package com.qiniu.api.rs;

public class EntryPathPair {

	public EntryPath src;
	
	public EntryPath dest;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy