Package alluxio.proxy.s3
Class CopyObjectResult
- java.lang.Object
-
- alluxio.proxy.s3.CopyObjectResult
-
public class CopyObjectResult extends java.lang.ObjectResult of an S3 Copy.
-
-
Constructor Summary
Constructors Constructor Description CopyObjectResult(java.lang.String etag, long lastModifiedEpoch)Create a newCopyObjectResult.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetEtag()java.lang.StringgetLastModified()
-
-
-
Constructor Detail
-
CopyObjectResult
public CopyObjectResult(java.lang.String etag, long lastModifiedEpoch)Create a newCopyObjectResult.- Parameters:
etag- etag included in the resultlastModifiedEpoch- epoch time in ms which is converted to a timestamp string in the output
-
-