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

com.aliyuncs.dds.model.v20151201.DescribeMongoDBLogConfigResponse 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

The 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.dds.model.v20151201;

import com.aliyuncs.AcsResponse;
import com.aliyuncs.dds.transform.v20151201.DescribeMongoDBLogConfigResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;

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

	private String userProjectName;

	private String requestId;

	private Integer isUserProjectLogstoreExist;

	private Integer isEtlMetaExist;

	private String serviceType;

	private Boolean enableAudit;

	private Long ttlForTrail;

	private Long usedStorageForTrail;

	private Long preserveStorageForTrail;

	private Long ttlForStandard;

	private Long usedStorageForStandard;

	private Long preserveStorageForStandard;

	public String getUserProjectName() {
		return this.userProjectName;
	}

	public void setUserProjectName(String userProjectName) {
		this.userProjectName = userProjectName;
	}

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

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

	public Integer getIsUserProjectLogstoreExist() {
		return this.isUserProjectLogstoreExist;
	}

	public void setIsUserProjectLogstoreExist(Integer isUserProjectLogstoreExist) {
		this.isUserProjectLogstoreExist = isUserProjectLogstoreExist;
	}

	public Integer getIsEtlMetaExist() {
		return this.isEtlMetaExist;
	}

	public void setIsEtlMetaExist(Integer isEtlMetaExist) {
		this.isEtlMetaExist = isEtlMetaExist;
	}

	public String getServiceType() {
		return this.serviceType;
	}

	public void setServiceType(String serviceType) {
		this.serviceType = serviceType;
	}

	public Boolean getEnableAudit() {
		return this.enableAudit;
	}

	public void setEnableAudit(Boolean enableAudit) {
		this.enableAudit = enableAudit;
	}

	public Long getTtlForTrail() {
		return this.ttlForTrail;
	}

	public void setTtlForTrail(Long ttlForTrail) {
		this.ttlForTrail = ttlForTrail;
	}

	public Long getUsedStorageForTrail() {
		return this.usedStorageForTrail;
	}

	public void setUsedStorageForTrail(Long usedStorageForTrail) {
		this.usedStorageForTrail = usedStorageForTrail;
	}

	public Long getPreserveStorageForTrail() {
		return this.preserveStorageForTrail;
	}

	public void setPreserveStorageForTrail(Long preserveStorageForTrail) {
		this.preserveStorageForTrail = preserveStorageForTrail;
	}

	public Long getTtlForStandard() {
		return this.ttlForStandard;
	}

	public void setTtlForStandard(Long ttlForStandard) {
		this.ttlForStandard = ttlForStandard;
	}

	public Long getUsedStorageForStandard() {
		return this.usedStorageForStandard;
	}

	public void setUsedStorageForStandard(Long usedStorageForStandard) {
		this.usedStorageForStandard = usedStorageForStandard;
	}

	public Long getPreserveStorageForStandard() {
		return this.preserveStorageForStandard;
	}

	public void setPreserveStorageForStandard(Long preserveStorageForStandard) {
		this.preserveStorageForStandard = preserveStorageForStandard;
	}

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy