Commit 585d1f79 by Jason Song

add back setter for ApolloConfigNotification

parent 6ff5a3ff
...@@ -24,6 +24,14 @@ public class ApolloConfigNotification { ...@@ -24,6 +24,14 @@ public class ApolloConfigNotification {
return notificationId; return notificationId;
} }
public void setNamespaceName(String namespaceName) {
this.namespaceName = namespaceName;
}
public void setNotificationId(long notificationId) {
this.notificationId = notificationId;
}
@Override @Override
public String toString() { public String toString() {
return "ApolloConfigNotification{" + return "ApolloConfigNotification{" +
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment