Class AppInfo

    • Constructor Detail

      • AppInfo

        public AppInfo()
      • AppInfo

        public AppInfo​(AppInfo 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 String getSdkappid()
        Get 应用ID
        Returns:
        Sdkappid 应用ID
      • setSdkappid

        public void setSdkappid​(String Sdkappid)
        Set 应用ID
        Parameters:
        Sdkappid - 应用ID
      • getAppkey

        public String getAppkey()
        Get 应用key
        Returns:
        Appkey 应用key
      • setAppkey

        public void setAppkey​(String Appkey)
        Set 应用key
        Parameters:
        Appkey - 应用key
      • getCloudAppid

        public String getCloudAppid()
        Get 用户appid
        Returns:
        CloudAppid 用户appid
      • setCloudAppid

        public void setCloudAppid​(String CloudAppid)
        Set 用户appid
        Parameters:
        CloudAppid - 用户appid
      • getName

        public String getName()
        Get 应用名称 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Name 应用名称 注意:此字段可能返回 null,表示取不到有效值。
      • setName

        public void setName​(String Name)
        Set 应用名称 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Name - 应用名称 注意:此字段可能返回 null,表示取不到有效值。
      • getDescription

        public String getDescription()
        Get 应用描述
        Returns:
        Description 应用描述
      • setDescription

        public void setDescription​(String Description)
        Set 应用描述
        Parameters:
        Description - 应用描述
      • getCreatedTime

        public String getCreatedTime()
        Get 创建时间
        Returns:
        CreatedTime 创建时间
      • setCreatedTime

        public void setCreatedTime​(String CreatedTime)
        Set 创建时间
        Parameters:
        CreatedTime - 创建时间
      • getBizType

        public Long getBizType()
        Get 应用类型
        Returns:
        BizType 应用类型
      • setBizType

        public void setBizType​(Long BizType)
        Set 应用类型
        Parameters:
        BizType - 应用类型
      • getUin

        public String getUin()
        Get 用户Uin
        Returns:
        Uin 用户Uin
      • setUin

        public void setUin​(String Uin)
        Set 用户Uin
        Parameters:
        Uin - 用户Uin