Example #1
0
            public void Read(updateEnterpriseAccounts_result structs, Protocol iprot)
            {
                if (true)
                {
                    vipapis.account.EnterpriseAccountsApplyResponse value;

                    value = new vipapis.account.EnterpriseAccountsApplyResponse();
                    vipapis.account.EnterpriseAccountsApplyResponseHelper.getInstance().Read(value, iprot);

                    structs.SetSuccess(value);
                }



                Validate(structs);
            }
Example #2
0
 public void SetSuccess(vipapis.account.EnterpriseAccountsApplyResponse value)
 {
     this.success_ = value;
 }