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

com.aliyuncs.domain.model.v20180129.QueryServerLockResponse Maven / Gradle / Ivy

Go to download

Aliyun Open API SDK for Java Copyright (C) Alibaba Cloud Computing All rights reserved. 版权所有 (C)阿里云计算有限公司 http://www.aliyun.com

There is a newer version: 3.15.10
Show newest version
/*
 * 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.domain.model.v20180129;

import com.aliyuncs.AcsResponse;
import com.aliyuncs.domain.transform.v20180129.QueryServerLockResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;

/**
 * @author auto create
 * @version 
 */
public class QueryServerLockResponse extends AcsResponse {

	private String requestId;

	private String gmtCreate;

	private String gmtModified;

	private String userId;

	private String domainName;

	private String domainInstanceId;

	private String lockProductId;

	private String startDate;

	private String expireDate;

	private String lockInstanceId;

	private Integer serverLockStatus;

	public String getRequestId() {
		return this.requestId;
	}

	public void setRequestId(String requestId) {
		this.requestId = requestId;
	}

	public String getGmtCreate() {
		return this.gmtCreate;
	}

	public void setGmtCreate(String gmtCreate) {
		this.gmtCreate = gmtCreate;
	}

	public String getGmtModified() {
		return this.gmtModified;
	}

	public void setGmtModified(String gmtModified) {
		this.gmtModified = gmtModified;
	}

	public String getUserId() {
		return this.userId;
	}

	public void setUserId(String userId) {
		this.userId = userId;
	}

	public String getDomainName() {
		return this.domainName;
	}

	public void setDomainName(String domainName) {
		this.domainName = domainName;
	}

	public String getDomainInstanceId() {
		return this.domainInstanceId;
	}

	public void setDomainInstanceId(String domainInstanceId) {
		this.domainInstanceId = domainInstanceId;
	}

	public String getLockProductId() {
		return this.lockProductId;
	}

	public void setLockProductId(String lockProductId) {
		this.lockProductId = lockProductId;
	}

	public String getStartDate() {
		return this.startDate;
	}

	public void setStartDate(String startDate) {
		this.startDate = startDate;
	}

	public String getExpireDate() {
		return this.expireDate;
	}

	public void setExpireDate(String expireDate) {
		this.expireDate = expireDate;
	}

	public String getLockInstanceId() {
		return this.lockInstanceId;
	}

	public void setLockInstanceId(String lockInstanceId) {
		this.lockInstanceId = lockInstanceId;
	}

	public Integer getServerLockStatus() {
		return this.serverLockStatus;
	}

	public void setServerLockStatus(Integer serverLockStatus) {
		this.serverLockStatus = serverLockStatus;
	}

	@Override
	public QueryServerLockResponse getInstance(UnmarshallerContext context) {
		return	QueryServerLockResponseUnmarshaller.unmarshall(this, context);
	}

	@Override
	public boolean checkShowJsonItemName() {
		return false;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy