com.aliyuncs.dcdn.transform.v20180115.DescribeDcdnDomainDetailResponseUnmarshaller Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aliyun-java-sdk-dcdn Show documentation
Show all versions of aliyun-java-sdk-dcdn Show documentation
Aliyun Open API SDK for Java
Copyright (C) Alibaba Cloud Computing
All rights reserved.
版权所有 (C)阿里云计算有限公司
http://www.aliyun.com
/*
* 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.dcdn.transform.v20180115;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.dcdn.model.v20180115.DescribeDcdnDomainDetailResponse;
import com.aliyuncs.dcdn.model.v20180115.DescribeDcdnDomainDetailResponse.DomainDetail;
import com.aliyuncs.dcdn.model.v20180115.DescribeDcdnDomainDetailResponse.DomainDetail.Source;
import com.aliyuncs.transform.UnmarshallerContext;
public class DescribeDcdnDomainDetailResponseUnmarshaller {
public static DescribeDcdnDomainDetailResponse unmarshall(DescribeDcdnDomainDetailResponse describeDcdnDomainDetailResponse, UnmarshallerContext _ctx) {
describeDcdnDomainDetailResponse.setRequestId(_ctx.stringValue("DescribeDcdnDomainDetailResponse.RequestId"));
DomainDetail domainDetail = new DomainDetail();
domainDetail.setGmtCreated(_ctx.stringValue("DescribeDcdnDomainDetailResponse.DomainDetail.GmtCreated"));
domainDetail.setGmtModified(_ctx.stringValue("DescribeDcdnDomainDetailResponse.DomainDetail.GmtModified"));
domainDetail.setDomainStatus(_ctx.stringValue("DescribeDcdnDomainDetailResponse.DomainDetail.DomainStatus"));
domainDetail.setCname(_ctx.stringValue("DescribeDcdnDomainDetailResponse.DomainDetail.Cname"));
domainDetail.setDomainName(_ctx.stringValue("DescribeDcdnDomainDetailResponse.DomainDetail.DomainName"));
domainDetail.setDescription(_ctx.stringValue("DescribeDcdnDomainDetailResponse.DomainDetail.Description"));
domainDetail.setSSLProtocol(_ctx.stringValue("DescribeDcdnDomainDetailResponse.DomainDetail.SSLProtocol"));
domainDetail.setSSLPub(_ctx.stringValue("DescribeDcdnDomainDetailResponse.DomainDetail.SSLPub"));
domainDetail.setScope(_ctx.stringValue("DescribeDcdnDomainDetailResponse.DomainDetail.Scope"));
domainDetail.setCertName(_ctx.stringValue("DescribeDcdnDomainDetailResponse.DomainDetail.CertName"));
domainDetail.setResourceGroupId(_ctx.stringValue("DescribeDcdnDomainDetailResponse.DomainDetail.ResourceGroupId"));
List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy