public class AppConfigEvent extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
AppConfigEvent.Builder |
| 构造器和说明 |
|---|
AppConfigEvent() |
AppConfigEvent(AppConfigEvent.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String[] |
getAddEvents() |
String[] |
getRemoveEvents() |
String |
getRequestUrl() |
String |
getSubscriptionType() |
static AppConfigEvent.Builder |
newBuilder() |
void |
setAddEvents(String[] addEvents) |
void |
setRemoveEvents(String[] removeEvents) |
void |
setRequestUrl(String requestUrl) |
void |
setSubscriptionType(String subscriptionType) |
public AppConfigEvent()
public AppConfigEvent(AppConfigEvent.Builder builder)
public String getSubscriptionType()
public void setSubscriptionType(String subscriptionType)
public String getRequestUrl()
public void setRequestUrl(String requestUrl)
public String[] getAddEvents()
public void setAddEvents(String[] addEvents)
public String[] getRemoveEvents()
public void setRemoveEvents(String[] removeEvents)
public static AppConfigEvent.Builder newBuilder()
Copyright © 2025. All rights reserved.