public class DkimAttrModel extends Object
| Constructor and Description |
|---|
DkimAttrModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentity() |
Integer |
getStatus() |
DkimAttrModelTokenModel |
getToken() |
boolean |
isDkimEnabled() |
void |
setDkimEnabled(boolean dkimEnabled) |
void |
setIdentity(String identity) |
void |
setStatus(Integer status) |
void |
setToken(DkimAttrModelTokenModel token) |
String |
toString() |
public String getIdentity()
public void setIdentity(String identity)
public boolean isDkimEnabled()
public void setDkimEnabled(boolean dkimEnabled)
public DkimAttrModelTokenModel getToken()
public void setToken(DkimAttrModelTokenModel token)
public Integer getStatus()
public void setStatus(Integer status)
Copyright © 2020. All rights reserved.