@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2023-09-07T10:41:28.432+08:00") public class DownloadCreateJobResult extends Object
Constructor and Description |
---|
DownloadCreateJobResult() |
Modifier and Type | Method and Description |
---|---|
DownloadCreateJobResult |
bucketName(String bucketName) |
boolean |
equals(Object o) |
String |
getBucketName()
Get bucketName
|
Boolean |
getIsSuccess()
Get isSuccess
|
String |
getMessage()
Get message
|
int |
hashCode() |
DownloadCreateJobResult |
isSuccess(Boolean isSuccess) |
DownloadCreateJobResult |
message(String message) |
void |
setBucketName(String bucketName) |
void |
setIsSuccess(Boolean isSuccess) |
void |
setMessage(String message) |
String |
toString() |
public DownloadCreateJobResult isSuccess(Boolean isSuccess)
public Boolean getIsSuccess()
public void setIsSuccess(Boolean isSuccess)
public DownloadCreateJobResult message(String message)
public String getMessage()
public void setMessage(String message)
public DownloadCreateJobResult bucketName(String bucketName)
public String getBucketName()
public void setBucketName(String bucketName)
Copyright © 2023. All rights reserved.