public static EipFillProductResponse Unmarshall(UnmarshallerContext _ctx)
        {
            EipFillProductResponse eipFillProductResponse = new EipFillProductResponse();

            eipFillProductResponse.HttpResponse = _ctx.HttpResponse;
            eipFillProductResponse.RequestId    = _ctx.StringValue("EipFillProduct.requestId");
            eipFillProductResponse.Data         = _ctx.StringValue("EipFillProduct.data");
            eipFillProductResponse.Code         = _ctx.StringValue("EipFillProduct.code");
            eipFillProductResponse.Success      = _ctx.BooleanValue("EipFillProduct.success");
            eipFillProductResponse.Message      = _ctx.StringValue("EipFillProduct.message");

            return(eipFillProductResponse);
        }
예제 #2
0
        public static EipFillProductResponse Unmarshall(UnmarshallerContext context)
        {
            EipFillProductResponse eipFillProductResponse = new EipFillProductResponse();

            eipFillProductResponse.HttpResponse = context.HttpResponse;
            eipFillProductResponse.RequestId    = context.StringValue("EipFillProduct.RequestId");
            eipFillProductResponse.Data         = context.StringValue("EipFillProduct.Data");
            eipFillProductResponse.Code         = context.StringValue("EipFillProduct.Code");
            eipFillProductResponse.Success      = context.BooleanValue("EipFillProduct.Success");
            eipFillProductResponse.Message      = context.StringValue("EipFillProduct.Message");

            return(eipFillProductResponse);
        }