Class AddOrganizationRequest

    • Constructor Detail

      • AddOrganizationRequest

        public AddOrganizationRequest()
      • AddOrganizationRequest

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

      • getName

        public String getName()
        Get 组织名称(仅支持中文、英文、数字、_、-的组合,长度不超过16个字符,且组织名称不能重复)
        Returns:
        Name 组织名称(仅支持中文、英文、数字、_、-的组合,长度不超过16个字符,且组织名称不能重复)
      • setName

        public void setName​(String Name)
        Set 组织名称(仅支持中文、英文、数字、_、-的组合,长度不超过16个字符,且组织名称不能重复)
        Parameters:
        Name - 组织名称(仅支持中文、英文、数字、_、-的组合,长度不超过16个字符,且组织名称不能重复)
      • getParentId

        public String getParentId()
        Get 组织父节点 ID(从查询组织接口DescribeOrganization中获取,填0代表根组织)
        Returns:
        ParentId 组织父节点 ID(从查询组织接口DescribeOrganization中获取,填0代表根组织)
      • setParentId

        public void setParentId​(String ParentId)
        Set 组织父节点 ID(从查询组织接口DescribeOrganization中获取,填0代表根组织)
        Parameters:
        ParentId - 组织父节点 ID(从查询组织接口DescribeOrganization中获取,填0代表根组织)