Class AclResponse

    • Constructor Detail

      • AclResponse

        public AclResponse()
      • AclResponse

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

      • getTotalCount

        public Long getTotalCount()
        Get 符合条件的总数据条数
        Returns:
        TotalCount 符合条件的总数据条数
      • setTotalCount

        public void setTotalCount​(Long TotalCount)
        Set 符合条件的总数据条数
        Parameters:
        TotalCount - 符合条件的总数据条数
      • getAclList

        public Acl[] getAclList()
        Get ACL列表 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        AclList ACL列表 注意:此字段可能返回 null,表示取不到有效值。
      • setAclList

        public void setAclList​(Acl[] AclList)
        Set ACL列表 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        AclList - ACL列表 注意:此字段可能返回 null,表示取不到有效值。