コード例 #1
0
            public void Read(getOutRLHandleResult_result structs, Protocol iprot)
            {
                if (true)
                {
                    com.vip.haitao.loading.osp.service.OutRLHandleResult value;

                    value = new com.vip.haitao.loading.osp.service.OutRLHandleResult();
                    com.vip.haitao.loading.osp.service.OutRLHandleResultHelper.getInstance().Read(value, iprot);

                    structs.SetSuccess(value);
                }



                Validate(structs);
            }
コード例 #2
0
 public void SetSuccess(com.vip.haitao.loading.osp.service.OutRLHandleResult value)
 {
     this.success_ = value;
 }