@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-03-06T00:35:57.043Z") public class DeliveryReceiptRule extends Object
| Constructor and Description |
|---|
DeliveryReceiptRule() |
| Modifier and Type | Method and Description |
|---|---|
DeliveryReceiptRule |
action(String action) |
DeliveryReceiptRule |
actionAddress(String actionAddress) |
DeliveryReceiptRule |
enabled(BigDecimal enabled) |
boolean |
equals(Object o) |
String |
getAction()
Action to be taken (AUTO_REPLY, EMAIL_USER, EMAIL_FIXED, URL, SMS, POLL, GROUP_SMS, MOVE_CONTACT, CREATE_CONTACT, CREATE_CONTACT_PLUS_EMAIL, CREATE_CONTACT_PLUS_NAME_EMAIL CREATE_CONTACT_PLUS_NAME, SMPP, NONE).
|
String |
getActionAddress()
Action address.
|
BigDecimal |
getEnabled()
Enabled: Disabled=0 or Enabled=1.
|
BigDecimal |
getMatchType()
Match Type.
|
String |
getRuleName()
Rule Name.
|
int |
hashCode() |
DeliveryReceiptRule |
matchType(BigDecimal matchType) |
DeliveryReceiptRule |
ruleName(String ruleName) |
void |
setAction(String action) |
void |
setActionAddress(String actionAddress) |
void |
setEnabled(BigDecimal enabled) |
void |
setMatchType(BigDecimal matchType) |
void |
setRuleName(String ruleName) |
String |
toString() |
public DeliveryReceiptRule ruleName(String ruleName)
public String getRuleName()
public void setRuleName(String ruleName)
public DeliveryReceiptRule matchType(BigDecimal matchType)
public BigDecimal getMatchType()
public void setMatchType(BigDecimal matchType)
public DeliveryReceiptRule action(String action)
public String getAction()
public void setAction(String action)
public DeliveryReceiptRule actionAddress(String actionAddress)
public String getActionAddress()
public void setActionAddress(String actionAddress)
public DeliveryReceiptRule enabled(BigDecimal enabled)
public BigDecimal getEnabled()
public void setEnabled(BigDecimal enabled)
Copyright © 2019. All rights reserved.