Class ModifyAppAccountRequest

    • Constructor Detail

      • ModifyAppAccountRequest

        public ModifyAppAccountRequest()
      • ModifyAppAccountRequest

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

      • getAccountId

        public String getAccountId()
        Get 账号ID。
        Returns:
        AccountId 账号ID。
      • setAccountId

        public void setAccountId​(String AccountId)
        Set 账号ID。
        Parameters:
        AccountId - 账号ID。
      • getAccountName

        public String getAccountName()
        Get 账号名称。未传入该参数时,表示不进行修改。
        Returns:
        AccountName 账号名称。未传入该参数时,表示不进行修改。
      • setAccountName

        public void setAccountName​(String AccountName)
        Set 账号名称。未传入该参数时,表示不进行修改。
        Parameters:
        AccountName - 账号名称。未传入该参数时,表示不进行修改。
      • getPassword

        public String getPassword()
        Get 账号密码。未传入该参数时,表示不进行修改。
        Returns:
        Password 账号密码。未传入该参数时,表示不进行修改。
      • setPassword

        public void setPassword​(String Password)
        Set 账号密码。未传入该参数时,表示不进行修改。
        Parameters:
        Password - 账号密码。未传入该参数时,表示不进行修改。
      • getDescription

        public String getDescription()
        Get 描述,未传入该参数时,表示不进行修改。
        Returns:
        Description 描述,未传入该参数时,表示不进行修改。
      • setDescription

        public void setDescription​(String Description)
        Set 描述,未传入该参数时,表示不进行修改。
        Parameters:
        Description - 描述,未传入该参数时,表示不进行修改。