public class LocalDataChangeEvent extends Object implements EventDispatcher.Event
| Modifier and Type | Field and Description |
|---|---|
List<String> |
betaIps |
String |
groupKey |
boolean |
isBeta |
String |
tag |
| Constructor and Description |
|---|
LocalDataChangeEvent(String groupKey) |
LocalDataChangeEvent(String groupKey,
boolean isBeta,
List<String> betaIps) |
LocalDataChangeEvent(String groupKey,
boolean isBeta,
List<String> betaIps,
String tag) |
public final String groupKey
public final boolean isBeta
public final String tag
Copyright © 2018–2019 Alibaba Group. All rights reserved.