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

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

package com.aliyun.odps;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy