类 TopicConfiguration
java.lang.Object
cn.warpin.thirdPart.huawei.obs.obs.services.internal.service.InternalHeaderResponse
cn.warpin.thirdPart.huawei.obs.obs.services.model.HeaderResponse
cn.warpin.thirdPart.huawei.obs.obs.services.model.AbstractNotification
cn.warpin.thirdPart.huawei.obs.obs.services.model.TopicConfiguration
Event notification configuration
-
嵌套类概要
从类继承的嵌套类/接口 cn.warpin.thirdPart.huawei.obs.obs.services.model.AbstractNotification
AbstractNotification.Filter -
字段概要
字段从类继承的字段 cn.warpin.thirdPart.huawei.obs.obs.services.model.AbstractNotification
events, filter, id从类继承的字段 cn.warpin.thirdPart.huawei.obs.obs.services.internal.service.InternalHeaderResponse
originalHeaders, responseHeaders, statusCode -
构造器概要
构造器构造器说明TopicConfiguration(String id, AbstractNotification.Filter filter, String topic, List<EventTypeEnum> events) Constructor -
方法概要
从类继承的方法 cn.warpin.thirdPart.huawei.obs.obs.services.model.AbstractNotification
getEvents, getEventTypes, getFilter, getId, setEvents, setEventTypes, setFilter, setId从类继承的方法 cn.warpin.thirdPart.huawei.obs.obs.services.model.HeaderResponse
getOriginalHeaders, getRequestId, getResponseHeaders, getStatusCode从类继承的方法 cn.warpin.thirdPart.huawei.obs.obs.services.internal.service.InternalHeaderResponse
setOriginalHeaders, setResponseHeaders, setStatusCode
-
字段详细资料
-
topic
-
-
构造器详细资料
-
TopicConfiguration
public TopicConfiguration() -
TopicConfiguration
public TopicConfiguration(String id, AbstractNotification.Filter filter, String topic, List<EventTypeEnum> events) Constructor- 参数:
id- Event notification configuration IDfilter- Filtering rule grouptopic- URN of the event notification topicevents- List of the event types that require the release of notification messages
-
-
方法详细资料
-
getTopic
Obtain the URN of the event notification topic.- 返回:
- URN of the event notification topic
-
setTopic
Set the URN of the event notification topic.- 参数:
topic- URN of the event notification topic
-
toString
- 覆盖:
toString在类中HeaderResponse
-