类 FunctionGraphConfiguration
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.FunctionGraphConfiguration
FunctionGraph 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 -
构造器概要
构造器构造器说明FunctionGraphConfiguration(String id, AbstractNotification.Filter filter, String functionGraph, List<EventTypeEnum> events) Constructor -
方法概要
修饰符和类型方法说明Obtain the FunctionGraph URN.voidsetFunctionGraph(String functionGraph) Set the FunctionGraph URN.toString()从类继承的方法 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
-
字段详细资料
-
functionGraph
-
-
构造器详细资料
-
FunctionGraphConfiguration
public FunctionGraphConfiguration() -
FunctionGraphConfiguration
public FunctionGraphConfiguration(String id, AbstractNotification.Filter filter, String functionGraph, List<EventTypeEnum> events) Constructor- 参数:
id- Event notification configuration IDfilter- Filtering rulesfunctionGraph- FunctionGraph URNevents- List of event types that need to be notified
-
-
方法详细资料
-
getFunctionGraph
Obtain the FunctionGraph URN.- 返回:
- FunctionGraph URN
-
setFunctionGraph
Set the FunctionGraph URN.- 参数:
functionGraph- FunctionGraph URN
-
toString
- 覆盖:
toString在类中HeaderResponse
-