public class CopySourceObjectInfo extends Object
| 构造器和说明 |
|---|
CopySourceObjectInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
String |
getEtag() |
String |
getHashCrc64ecma() |
Date |
getLastModified() |
long |
getObjectSize() |
int |
hashCode() |
boolean |
isSymlink() |
CopySourceObjectInfo |
setEtag(String etag) |
CopySourceObjectInfo |
setHashCrc64ecma(String hashCrc64ecma) |
CopySourceObjectInfo |
setLastModified(Date lastModified) |
CopySourceObjectInfo |
setObjectSize(long objectSize) |
CopySourceObjectInfo |
setSymlink(boolean symlink) |
String |
toString() |
public String getEtag()
public CopySourceObjectInfo setEtag(String etag)
public String getHashCrc64ecma()
public CopySourceObjectInfo setHashCrc64ecma(String hashCrc64ecma)
public Date getLastModified()
public CopySourceObjectInfo setLastModified(Date lastModified)
public long getObjectSize()
public CopySourceObjectInfo setObjectSize(long objectSize)
public boolean isSymlink()
public CopySourceObjectInfo setSymlink(boolean symlink)
Copyright © 2024. All rights reserved.