@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class NestedStep extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SERIALIZED_NAME_CURRENT |
static String |
SERIALIZED_NAME_FINISHED |
static String |
SERIALIZED_NAME_KEY |
static String |
SERIALIZED_NAME_PER_SECOND |
static String |
SERIALIZED_NAME_TOTAL |
static String |
SERIALIZED_NAME_UNIT |
| 构造器和说明 |
|---|
NestedStep() |
| 限定符和类型 | 方法和说明 |
|---|---|
NestedStep |
current(Double current) |
boolean |
equals(Object o) |
NestedStep |
finished(Boolean finished) |
Double |
getCurrent()
Get current
|
Boolean |
getFinished()
Get finished
|
String |
getKey()
Get key
|
Double |
getPerSecond()
Get perSecond
|
Double |
getTotal()
Get total
|
StepUnit |
getUnit()
Get unit
|
int |
hashCode() |
NestedStep |
key(String key) |
NestedStep |
perSecond(Double perSecond) |
void |
setCurrent(Double current) |
void |
setFinished(Boolean finished) |
void |
setKey(String key) |
void |
setPerSecond(Double perSecond) |
void |
setTotal(Double total) |
void |
setUnit(StepUnit unit) |
String |
toString() |
NestedStep |
total(Double total) |
NestedStep |
unit(StepUnit unit) |
public NestedStep current(Double current)
public void setCurrent(Double current)
public NestedStep finished(Boolean finished)
public void setFinished(Boolean finished)
public NestedStep key(String key)
public void setKey(String key)
public NestedStep perSecond(Double perSecond)
public void setPerSecond(Double perSecond)
public NestedStep total(Double total)
public void setTotal(Double total)
public NestedStep unit(StepUnit unit)
public void setUnit(StepUnit unit)
Copyright © 2025. All rights reserved.