Class ModifyStreamLinkEventRequest


  • public class ModifyStreamLinkEventRequest
    extends AbstractModel
    • Constructor Detail

      • ModifyStreamLinkEventRequest

        public ModifyStreamLinkEventRequest()
      • ModifyStreamLinkEventRequest

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

      • getEventId

        public String getEventId()
        Get 媒体传输事件Event Id。
        Returns:
        EventId 媒体传输事件Event Id。
      • setEventId

        public void setEventId​(String EventId)
        Set 媒体传输事件Event Id。
        Parameters:
        EventId - 媒体传输事件Event Id。
      • getEventName

        public String getEventName()
        Get 需要修改的事件名称。
        Returns:
        EventName 需要修改的事件名称。
      • setEventName

        public void setEventName​(String EventName)
        Set 需要修改的事件名称。
        Parameters:
        EventName - 需要修改的事件名称。
      • getDescription

        public String getDescription()
        Get Event的描述信息。
        Returns:
        Description Event的描述信息。
      • setDescription

        public void setDescription​(String Description)
        Set Event的描述信息。
        Parameters:
        Description - Event的描述信息。