@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T16:43:29.220+01:00") public class InlineResponse200 extends Object
| Constructor and Description |
|---|
InlineResponse200() |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse200 |
_transient(Integer _transient) |
InlineResponse200 |
addDaysItem(InlineResponse200Days daysItem) |
InlineResponse200 |
days(List<InlineResponse200Days> days) |
boolean |
equals(Object o) |
List<InlineResponse200Days> |
getDays()
Get days
|
Integer |
getHardBounce()
Get hardBounce
|
Integer |
getSMTPApiError()
Get sMTPApiError
|
Integer |
getSoftBounce()
Get softBounce
|
Integer |
getTransient()
Get _transient
|
InlineResponse200 |
hardBounce(Integer hardBounce) |
int |
hashCode() |
void |
setDays(List<InlineResponse200Days> days) |
void |
setHardBounce(Integer hardBounce) |
void |
setSMTPApiError(Integer sMTPApiError) |
void |
setSoftBounce(Integer softBounce) |
void |
setTransient(Integer _transient) |
InlineResponse200 |
sMTPApiError(Integer sMTPApiError) |
InlineResponse200 |
softBounce(Integer softBounce) |
String |
toString() |
public InlineResponse200 hardBounce(Integer hardBounce)
public Integer getHardBounce()
public void setHardBounce(Integer hardBounce)
public InlineResponse200 sMTPApiError(Integer sMTPApiError)
public Integer getSMTPApiError()
public void setSMTPApiError(Integer sMTPApiError)
public InlineResponse200 softBounce(Integer softBounce)
public Integer getSoftBounce()
public void setSoftBounce(Integer softBounce)
public InlineResponse200 _transient(Integer _transient)
public Integer getTransient()
public void setTransient(Integer _transient)
public InlineResponse200 days(List<InlineResponse200Days> days)
public InlineResponse200 addDaysItem(InlineResponse200Days daysItem)
public List<InlineResponse200Days> getDays()
public void setDays(List<InlineResponse200Days> days)
Copyright © 2019. All rights reserved.