Class GrafanaAccountInfo

    • Constructor Detail

      • GrafanaAccountInfo

        public GrafanaAccountInfo()
      • GrafanaAccountInfo

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

      • getUserId

        public String getUserId()
        Get 用户账号ID
        Returns:
        UserId 用户账号ID
      • setUserId

        public void setUserId​(String UserId)
        Set 用户账号ID
        Parameters:
        UserId - 用户账号ID
      • getRole

        public GrafanaAccountRole[] getRole()
        Get 用户权限
        Returns:
        Role 用户权限
      • setRole

        public void setRole​(GrafanaAccountRole[] Role)
        Set 用户权限
        Parameters:
        Role - 用户权限
      • getNotes

        public String getNotes()
        Get 备注
        Returns:
        Notes 备注
      • setNotes

        public void setNotes​(String Notes)
        Set 备注
        Parameters:
        Notes - 备注
      • getCreateAt

        public String getCreateAt()
        Get 创建时间
        Returns:
        CreateAt 创建时间
      • setCreateAt

        public void setCreateAt​(String CreateAt)
        Set 创建时间
        Parameters:
        CreateAt - 创建时间
      • getInstanceId

        public String getInstanceId()
        Get 实例 ID 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        InstanceId 实例 ID 注意:此字段可能返回 null,表示取不到有效值。
      • setInstanceId

        public void setInstanceId​(String InstanceId)
        Set 实例 ID 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        InstanceId - 实例 ID 注意:此字段可能返回 null,表示取不到有效值。
      • getUin

        public String getUin()
        Get 用户主账号 UIN
        Returns:
        Uin 用户主账号 UIN
      • setUin

        public void setUin​(String Uin)
        Set 用户主账号 UIN
        Parameters:
        Uin - 用户主账号 UIN