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