public static UpdateCategoryNameResponse Unmarshall(UnmarshallerContext context)
        {
            UpdateCategoryNameResponse updateCategoryNameResponse = new UpdateCategoryNameResponse();

            updateCategoryNameResponse.HttpResponse = context.HttpResponse;
            updateCategoryNameResponse.RequestId    = context.StringValue("UpdateCategoryName.RequestId");

            return(updateCategoryNameResponse);
        }
        public static UpdateCategoryNameResponse Unmarshall(UnmarshallerContext context)
        {
            UpdateCategoryNameResponse updateCategoryNameResponse = new UpdateCategoryNameResponse();

            updateCategoryNameResponse.HttpResponse = context.HttpResponse;
            updateCategoryNameResponse.RequestId = context.StringValue("UpdateCategoryName.RequestId");

            return updateCategoryNameResponse;
        }
示例#3
0
        public static UpdateCategoryNameResponse Unmarshall(UnmarshallerContext context)
        {
            UpdateCategoryNameResponse updateCategoryNameResponse = new UpdateCategoryNameResponse();

            updateCategoryNameResponse.HttpResponse = context.HttpResponse;
            updateCategoryNameResponse.RequestId    = context.StringValue("UpdateCategoryName.RequestId");

            UpdateCategoryNameResponse.UpdateCategoryName_Category category = new UpdateCategoryNameResponse.UpdateCategoryName_Category();
            category.CateId   = context.StringValue("UpdateCategoryName.Category.CateId");
            category.CateName = context.StringValue("UpdateCategoryName.Category.CateName");
            category.ParentId = context.StringValue("UpdateCategoryName.Category.ParentId");
            category.Level    = context.StringValue("UpdateCategoryName.Category.Level");
            updateCategoryNameResponse.Category = category;

            return(updateCategoryNameResponse);
        }