枚举类的使用
cn.warpin.thirdPart.huawei.obs.obs.services.model.EventTypeEnum
使用EventTypeEnum的程序包
程序包
说明
-
cn.warpin.thirdPart.huawei.obs.obs.services.internal中EventTypeEnum的使用
修饰符和类型方法说明IConvertor.transEventType(EventTypeEnum eventType) ObsConvertor.transEventType(EventTypeEnum eventType) V2Convertor.transEventType(EventTypeEnum eventType) static StringObsConvertor.transEventTypeStatic(EventTypeEnum eventType) -
cn.warpin.thirdPart.huawei.obs.obs.services.internal.handler中EventTypeEnum的使用
修饰符和类型字段说明private List<EventTypeEnum> XmlResponsesSaxParser.BucketNotificationConfigurationHandler.events -
cn.warpin.thirdPart.huawei.obs.obs.services.model中EventTypeEnum的使用
修饰符和类型方法说明static EventTypeEnumEventTypeEnum.getValueFromCode(String code) static EventTypeEnum返回带有指定名称的该类的枚举常量。static EventTypeEnum[]EventTypeEnum.values()返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同修饰符和类型方法说明AbstractNotification.getEventTypes()Obtain the list of event types that need to be notified.修饰符和类型方法说明voidAbstractNotification.setEventTypes(List<EventTypeEnum> events) Set the list of event types that need to be notified.限定符构造器说明AbstractNotification(String id, AbstractNotification.Filter filter, List<EventTypeEnum> events) ConstructorFunctionGraphConfiguration(String id, AbstractNotification.Filter filter, String functionGraph, List<EventTypeEnum> events) ConstructorTopicConfiguration(String id, AbstractNotification.Filter filter, String topic, List<EventTypeEnum> events) Constructor