public class NotifyOptional extends Object
| Modifier and Type | Field and Description |
|---|---|
private Boolean |
isNotifyBalance
余额变动时是否触发系统模板消息,默认为true
|
private Boolean |
isNotifyBonus
积分变动时是否触发系统模板消息,默认为true
|
private Boolean |
isNotifyCustomField1
自定义group1变动时是否触发系统模板消息,默认为false。
|
private Boolean |
isNotifyCustomField2
自定义group2变动时是否触发系统模板消息,默认为false。
|
private Boolean |
isNotifyCustomField3
自定义group3变动时是否触发系统模板消息,默认为false。
|
| Constructor and Description |
|---|
NotifyOptional() |
| Modifier and Type | Method and Description |
|---|---|
NotifyOptional |
notifyBalance(boolean isNotifyBalance)
Notify balance notify optional.
|
NotifyOptional |
notifyBonus(boolean isNotifyBonus)
Notify bonus notify optional.
|
NotifyOptional |
notifyCustomField1(boolean isNotifyCustomField1)
Notify custom field 1 notify optional.
|
NotifyOptional |
notifyCustomField2(boolean isNotifyCustomField2)
Notify custom field 2 notify optional.
|
NotifyOptional |
notifyCustomField3(boolean isNotifyCustomField3)
Notify custom field 3 notify optional.
|
private Boolean isNotifyBonus
private Boolean isNotifyBalance
private Boolean isNotifyCustomField1
private Boolean isNotifyCustomField2
private Boolean isNotifyCustomField3
public NotifyOptional notifyBonus(boolean isNotifyBonus)
isNotifyBonus - the is notify bonuspublic NotifyOptional notifyBalance(boolean isNotifyBalance)
isNotifyBalance - the is notify balancepublic NotifyOptional notifyCustomField1(boolean isNotifyCustomField1)
isNotifyCustomField1 - the is notify custom field 1public NotifyOptional notifyCustomField2(boolean isNotifyCustomField2)
isNotifyCustomField2 - the is notify custom field 2public NotifyOptional notifyCustomField3(boolean isNotifyCustomField3)
isNotifyCustomField3 - the is notify custom field 3Copyright © 2023. All rights reserved.