Class CreateApplicationRequest

    • Constructor Detail

      • CreateApplicationRequest

        public CreateApplicationRequest()
      • CreateApplicationRequest

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

      • getSdkAppId

        public Long getSdkAppId()
        Get 应用SdkAppId
        Returns:
        SdkAppId 应用SdkAppId
      • setSdkAppId

        public void setSdkAppId​(Long SdkAppId)
        Set 应用SdkAppId
        Parameters:
        SdkAppId - 应用SdkAppId
      • getAppName

        public String getAppName()
        Get App名字
        Returns:
        AppName App名字
      • setAppName

        public void setAppName​(String AppName)
        Set App名字
        Parameters:
        AppName - App名字
      • getSKey

        public String getSKey()
        Get 创建IM应用需要的SKey
        Returns:
        SKey 创建IM应用需要的SKey
      • setSKey

        public void setSKey​(String SKey)
        Set 创建IM应用需要的SKey
        Parameters:
        SKey - 创建IM应用需要的SKey
      • getTinyId

        public String getTinyId()
        Get 创建IM应用需要的TinyId
        Returns:
        TinyId 创建IM应用需要的TinyId
      • setTinyId

        public void setTinyId​(String TinyId)
        Set 创建IM应用需要的TinyId
        Parameters:
        TinyId - 创建IM应用需要的TinyId
      • getTagList

        public Tag[] getTagList()
        Get 需要绑定的标签列表
        Returns:
        TagList 需要绑定的标签列表
      • setTagList

        public void setTagList​(Tag[] TagList)
        Set 需要绑定的标签列表
        Parameters:
        TagList - 需要绑定的标签列表