Class GetEventBusResponse

    • Constructor Detail

      • GetEventBusResponse

        public GetEventBusResponse()
      • GetEventBusResponse

        public GetEventBusResponse​(GetEventBusResponse 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

      • getModTime

        public String getModTime()
        Get 更新时间
        Returns:
        ModTime 更新时间
      • setModTime

        public void setModTime​(String ModTime)
        Set 更新时间
        Parameters:
        ModTime - 更新时间
      • getDescription

        public String getDescription()
        Get 事件集描述
        Returns:
        Description 事件集描述
      • setDescription

        public void setDescription​(String Description)
        Set 事件集描述
        Parameters:
        Description - 事件集描述
      • getClsTopicId

        public String getClsTopicId()
        Get 日志主题ID
        Returns:
        ClsTopicId 日志主题ID
      • setClsTopicId

        public void setClsTopicId​(String ClsTopicId)
        Set 日志主题ID
        Parameters:
        ClsTopicId - 日志主题ID
      • getAddTime

        public String getAddTime()
        Get 创建时间
        Returns:
        AddTime 创建时间
      • setAddTime

        public void setAddTime​(String AddTime)
        Set 创建时间
        Parameters:
        AddTime - 创建时间
      • getClsLogsetId

        public String getClsLogsetId()
        Get 日志集ID
        Returns:
        ClsLogsetId 日志集ID
      • setClsLogsetId

        public void setClsLogsetId​(String ClsLogsetId)
        Set 日志集ID
        Parameters:
        ClsLogsetId - 日志集ID
      • getEventBusName

        public String getEventBusName()
        Get 事件集名称
        Returns:
        EventBusName 事件集名称
      • setEventBusName

        public void setEventBusName​(String EventBusName)
        Set 事件集名称
        Parameters:
        EventBusName - 事件集名称
      • getEventBusId

        public String getEventBusId()
        Get 事件集ID
        Returns:
        EventBusId 事件集ID
      • setEventBusId

        public void setEventBusId​(String EventBusId)
        Set 事件集ID
        Parameters:
        EventBusId - 事件集ID
      • getType

        public String getType()
        Get (已废弃)事件集类型
        Returns:
        Type (已废弃)事件集类型
      • setType

        public void setType​(String Type)
        Set (已废弃)事件集类型
        Parameters:
        Type - (已废弃)事件集类型
      • getPayMode

        public String getPayMode()
        Get 计费模式
        Returns:
        PayMode 计费模式
      • setPayMode

        public void setPayMode​(String PayMode)
        Set 计费模式
        Parameters:
        PayMode - 计费模式
      • getSaveDays

        public Long getSaveDays()
        Get EB日志存储时长 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        SaveDays EB日志存储时长 注意:此字段可能返回 null,表示取不到有效值。
      • setSaveDays

        public void setSaveDays​(Long SaveDays)
        Set EB日志存储时长 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        SaveDays - EB日志存储时长 注意:此字段可能返回 null,表示取不到有效值。
      • getLogTopicId

        public String getLogTopicId()
        Get EB日志主题ID 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        LogTopicId EB日志主题ID 注意:此字段可能返回 null,表示取不到有效值。
      • setLogTopicId

        public void setLogTopicId​(String LogTopicId)
        Set EB日志主题ID 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        LogTopicId - EB日志主题ID 注意:此字段可能返回 null,表示取不到有效值。
      • getEnableStore

        public Boolean getEnableStore()
        Get 是否开启存储 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        EnableStore 是否开启存储 注意:此字段可能返回 null,表示取不到有效值。
      • setEnableStore

        public void setEnableStore​(Boolean EnableStore)
        Set 是否开启存储 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        EnableStore - 是否开启存储 注意:此字段可能返回 null,表示取不到有效值。
      • getLinkMode

        public String getLinkMode()
        Get 消息序列,是否有序 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        LinkMode 消息序列,是否有序 注意:此字段可能返回 null,表示取不到有效值。
      • setLinkMode

        public void setLinkMode​(String LinkMode)
        Set 消息序列,是否有序 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        LinkMode - 消息序列,是否有序 注意:此字段可能返回 null,表示取不到有效值。
      • getRequestId

        public String getRequestId()
        Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
        Returns:
        RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
      • setRequestId

        public void setRequestId​(String RequestId)
        Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
        Parameters:
        RequestId - 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。