com.aliyuncs.dataphin_public.model.v20230630.ListDataSourceWithConfigResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aliyun-java-sdk-dataphin-public Show documentation
Show all versions of aliyun-java-sdk-dataphin-public Show documentation
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.dataphin_public.model.v20230630;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.dataphin_public.transform.v20230630.ListDataSourceWithConfigResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListDataSourceWithConfigResponse extends AcsResponse {
private String requestId;
private Boolean success;
private Integer httpStatusCode;
private String code;
private String message;
private PageResult pageResult;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public Integer getHttpStatusCode() {
return this.httpStatusCode;
}
public void setHttpStatusCode(Integer httpStatusCode) {
this.httpStatusCode = httpStatusCode;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public PageResult getPageResult() {
return this.pageResult;
}
public void setPageResult(PageResult pageResult) {
this.pageResult = pageResult;
}
public static class PageResult {
private Long totalCount;
private List dataSourceList;
public Long getTotalCount() {
return this.totalCount;
}
public void setTotalCount(Long totalCount) {
this.totalCount = totalCount;
}
public List getDataSourceList() {
return this.dataSourceList;
}
public void setDataSourceList(List dataSourceList) {
this.dataSourceList = dataSourceList;
}
public static class DevProdDataSource {
private ProdDataSourceInfo prodDataSourceInfo;
private DevDataSourceInfo devDataSourceInfo;
public ProdDataSourceInfo getProdDataSourceInfo() {
return this.prodDataSourceInfo;
}
public void setProdDataSourceInfo(ProdDataSourceInfo prodDataSourceInfo) {
this.prodDataSourceInfo = prodDataSourceInfo;
}
public DevDataSourceInfo getDevDataSourceInfo() {
return this.devDataSourceInfo;
}
public void setDevDataSourceInfo(DevDataSourceInfo devDataSourceInfo) {
this.devDataSourceInfo = devDataSourceInfo;
}
public static class ProdDataSourceInfo {
private Long id;
private String name;
private String type;
private String scope;
private Long createTime;
private Long modifyTime;
private String creator;
private String creatorName;
private String owner;
private String ownerName;
private String description;
private String env;
private List configItemList;
public Long getId() {
return this.id;
}
public void setId(Long id) {
this.id = id;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public String getScope() {
return this.scope;
}
public void setScope(String scope) {
this.scope = scope;
}
public Long getCreateTime() {
return this.createTime;
}
public void setCreateTime(Long createTime) {
this.createTime = createTime;
}
public Long getModifyTime() {
return this.modifyTime;
}
public void setModifyTime(Long modifyTime) {
this.modifyTime = modifyTime;
}
public String getCreator() {
return this.creator;
}
public void setCreator(String creator) {
this.creator = creator;
}
public String getCreatorName() {
return this.creatorName;
}
public void setCreatorName(String creatorName) {
this.creatorName = creatorName;
}
public String getOwner() {
return this.owner;
}
public void setOwner(String owner) {
this.owner = owner;
}
public String getOwnerName() {
return this.ownerName;
}
public void setOwnerName(String ownerName) {
this.ownerName = ownerName;
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
}
public String getEnv() {
return this.env;
}
public void setEnv(String env) {
this.env = env;
}
public List getConfigItemList() {
return this.configItemList;
}
public void setConfigItemList(List configItemList) {
this.configItemList = configItemList;
}
public static class ConfigItem {
private String key;
private String value;
public String getKey() {
return this.key;
}
public void setKey(String key) {
this.key = key;
}
public String getValue() {
return this.value;
}
public void setValue(String value) {
this.value = value;
}
}
}
public static class DevDataSourceInfo {
private Long id;
private String name;
private String type;
private String scope;
private Long createTime;
private Long modifyTime;
private String creator;
private String creatorName;
private String owner;
private String ownerName;
private String description;
private String env;
private List configItemList1;
public Long getId() {
return this.id;
}
public void setId(Long id) {
this.id = id;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public String getScope() {
return this.scope;
}
public void setScope(String scope) {
this.scope = scope;
}
public Long getCreateTime() {
return this.createTime;
}
public void setCreateTime(Long createTime) {
this.createTime = createTime;
}
public Long getModifyTime() {
return this.modifyTime;
}
public void setModifyTime(Long modifyTime) {
this.modifyTime = modifyTime;
}
public String getCreator() {
return this.creator;
}
public void setCreator(String creator) {
this.creator = creator;
}
public String getCreatorName() {
return this.creatorName;
}
public void setCreatorName(String creatorName) {
this.creatorName = creatorName;
}
public String getOwner() {
return this.owner;
}
public void setOwner(String owner) {
this.owner = owner;
}
public String getOwnerName() {
return this.ownerName;
}
public void setOwnerName(String ownerName) {
this.ownerName = ownerName;
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
}
public String getEnv() {
return this.env;
}
public void setEnv(String env) {
this.env = env;
}
public List getConfigItemList1() {
return this.configItemList1;
}
public void setConfigItemList1(List configItemList1) {
this.configItemList1 = configItemList1;
}
public static class ConfigItem2 {
private String key;
private String value;
public String getKey() {
return this.key;
}
public void setKey(String key) {
this.key = key;
}
public String getValue() {
return this.value;
}
public void setValue(String value) {
this.value = value;
}
}
}
}
}
@Override
public ListDataSourceWithConfigResponse getInstance(UnmarshallerContext context) {
return ListDataSourceWithConfigResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy