All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyuncs.eflo.transform.v20220530.GetErResponseUnmarshaller Maven / Gradle / Ivy

/*
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

package com.aliyuncs.eflo.transform.v20220530;

import java.util.ArrayList;
import java.util.List;

import com.aliyuncs.eflo.model.v20220530.GetErResponse;
import com.aliyuncs.eflo.model.v20220530.GetErResponse.Content;
import com.aliyuncs.eflo.model.v20220530.GetErResponse.Content.ErAttachment;
import com.aliyuncs.eflo.model.v20220530.GetErResponse.Content.ErRouteEntry;
import com.aliyuncs.eflo.model.v20220530.GetErResponse.Content.ErRouteMap;
import com.aliyuncs.transform.UnmarshallerContext;


public class GetErResponseUnmarshaller {

	public static GetErResponse unmarshall(GetErResponse getErResponse, UnmarshallerContext _ctx) {
		
		getErResponse.setRequestId(_ctx.stringValue("GetErResponse.RequestId"));
		getErResponse.setCode(_ctx.integerValue("GetErResponse.Code"));
		getErResponse.setMessage(_ctx.stringValue("GetErResponse.Message"));

		Content content = new Content();
		content.setCreateTime(_ctx.stringValue("GetErResponse.Content.CreateTime"));
		content.setGmtModified(_ctx.stringValue("GetErResponse.Content.GmtModified"));
		content.setMessage(_ctx.stringValue("GetErResponse.Content.Message"));
		content.setErId(_ctx.stringValue("GetErResponse.Content.ErId"));
		content.setRegionId(_ctx.stringValue("GetErResponse.Content.RegionId"));
		content.setTenantId(_ctx.stringValue("GetErResponse.Content.TenantId"));
		content.setStatus(_ctx.stringValue("GetErResponse.Content.Status"));
		content.setErName(_ctx.stringValue("GetErResponse.Content.ErName"));
		content.setMasterZoneId(_ctx.stringValue("GetErResponse.Content.MasterZoneId"));
		content.setDescription(_ctx.stringValue("GetErResponse.Content.Description"));

		List erAttachments = new ArrayList();
		for (int i = 0; i < _ctx.lengthValue("GetErResponse.Content.ErAttachments.Length"); i++) {
			ErAttachment erAttachment = new ErAttachment();
			erAttachment.setCreateTime(_ctx.stringValue("GetErResponse.Content.ErAttachments["+ i +"].CreateTime"));
			erAttachment.setGmtModified(_ctx.stringValue("GetErResponse.Content.ErAttachments["+ i +"].GmtModified"));
			erAttachment.setMessage(_ctx.stringValue("GetErResponse.Content.ErAttachments["+ i +"].Message"));
			erAttachment.setStatus(_ctx.stringValue("GetErResponse.Content.ErAttachments["+ i +"].Status"));
			erAttachment.setRegionId(_ctx.stringValue("GetErResponse.Content.ErAttachments["+ i +"].RegionId"));
			erAttachment.setTenantId(_ctx.stringValue("GetErResponse.Content.ErAttachments["+ i +"].TenantId"));
			erAttachment.setErAttachmentName(_ctx.stringValue("GetErResponse.Content.ErAttachments["+ i +"].ErAttachmentName"));
			erAttachment.setErAttachmentId(_ctx.stringValue("GetErResponse.Content.ErAttachments["+ i +"].ErAttachmentId"));
			erAttachment.setErId(_ctx.stringValue("GetErResponse.Content.ErAttachments["+ i +"].ErId"));
			erAttachment.setInstanceType(_ctx.stringValue("GetErResponse.Content.ErAttachments["+ i +"].InstanceType"));
			erAttachment.setInstanceId(_ctx.stringValue("GetErResponse.Content.ErAttachments["+ i +"].InstanceId"));
			erAttachment.setInstanceName(_ctx.stringValue("GetErResponse.Content.ErAttachments["+ i +"].InstanceName"));
			erAttachment.setAutoReceiveAllRoute(_ctx.booleanValue("GetErResponse.Content.ErAttachments["+ i +"].AutoReceiveAllRoute"));
			erAttachment.setAcross(_ctx.booleanValue("GetErResponse.Content.ErAttachments["+ i +"].Across"));
			erAttachment.setResourceTenantId(_ctx.stringValue("GetErResponse.Content.ErAttachments["+ i +"].ResourceTenantId"));

			erAttachments.add(erAttachment);
		}
		content.setErAttachments(erAttachments);

		List erRouteMaps = new ArrayList();
		for (int i = 0; i < _ctx.lengthValue("GetErResponse.Content.ErRouteMaps.Length"); i++) {
			ErRouteMap erRouteMap = new ErRouteMap();
			erRouteMap.setRegionId(_ctx.stringValue("GetErResponse.Content.ErRouteMaps["+ i +"].RegionId"));
			erRouteMap.setTenantId(_ctx.stringValue("GetErResponse.Content.ErRouteMaps["+ i +"].TenantId"));
			erRouteMap.setCreateTime(_ctx.stringValue("GetErResponse.Content.ErRouteMaps["+ i +"].CreateTime"));
			erRouteMap.setGmtModified(_ctx.stringValue("GetErResponse.Content.ErRouteMaps["+ i +"].GmtModified"));
			erRouteMap.setMessage(_ctx.stringValue("GetErResponse.Content.ErRouteMaps["+ i +"].Message"));
			erRouteMap.setStatus(_ctx.stringValue("GetErResponse.Content.ErRouteMaps["+ i +"].Status"));
			erRouteMap.setErRouteMapName(_ctx.stringValue("GetErResponse.Content.ErRouteMaps["+ i +"].ErRouteMapName"));
			erRouteMap.setErRouteMapId(_ctx.stringValue("GetErResponse.Content.ErRouteMaps["+ i +"].ErRouteMapId"));
			erRouteMap.setErId(_ctx.stringValue("GetErResponse.Content.ErRouteMaps["+ i +"].ErId"));
			erRouteMap.setRouteMapNum(_ctx.integerValue("GetErResponse.Content.ErRouteMaps["+ i +"].RouteMapNum"));
			erRouteMap.setDescription(_ctx.stringValue("GetErResponse.Content.ErRouteMaps["+ i +"].Description"));
			erRouteMap.setDestinationCidrBlock(_ctx.stringValue("GetErResponse.Content.ErRouteMaps["+ i +"].DestinationCidrBlock"));
			erRouteMap.setTransmissionInstanceName(_ctx.stringValue("GetErResponse.Content.ErRouteMaps["+ i +"].TransmissionInstanceName"));
			erRouteMap.setTransmissionInstanceId(_ctx.stringValue("GetErResponse.Content.ErRouteMaps["+ i +"].TransmissionInstanceId"));
			erRouteMap.setTransmissionInstanceType(_ctx.stringValue("GetErResponse.Content.ErRouteMaps["+ i +"].TransmissionInstanceType"));
			erRouteMap.setReceptionInstanceName(_ctx.stringValue("GetErResponse.Content.ErRouteMaps["+ i +"].ReceptionInstanceName"));
			erRouteMap.setReceptionInstanceId(_ctx.stringValue("GetErResponse.Content.ErRouteMaps["+ i +"].ReceptionInstanceId"));
			erRouteMap.setReceptionInstanceType(_ctx.stringValue("GetErResponse.Content.ErRouteMaps["+ i +"].ReceptionInstanceType"));
			erRouteMap.setAction(_ctx.stringValue("GetErResponse.Content.ErRouteMaps["+ i +"].Action"));
			erRouteMap.setTransmissionInstanceOwner(_ctx.stringValue("GetErResponse.Content.ErRouteMaps["+ i +"].TransmissionInstanceOwner"));
			erRouteMap.setReceptionInstanceOwner(_ctx.stringValue("GetErResponse.Content.ErRouteMaps["+ i +"].ReceptionInstanceOwner"));

			erRouteMaps.add(erRouteMap);
		}
		content.setErRouteMaps(erRouteMaps);

		List erRouteEntrys = new ArrayList();
		for (int i = 0; i < _ctx.lengthValue("GetErResponse.Content.ErRouteEntrys.Length"); i++) {
			ErRouteEntry erRouteEntry = new ErRouteEntry();
			erRouteEntry.setErId(_ctx.stringValue("GetErResponse.Content.ErRouteEntrys["+ i +"].ErId"));
			erRouteEntry.setTenantId(_ctx.stringValue("GetErResponse.Content.ErRouteEntrys["+ i +"].TenantId"));
			erRouteEntry.setResourceTenantId(_ctx.stringValue("GetErResponse.Content.ErRouteEntrys["+ i +"].ResourceTenantId"));
			erRouteEntry.setRegionId(_ctx.stringValue("GetErResponse.Content.ErRouteEntrys["+ i +"].RegionId"));
			erRouteEntry.setErRouteEntryId(_ctx.stringValue("GetErResponse.Content.ErRouteEntrys["+ i +"].ErRouteEntryId"));
			erRouteEntry.setDestinationCidrBlock(_ctx.stringValue("GetErResponse.Content.ErRouteEntrys["+ i +"].DestinationCidrBlock"));
			erRouteEntry.setNextHopType(_ctx.stringValue("GetErResponse.Content.ErRouteEntrys["+ i +"].NextHopType"));
			erRouteEntry.setNextHopId(_ctx.stringValue("GetErResponse.Content.ErRouteEntrys["+ i +"].NextHopId"));
			erRouteEntry.setRouteType(_ctx.stringValue("GetErResponse.Content.ErRouteEntrys["+ i +"].RouteType"));
			erRouteEntry.setStatus(_ctx.stringValue("GetErResponse.Content.ErRouteEntrys["+ i +"].Status"));
			erRouteEntry.setGmtModified(_ctx.stringValue("GetErResponse.Content.ErRouteEntrys["+ i +"].GmtModified"));

			erRouteEntrys.add(erRouteEntry);
		}
		content.setErRouteEntrys(erRouteEntrys);
		getErResponse.setContent(content);
	 
	 	return getErResponse;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy