com.aliyuncs.dcdn.model.v20180115.DescribeDcdnServiceResponse 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.model.v20180115;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.dcdn.transform.v20180115.DescribeDcdnServiceResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeDcdnServiceResponse extends AcsResponse {
private String requestId;
private String instanceId;
private String internetChargeType;
private String openingTime;
private String changingChargeType;
private String changingAffectTime;
private String websocketChangingType;
private String websocketType;
private String websocketChangingTime;
private List operationLocks;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
}
public String getInternetChargeType() {
return this.internetChargeType;
}
public void setInternetChargeType(String internetChargeType) {
this.internetChargeType = internetChargeType;
}
public String getOpeningTime() {
return this.openingTime;
}
public void setOpeningTime(String openingTime) {
this.openingTime = openingTime;
}
public String getChangingChargeType() {
return this.changingChargeType;
}
public void setChangingChargeType(String changingChargeType) {
this.changingChargeType = changingChargeType;
}
public String getChangingAffectTime() {
return this.changingAffectTime;
}
public void setChangingAffectTime(String changingAffectTime) {
this.changingAffectTime = changingAffectTime;
}
public String getWebsocketChangingType() {
return this.websocketChangingType;
}
public void setWebsocketChangingType(String websocketChangingType) {
this.websocketChangingType = websocketChangingType;
}
public String getWebsocketType() {
return this.websocketType;
}
public void setWebsocketType(String websocketType) {
this.websocketType = websocketType;
}
public String getWebsocketChangingTime() {
return this.websocketChangingTime;
}
public void setWebsocketChangingTime(String websocketChangingTime) {
this.websocketChangingTime = websocketChangingTime;
}
public List getOperationLocks() {
return this.operationLocks;
}
public void setOperationLocks(List operationLocks) {
this.operationLocks = operationLocks;
}
public static class LockReason {
private String lockReason;
public String getLockReason() {
return this.lockReason;
}
public void setLockReason(String lockReason) {
this.lockReason = lockReason;
}
}
@Override
public DescribeDcdnServiceResponse getInstance(UnmarshallerContext context) {
return DescribeDcdnServiceResponseUnmarshaller.unmarshall(this, context);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy