public class CreatePreSignedUrlResponse
extends com.byteplus.model.AbstractResponse
| Constructor and Description |
|---|
CreatePreSignedUrlResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
CreatePreSignedUrlResponse |
expires(Integer expires) |
CreatePreSignedUrlResponse |
fileKey(String fileKey) |
CreatePreSignedUrlResponse |
fileUrl(String fileUrl) |
Integer |
getExpires()
Get expires
|
String |
getFileKey()
Get fileKey
|
String |
getFileUrl()
Get fileUrl
|
int |
hashCode() |
void |
setExpires(Integer expires) |
void |
setFileKey(String fileKey) |
void |
setFileUrl(String fileUrl) |
String |
toString() |
public CreatePreSignedUrlResponse expires(Integer expires)
public Integer getExpires()
public void setExpires(Integer expires)
public CreatePreSignedUrlResponse fileKey(String fileKey)
public String getFileKey()
public void setFileKey(String fileKey)
public CreatePreSignedUrlResponse fileUrl(String fileUrl)
public String getFileUrl()
public void setFileUrl(String fileUrl)
Copyright © 2026. All rights reserved.