@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2015-12-03T18:48:57.986-05:00") public class Duration extends Object
| Constructor and Description |
|---|
Duration() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDays()
If this is greater than 0, it means that the product's duration is meant to be \"full day\", i.e.
|
Integer |
getHours()
[read-only]
|
Integer |
getMinutes()
[read-only]
|
void |
setDays(Integer days) |
void |
setHours(Integer hours) |
void |
setMinutes(Integer minutes) |
String |
toString() |
public Integer getDays()
public void setDays(Integer days)
public Integer getHours()
public void setHours(Integer hours)
public Integer getMinutes()
public void setMinutes(Integer minutes)
Copyright © 2015. All rights reserved.