@Validated @Generated(value="io.swagger.codegen.languages.SeiyaSpringCodegen", date="2019-08-22T01:26:16.983+08:00") public class RuleDTO extends Object
| Constructor and Description |
|---|
RuleDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static RuleDTO |
fromString(String json)
Convert the given JSON string to object of class
RuleDTO. |
String |
getChannel()
回调方式,邮箱:`EMAIL`,HTTP:`HTTP`,HTTPS:`HTTPS`,短信:`SMS`,MQ `MQ`
|
String |
getDestinationUrl()
回调地址
|
String |
getName()
规则名称
|
String |
getReceiptUrl()
回执地址
|
String |
getRule()
规则代码
|
int |
hashCode() |
void |
setChannel(String channel) |
void |
setDestinationUrl(String destinationUrl) |
void |
setName(String name) |
void |
setReceiptUrl(String receiptUrl) |
void |
setRule(String rule) |
String |
toString() |
RuleDTO |
withChannel(String channel) |
RuleDTO |
withDestinationUrl(String destinationUrl) |
RuleDTO |
withName(String name) |
RuleDTO |
withReceiptUrl(String receiptUrl) |
RuleDTO |
withRule(String rule) |
public String getChannel()
public void setChannel(String channel)
public String getDestinationUrl()
public void setDestinationUrl(String destinationUrl)
public String getName()
public void setName(String name)
public String getReceiptUrl()
public void setReceiptUrl(String receiptUrl)
public String getRule()
public void setRule(String rule)
public static RuleDTO fromString(String json) throws IOException
RuleDTO.IOExceptionCopyright © 2019. All rights reserved.