类 FunctionGraphConfiguration
java.lang.Object
com.obs.services.internal.service.InternalHeaderResponse
com.obs.services.model.HeaderResponse
com.obs.services.model.AbstractNotification
com.obs.services.model.FunctionGraphConfiguration
FunctionGraph event notification configuration
-
嵌套类概要
从类继承的嵌套类/接口 com.obs.services.model.AbstractNotification
AbstractNotification.Filter -
字段概要
从类继承的字段 com.obs.services.model.AbstractNotification
events, filter, id从类继承的字段 com.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()从类继承的方法 com.obs.services.model.AbstractNotification
getEvents, getEventTypes, getFilter, getId, setEvents, setEventTypes, setFilter, setId从类继承的方法 com.obs.services.model.HeaderResponse
getOriginalHeaders, getRequestId, getResponseHeaders, getStatusCode从类继承的方法 com.obs.services.internal.service.InternalHeaderResponse
setOriginalHeaders, setResponseHeaders, setStatusCode
-
构造器详细资料
-
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
-
setFunctionGraph
Set the FunctionGraph URN.- 参数:
functionGraph- FunctionGraph URN
-
toString
- 覆盖:
toString在类中HeaderResponse
-