com.aliyuncs.dms_enterprise.model.v20181101.GetProxyResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aliyun-java-sdk-dms-enterprise Show documentation
Show all versions of aliyun-java-sdk-dms-enterprise 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.dms_enterprise.model.v20181101;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.dms_enterprise.transform.v20181101.GetProxyResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetProxyResponse extends AcsResponse {
private String requestId;
private Boolean success;
private String errorMessage;
private String errorCode;
private Long proxyId;
private Long creatorId;
private String creatorName;
private Long instanceId;
private Boolean privateEnable;
private String privateHost;
private Boolean publicEnable;
private String publicHost;
private Integer httpsPort;
private String protocolType;
private Integer protocolPort;
private String regionId;
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 String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
public Long getProxyId() {
return this.proxyId;
}
public void setProxyId(Long proxyId) {
this.proxyId = proxyId;
}
public Long getCreatorId() {
return this.creatorId;
}
public void setCreatorId(Long creatorId) {
this.creatorId = creatorId;
}
public String getCreatorName() {
return this.creatorName;
}
public void setCreatorName(String creatorName) {
this.creatorName = creatorName;
}
public Long getInstanceId() {
return this.instanceId;
}
public void setInstanceId(Long instanceId) {
this.instanceId = instanceId;
}
public Boolean getPrivateEnable() {
return this.privateEnable;
}
public void setPrivateEnable(Boolean privateEnable) {
this.privateEnable = privateEnable;
}
public String getPrivateHost() {
return this.privateHost;
}
public void setPrivateHost(String privateHost) {
this.privateHost = privateHost;
}
public Boolean getPublicEnable() {
return this.publicEnable;
}
public void setPublicEnable(Boolean publicEnable) {
this.publicEnable = publicEnable;
}
public String getPublicHost() {
return this.publicHost;
}
public void setPublicHost(String publicHost) {
this.publicHost = publicHost;
}
public Integer getHttpsPort() {
return this.httpsPort;
}
public void setHttpsPort(Integer httpsPort) {
this.httpsPort = httpsPort;
}
public String getProtocolType() {
return this.protocolType;
}
public void setProtocolType(String protocolType) {
this.protocolType = protocolType;
}
public Integer getProtocolPort() {
return this.protocolPort;
}
public void setProtocolPort(Integer protocolPort) {
this.protocolPort = protocolPort;
}
public String getRegionId() {
return this.regionId;
}
public void setRegionId(String regionId) {
this.regionId = regionId;
}
@Override
public GetProxyResponse getInstance(UnmarshallerContext context) {
return GetProxyResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy