Class CreateEventBusRequest

    • Constructor Detail

      • CreateEventBusRequest

        public CreateEventBusRequest()
      • CreateEventBusRequest

        public CreateEventBusRequest​(CreateEventBusRequest source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getEventBusName

        public String getEventBusName()
        Get 事件集名称,只能包含字母、数字、下划线、连字符,以字母开头,以数字或字母结尾,2~60个字符
        Returns:
        EventBusName 事件集名称,只能包含字母、数字、下划线、连字符,以字母开头,以数字或字母结尾,2~60个字符
      • setEventBusName

        public void setEventBusName​(String EventBusName)
        Set 事件集名称,只能包含字母、数字、下划线、连字符,以字母开头,以数字或字母结尾,2~60个字符
        Parameters:
        EventBusName - 事件集名称,只能包含字母、数字、下划线、连字符,以字母开头,以数字或字母结尾,2~60个字符
      • getDescription

        public String getDescription()
        Get 事件集描述,不限字符类型,200字符描述以内
        Returns:
        Description 事件集描述,不限字符类型,200字符描述以内
      • setDescription

        public void setDescription​(String Description)
        Set 事件集描述,不限字符类型,200字符描述以内
        Parameters:
        Description - 事件集描述,不限字符类型,200字符描述以内
      • getSaveDays

        public Long getSaveDays()
        Get EB存储时长
        Returns:
        SaveDays EB存储时长
      • setSaveDays

        public void setSaveDays​(Long SaveDays)
        Set EB存储时长
        Parameters:
        SaveDays - EB存储时长
      • getEnableStore

        public Boolean getEnableStore()
        Get EB是否开启存储
        Returns:
        EnableStore EB是否开启存储
      • setEnableStore

        public void setEnableStore​(Boolean EnableStore)
        Set EB是否开启存储
        Parameters:
        EnableStore - EB是否开启存储