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

com.aliyun.odps.VolumeFileResource Maven / Gradle / Ivy

There is a newer version: 0.51.2-public
Show newest version
package com.aliyun.odps;

/**
 * Created by nizheming on 15/8/3.
 */
public class VolumeFileResource extends VolumeResource {
  public VolumeFileResource() {
    super();
    this.model.type = Type.VOLUMEFILE.toString();
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy