com.aliyuncs.v5.ft.model.v20160102.TestRoaGlobalApiResponse Maven / Gradle / Ivy
/*
* 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.v5.ft.model.v20160102;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.ft.transform.v20160102.TestRoaGlobalApiResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class TestRoaGlobalApiResponse extends AcsResponse {
private String headers;
private String body;
private String params;
private String remoteAddr;
private String queryString;
private String requestURL;
public String getHeaders() {
return this.headers;
}
public void setHeaders(String headers) {
this.headers = headers;
}
public String getBody() {
return this.body;
}
public void setBody(String body) {
this.body = body;
}
public String getParams() {
return this.params;
}
public void setParams(String params) {
this.params = params;
}
public String getRemoteAddr() {
return this.remoteAddr;
}
public void setRemoteAddr(String remoteAddr) {
this.remoteAddr = remoteAddr;
}
public String getQueryString() {
return this.queryString;
}
public void setQueryString(String queryString) {
this.queryString = queryString;
}
public String getRequestURL() {
return this.requestURL;
}
public void setRequestURL(String requestURL) {
this.requestURL = requestURL;
}
@Override
public TestRoaGlobalApiResponse getInstance(UnmarshallerContext context) {
return TestRoaGlobalApiResponseUnmarshaller.unmarshall(this, context);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy