public class CreateSymlinkRequest extends GenericRequest
NOOP
构造器和说明 |
---|
CreateSymlinkRequest(String bucketName,
String symlink,
String target) |
限定符和类型 | 方法和说明 |
---|---|
ObjectMetadata |
getMetadata()
Gets the symlink file's metadata.
|
String |
getSymlink() |
String |
getTarget()
Sets the target file of the symlink.
|
void |
setMetadata(ObjectMetadata metadata)
Sets the symlink file's metadata.
|
void |
setSymlink(String symlink) |
void |
setTarget(String target)
Gets the target file of the symlink.
|
getBucketName, getKey, getRequestPayer, getVersionId, setBucketName, setKey, setRequestPayer, setVersionId, withBucketName, withKey, withRequestPayer, withVersionId
public String getSymlink()
public void setSymlink(String symlink)
public String getTarget()
public void setTarget(String target)
target
- Target file.public ObjectMetadata getMetadata()
public void setMetadata(ObjectMetadata metadata)
metadata
- symlink file's metadata.Copyright © 2019. All Rights Reserved.