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

com.aliyuncs.quickbi_public.model.v20220101.QueryShareListResponse 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: 2.1.11
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.quickbi_public.model.v20220101;

import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.quickbi_public.transform.v20220101.QueryShareListResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;

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

	private Boolean success;

	private String requestId;

	private List result;

	public Boolean getSuccess() {
		return this.success;
	}

	public void setSuccess(Boolean success) {
		this.success = success;
	}

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

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

	public List getResult() {
		return this.result;
	}

	public void setResult(List result) {
		this.result = result;
	}

	public static class Data {

		private String shareId;

		private String shareToId;

		private Integer authPoint;

		private Long expireDate;

		private Integer shareToType;

		private String reportId;

		private String shareToName;

		private String shareType;

		public String getShareId() {
			return this.shareId;
		}

		public void setShareId(String shareId) {
			this.shareId = shareId;
		}

		public String getShareToId() {
			return this.shareToId;
		}

		public void setShareToId(String shareToId) {
			this.shareToId = shareToId;
		}

		public Integer getAuthPoint() {
			return this.authPoint;
		}

		public void setAuthPoint(Integer authPoint) {
			this.authPoint = authPoint;
		}

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

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

		public Integer getShareToType() {
			return this.shareToType;
		}

		public void setShareToType(Integer shareToType) {
			this.shareToType = shareToType;
		}

		public String getReportId() {
			return this.reportId;
		}

		public void setReportId(String reportId) {
			this.reportId = reportId;
		}

		public String getShareToName() {
			return this.shareToName;
		}

		public void setShareToName(String shareToName) {
			this.shareToName = shareToName;
		}

		public String getShareType() {
			return this.shareType;
		}

		public void setShareType(String shareType) {
			this.shareType = shareType;
		}
	}

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy