public static final class CampaignDataBean.EmailActivity
extends java.lang.Object
Constructor and Description |
---|
EmailActivity()
Default constructor for this class.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActionFlag()
Gets the flag that is used to indicate the action to be performed on this e-mail activity.
|
java.lang.Integer |
getId()
Gets the ID of the e-mail activity.
|
java.lang.String |
getName()
Gets the name of the e-mail activity.
|
java.lang.Integer |
getStoreId()
Gets the store ID of the e-mail activity.
|
void |
setActionFlag(java.lang.String actionFlag)
Sets the flag that is used to indicate the action to be performed on this e-mail activity.
|
void |
setId(java.lang.Integer id)
Sets the ID of the e-mail activity.
|
void |
setName(java.lang.String name)
Sets the name of the e-mail activity.
|
void |
setStoreId(java.lang.Integer storeId)
Sets the store ID of the e-mail activity.
|
public java.lang.String getActionFlag()
public java.lang.Integer getId()
public java.lang.String getName()
public java.lang.Integer getStoreId()
public void setActionFlag(java.lang.String actionFlag)
actionFlag
- The flag that is used to indicate the action be performed on this e-mail activity.public void setId(java.lang.Integer id)
id
- The ID of the e-mail activity.public void setName(java.lang.String name)
name
- The name of the e-mail activity.public void setStoreId(java.lang.Integer storeId)
storeId
- The store ID of the e-mail activity.