类 GetSnapshottableDirListResult

java.lang.Object
com.obs.services.internal.service.InternalHeaderResponse
com.obs.services.model.HeaderResponse
com.obs.services.model.GetSnapshottableDirListResult

public class GetSnapshottableDirListResult extends HeaderResponse
  • 构造器详细资料

    • GetSnapshottableDirListResult

      public GetSnapshottableDirListResult(String marker, String nextMarker, boolean truncated, int maxKeys, int snapshottableDirCount, List<SnapshottableDir> snapshottableDir)
    • GetSnapshottableDirListResult

      public GetSnapshottableDirListResult(String marker, String nextMarker, boolean truncated, int maxKeys)
  • 方法详细资料

    • getMarker

      public String getMarker()
    • getNextMarker

      public String getNextMarker()
    • isTruncated

      public boolean isTruncated()
    • getMaxKeys

      public int getMaxKeys()
    • getSnapshottableDirCount

      public int getSnapshottableDirCount()
    • getSnapshottableDir

      public List<SnapshottableDir> getSnapshottableDir()