@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T16:43:29.220+01:00") public class InlineResponse2002 extends Object
| Constructor and Description |
|---|
InlineResponse2002() |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2002 |
addDaysItem(DynamicResponse daysItem) |
InlineResponse2002 |
days(List<DynamicResponse> days) |
InlineResponse2002 |
desktop(Integer desktop) |
boolean |
equals(Object o) |
List<DynamicResponse> |
getDays()
Get days
|
Integer |
getDesktop()
Get desktop
|
Integer |
getMobile()
Get mobile
|
Integer |
getUnknown()
Get unknown
|
Integer |
getWebMail()
Get webMail
|
int |
hashCode() |
InlineResponse2002 |
mobile(Integer mobile) |
void |
setDays(List<DynamicResponse> days) |
void |
setDesktop(Integer desktop) |
void |
setMobile(Integer mobile) |
void |
setUnknown(Integer unknown) |
void |
setWebMail(Integer webMail) |
String |
toString() |
InlineResponse2002 |
unknown(Integer unknown) |
InlineResponse2002 |
webMail(Integer webMail) |
public InlineResponse2002 desktop(Integer desktop)
public Integer getDesktop()
public void setDesktop(Integer desktop)
public InlineResponse2002 webMail(Integer webMail)
public Integer getWebMail()
public void setWebMail(Integer webMail)
public InlineResponse2002 mobile(Integer mobile)
public Integer getMobile()
public void setMobile(Integer mobile)
public InlineResponse2002 unknown(Integer unknown)
public Integer getUnknown()
public void setUnknown(Integer unknown)
public InlineResponse2002 days(List<DynamicResponse> days)
public InlineResponse2002 addDaysItem(DynamicResponse daysItem)
public List<DynamicResponse> getDays()
public void setDays(List<DynamicResponse> days)
Copyright © 2019. All rights reserved.