Package io.gs2.exchange.model
Class TransactionSetting
java.lang.Object
io.gs2.exchange.model.TransactionSetting
- All Implemented Interfaces:
IModel,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic TransactionSettingfromJson(com.fasterxml.jackson.databind.JsonNode data) getKeyId()inthashCode()voidsetDistributorNamespaceId(String distributorNamespaceId) voidsetEnableAutoRun(Boolean enableAutoRun) voidvoidsetQueueNamespaceId(String queueNamespaceId) com.fasterxml.jackson.databind.JsonNodetoJson()withDistributorNamespaceId(String distributorNamespaceId) withEnableAutoRun(Boolean enableAutoRun) withQueueNamespaceId(String queueNamespaceId)
-
Constructor Details
-
TransactionSetting
public TransactionSetting()
-
-
Method Details
-
getEnableAutoRun
-
setEnableAutoRun
-
withEnableAutoRun
-
getDistributorNamespaceId
-
setDistributorNamespaceId
-
withDistributorNamespaceId
-
getKeyId
-
setKeyId
-
withKeyId
-
getQueueNamespaceId
-
setQueueNamespaceId
-
withQueueNamespaceId
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
hashCode
public int hashCode() -
equals
-