public class ExportImageRequest extends Object
| 构造器和说明 |
|---|
ExportImageRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
@NotNull String |
getImageId()
Get imageId
|
@NotNull String |
getToSBucket()
Get toSBucket
|
@NotNull String |
getToSPrefix()
Get toSPrefix
|
int |
hashCode() |
ExportImageRequest |
imageId(String imageId) |
void |
setImageId(String imageId) |
void |
setToSBucket(String toSBucket) |
void |
setToSPrefix(String toSPrefix) |
ExportImageRequest |
toSBucket(String toSBucket) |
ExportImageRequest |
toSPrefix(String toSPrefix) |
String |
toString() |
public ExportImageRequest imageId(String imageId)
@NotNull public @NotNull String getImageId()
public void setImageId(String imageId)
public ExportImageRequest toSBucket(String toSBucket)
@NotNull public @NotNull String getToSBucket()
public void setToSBucket(String toSBucket)
public ExportImageRequest toSPrefix(String toSPrefix)
@NotNull public @NotNull String getToSPrefix()
public void setToSPrefix(String toSPrefix)
Copyright © 2024. All rights reserved.