@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-03-05T09:29:01.544Z") public class LoginResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LoginResponse.StatusEnum
Name of status: Active, Engaged, Inactive, Abuse, Bounced, Unsubscribed.
|
| Constructor and Description |
|---|
LoginResponse() |
| Modifier and Type | Method and Description |
|---|---|
LoginResponse |
apiKey(String apiKey) |
boolean |
equals(Object o) |
String |
getApiKey()
ApiKey that gives you access to our SMTP and HTTP API's.
|
LoginResponse.StatusEnum |
getStatus()
Name of status: Active, Engaged, Inactive, Abuse, Bounced, Unsubscribed.
|
org.threeten.bp.OffsetDateTime |
getTwoFactorAuthCodeDateCreated()
Get twoFactorAuthCodeDateCreated
|
int |
hashCode() |
void |
setApiKey(String apiKey) |
void |
setStatus(LoginResponse.StatusEnum status) |
void |
setTwoFactorAuthCodeDateCreated(org.threeten.bp.OffsetDateTime twoFactorAuthCodeDateCreated) |
LoginResponse |
status(LoginResponse.StatusEnum status) |
String |
toString() |
LoginResponse |
twoFactorAuthCodeDateCreated(org.threeten.bp.OffsetDateTime twoFactorAuthCodeDateCreated) |
public LoginResponse apiKey(String apiKey)
public String getApiKey()
public void setApiKey(String apiKey)
public LoginResponse twoFactorAuthCodeDateCreated(org.threeten.bp.OffsetDateTime twoFactorAuthCodeDateCreated)
public org.threeten.bp.OffsetDateTime getTwoFactorAuthCodeDateCreated()
public void setTwoFactorAuthCodeDateCreated(org.threeten.bp.OffsetDateTime twoFactorAuthCodeDateCreated)
public LoginResponse status(LoginResponse.StatusEnum status)
public LoginResponse.StatusEnum getStatus()
public void setStatus(LoginResponse.StatusEnum status)
Copyright © 2019. All rights reserved.