public class RuleConfig extends Object
| 构造器和说明 |
|---|
RuleConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getContent()
Gets content.
|
LogConfig |
getLogConfig()
Gets log config.
|
String |
getName()
Gets name.
|
boolean |
isCatchable()
Is catchable boolean.
|
boolean |
isTaskInterrupt()
Is com.gobrs.async.com.gobrs.async.test.task interrupt boolean.
|
boolean |
isTransaction()
Is transaction boolean.
|
void |
setCatchable(boolean catchable)
Sets catchable.
|
void |
setContent(String content)
Sets content.
|
void |
setLogConfig(LogConfig logConfig)
Sets log config.
|
void |
setName(String name)
Sets name.
|
void |
setTaskInterrupt(boolean taskInterrupt)
Sets com.gobrs.async.com.gobrs.async.test.task interrupt.
|
void |
setTransaction(boolean transaction)
Sets transaction.
|
public String getName()
public void setName(String name)
name - the namepublic String getContent()
public void setContent(String content)
content - the contentpublic boolean isTaskInterrupt()
public void setTaskInterrupt(boolean taskInterrupt)
taskInterrupt - the com.gobrs.async.com.gobrs.async.test.task interruptpublic LogConfig getLogConfig()
public void setLogConfig(LogConfig logConfig)
logConfig - the log configpublic boolean isTransaction()
public void setTransaction(boolean transaction)
transaction - the transactionpublic boolean isCatchable()
public void setCatchable(boolean catchable)
catchable - the catchableCopyright © 2022. All rights reserved.