public class MatlibUploadRequest extends AbstractBceRequest
| Constructor and Description |
|---|
MatlibUploadRequest() |
MatlibUploadRequest(String mediaType,
String title,
String bucket,
String key) |
MatlibUploadRequest(String mediaType,
String title,
String bucket,
String key,
String notification) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBucket() |
String |
getKey() |
String |
getMediaType() |
String |
getNotification() |
String |
getTitle() |
void |
setBucket(String bucket) |
void |
setKey(String key) |
void |
setMediaType(String mediaType) |
void |
setNotification(String notification) |
void |
setTitle(String title) |
String |
toString() |
AbstractBceRequest |
withRequestCredentials(BceCredentials credentials) |
getRequestCredentials, setRequestCredentialspublic MatlibUploadRequest()
public MatlibUploadRequest(String mediaType, String title, String bucket, String key)
public String getMediaType()
public void setMediaType(String mediaType)
public String getTitle()
public void setTitle(String title)
public String getBucket()
public void setBucket(String bucket)
public String getKey()
public void setKey(String key)
public String getNotification()
public void setNotification(String notification)
public AbstractBceRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestCopyright © 2024. All rights reserved.