index
int64 | repo_id
string | file_path
string | content
string |
|---|---|---|---|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform/v20200708/AsadasdasdResponseUnmarshaller.java
|
/*
* 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.amp.transform.v20200708;
import com.aliyuncs.amp.model.v20200708.AsadasdasdResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class AsadasdasdResponseUnmarshaller {
public static AsadasdasdResponse unmarshall(AsadasdasdResponse asadasdasdResponse, UnmarshallerContext _ctx) {
asadasdasdResponse.setRequestId(_ctx.stringValue("AsadasdasdResponse.requestId"));
return asadasdasdResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform/v20200708/CoreEngineCopyResponseUnmarshaller.java
|
/*
* 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.amp.transform.v20200708;
import com.aliyuncs.amp.model.v20200708.CoreEngineCopyResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class CoreEngineCopyResponseUnmarshaller {
public static CoreEngineCopyResponse unmarshall(CoreEngineCopyResponse coreEngineCopyResponse, UnmarshallerContext _ctx) {
return coreEngineCopyResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform/v20200708/CoreEngineResponseUnmarshaller.java
|
/*
* 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.amp.transform.v20200708;
import com.aliyuncs.amp.model.v20200708.CoreEngineResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class CoreEngineResponseUnmarshaller {
public static CoreEngineResponse unmarshall(CoreEngineResponse coreEngineResponse, UnmarshallerContext _ctx) {
coreEngineResponse.setRequestId(_ctx.stringValue("CoreEngineResponse.RequestId"));
coreEngineResponse.setSuccess(_ctx.booleanValue("CoreEngineResponse.success"));
coreEngineResponse.setMessage(_ctx.stringValue("CoreEngineResponse.message"));
coreEngineResponse.setCode(_ctx.longValue("CoreEngineResponse.code"));
coreEngineResponse.setData(_ctx.stringValue("CoreEngineResponse.data"));
return coreEngineResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform/v20200708/CreateAPIResponseUnmarshaller.java
|
/*
* 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.amp.transform.v20200708;
import com.aliyuncs.amp.model.v20200708.CreateAPIResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class CreateAPIResponseUnmarshaller {
public static CreateAPIResponse unmarshall(CreateAPIResponse createAPIResponse, UnmarshallerContext _ctx) {
createAPIResponse.setIntanceId(_ctx.stringValue("CreateAPIResponse.IntanceId"));
return createAPIResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform/v20200708/CreateClusterResponseUnmarshaller.java
|
/*
* 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.amp.transform.v20200708;
import com.aliyuncs.amp.model.v20200708.CreateClusterResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class CreateClusterResponseUnmarshaller {
public static CreateClusterResponse unmarshall(CreateClusterResponse createClusterResponse, UnmarshallerContext _ctx) {
createClusterResponse.setCluster_id(_ctx.stringValue("CreateClusterResponse.cluster_id"));
createClusterResponse.setRequest_id(_ctx.stringValue("CreateClusterResponse.request_id"));
createClusterResponse.setTask_id(_ctx.stringValue("CreateClusterResponse.task_id"));
return createClusterResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform/v20200708/CreateClusterSpecial111ResponseUnmarshaller.java
|
/*
* 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.amp.transform.v20200708;
import com.aliyuncs.amp.model.v20200708.CreateClusterSpecial111Response;
import com.aliyuncs.transform.UnmarshallerContext;
public class CreateClusterSpecial111ResponseUnmarshaller {
public static CreateClusterSpecial111Response unmarshall(CreateClusterSpecial111Response createClusterSpecial111Response, UnmarshallerContext _ctx) {
createClusterSpecial111Response.setSuccess(_ctx.stringValue("CreateClusterSpecial111Response.Success"));
return createClusterSpecial111Response;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform/v20200708/CreateClusterSpecialResponseUnmarshaller.java
|
/*
* 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.amp.transform.v20200708;
import com.aliyuncs.amp.model.v20200708.CreateClusterSpecialResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class CreateClusterSpecialResponseUnmarshaller {
public static CreateClusterSpecialResponse unmarshall(CreateClusterSpecialResponse createClusterSpecialResponse, UnmarshallerContext _ctx) {
createClusterSpecialResponse.setCluster_id(_ctx.stringValue("CreateClusterSpecialResponse.cluster_id"));
createClusterSpecialResponse.setRequest_id(_ctx.stringValue("CreateClusterSpecialResponse.request_id"));
createClusterSpecialResponse.setTask_id(_ctx.stringValue("CreateClusterSpecialResponse.task_id"));
return createClusterSpecialResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform/v20200708/CreateDataSourceResponseUnmarshaller.java
|
/*
* 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.amp.transform.v20200708;
import com.aliyuncs.amp.model.v20200708.CreateDataSourceResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class CreateDataSourceResponseUnmarshaller {
public static CreateDataSourceResponse unmarshall(CreateDataSourceResponse createDataSourceResponse, UnmarshallerContext _ctx) {
createDataSourceResponse.setRequestId(_ctx.stringValue("CreateDataSourceResponse.RequestId"));
createDataSourceResponse.setDataSourceId(_ctx.stringValue("CreateDataSourceResponse.DataSourceId"));
return createDataSourceResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform/v20200708/DescribeEdgeMachineModelsResponseUnmarshaller.java
|
/*
* 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.amp.transform.v20200708;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.amp.model.v20200708.DescribeEdgeMachineModelsResponse;
import com.aliyuncs.amp.model.v20200708.DescribeEdgeMachineModelsResponse.Models_info;
import com.aliyuncs.transform.UnmarshallerContext;
public class DescribeEdgeMachineModelsResponseUnmarshaller {
public static DescribeEdgeMachineModelsResponse unmarshall(DescribeEdgeMachineModelsResponse describeEdgeMachineModelsResponse, UnmarshallerContext _ctx) {
List<Models_info> models = new ArrayList<Models_info>();
for (int i = 0; i < _ctx.lengthValue("DescribeEdgeMachineModelsResponse.models.Length"); i++) {
Models_info models_info = new Models_info();
models_info.setModel_id(_ctx.stringValue("DescribeEdgeMachineModelsResponse.models["+ i +"].model_id"));
models_info.setCreated(_ctx.stringValue("DescribeEdgeMachineModelsResponse.models["+ i +"].created"));
models_info.setModel(_ctx.stringValue("DescribeEdgeMachineModelsResponse.models["+ i +"].model"));
models_info.setDescription(_ctx.stringValue("DescribeEdgeMachineModelsResponse.models["+ i +"].description"));
models_info.setCpu_arch(_ctx.stringValue("DescribeEdgeMachineModelsResponse.models["+ i +"].cpu_arch"));
models_info.setCpu(_ctx.integerValue("DescribeEdgeMachineModelsResponse.models["+ i +"].cpu"));
models_info.setMemory(_ctx.integerValue("DescribeEdgeMachineModelsResponse.models["+ i +"].memory"));
models.add(models_info);
}
describeEdgeMachineModelsResponse.setModels(models);
return describeEdgeMachineModelsResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform/v20200708/DingAPITcTcResponseUnmarshaller.java
|
/*
* 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.amp.transform.v20200708;
import com.aliyuncs.amp.model.v20200708.DingAPITcTcResponse;
import com.aliyuncs.amp.model.v20200708.DingAPITcTcResponse.Res;
import com.aliyuncs.transform.UnmarshallerContext;
public class DingAPITcTcResponseUnmarshaller {
public static DingAPITcTcResponse unmarshall(DingAPITcTcResponse dingAPITcTcResponse, UnmarshallerContext _ctx) {
dingAPITcTcResponse.setRequestId(_ctx.stringValue("DingAPITcTcResponse.requestId"));
Res res = new Res();
res.setUser(_ctx.stringValue("DingAPITcTcResponse.Res.User"));
dingAPITcTcResponse.setRes(res);
return dingAPITcTcResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform/v20200708/DingAPITcYResponseUnmarshaller.java
|
/*
* 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.amp.transform.v20200708;
import com.aliyuncs.amp.model.v20200708.DingAPITcYResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class DingAPITcYResponseUnmarshaller {
public static DingAPITcYResponse unmarshall(DingAPITcYResponse dingAPITcYResponse, UnmarshallerContext _ctx) {
dingAPITcYResponse.setRequestId(_ctx.stringValue("DingAPITcYResponse.requestId"));
dingAPITcYResponse.setResult(_ctx.stringValue("DingAPITcYResponse.Result"));
return dingAPITcYResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform/v20200708/EdssResponseUnmarshaller.java
|
/*
* 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.amp.transform.v20200708;
import com.aliyuncs.amp.model.v20200708.EdssResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class EdssResponseUnmarshaller {
public static EdssResponse unmarshall(EdssResponse edssResponse, UnmarshallerContext _ctx) {
edssResponse.setRequestId(_ctx.stringValue("EdssResponse.requestId"));
return edssResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform/v20200708/HuichengTestRoaDataApiResponseUnmarshaller.java
|
/*
* 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.amp.transform.v20200708;
import com.aliyuncs.amp.model.v20200708.HuichengTestRoaDataApiResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class HuichengTestRoaDataApiResponseUnmarshaller {
public static HuichengTestRoaDataApiResponse unmarshall(HuichengTestRoaDataApiResponse huichengTestRoaDataApiResponse, UnmarshallerContext _ctx) {
huichengTestRoaDataApiResponse.setRequestId(_ctx.stringValue("HuichengTestRoaDataApiResponse.requestId"));
return huichengTestRoaDataApiResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform/v20200708/LastTestDuheResponseUnmarshaller.java
|
/*
* 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.amp.transform.v20200708;
import com.aliyuncs.amp.model.v20200708.LastTestDuheResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class LastTestDuheResponseUnmarshaller {
public static LastTestDuheResponse unmarshall(LastTestDuheResponse lastTestDuheResponse, UnmarshallerContext _ctx) {
lastTestDuheResponse.setRequestId(_ctx.stringValue("LastTestDuheResponse.requestId"));
return lastTestDuheResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform/v20200708/LastTestYingSheResponseUnmarshaller.java
|
/*
* 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.amp.transform.v20200708;
import com.aliyuncs.amp.model.v20200708.LastTestYingSheResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class LastTestYingSheResponseUnmarshaller {
public static LastTestYingSheResponse unmarshall(LastTestYingSheResponse lastTestYingSheResponse, UnmarshallerContext _ctx) {
lastTestYingSheResponse.setRequestId(_ctx.stringValue("LastTestYingSheResponse.requestId"));
return lastTestYingSheResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform/v20200708/MaoTestResponseUnmarshaller.java
|
/*
* 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.amp.transform.v20200708;
import com.aliyuncs.amp.model.v20200708.MaoTestResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class MaoTestResponseUnmarshaller {
public static MaoTestResponse unmarshall(MaoTestResponse maoTestResponse, UnmarshallerContext _ctx) {
maoTestResponse.setRequestId(_ctx.stringValue("MaoTestResponse.requestId"));
return maoTestResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform/v20200708/MaoefeTsResponseUnmarshaller.java
|
/*
* 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.amp.transform.v20200708;
import com.aliyuncs.amp.model.v20200708.MaoefeTsResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class MaoefeTsResponseUnmarshaller {
public static MaoefeTsResponse unmarshall(MaoefeTsResponse maoefeTsResponse, UnmarshallerContext _ctx) {
maoefeTsResponse.setRequestId(_ctx.stringValue("MaoefeTsResponse.requestId"));
return maoefeTsResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform/v20200708/MyROAHTTPResponseUnmarshaller.java
|
/*
* 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.amp.transform.v20200708;
import com.aliyuncs.amp.model.v20200708.MyROAHTTPResponse;
import com.aliyuncs.amp.model.v20200708.MyROAHTTPResponse.Address;
import com.aliyuncs.transform.UnmarshallerContext;
public class MyROAHTTPResponseUnmarshaller {
public static MyROAHTTPResponse unmarshall(MyROAHTTPResponse myROAHTTPResponse, UnmarshallerContext _ctx) {
myROAHTTPResponse.setRequestId(_ctx.stringValue("MyROAHTTPResponse.requestId"));
Address address = new Address();
address.setName(_ctx.stringValue("MyROAHTTPResponse.address.name"));
address.setCode(_ctx.integerValue("MyROAHTTPResponse.address.code"));
myROAHTTPResponse.setAddress(address);
return myROAHTTPResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform/v20200708/MyRoaApiResponseUnmarshaller.java
|
/*
* 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.amp.transform.v20200708;
import com.aliyuncs.amp.model.v20200708.MyRoaApiResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class MyRoaApiResponseUnmarshaller {
public static MyRoaApiResponse unmarshall(MyRoaApiResponse myRoaApiResponse, UnmarshallerContext _ctx) {
myRoaApiResponse.setRequestId(_ctx.stringValue("MyRoaApiResponse.RequestId"));
return myRoaApiResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform/v20200708/ProgressResponseUnmarshaller.java
|
/*
* 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.amp.transform.v20200708;
import com.aliyuncs.amp.model.v20200708.ProgressResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class ProgressResponseUnmarshaller {
public static ProgressResponse unmarshall(ProgressResponse progressResponse, UnmarshallerContext _ctx) {
return progressResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform/v20200708/RoaDuheYsTestResponseUnmarshaller.java
|
/*
* 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.amp.transform.v20200708;
import com.aliyuncs.amp.model.v20200708.RoaDuheYsTestResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class RoaDuheYsTestResponseUnmarshaller {
public static RoaDuheYsTestResponse unmarshall(RoaDuheYsTestResponse roaDuheYsTestResponse, UnmarshallerContext _ctx) {
roaDuheYsTestResponse.setRequestId(_ctx.stringValue("RoaDuheYsTestResponse.requestId"));
return roaDuheYsTestResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform/v20200708/RoaHsfMutilTestResponseUnmarshaller.java
|
/*
* 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.amp.transform.v20200708;
import com.aliyuncs.amp.model.v20200708.RoaHsfMutilTestResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class RoaHsfMutilTestResponseUnmarshaller {
public static RoaHsfMutilTestResponse unmarshall(RoaHsfMutilTestResponse roaHsfMutilTestResponse, UnmarshallerContext _ctx) {
roaHsfMutilTestResponse.setRequestId(_ctx.stringValue("RoaHsfMutilTestResponse.requestId"));
return roaHsfMutilTestResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform/v20200708/RoaHsfTestResponseUnmarshaller.java
|
/*
* 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.amp.transform.v20200708;
import com.aliyuncs.amp.model.v20200708.RoaHsfTestResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class RoaHsfTestResponseUnmarshaller {
public static RoaHsfTestResponse unmarshall(RoaHsfTestResponse roaHsfTestResponse, UnmarshallerContext _ctx) {
roaHsfTestResponse.setRequestId(_ctx.stringValue("RoaHsfTestResponse.requestId"));
return roaHsfTestResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform/v20200708/SecondAPIResponseUnmarshaller.java
|
/*
* 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.amp.transform.v20200708;
import com.aliyuncs.amp.model.v20200708.SecondAPIResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class SecondAPIResponseUnmarshaller {
public static SecondAPIResponse unmarshall(SecondAPIResponse secondAPIResponse, UnmarshallerContext _ctx) {
secondAPIResponse.setRequestId(_ctx.stringValue("SecondAPIResponse.requestId"));
return secondAPIResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform/v20200708/TestFeResponseUnmarshaller.java
|
/*
* 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.amp.transform.v20200708;
import com.aliyuncs.amp.model.v20200708.TestFeResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class TestFeResponseUnmarshaller {
public static TestFeResponse unmarshall(TestFeResponse testFeResponse, UnmarshallerContext _ctx) {
testFeResponse.setRequestId(_ctx.stringValue("TestFeResponse.requestId"));
return testFeResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform/v20200708/TestParamResponseUnmarshaller.java
|
/*
* 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.amp.transform.v20200708;
import com.aliyuncs.amp.model.v20200708.TestParamResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class TestParamResponseUnmarshaller {
public static TestParamResponse unmarshall(TestParamResponse testParamResponse, UnmarshallerContext _ctx) {
testParamResponse.setRequestId(_ctx.stringValue("TestParamResponse.requestId"));
return testParamResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform/v20200708/TestRoaDueResponseUnmarshaller.java
|
/*
* 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.amp.transform.v20200708;
import com.aliyuncs.amp.model.v20200708.TestRoaDueResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class TestRoaDueResponseUnmarshaller {
public static TestRoaDueResponse unmarshall(TestRoaDueResponse testRoaDueResponse, UnmarshallerContext _ctx) {
testRoaDueResponse.setRequestId(_ctx.stringValue("TestRoaDueResponse.requestId"));
return testRoaDueResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform/v20200708/TestRoaTcResponseUnmarshaller.java
|
/*
* 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.amp.transform.v20200708;
import com.aliyuncs.amp.model.v20200708.TestRoaTcResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class TestRoaTcResponseUnmarshaller {
public static TestRoaTcResponse unmarshall(TestRoaTcResponse testRoaTcResponse, UnmarshallerContext _ctx) {
testRoaTcResponse.setRequestId(_ctx.stringValue("TestRoaTcResponse.requestId"));
testRoaTcResponse.setResult(_ctx.stringValue("TestRoaTcResponse.Result"));
return testRoaTcResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform/v20200708/TestSeeResponseUnmarshaller.java
|
/*
* 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.amp.transform.v20200708;
import com.aliyuncs.amp.model.v20200708.TestSeeResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class TestSeeResponseUnmarshaller {
public static TestSeeResponse unmarshall(TestSeeResponse testSeeResponse, UnmarshallerContext _ctx) {
testSeeResponse.setRequestId(_ctx.stringValue("TestSeeResponse.requestId"));
return testSeeResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-amp/1.8.14/com/aliyuncs/amp/transform/v20200708/TestYsWoResponseUnmarshaller.java
|
/*
* 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.amp.transform.v20200708;
import com.aliyuncs.amp.model.v20200708.TestYsWoResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class TestYsWoResponseUnmarshaller {
public static TestYsWoResponse unmarshall(TestYsWoResponse testYsWoResponse, UnmarshallerContext _ctx) {
testYsWoResponse.setRequestId(_ctx.stringValue("TestYsWoResponse.requestId"));
return testYsWoResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model/v20201230/CreateRulesRequest.java
|
/*
* 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.amptest.model.v20201230;
import com.aliyuncs.RpcAcsRequest;
import java.util.List;
import java.util.Map;
import com.google.gson.Gson;
import com.google.gson.annotations.SerializedName;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class CreateRulesRequest extends RpcAcsRequest<CreateRulesResponse> {
@SerializedName("home")
private Home home;
public CreateRulesRequest() {
super("AmpTest", "2020-12-30", "CreateRules", "AmpTest");
setMethod(MethodType.POST);
}
public Home getHome() {
return this.home;
}
public void setHome(Home home) {
this.home = home;
if (home != null) {
putQueryParameter("Home" , new Gson().toJson(home));
}
}
public static class Home {
@SerializedName("Address")
private Address address;
@SerializedName("T")
private T t;
@SerializedName("PhoneNumbers")
private List<String> phoneNumbers;
@SerializedName("DMap")
private Map<String,DMapItem> dMap;
@SerializedName("NameToAge")
private Map<String,Integer> nameToAge;
@SerializedName("Locations")
private List<LocationsItem> locations;
public Address getAddress() {
return this.address;
}
public void setAddress(Address address) {
this.address = address;
}
public T getT() {
return this.t;
}
public void setT(T t) {
this.t = t;
}
public List<String> getPhoneNumbers() {
return this.phoneNumbers;
}
public void setPhoneNumbers(List<String> phoneNumbers) {
this.phoneNumbers = phoneNumbers;
}
public Map<String,DMapItem> getDMap() {
return this.dMap;
}
public void setDMap(Map<String,DMapItem> dMap) {
this.dMap = dMap;
}
public Map<String,Integer> getNameToAge() {
return this.nameToAge;
}
public void setNameToAge(Map<String,Integer> nameToAge) {
this.nameToAge = nameToAge;
}
public List<LocationsItem> getLocations() {
return this.locations;
}
public void setLocations(List<LocationsItem> locations) {
this.locations = locations;
}
public static class Address {
@SerializedName("T")
private T t;
@SerializedName("Location")
private Location location;
@SerializedName("Detail")
private String detail;
public T getT() {
return this.t;
}
public void setT(T t) {
this.t = t;
}
public Location getLocation() {
return this.location;
}
public void setLocation(Location location) {
this.location = location;
}
public String getDetail() {
return this.detail;
}
public void setDetail(String detail) {
this.detail = detail;
}
public static class T {
@SerializedName("_Class")
private String _class;
public String get_Class() {
return this._class;
}
public void set_Class(String _class) {
this._class = _class;
}
}
public static class Location {
@SerializedName("Late")
private Long late;
@SerializedName("Lon")
private Long lon;
public Long getLate() {
return this.late;
}
public void setLate(Long late) {
this.late = late;
}
public Long getLon() {
return this.lon;
}
public void setLon(Long lon) {
this.lon = lon;
}
}
}
public static class T {
@SerializedName("_Class")
private String _class;
public String get_Class() {
return this._class;
}
public void set_Class(String _class) {
this._class = _class;
}
}
public static class DMapItem {
@SerializedName("Location")
private Location location;
@SerializedName("Detail")
private String detail;
public Location getLocation() {
return this.location;
}
public void setLocation(Location location) {
this.location = location;
}
public String getDetail() {
return this.detail;
}
public void setDetail(String detail) {
this.detail = detail;
}
public static class Location {
@SerializedName("Late")
private Long late;
@SerializedName("Lon")
private Long lon;
public Long getLate() {
return this.late;
}
public void setLate(Long late) {
this.late = late;
}
public Long getLon() {
return this.lon;
}
public void setLon(Long lon) {
this.lon = lon;
}
}
}
public static class LocationsItem {
@SerializedName("Late")
private Long late;
@SerializedName("Lon")
private Long lon;
public Long getLate() {
return this.late;
}
public void setLate(Long late) {
this.late = late;
}
public Long getLon() {
return this.lon;
}
public void setLon(Long lon) {
this.lon = lon;
}
}
}
@Override
public Class<CreateRulesResponse> getResponseClass() {
return CreateRulesResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model/v20201230/CreateRulesResponse.java
|
/*
* 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.amptest.model.v20201230;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.amptest.transform.v20201230.CreateRulesResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CreateRulesResponse extends AcsResponse {
private String requestId;
private Integer size;
private String value;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getSize() {
return this.size;
}
public void setSize(Integer size) {
this.size = size;
}
public String getValue() {
return this.value;
}
public void setValue(String value) {
this.value = value;
}
@Override
public CreateRulesResponse getInstance(UnmarshallerContext context) {
return CreateRulesResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model/v20201230/HuichengTestGrayEightRequest.java
|
/*
* 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.amptest.model.v20201230;
import com.aliyuncs.RpcAcsRequest;
import java.util.List;
import java.util.Map;
import com.google.gson.Gson;
import com.google.gson.annotations.SerializedName;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class HuichengTestGrayEightRequest extends RpcAcsRequest<HuichengTestGrayEightResponse> {
@SerializedName("home")
private Home home;
public HuichengTestGrayEightRequest() {
super("AmpTest", "2020-12-30", "HuichengTestGrayEight", "AmpTest");
setMethod(MethodType.POST);
}
public Home getHome() {
return this.home;
}
public void setHome(Home home) {
this.home = home;
if (home != null) {
putQueryParameter("Home" , new Gson().toJson(home));
}
}
public static class Home {
@SerializedName("Address")
private Address address;
@SerializedName("T")
private T t;
@SerializedName("PhoneNumbers")
private List<String> phoneNumbers;
@SerializedName("DMap")
private Map<String,DMapItem> dMap;
@SerializedName("NameToAge")
private Map<String,Integer> nameToAge;
@SerializedName("Locations")
private List<LocationsItem> locations;
public Address getAddress() {
return this.address;
}
public void setAddress(Address address) {
this.address = address;
}
public T getT() {
return this.t;
}
public void setT(T t) {
this.t = t;
}
public List<String> getPhoneNumbers() {
return this.phoneNumbers;
}
public void setPhoneNumbers(List<String> phoneNumbers) {
this.phoneNumbers = phoneNumbers;
}
public Map<String,DMapItem> getDMap() {
return this.dMap;
}
public void setDMap(Map<String,DMapItem> dMap) {
this.dMap = dMap;
}
public Map<String,Integer> getNameToAge() {
return this.nameToAge;
}
public void setNameToAge(Map<String,Integer> nameToAge) {
this.nameToAge = nameToAge;
}
public List<LocationsItem> getLocations() {
return this.locations;
}
public void setLocations(List<LocationsItem> locations) {
this.locations = locations;
}
public static class Address {
@SerializedName("T")
private T t;
@SerializedName("Location")
private Location location;
@SerializedName("Detail")
private String detail;
public T getT() {
return this.t;
}
public void setT(T t) {
this.t = t;
}
public Location getLocation() {
return this.location;
}
public void setLocation(Location location) {
this.location = location;
}
public String getDetail() {
return this.detail;
}
public void setDetail(String detail) {
this.detail = detail;
}
public static class T {
@SerializedName("_Class")
private String _class;
public String get_Class() {
return this._class;
}
public void set_Class(String _class) {
this._class = _class;
}
}
public static class Location {
@SerializedName("Late")
private Long late;
@SerializedName("Lon")
private Long lon;
public Long getLate() {
return this.late;
}
public void setLate(Long late) {
this.late = late;
}
public Long getLon() {
return this.lon;
}
public void setLon(Long lon) {
this.lon = lon;
}
}
}
public static class T {
@SerializedName("_Class")
private String _class;
public String get_Class() {
return this._class;
}
public void set_Class(String _class) {
this._class = _class;
}
}
public static class DMapItem {
@SerializedName("Location")
private Location location;
@SerializedName("Detail")
private String detail;
public Location getLocation() {
return this.location;
}
public void setLocation(Location location) {
this.location = location;
}
public String getDetail() {
return this.detail;
}
public void setDetail(String detail) {
this.detail = detail;
}
public static class Location {
@SerializedName("Late")
private Long late;
@SerializedName("Lon")
private Long lon;
public Long getLate() {
return this.late;
}
public void setLate(Long late) {
this.late = late;
}
public Long getLon() {
return this.lon;
}
public void setLon(Long lon) {
this.lon = lon;
}
}
}
public static class LocationsItem {
@SerializedName("Late")
private Long late;
@SerializedName("Lon")
private Long lon;
public Long getLate() {
return this.late;
}
public void setLate(Long late) {
this.late = late;
}
public Long getLon() {
return this.lon;
}
public void setLon(Long lon) {
this.lon = lon;
}
}
}
@Override
public Class<HuichengTestGrayEightResponse> getResponseClass() {
return HuichengTestGrayEightResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model/v20201230/HuichengTestGrayEightResponse.java
|
/*
* 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.amptest.model.v20201230;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.amptest.transform.v20201230.HuichengTestGrayEightResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class HuichengTestGrayEightResponse extends AcsResponse {
private String requestId;
private Integer size;
private String value;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getSize() {
return this.size;
}
public void setSize(Integer size) {
this.size = size;
}
public String getValue() {
return this.value;
}
public void setValue(String value) {
this.value = value;
}
@Override
public HuichengTestGrayEightResponse getInstance(UnmarshallerContext context) {
return HuichengTestGrayEightResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model/v20201230/HuichengTestGrayFifthRequest.java
|
/*
* 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.amptest.model.v20201230;
import com.aliyuncs.RpcAcsRequest;
import java.util.List;
import java.util.Map;
import com.google.gson.Gson;
import com.google.gson.annotations.SerializedName;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class HuichengTestGrayFifthRequest extends RpcAcsRequest<HuichengTestGrayFifthResponse> {
@SerializedName("home")
private Home home;
public HuichengTestGrayFifthRequest() {
super("AmpTest", "2020-12-30", "HuichengTestGrayFifth", "AmpTest");
setMethod(MethodType.POST);
}
public Home getHome() {
return this.home;
}
public void setHome(Home home) {
this.home = home;
if (home != null) {
putQueryParameter("Home" , new Gson().toJson(home));
}
}
public static class Home {
@SerializedName("Address")
private Address address;
@SerializedName("T")
private T t;
@SerializedName("PhoneNumbers")
private List<String> phoneNumbers;
@SerializedName("DMap")
private Map<String,DMapItem> dMap;
@SerializedName("NameToAge")
private Map<String,Integer> nameToAge;
@SerializedName("Locations")
private List<LocationsItem> locations;
public Address getAddress() {
return this.address;
}
public void setAddress(Address address) {
this.address = address;
}
public T getT() {
return this.t;
}
public void setT(T t) {
this.t = t;
}
public List<String> getPhoneNumbers() {
return this.phoneNumbers;
}
public void setPhoneNumbers(List<String> phoneNumbers) {
this.phoneNumbers = phoneNumbers;
}
public Map<String,DMapItem> getDMap() {
return this.dMap;
}
public void setDMap(Map<String,DMapItem> dMap) {
this.dMap = dMap;
}
public Map<String,Integer> getNameToAge() {
return this.nameToAge;
}
public void setNameToAge(Map<String,Integer> nameToAge) {
this.nameToAge = nameToAge;
}
public List<LocationsItem> getLocations() {
return this.locations;
}
public void setLocations(List<LocationsItem> locations) {
this.locations = locations;
}
public static class Address {
@SerializedName("T")
private T t;
@SerializedName("Location")
private Location location;
@SerializedName("Detail")
private String detail;
public T getT() {
return this.t;
}
public void setT(T t) {
this.t = t;
}
public Location getLocation() {
return this.location;
}
public void setLocation(Location location) {
this.location = location;
}
public String getDetail() {
return this.detail;
}
public void setDetail(String detail) {
this.detail = detail;
}
public static class T {
@SerializedName("_Class")
private String _class;
public String get_Class() {
return this._class;
}
public void set_Class(String _class) {
this._class = _class;
}
}
public static class Location {
@SerializedName("Late")
private Long late;
@SerializedName("Lon")
private Long lon;
public Long getLate() {
return this.late;
}
public void setLate(Long late) {
this.late = late;
}
public Long getLon() {
return this.lon;
}
public void setLon(Long lon) {
this.lon = lon;
}
}
}
public static class T {
@SerializedName("_Class")
private String _class;
public String get_Class() {
return this._class;
}
public void set_Class(String _class) {
this._class = _class;
}
}
public static class DMapItem {
@SerializedName("Location")
private Location location;
@SerializedName("Detail")
private String detail;
public Location getLocation() {
return this.location;
}
public void setLocation(Location location) {
this.location = location;
}
public String getDetail() {
return this.detail;
}
public void setDetail(String detail) {
this.detail = detail;
}
public static class Location {
@SerializedName("Late")
private Long late;
@SerializedName("Lon")
private Long lon;
public Long getLate() {
return this.late;
}
public void setLate(Long late) {
this.late = late;
}
public Long getLon() {
return this.lon;
}
public void setLon(Long lon) {
this.lon = lon;
}
}
}
public static class LocationsItem {
@SerializedName("Late")
private Long late;
@SerializedName("Lon")
private Long lon;
public Long getLate() {
return this.late;
}
public void setLate(Long late) {
this.late = late;
}
public Long getLon() {
return this.lon;
}
public void setLon(Long lon) {
this.lon = lon;
}
}
}
@Override
public Class<HuichengTestGrayFifthResponse> getResponseClass() {
return HuichengTestGrayFifthResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model/v20201230/HuichengTestGrayFifthResponse.java
|
/*
* 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.amptest.model.v20201230;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.amptest.transform.v20201230.HuichengTestGrayFifthResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class HuichengTestGrayFifthResponse extends AcsResponse {
private String requestId;
private Integer size;
private String value;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getSize() {
return this.size;
}
public void setSize(Integer size) {
this.size = size;
}
public String getValue() {
return this.value;
}
public void setValue(String value) {
this.value = value;
}
@Override
public HuichengTestGrayFifthResponse getInstance(UnmarshallerContext context) {
return HuichengTestGrayFifthResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model/v20201230/HuichengTestGrayFourthRequest.java
|
/*
* 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.amptest.model.v20201230;
import com.aliyuncs.RpcAcsRequest;
import java.util.List;
import java.util.Map;
import com.google.gson.Gson;
import com.google.gson.annotations.SerializedName;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class HuichengTestGrayFourthRequest extends RpcAcsRequest<HuichengTestGrayFourthResponse> {
@SerializedName("home")
private Home home;
public HuichengTestGrayFourthRequest() {
super("AmpTest", "2020-12-30", "HuichengTestGrayFourth", "AmpTest");
setMethod(MethodType.POST);
}
public Home getHome() {
return this.home;
}
public void setHome(Home home) {
this.home = home;
if (home != null) {
putQueryParameter("Home" , new Gson().toJson(home));
}
}
public static class Home {
@SerializedName("Address")
private Address address;
@SerializedName("T")
private T t;
@SerializedName("PhoneNumbers")
private List<String> phoneNumbers;
@SerializedName("DMap")
private Map<String,DMapItem> dMap;
@SerializedName("NameToAge")
private Map<String,Integer> nameToAge;
@SerializedName("Locations")
private List<LocationsItem> locations;
public Address getAddress() {
return this.address;
}
public void setAddress(Address address) {
this.address = address;
}
public T getT() {
return this.t;
}
public void setT(T t) {
this.t = t;
}
public List<String> getPhoneNumbers() {
return this.phoneNumbers;
}
public void setPhoneNumbers(List<String> phoneNumbers) {
this.phoneNumbers = phoneNumbers;
}
public Map<String,DMapItem> getDMap() {
return this.dMap;
}
public void setDMap(Map<String,DMapItem> dMap) {
this.dMap = dMap;
}
public Map<String,Integer> getNameToAge() {
return this.nameToAge;
}
public void setNameToAge(Map<String,Integer> nameToAge) {
this.nameToAge = nameToAge;
}
public List<LocationsItem> getLocations() {
return this.locations;
}
public void setLocations(List<LocationsItem> locations) {
this.locations = locations;
}
public static class Address {
@SerializedName("T")
private T t;
@SerializedName("Location")
private Location location;
@SerializedName("Detail")
private String detail;
public T getT() {
return this.t;
}
public void setT(T t) {
this.t = t;
}
public Location getLocation() {
return this.location;
}
public void setLocation(Location location) {
this.location = location;
}
public String getDetail() {
return this.detail;
}
public void setDetail(String detail) {
this.detail = detail;
}
public static class T {
@SerializedName("_Class")
private String _class;
public String get_Class() {
return this._class;
}
public void set_Class(String _class) {
this._class = _class;
}
}
public static class Location {
@SerializedName("Late")
private Long late;
@SerializedName("Lon")
private Long lon;
public Long getLate() {
return this.late;
}
public void setLate(Long late) {
this.late = late;
}
public Long getLon() {
return this.lon;
}
public void setLon(Long lon) {
this.lon = lon;
}
}
}
public static class T {
@SerializedName("_Class")
private String _class;
public String get_Class() {
return this._class;
}
public void set_Class(String _class) {
this._class = _class;
}
}
public static class DMapItem {
@SerializedName("Location")
private Location location;
@SerializedName("Detail")
private String detail;
public Location getLocation() {
return this.location;
}
public void setLocation(Location location) {
this.location = location;
}
public String getDetail() {
return this.detail;
}
public void setDetail(String detail) {
this.detail = detail;
}
public static class Location {
@SerializedName("Late")
private Long late;
@SerializedName("Lon")
private Long lon;
public Long getLate() {
return this.late;
}
public void setLate(Long late) {
this.late = late;
}
public Long getLon() {
return this.lon;
}
public void setLon(Long lon) {
this.lon = lon;
}
}
}
public static class LocationsItem {
@SerializedName("Late")
private Long late;
@SerializedName("Lon")
private Long lon;
public Long getLate() {
return this.late;
}
public void setLate(Long late) {
this.late = late;
}
public Long getLon() {
return this.lon;
}
public void setLon(Long lon) {
this.lon = lon;
}
}
}
@Override
public Class<HuichengTestGrayFourthResponse> getResponseClass() {
return HuichengTestGrayFourthResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model/v20201230/HuichengTestGrayFourthResponse.java
|
/*
* 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.amptest.model.v20201230;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.amptest.transform.v20201230.HuichengTestGrayFourthResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class HuichengTestGrayFourthResponse extends AcsResponse {
private String requestId;
private Integer size;
private String value;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getSize() {
return this.size;
}
public void setSize(Integer size) {
this.size = size;
}
public String getValue() {
return this.value;
}
public void setValue(String value) {
this.value = value;
}
@Override
public HuichengTestGrayFourthResponse getInstance(UnmarshallerContext context) {
return HuichengTestGrayFourthResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model/v20201230/HuichengTestGrayNineRequest.java
|
/*
* 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.amptest.model.v20201230;
import com.aliyuncs.RpcAcsRequest;
import java.util.List;
import java.util.Map;
import com.google.gson.Gson;
import com.google.gson.annotations.SerializedName;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class HuichengTestGrayNineRequest extends RpcAcsRequest<HuichengTestGrayNineResponse> {
@SerializedName("home")
private Home home;
public HuichengTestGrayNineRequest() {
super("AmpTest", "2020-12-30", "HuichengTestGrayNine", "AmpTest");
setMethod(MethodType.POST);
}
public Home getHome() {
return this.home;
}
public void setHome(Home home) {
this.home = home;
if (home != null) {
putQueryParameter("Home" , new Gson().toJson(home));
}
}
public static class Home {
@SerializedName("Address")
private Address address;
@SerializedName("T")
private T t;
@SerializedName("PhoneNumbers")
private List<String> phoneNumbers;
@SerializedName("DMap")
private Map<String,DMapItem> dMap;
@SerializedName("NameToAge")
private Map<String,Integer> nameToAge;
@SerializedName("Locations")
private List<LocationsItem> locations;
public Address getAddress() {
return this.address;
}
public void setAddress(Address address) {
this.address = address;
}
public T getT() {
return this.t;
}
public void setT(T t) {
this.t = t;
}
public List<String> getPhoneNumbers() {
return this.phoneNumbers;
}
public void setPhoneNumbers(List<String> phoneNumbers) {
this.phoneNumbers = phoneNumbers;
}
public Map<String,DMapItem> getDMap() {
return this.dMap;
}
public void setDMap(Map<String,DMapItem> dMap) {
this.dMap = dMap;
}
public Map<String,Integer> getNameToAge() {
return this.nameToAge;
}
public void setNameToAge(Map<String,Integer> nameToAge) {
this.nameToAge = nameToAge;
}
public List<LocationsItem> getLocations() {
return this.locations;
}
public void setLocations(List<LocationsItem> locations) {
this.locations = locations;
}
public static class Address {
@SerializedName("T")
private T t;
@SerializedName("Location")
private Location location;
@SerializedName("Detail")
private String detail;
public T getT() {
return this.t;
}
public void setT(T t) {
this.t = t;
}
public Location getLocation() {
return this.location;
}
public void setLocation(Location location) {
this.location = location;
}
public String getDetail() {
return this.detail;
}
public void setDetail(String detail) {
this.detail = detail;
}
public static class T {
@SerializedName("_Class")
private String _class;
public String get_Class() {
return this._class;
}
public void set_Class(String _class) {
this._class = _class;
}
}
public static class Location {
@SerializedName("Late")
private Long late;
@SerializedName("Lon")
private Long lon;
public Long getLate() {
return this.late;
}
public void setLate(Long late) {
this.late = late;
}
public Long getLon() {
return this.lon;
}
public void setLon(Long lon) {
this.lon = lon;
}
}
}
public static class T {
@SerializedName("_Class")
private String _class;
public String get_Class() {
return this._class;
}
public void set_Class(String _class) {
this._class = _class;
}
}
public static class DMapItem {
@SerializedName("Location")
private Location location;
@SerializedName("Detail")
private String detail;
public Location getLocation() {
return this.location;
}
public void setLocation(Location location) {
this.location = location;
}
public String getDetail() {
return this.detail;
}
public void setDetail(String detail) {
this.detail = detail;
}
public static class Location {
@SerializedName("Late")
private Long late;
@SerializedName("Lon")
private Long lon;
public Long getLate() {
return this.late;
}
public void setLate(Long late) {
this.late = late;
}
public Long getLon() {
return this.lon;
}
public void setLon(Long lon) {
this.lon = lon;
}
}
}
public static class LocationsItem {
@SerializedName("Late")
private Long late;
@SerializedName("Lon")
private Long lon;
public Long getLate() {
return this.late;
}
public void setLate(Long late) {
this.late = late;
}
public Long getLon() {
return this.lon;
}
public void setLon(Long lon) {
this.lon = lon;
}
}
}
@Override
public Class<HuichengTestGrayNineResponse> getResponseClass() {
return HuichengTestGrayNineResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model/v20201230/HuichengTestGrayNineResponse.java
|
/*
* 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.amptest.model.v20201230;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.amptest.transform.v20201230.HuichengTestGrayNineResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class HuichengTestGrayNineResponse extends AcsResponse {
private String requestId;
private Integer size;
private String value;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getSize() {
return this.size;
}
public void setSize(Integer size) {
this.size = size;
}
public String getValue() {
return this.value;
}
public void setValue(String value) {
this.value = value;
}
@Override
public HuichengTestGrayNineResponse getInstance(UnmarshallerContext context) {
return HuichengTestGrayNineResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model/v20201230/HuichengTestGrayRequest.java
|
/*
* 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.amptest.model.v20201230;
import com.aliyuncs.RpcAcsRequest;
import java.util.List;
import java.util.Map;
import com.google.gson.Gson;
import com.google.gson.annotations.SerializedName;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class HuichengTestGrayRequest extends RpcAcsRequest<HuichengTestGrayResponse> {
@SerializedName("home")
private Home home;
public HuichengTestGrayRequest() {
super("AmpTest", "2020-12-30", "HuichengTestGray", "AmpTest");
setMethod(MethodType.POST);
}
public Home getHome() {
return this.home;
}
public void setHome(Home home) {
this.home = home;
if (home != null) {
putQueryParameter("Home" , new Gson().toJson(home));
}
}
public static class Home {
@SerializedName("Address")
private Address address;
@SerializedName("T")
private T t;
@SerializedName("PhoneNumbers")
private List<String> phoneNumbers;
@SerializedName("DMap")
private Map<String,DMapItem> dMap;
@SerializedName("NameToAge")
private Map<String,Integer> nameToAge;
@SerializedName("Locations")
private List<LocationsItem> locations;
public Address getAddress() {
return this.address;
}
public void setAddress(Address address) {
this.address = address;
}
public T getT() {
return this.t;
}
public void setT(T t) {
this.t = t;
}
public List<String> getPhoneNumbers() {
return this.phoneNumbers;
}
public void setPhoneNumbers(List<String> phoneNumbers) {
this.phoneNumbers = phoneNumbers;
}
public Map<String,DMapItem> getDMap() {
return this.dMap;
}
public void setDMap(Map<String,DMapItem> dMap) {
this.dMap = dMap;
}
public Map<String,Integer> getNameToAge() {
return this.nameToAge;
}
public void setNameToAge(Map<String,Integer> nameToAge) {
this.nameToAge = nameToAge;
}
public List<LocationsItem> getLocations() {
return this.locations;
}
public void setLocations(List<LocationsItem> locations) {
this.locations = locations;
}
public static class Address {
@SerializedName("T")
private T t;
@SerializedName("Location")
private Location location;
@SerializedName("Detail")
private String detail;
public T getT() {
return this.t;
}
public void setT(T t) {
this.t = t;
}
public Location getLocation() {
return this.location;
}
public void setLocation(Location location) {
this.location = location;
}
public String getDetail() {
return this.detail;
}
public void setDetail(String detail) {
this.detail = detail;
}
public static class T {
@SerializedName("_Class")
private String _class;
public String get_Class() {
return this._class;
}
public void set_Class(String _class) {
this._class = _class;
}
}
public static class Location {
@SerializedName("Late")
private Long late;
@SerializedName("Lon")
private Long lon;
public Long getLate() {
return this.late;
}
public void setLate(Long late) {
this.late = late;
}
public Long getLon() {
return this.lon;
}
public void setLon(Long lon) {
this.lon = lon;
}
}
}
public static class T {
@SerializedName("_Class")
private String _class;
public String get_Class() {
return this._class;
}
public void set_Class(String _class) {
this._class = _class;
}
}
public static class DMapItem {
@SerializedName("Location")
private Location location;
@SerializedName("Detail")
private String detail;
public Location getLocation() {
return this.location;
}
public void setLocation(Location location) {
this.location = location;
}
public String getDetail() {
return this.detail;
}
public void setDetail(String detail) {
this.detail = detail;
}
public static class Location {
@SerializedName("Late")
private Long late;
@SerializedName("Lon")
private Long lon;
public Long getLate() {
return this.late;
}
public void setLate(Long late) {
this.late = late;
}
public Long getLon() {
return this.lon;
}
public void setLon(Long lon) {
this.lon = lon;
}
}
}
public static class LocationsItem {
@SerializedName("Late")
private Long late;
@SerializedName("Lon")
private Long lon;
public Long getLate() {
return this.late;
}
public void setLate(Long late) {
this.late = late;
}
public Long getLon() {
return this.lon;
}
public void setLon(Long lon) {
this.lon = lon;
}
}
}
@Override
public Class<HuichengTestGrayResponse> getResponseClass() {
return HuichengTestGrayResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model/v20201230/HuichengTestGrayResponse.java
|
/*
* 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.amptest.model.v20201230;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.amptest.transform.v20201230.HuichengTestGrayResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class HuichengTestGrayResponse extends AcsResponse {
private String requestId;
private Integer size;
private String value;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getSize() {
return this.size;
}
public void setSize(Integer size) {
this.size = size;
}
public String getValue() {
return this.value;
}
public void setValue(String value) {
this.value = value;
}
@Override
public HuichengTestGrayResponse getInstance(UnmarshallerContext context) {
return HuichengTestGrayResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model/v20201230/HuichengTestGraySecondRequest.java
|
/*
* 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.amptest.model.v20201230;
import com.aliyuncs.RpcAcsRequest;
import java.util.List;
import java.util.Map;
import com.google.gson.Gson;
import com.google.gson.annotations.SerializedName;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class HuichengTestGraySecondRequest extends RpcAcsRequest<HuichengTestGraySecondResponse> {
@SerializedName("home")
private Home home;
public HuichengTestGraySecondRequest() {
super("AmpTest", "2020-12-30", "HuichengTestGraySecond", "AmpTest");
setMethod(MethodType.POST);
}
public Home getHome() {
return this.home;
}
public void setHome(Home home) {
this.home = home;
if (home != null) {
putQueryParameter("Home" , new Gson().toJson(home));
}
}
public static class Home {
@SerializedName("Address")
private Address address;
@SerializedName("T")
private T t;
@SerializedName("PhoneNumbers")
private List<String> phoneNumbers;
@SerializedName("DMap")
private Map<String,DMapItem> dMap;
@SerializedName("NameToAge")
private Map<String,Integer> nameToAge;
@SerializedName("Locations")
private List<LocationsItem> locations;
public Address getAddress() {
return this.address;
}
public void setAddress(Address address) {
this.address = address;
}
public T getT() {
return this.t;
}
public void setT(T t) {
this.t = t;
}
public List<String> getPhoneNumbers() {
return this.phoneNumbers;
}
public void setPhoneNumbers(List<String> phoneNumbers) {
this.phoneNumbers = phoneNumbers;
}
public Map<String,DMapItem> getDMap() {
return this.dMap;
}
public void setDMap(Map<String,DMapItem> dMap) {
this.dMap = dMap;
}
public Map<String,Integer> getNameToAge() {
return this.nameToAge;
}
public void setNameToAge(Map<String,Integer> nameToAge) {
this.nameToAge = nameToAge;
}
public List<LocationsItem> getLocations() {
return this.locations;
}
public void setLocations(List<LocationsItem> locations) {
this.locations = locations;
}
public static class Address {
@SerializedName("T")
private T t;
@SerializedName("Location")
private Location location;
@SerializedName("Detail")
private String detail;
public T getT() {
return this.t;
}
public void setT(T t) {
this.t = t;
}
public Location getLocation() {
return this.location;
}
public void setLocation(Location location) {
this.location = location;
}
public String getDetail() {
return this.detail;
}
public void setDetail(String detail) {
this.detail = detail;
}
public static class T {
@SerializedName("_Class")
private String _class;
public String get_Class() {
return this._class;
}
public void set_Class(String _class) {
this._class = _class;
}
}
public static class Location {
@SerializedName("Late")
private Long late;
@SerializedName("Lon")
private Long lon;
public Long getLate() {
return this.late;
}
public void setLate(Long late) {
this.late = late;
}
public Long getLon() {
return this.lon;
}
public void setLon(Long lon) {
this.lon = lon;
}
}
}
public static class T {
@SerializedName("_Class")
private String _class;
public String get_Class() {
return this._class;
}
public void set_Class(String _class) {
this._class = _class;
}
}
public static class DMapItem {
@SerializedName("Location")
private Location location;
@SerializedName("Detail")
private String detail;
public Location getLocation() {
return this.location;
}
public void setLocation(Location location) {
this.location = location;
}
public String getDetail() {
return this.detail;
}
public void setDetail(String detail) {
this.detail = detail;
}
public static class Location {
@SerializedName("Late")
private Long late;
@SerializedName("Lon")
private Long lon;
public Long getLate() {
return this.late;
}
public void setLate(Long late) {
this.late = late;
}
public Long getLon() {
return this.lon;
}
public void setLon(Long lon) {
this.lon = lon;
}
}
}
public static class LocationsItem {
@SerializedName("Late")
private Long late;
@SerializedName("Lon")
private Long lon;
public Long getLate() {
return this.late;
}
public void setLate(Long late) {
this.late = late;
}
public Long getLon() {
return this.lon;
}
public void setLon(Long lon) {
this.lon = lon;
}
}
}
@Override
public Class<HuichengTestGraySecondResponse> getResponseClass() {
return HuichengTestGraySecondResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model/v20201230/HuichengTestGraySecondResponse.java
|
/*
* 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.amptest.model.v20201230;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.amptest.transform.v20201230.HuichengTestGraySecondResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class HuichengTestGraySecondResponse extends AcsResponse {
private String requestId;
private Integer size;
private String value;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getSize() {
return this.size;
}
public void setSize(Integer size) {
this.size = size;
}
public String getValue() {
return this.value;
}
public void setValue(String value) {
this.value = value;
}
@Override
public HuichengTestGraySecondResponse getInstance(UnmarshallerContext context) {
return HuichengTestGraySecondResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model/v20201230/HuichengTestGraySevenRequest.java
|
/*
* 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.amptest.model.v20201230;
import com.aliyuncs.RpcAcsRequest;
import java.util.List;
import java.util.Map;
import com.google.gson.Gson;
import com.google.gson.annotations.SerializedName;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class HuichengTestGraySevenRequest extends RpcAcsRequest<HuichengTestGraySevenResponse> {
@SerializedName("home")
private Home home;
public HuichengTestGraySevenRequest() {
super("AmpTest", "2020-12-30", "HuichengTestGraySeven", "AmpTest");
setMethod(MethodType.POST);
}
public Home getHome() {
return this.home;
}
public void setHome(Home home) {
this.home = home;
if (home != null) {
putQueryParameter("Home" , new Gson().toJson(home));
}
}
public static class Home {
@SerializedName("Address")
private Address address;
@SerializedName("T")
private T t;
@SerializedName("PhoneNumbers")
private List<String> phoneNumbers;
@SerializedName("DMap")
private Map<String,DMapItem> dMap;
@SerializedName("NameToAge")
private Map<String,Integer> nameToAge;
@SerializedName("Locations")
private List<LocationsItem> locations;
public Address getAddress() {
return this.address;
}
public void setAddress(Address address) {
this.address = address;
}
public T getT() {
return this.t;
}
public void setT(T t) {
this.t = t;
}
public List<String> getPhoneNumbers() {
return this.phoneNumbers;
}
public void setPhoneNumbers(List<String> phoneNumbers) {
this.phoneNumbers = phoneNumbers;
}
public Map<String,DMapItem> getDMap() {
return this.dMap;
}
public void setDMap(Map<String,DMapItem> dMap) {
this.dMap = dMap;
}
public Map<String,Integer> getNameToAge() {
return this.nameToAge;
}
public void setNameToAge(Map<String,Integer> nameToAge) {
this.nameToAge = nameToAge;
}
public List<LocationsItem> getLocations() {
return this.locations;
}
public void setLocations(List<LocationsItem> locations) {
this.locations = locations;
}
public static class Address {
@SerializedName("T")
private T t;
@SerializedName("Location")
private Location location;
@SerializedName("Detail")
private String detail;
public T getT() {
return this.t;
}
public void setT(T t) {
this.t = t;
}
public Location getLocation() {
return this.location;
}
public void setLocation(Location location) {
this.location = location;
}
public String getDetail() {
return this.detail;
}
public void setDetail(String detail) {
this.detail = detail;
}
public static class T {
@SerializedName("_Class")
private String _class;
public String get_Class() {
return this._class;
}
public void set_Class(String _class) {
this._class = _class;
}
}
public static class Location {
@SerializedName("Late")
private Long late;
@SerializedName("Lon")
private Long lon;
public Long getLate() {
return this.late;
}
public void setLate(Long late) {
this.late = late;
}
public Long getLon() {
return this.lon;
}
public void setLon(Long lon) {
this.lon = lon;
}
}
}
public static class T {
@SerializedName("_Class")
private String _class;
public String get_Class() {
return this._class;
}
public void set_Class(String _class) {
this._class = _class;
}
}
public static class DMapItem {
@SerializedName("Location")
private Location location;
@SerializedName("Detail")
private String detail;
public Location getLocation() {
return this.location;
}
public void setLocation(Location location) {
this.location = location;
}
public String getDetail() {
return this.detail;
}
public void setDetail(String detail) {
this.detail = detail;
}
public static class Location {
@SerializedName("Late")
private Long late;
@SerializedName("Lon")
private Long lon;
public Long getLate() {
return this.late;
}
public void setLate(Long late) {
this.late = late;
}
public Long getLon() {
return this.lon;
}
public void setLon(Long lon) {
this.lon = lon;
}
}
}
public static class LocationsItem {
@SerializedName("Late")
private Long late;
@SerializedName("Lon")
private Long lon;
public Long getLate() {
return this.late;
}
public void setLate(Long late) {
this.late = late;
}
public Long getLon() {
return this.lon;
}
public void setLon(Long lon) {
this.lon = lon;
}
}
}
@Override
public Class<HuichengTestGraySevenResponse> getResponseClass() {
return HuichengTestGraySevenResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model/v20201230/HuichengTestGraySevenResponse.java
|
/*
* 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.amptest.model.v20201230;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.amptest.transform.v20201230.HuichengTestGraySevenResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class HuichengTestGraySevenResponse extends AcsResponse {
private String requestId;
private Integer size;
private String value;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getSize() {
return this.size;
}
public void setSize(Integer size) {
this.size = size;
}
public String getValue() {
return this.value;
}
public void setValue(String value) {
this.value = value;
}
@Override
public HuichengTestGraySevenResponse getInstance(UnmarshallerContext context) {
return HuichengTestGraySevenResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model/v20201230/HuichengTestGraySixRequest.java
|
/*
* 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.amptest.model.v20201230;
import com.aliyuncs.RpcAcsRequest;
import java.util.List;
import java.util.Map;
import com.google.gson.Gson;
import com.google.gson.annotations.SerializedName;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class HuichengTestGraySixRequest extends RpcAcsRequest<HuichengTestGraySixResponse> {
@SerializedName("home")
private Home home;
public HuichengTestGraySixRequest() {
super("AmpTest", "2020-12-30", "HuichengTestGraySix", "AmpTest");
setMethod(MethodType.POST);
}
public Home getHome() {
return this.home;
}
public void setHome(Home home) {
this.home = home;
if (home != null) {
putQueryParameter("Home" , new Gson().toJson(home));
}
}
public static class Home {
@SerializedName("Address")
private Address address;
@SerializedName("T")
private T t;
@SerializedName("PhoneNumbers")
private List<String> phoneNumbers;
@SerializedName("DMap")
private Map<String,DMapItem> dMap;
@SerializedName("NameToAge")
private Map<String,Integer> nameToAge;
@SerializedName("Locations")
private List<LocationsItem> locations;
public Address getAddress() {
return this.address;
}
public void setAddress(Address address) {
this.address = address;
}
public T getT() {
return this.t;
}
public void setT(T t) {
this.t = t;
}
public List<String> getPhoneNumbers() {
return this.phoneNumbers;
}
public void setPhoneNumbers(List<String> phoneNumbers) {
this.phoneNumbers = phoneNumbers;
}
public Map<String,DMapItem> getDMap() {
return this.dMap;
}
public void setDMap(Map<String,DMapItem> dMap) {
this.dMap = dMap;
}
public Map<String,Integer> getNameToAge() {
return this.nameToAge;
}
public void setNameToAge(Map<String,Integer> nameToAge) {
this.nameToAge = nameToAge;
}
public List<LocationsItem> getLocations() {
return this.locations;
}
public void setLocations(List<LocationsItem> locations) {
this.locations = locations;
}
public static class Address {
@SerializedName("T")
private T t;
@SerializedName("Location")
private Location location;
@SerializedName("Detail")
private String detail;
public T getT() {
return this.t;
}
public void setT(T t) {
this.t = t;
}
public Location getLocation() {
return this.location;
}
public void setLocation(Location location) {
this.location = location;
}
public String getDetail() {
return this.detail;
}
public void setDetail(String detail) {
this.detail = detail;
}
public static class T {
@SerializedName("_Class")
private String _class;
public String get_Class() {
return this._class;
}
public void set_Class(String _class) {
this._class = _class;
}
}
public static class Location {
@SerializedName("Late")
private Long late;
@SerializedName("Lon")
private Long lon;
public Long getLate() {
return this.late;
}
public void setLate(Long late) {
this.late = late;
}
public Long getLon() {
return this.lon;
}
public void setLon(Long lon) {
this.lon = lon;
}
}
}
public static class T {
@SerializedName("_Class")
private String _class;
public String get_Class() {
return this._class;
}
public void set_Class(String _class) {
this._class = _class;
}
}
public static class DMapItem {
@SerializedName("Location")
private Location location;
@SerializedName("Detail")
private String detail;
public Location getLocation() {
return this.location;
}
public void setLocation(Location location) {
this.location = location;
}
public String getDetail() {
return this.detail;
}
public void setDetail(String detail) {
this.detail = detail;
}
public static class Location {
@SerializedName("Late")
private Long late;
@SerializedName("Lon")
private Long lon;
public Long getLate() {
return this.late;
}
public void setLate(Long late) {
this.late = late;
}
public Long getLon() {
return this.lon;
}
public void setLon(Long lon) {
this.lon = lon;
}
}
}
public static class LocationsItem {
@SerializedName("Late")
private Long late;
@SerializedName("Lon")
private Long lon;
public Long getLate() {
return this.late;
}
public void setLate(Long late) {
this.late = late;
}
public Long getLon() {
return this.lon;
}
public void setLon(Long lon) {
this.lon = lon;
}
}
}
@Override
public Class<HuichengTestGraySixResponse> getResponseClass() {
return HuichengTestGraySixResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model/v20201230/HuichengTestGraySixResponse.java
|
/*
* 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.amptest.model.v20201230;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.amptest.transform.v20201230.HuichengTestGraySixResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class HuichengTestGraySixResponse extends AcsResponse {
private String requestId;
private Integer size;
private String value;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getSize() {
return this.size;
}
public void setSize(Integer size) {
this.size = size;
}
public String getValue() {
return this.value;
}
public void setValue(String value) {
this.value = value;
}
@Override
public HuichengTestGraySixResponse getInstance(UnmarshallerContext context) {
return HuichengTestGraySixResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model/v20201230/HuichengTestGrayTenRequest.java
|
/*
* 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.amptest.model.v20201230;
import com.aliyuncs.RpcAcsRequest;
import java.util.List;
import java.util.Map;
import com.google.gson.Gson;
import com.google.gson.annotations.SerializedName;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class HuichengTestGrayTenRequest extends RpcAcsRequest<HuichengTestGrayTenResponse> {
@SerializedName("home")
private Home home;
public HuichengTestGrayTenRequest() {
super("AmpTest", "2020-12-30", "HuichengTestGrayTen", "AmpTest");
setMethod(MethodType.POST);
}
public Home getHome() {
return this.home;
}
public void setHome(Home home) {
this.home = home;
if (home != null) {
putQueryParameter("Home" , new Gson().toJson(home));
}
}
public static class Home {
@SerializedName("Address")
private Address address;
@SerializedName("T")
private T t;
@SerializedName("PhoneNumbers")
private List<String> phoneNumbers;
@SerializedName("DMap")
private Map<String,DMapItem> dMap;
@SerializedName("NameToAge")
private Map<String,Integer> nameToAge;
@SerializedName("Locations")
private List<LocationsItem> locations;
public Address getAddress() {
return this.address;
}
public void setAddress(Address address) {
this.address = address;
}
public T getT() {
return this.t;
}
public void setT(T t) {
this.t = t;
}
public List<String> getPhoneNumbers() {
return this.phoneNumbers;
}
public void setPhoneNumbers(List<String> phoneNumbers) {
this.phoneNumbers = phoneNumbers;
}
public Map<String,DMapItem> getDMap() {
return this.dMap;
}
public void setDMap(Map<String,DMapItem> dMap) {
this.dMap = dMap;
}
public Map<String,Integer> getNameToAge() {
return this.nameToAge;
}
public void setNameToAge(Map<String,Integer> nameToAge) {
this.nameToAge = nameToAge;
}
public List<LocationsItem> getLocations() {
return this.locations;
}
public void setLocations(List<LocationsItem> locations) {
this.locations = locations;
}
public static class Address {
@SerializedName("T")
private T t;
@SerializedName("Location")
private Location location;
@SerializedName("Detail")
private String detail;
public T getT() {
return this.t;
}
public void setT(T t) {
this.t = t;
}
public Location getLocation() {
return this.location;
}
public void setLocation(Location location) {
this.location = location;
}
public String getDetail() {
return this.detail;
}
public void setDetail(String detail) {
this.detail = detail;
}
public static class T {
@SerializedName("_Class")
private String _class;
public String get_Class() {
return this._class;
}
public void set_Class(String _class) {
this._class = _class;
}
}
public static class Location {
@SerializedName("Late")
private Long late;
@SerializedName("Lon")
private Long lon;
public Long getLate() {
return this.late;
}
public void setLate(Long late) {
this.late = late;
}
public Long getLon() {
return this.lon;
}
public void setLon(Long lon) {
this.lon = lon;
}
}
}
public static class T {
@SerializedName("_Class")
private String _class;
public String get_Class() {
return this._class;
}
public void set_Class(String _class) {
this._class = _class;
}
}
public static class DMapItem {
@SerializedName("Location")
private Location location;
@SerializedName("Detail")
private String detail;
public Location getLocation() {
return this.location;
}
public void setLocation(Location location) {
this.location = location;
}
public String getDetail() {
return this.detail;
}
public void setDetail(String detail) {
this.detail = detail;
}
public static class Location {
@SerializedName("Late")
private Long late;
@SerializedName("Lon")
private Long lon;
public Long getLate() {
return this.late;
}
public void setLate(Long late) {
this.late = late;
}
public Long getLon() {
return this.lon;
}
public void setLon(Long lon) {
this.lon = lon;
}
}
}
public static class LocationsItem {
@SerializedName("Late")
private Long late;
@SerializedName("Lon")
private Long lon;
public Long getLate() {
return this.late;
}
public void setLate(Long late) {
this.late = late;
}
public Long getLon() {
return this.lon;
}
public void setLon(Long lon) {
this.lon = lon;
}
}
}
@Override
public Class<HuichengTestGrayTenResponse> getResponseClass() {
return HuichengTestGrayTenResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model/v20201230/HuichengTestGrayTenResponse.java
|
/*
* 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.amptest.model.v20201230;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.amptest.transform.v20201230.HuichengTestGrayTenResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class HuichengTestGrayTenResponse extends AcsResponse {
private String requestId;
private Integer size;
private String value;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getSize() {
return this.size;
}
public void setSize(Integer size) {
this.size = size;
}
public String getValue() {
return this.value;
}
public void setValue(String value) {
this.value = value;
}
@Override
public HuichengTestGrayTenResponse getInstance(UnmarshallerContext context) {
return HuichengTestGrayTenResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model/v20201230/HuichengTestGrayThirdRequest.java
|
/*
* 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.amptest.model.v20201230;
import com.aliyuncs.RpcAcsRequest;
import java.util.List;
import java.util.Map;
import com.google.gson.Gson;
import com.google.gson.annotations.SerializedName;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class HuichengTestGrayThirdRequest extends RpcAcsRequest<HuichengTestGrayThirdResponse> {
@SerializedName("home")
private Home home;
public HuichengTestGrayThirdRequest() {
super("AmpTest", "2020-12-30", "HuichengTestGrayThird", "AmpTest");
setMethod(MethodType.POST);
}
public Home getHome() {
return this.home;
}
public void setHome(Home home) {
this.home = home;
if (home != null) {
putQueryParameter("Home" , new Gson().toJson(home));
}
}
public static class Home {
@SerializedName("Address")
private Address address;
@SerializedName("T")
private T t;
@SerializedName("PhoneNumbers")
private List<String> phoneNumbers;
@SerializedName("DMap")
private Map<String,DMapItem> dMap;
@SerializedName("NameToAge")
private Map<String,Integer> nameToAge;
@SerializedName("Locations")
private List<LocationsItem> locations;
public Address getAddress() {
return this.address;
}
public void setAddress(Address address) {
this.address = address;
}
public T getT() {
return this.t;
}
public void setT(T t) {
this.t = t;
}
public List<String> getPhoneNumbers() {
return this.phoneNumbers;
}
public void setPhoneNumbers(List<String> phoneNumbers) {
this.phoneNumbers = phoneNumbers;
}
public Map<String,DMapItem> getDMap() {
return this.dMap;
}
public void setDMap(Map<String,DMapItem> dMap) {
this.dMap = dMap;
}
public Map<String,Integer> getNameToAge() {
return this.nameToAge;
}
public void setNameToAge(Map<String,Integer> nameToAge) {
this.nameToAge = nameToAge;
}
public List<LocationsItem> getLocations() {
return this.locations;
}
public void setLocations(List<LocationsItem> locations) {
this.locations = locations;
}
public static class Address {
@SerializedName("T")
private T t;
@SerializedName("Location")
private Location location;
@SerializedName("Detail")
private String detail;
public T getT() {
return this.t;
}
public void setT(T t) {
this.t = t;
}
public Location getLocation() {
return this.location;
}
public void setLocation(Location location) {
this.location = location;
}
public String getDetail() {
return this.detail;
}
public void setDetail(String detail) {
this.detail = detail;
}
public static class T {
@SerializedName("_Class")
private String _class;
public String get_Class() {
return this._class;
}
public void set_Class(String _class) {
this._class = _class;
}
}
public static class Location {
@SerializedName("Late")
private Long late;
@SerializedName("Lon")
private Long lon;
public Long getLate() {
return this.late;
}
public void setLate(Long late) {
this.late = late;
}
public Long getLon() {
return this.lon;
}
public void setLon(Long lon) {
this.lon = lon;
}
}
}
public static class T {
@SerializedName("_Class")
private String _class;
public String get_Class() {
return this._class;
}
public void set_Class(String _class) {
this._class = _class;
}
}
public static class DMapItem {
@SerializedName("Location")
private Location location;
@SerializedName("Detail")
private String detail;
public Location getLocation() {
return this.location;
}
public void setLocation(Location location) {
this.location = location;
}
public String getDetail() {
return this.detail;
}
public void setDetail(String detail) {
this.detail = detail;
}
public static class Location {
@SerializedName("Late")
private Long late;
@SerializedName("Lon")
private Long lon;
public Long getLate() {
return this.late;
}
public void setLate(Long late) {
this.late = late;
}
public Long getLon() {
return this.lon;
}
public void setLon(Long lon) {
this.lon = lon;
}
}
}
public static class LocationsItem {
@SerializedName("Late")
private Long late;
@SerializedName("Lon")
private Long lon;
public Long getLate() {
return this.late;
}
public void setLate(Long late) {
this.late = late;
}
public Long getLon() {
return this.lon;
}
public void setLon(Long lon) {
this.lon = lon;
}
}
}
@Override
public Class<HuichengTestGrayThirdResponse> getResponseClass() {
return HuichengTestGrayThirdResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model/v20201230/HuichengTestGrayThirdResponse.java
|
/*
* 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.amptest.model.v20201230;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.amptest.transform.v20201230.HuichengTestGrayThirdResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class HuichengTestGrayThirdResponse extends AcsResponse {
private String requestId;
private Integer size;
private String value;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getSize() {
return this.size;
}
public void setSize(Integer size) {
this.size = size;
}
public String getValue() {
return this.value;
}
public void setValue(String value) {
this.value = value;
}
@Override
public HuichengTestGrayThirdResponse getInstance(UnmarshallerContext context) {
return HuichengTestGrayThirdResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model/v20201230/HuichengTestResourceOwnerIdRequest.java
|
/*
* 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.amptest.model.v20201230;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class HuichengTestResourceOwnerIdRequest extends RpcAcsRequest<HuichengTestResourceOwnerIdResponse> {
public HuichengTestResourceOwnerIdRequest() {
super("AmpTest", "2020-12-30", "HuichengTestResourceOwnerId", "AmpTest");
setMethod(MethodType.GET);
}
@Override
public Class<HuichengTestResourceOwnerIdResponse> getResponseClass() {
return HuichengTestResourceOwnerIdResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model/v20201230/HuichengTestResourceOwnerIdResponse.java
|
/*
* 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.amptest.model.v20201230;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.amptest.transform.v20201230.HuichengTestResourceOwnerIdResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class HuichengTestResourceOwnerIdResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public HuichengTestResourceOwnerIdResponse getInstance(UnmarshallerContext context) {
return HuichengTestResourceOwnerIdResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model/v20201230/HuichengetRequest.java
|
/*
* 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.amptest.model.v20201230;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class HuichengetRequest extends RpcAcsRequest<HuichengetResponse> {
public HuichengetRequest() {
super("AmpTest", "2020-12-30", "Huichenget", "AmpTest");
setMethod(MethodType.POST);
}
@Override
public Class<HuichengetResponse> getResponseClass() {
return HuichengetResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model/v20201230/HuichengetResponse.java
|
/*
* 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.amptest.model.v20201230;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.amptest.transform.v20201230.HuichengetResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class HuichengetResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public HuichengetResponse getInstance(UnmarshallerContext context) {
return HuichengetResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model/v20201230/HuichengetestRequest.java
|
/*
* 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.amptest.model.v20201230;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class HuichengetestRequest extends RpcAcsRequest<HuichengetestResponse> {
public HuichengetestRequest() {
super("AmpTest", "2020-12-30", "Huichengetest", "AmpTest");
setMethod(MethodType.POST);
}
@Override
public Class<HuichengetestResponse> getResponseClass() {
return HuichengetestResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/model/v20201230/HuichengetestResponse.java
|
/*
* 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.amptest.model.v20201230;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.amptest.transform.v20201230.HuichengetestResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class HuichengetestResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public HuichengetestResponse getInstance(UnmarshallerContext context) {
return HuichengetestResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/transform
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/transform/v20201230/CreateRulesResponseUnmarshaller.java
|
/*
* 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.amptest.transform.v20201230;
import com.aliyuncs.amptest.model.v20201230.CreateRulesResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class CreateRulesResponseUnmarshaller {
public static CreateRulesResponse unmarshall(CreateRulesResponse createRulesResponse, UnmarshallerContext _ctx) {
createRulesResponse.setRequestId(_ctx.stringValue("CreateRulesResponse.RequestId"));
createRulesResponse.setSize(_ctx.integerValue("CreateRulesResponse.Size"));
createRulesResponse.setValue(_ctx.stringValue("CreateRulesResponse.Value"));
return createRulesResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/transform
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/transform/v20201230/HuichengTestGrayEightResponseUnmarshaller.java
|
/*
* 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.amptest.transform.v20201230;
import com.aliyuncs.amptest.model.v20201230.HuichengTestGrayEightResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class HuichengTestGrayEightResponseUnmarshaller {
public static HuichengTestGrayEightResponse unmarshall(HuichengTestGrayEightResponse huichengTestGrayEightResponse, UnmarshallerContext _ctx) {
huichengTestGrayEightResponse.setRequestId(_ctx.stringValue("HuichengTestGrayEightResponse.RequestId"));
huichengTestGrayEightResponse.setSize(_ctx.integerValue("HuichengTestGrayEightResponse.Size"));
huichengTestGrayEightResponse.setValue(_ctx.stringValue("HuichengTestGrayEightResponse.Value"));
return huichengTestGrayEightResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/transform
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/transform/v20201230/HuichengTestGrayFifthResponseUnmarshaller.java
|
/*
* 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.amptest.transform.v20201230;
import com.aliyuncs.amptest.model.v20201230.HuichengTestGrayFifthResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class HuichengTestGrayFifthResponseUnmarshaller {
public static HuichengTestGrayFifthResponse unmarshall(HuichengTestGrayFifthResponse huichengTestGrayFifthResponse, UnmarshallerContext _ctx) {
huichengTestGrayFifthResponse.setRequestId(_ctx.stringValue("HuichengTestGrayFifthResponse.RequestId"));
huichengTestGrayFifthResponse.setSize(_ctx.integerValue("HuichengTestGrayFifthResponse.Size"));
huichengTestGrayFifthResponse.setValue(_ctx.stringValue("HuichengTestGrayFifthResponse.Value"));
return huichengTestGrayFifthResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/transform
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/transform/v20201230/HuichengTestGrayFourthResponseUnmarshaller.java
|
/*
* 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.amptest.transform.v20201230;
import com.aliyuncs.amptest.model.v20201230.HuichengTestGrayFourthResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class HuichengTestGrayFourthResponseUnmarshaller {
public static HuichengTestGrayFourthResponse unmarshall(HuichengTestGrayFourthResponse huichengTestGrayFourthResponse, UnmarshallerContext _ctx) {
huichengTestGrayFourthResponse.setRequestId(_ctx.stringValue("HuichengTestGrayFourthResponse.RequestId"));
huichengTestGrayFourthResponse.setSize(_ctx.integerValue("HuichengTestGrayFourthResponse.Size"));
huichengTestGrayFourthResponse.setValue(_ctx.stringValue("HuichengTestGrayFourthResponse.Value"));
return huichengTestGrayFourthResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/transform
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/transform/v20201230/HuichengTestGrayNineResponseUnmarshaller.java
|
/*
* 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.amptest.transform.v20201230;
import com.aliyuncs.amptest.model.v20201230.HuichengTestGrayNineResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class HuichengTestGrayNineResponseUnmarshaller {
public static HuichengTestGrayNineResponse unmarshall(HuichengTestGrayNineResponse huichengTestGrayNineResponse, UnmarshallerContext _ctx) {
huichengTestGrayNineResponse.setRequestId(_ctx.stringValue("HuichengTestGrayNineResponse.RequestId"));
huichengTestGrayNineResponse.setSize(_ctx.integerValue("HuichengTestGrayNineResponse.Size"));
huichengTestGrayNineResponse.setValue(_ctx.stringValue("HuichengTestGrayNineResponse.Value"));
return huichengTestGrayNineResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/transform
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/transform/v20201230/HuichengTestGrayResponseUnmarshaller.java
|
/*
* 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.amptest.transform.v20201230;
import com.aliyuncs.amptest.model.v20201230.HuichengTestGrayResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class HuichengTestGrayResponseUnmarshaller {
public static HuichengTestGrayResponse unmarshall(HuichengTestGrayResponse huichengTestGrayResponse, UnmarshallerContext _ctx) {
huichengTestGrayResponse.setRequestId(_ctx.stringValue("HuichengTestGrayResponse.RequestId"));
huichengTestGrayResponse.setSize(_ctx.integerValue("HuichengTestGrayResponse.Size"));
huichengTestGrayResponse.setValue(_ctx.stringValue("HuichengTestGrayResponse.Value"));
return huichengTestGrayResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/transform
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/transform/v20201230/HuichengTestGraySecondResponseUnmarshaller.java
|
/*
* 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.amptest.transform.v20201230;
import com.aliyuncs.amptest.model.v20201230.HuichengTestGraySecondResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class HuichengTestGraySecondResponseUnmarshaller {
public static HuichengTestGraySecondResponse unmarshall(HuichengTestGraySecondResponse huichengTestGraySecondResponse, UnmarshallerContext _ctx) {
huichengTestGraySecondResponse.setRequestId(_ctx.stringValue("HuichengTestGraySecondResponse.RequestId"));
huichengTestGraySecondResponse.setSize(_ctx.integerValue("HuichengTestGraySecondResponse.Size"));
huichengTestGraySecondResponse.setValue(_ctx.stringValue("HuichengTestGraySecondResponse.Value"));
return huichengTestGraySecondResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/transform
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/transform/v20201230/HuichengTestGraySevenResponseUnmarshaller.java
|
/*
* 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.amptest.transform.v20201230;
import com.aliyuncs.amptest.model.v20201230.HuichengTestGraySevenResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class HuichengTestGraySevenResponseUnmarshaller {
public static HuichengTestGraySevenResponse unmarshall(HuichengTestGraySevenResponse huichengTestGraySevenResponse, UnmarshallerContext _ctx) {
huichengTestGraySevenResponse.setRequestId(_ctx.stringValue("HuichengTestGraySevenResponse.RequestId"));
huichengTestGraySevenResponse.setSize(_ctx.integerValue("HuichengTestGraySevenResponse.Size"));
huichengTestGraySevenResponse.setValue(_ctx.stringValue("HuichengTestGraySevenResponse.Value"));
return huichengTestGraySevenResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/transform
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/transform/v20201230/HuichengTestGraySixResponseUnmarshaller.java
|
/*
* 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.amptest.transform.v20201230;
import com.aliyuncs.amptest.model.v20201230.HuichengTestGraySixResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class HuichengTestGraySixResponseUnmarshaller {
public static HuichengTestGraySixResponse unmarshall(HuichengTestGraySixResponse huichengTestGraySixResponse, UnmarshallerContext _ctx) {
huichengTestGraySixResponse.setRequestId(_ctx.stringValue("HuichengTestGraySixResponse.RequestId"));
huichengTestGraySixResponse.setSize(_ctx.integerValue("HuichengTestGraySixResponse.Size"));
huichengTestGraySixResponse.setValue(_ctx.stringValue("HuichengTestGraySixResponse.Value"));
return huichengTestGraySixResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/transform
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/transform/v20201230/HuichengTestGrayTenResponseUnmarshaller.java
|
/*
* 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.amptest.transform.v20201230;
import com.aliyuncs.amptest.model.v20201230.HuichengTestGrayTenResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class HuichengTestGrayTenResponseUnmarshaller {
public static HuichengTestGrayTenResponse unmarshall(HuichengTestGrayTenResponse huichengTestGrayTenResponse, UnmarshallerContext _ctx) {
huichengTestGrayTenResponse.setRequestId(_ctx.stringValue("HuichengTestGrayTenResponse.RequestId"));
huichengTestGrayTenResponse.setSize(_ctx.integerValue("HuichengTestGrayTenResponse.Size"));
huichengTestGrayTenResponse.setValue(_ctx.stringValue("HuichengTestGrayTenResponse.Value"));
return huichengTestGrayTenResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/transform
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/transform/v20201230/HuichengTestGrayThirdResponseUnmarshaller.java
|
/*
* 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.amptest.transform.v20201230;
import com.aliyuncs.amptest.model.v20201230.HuichengTestGrayThirdResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class HuichengTestGrayThirdResponseUnmarshaller {
public static HuichengTestGrayThirdResponse unmarshall(HuichengTestGrayThirdResponse huichengTestGrayThirdResponse, UnmarshallerContext _ctx) {
huichengTestGrayThirdResponse.setRequestId(_ctx.stringValue("HuichengTestGrayThirdResponse.RequestId"));
huichengTestGrayThirdResponse.setSize(_ctx.integerValue("HuichengTestGrayThirdResponse.Size"));
huichengTestGrayThirdResponse.setValue(_ctx.stringValue("HuichengTestGrayThirdResponse.Value"));
return huichengTestGrayThirdResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/transform
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/transform/v20201230/HuichengTestResourceOwnerIdResponseUnmarshaller.java
|
/*
* 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.amptest.transform.v20201230;
import com.aliyuncs.amptest.model.v20201230.HuichengTestResourceOwnerIdResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class HuichengTestResourceOwnerIdResponseUnmarshaller {
public static HuichengTestResourceOwnerIdResponse unmarshall(HuichengTestResourceOwnerIdResponse huichengTestResourceOwnerIdResponse, UnmarshallerContext _ctx) {
huichengTestResourceOwnerIdResponse.setRequestId(_ctx.stringValue("HuichengTestResourceOwnerIdResponse.RequestId"));
return huichengTestResourceOwnerIdResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/transform
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/transform/v20201230/HuichengetResponseUnmarshaller.java
|
/*
* 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.amptest.transform.v20201230;
import com.aliyuncs.amptest.model.v20201230.HuichengetResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class HuichengetResponseUnmarshaller {
public static HuichengetResponse unmarshall(HuichengetResponse huichengetResponse, UnmarshallerContext _ctx) {
huichengetResponse.setRequestId(_ctx.stringValue("HuichengetResponse.RequestId"));
return huichengetResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/transform
|
java-sources/com/aliyun/aliyun-java-sdk-amptest/1.8.10/com/aliyuncs/amptest/transform/v20201230/HuichengetestResponseUnmarshaller.java
|
/*
* 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.amptest.transform.v20201230;
import com.aliyuncs.amptest.model.v20201230.HuichengetestResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class HuichengetestResponseUnmarshaller {
public static HuichengetestResponse unmarshall(HuichengetestResponse huichengetestResponse, UnmarshallerContext _ctx) {
huichengetestResponse.setRequestId(_ctx.stringValue("HuichengetestResponse.RequestId"));
return huichengetestResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/Endpoint.java
|
/*
* 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.amqp_open;
import java.util.HashMap;
public class Endpoint {
public static HashMap<String, String> endpointMap = new HashMap<String, String>() {};
public static String endpointRegionalType = "regional";
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model/v20191212/CreateAccountRequest.java
|
/*
* 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.amqp_open.model.v20191212;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.amqp_open.Endpoint;
/**
* @author auto create
* @version
*/
public class CreateAccountRequest extends RpcAcsRequest<CreateAccountResponse> {
private String signature;
private String secretSign;
private String accountAccessKey;
private String instanceId;
private Long createTimestamp;
private String userName;
public CreateAccountRequest() {
super("amqp-open", "2019-12-12", "CreateAccount", "onsproxy");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getSignature() {
return this.signature;
}
public void setSignature(String signature) {
this.signature = signature;
if(signature != null){
putQueryParameter("signature", signature);
}
}
public String getSecretSign() {
return this.secretSign;
}
public void setSecretSign(String secretSign) {
this.secretSign = secretSign;
if(secretSign != null){
putQueryParameter("secretSign", secretSign);
}
}
public String getAccountAccessKey() {
return this.accountAccessKey;
}
public void setAccountAccessKey(String accountAccessKey) {
this.accountAccessKey = accountAccessKey;
if(accountAccessKey != null){
putQueryParameter("accountAccessKey", accountAccessKey);
}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putQueryParameter("instanceId", instanceId);
}
}
public Long getCreateTimestamp() {
return this.createTimestamp;
}
public void setCreateTimestamp(Long createTimestamp) {
this.createTimestamp = createTimestamp;
if(createTimestamp != null){
putQueryParameter("createTimestamp", createTimestamp.toString());
}
}
public String getUserName() {
return this.userName;
}
public void setUserName(String userName) {
this.userName = userName;
if(userName != null){
putQueryParameter("userName", userName);
}
}
@Override
public Class<CreateAccountResponse> getResponseClass() {
return CreateAccountResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model/v20191212/CreateAccountResponse.java
|
/*
* 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.amqp_open.model.v20191212;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.amqp_open.transform.v20191212.CreateAccountResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CreateAccountResponse extends AcsResponse {
private String requestId;
private Integer code;
private String message;
private Boolean success;
private Data data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getCode() {
return this.code;
}
public void setCode(Integer code) {
this.code = code;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public Data getData() {
return this.data;
}
public void setData(Data data) {
this.data = data;
}
public static class Data {
private String accessKey;
private String password;
private Long createTimeStamp;
private String instanceId;
private Long masterUId;
private String userName;
public String getAccessKey() {
return this.accessKey;
}
public void setAccessKey(String accessKey) {
this.accessKey = accessKey;
}
public String getPassword() {
return this.password;
}
public void setPassword(String password) {
this.password = password;
}
public Long getCreateTimeStamp() {
return this.createTimeStamp;
}
public void setCreateTimeStamp(Long createTimeStamp) {
this.createTimeStamp = createTimeStamp;
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
}
public Long getMasterUId() {
return this.masterUId;
}
public void setMasterUId(Long masterUId) {
this.masterUId = masterUId;
}
public String getUserName() {
return this.userName;
}
public void setUserName(String userName) {
this.userName = userName;
}
}
@Override
public CreateAccountResponse getInstance(UnmarshallerContext context) {
return CreateAccountResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model/v20191212/CreateBindingRequest.java
|
/*
* 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.amqp_open.model.v20191212;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.amqp_open.Endpoint;
/**
* @author auto create
* @version
*/
public class CreateBindingRequest extends RpcAcsRequest<CreateBindingResponse> {
private String argument;
private String destinationName;
private String sourceExchange;
private String bindingKey;
private String bindingType;
private String instanceId;
private String virtualHost;
public CreateBindingRequest() {
super("amqp-open", "2019-12-12", "CreateBinding", "onsproxy");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getArgument() {
return this.argument;
}
public void setArgument(String argument) {
this.argument = argument;
if(argument != null){
putBodyParameter("Argument", argument);
}
}
public String getDestinationName() {
return this.destinationName;
}
public void setDestinationName(String destinationName) {
this.destinationName = destinationName;
if(destinationName != null){
putBodyParameter("DestinationName", destinationName);
}
}
public String getSourceExchange() {
return this.sourceExchange;
}
public void setSourceExchange(String sourceExchange) {
this.sourceExchange = sourceExchange;
if(sourceExchange != null){
putBodyParameter("SourceExchange", sourceExchange);
}
}
public String getBindingKey() {
return this.bindingKey;
}
public void setBindingKey(String bindingKey) {
this.bindingKey = bindingKey;
if(bindingKey != null){
putBodyParameter("BindingKey", bindingKey);
}
}
public String getBindingType() {
return this.bindingType;
}
public void setBindingType(String bindingType) {
this.bindingType = bindingType;
if(bindingType != null){
putBodyParameter("BindingType", bindingType);
}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putBodyParameter("InstanceId", instanceId);
}
}
public String getVirtualHost() {
return this.virtualHost;
}
public void setVirtualHost(String virtualHost) {
this.virtualHost = virtualHost;
if(virtualHost != null){
putBodyParameter("VirtualHost", virtualHost);
}
}
@Override
public Class<CreateBindingResponse> getResponseClass() {
return CreateBindingResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model/v20191212/CreateBindingResponse.java
|
/*
* 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.amqp_open.model.v20191212;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.amqp_open.transform.v20191212.CreateBindingResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CreateBindingResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public CreateBindingResponse getInstance(UnmarshallerContext context) {
return CreateBindingResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model/v20191212/CreateExchangeRequest.java
|
/*
* 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.amqp_open.model.v20191212;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.amqp_open.Endpoint;
/**
* @author auto create
* @version
*/
public class CreateExchangeRequest extends RpcAcsRequest<CreateExchangeResponse> {
private Boolean internal;
private String exchangeName;
private String instanceId;
private String alternateExchange;
private Boolean autoDeleteState;
private String exchangeType;
private String virtualHost;
public CreateExchangeRequest() {
super("amqp-open", "2019-12-12", "CreateExchange", "onsproxy");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public Boolean getInternal() {
return this.internal;
}
public void setInternal(Boolean internal) {
this.internal = internal;
if(internal != null){
putBodyParameter("Internal", internal.toString());
}
}
public String getExchangeName() {
return this.exchangeName;
}
public void setExchangeName(String exchangeName) {
this.exchangeName = exchangeName;
if(exchangeName != null){
putBodyParameter("ExchangeName", exchangeName);
}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putBodyParameter("InstanceId", instanceId);
}
}
public String getAlternateExchange() {
return this.alternateExchange;
}
public void setAlternateExchange(String alternateExchange) {
this.alternateExchange = alternateExchange;
if(alternateExchange != null){
putBodyParameter("AlternateExchange", alternateExchange);
}
}
public Boolean getAutoDeleteState() {
return this.autoDeleteState;
}
public void setAutoDeleteState(Boolean autoDeleteState) {
this.autoDeleteState = autoDeleteState;
if(autoDeleteState != null){
putBodyParameter("AutoDeleteState", autoDeleteState.toString());
}
}
public String getExchangeType() {
return this.exchangeType;
}
public void setExchangeType(String exchangeType) {
this.exchangeType = exchangeType;
if(exchangeType != null){
putBodyParameter("ExchangeType", exchangeType);
}
}
public String getVirtualHost() {
return this.virtualHost;
}
public void setVirtualHost(String virtualHost) {
this.virtualHost = virtualHost;
if(virtualHost != null){
putBodyParameter("VirtualHost", virtualHost);
}
}
@Override
public Class<CreateExchangeResponse> getResponseClass() {
return CreateExchangeResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model/v20191212/CreateExchangeResponse.java
|
/*
* 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.amqp_open.model.v20191212;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.amqp_open.transform.v20191212.CreateExchangeResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CreateExchangeResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public CreateExchangeResponse getInstance(UnmarshallerContext context) {
return CreateExchangeResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model/v20191212/CreateInstanceRequest.java
|
/*
* 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.amqp_open.model.v20191212;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.amqp_open.Endpoint;
/**
* @author auto create
* @version
*/
public class CreateInstanceRequest extends RpcAcsRequest<CreateInstanceResponse> {
private Long maxPrivateTps;
private String clientToken;
private String periodCycle;
private Integer storageSize;
private Integer queueCapacity;
private Integer tracingStorageTime;
private Integer maxConnections;
private Boolean supportTracing;
private String serverlessChargeType;
private String instanceType;
private String renewStatus;
private Integer autoRenewPeriod;
private Integer period;
private String renewalDurationUnit;
private String instanceName;
private Boolean autoRenew;
private Boolean supportEip;
private Long maxEipTps;
private String paymentType;
public CreateInstanceRequest() {
super("amqp-open", "2019-12-12", "CreateInstance", "onsproxy");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public Long getMaxPrivateTps() {
return this.maxPrivateTps;
}
public void setMaxPrivateTps(Long maxPrivateTps) {
this.maxPrivateTps = maxPrivateTps;
if(maxPrivateTps != null){
putQueryParameter("MaxPrivateTps", maxPrivateTps.toString());
}
}
public String getClientToken() {
return this.clientToken;
}
public void setClientToken(String clientToken) {
this.clientToken = clientToken;
if(clientToken != null){
putQueryParameter("ClientToken", clientToken);
}
}
public String getPeriodCycle() {
return this.periodCycle;
}
public void setPeriodCycle(String periodCycle) {
this.periodCycle = periodCycle;
if(periodCycle != null){
putQueryParameter("PeriodCycle", periodCycle);
}
}
public Integer getStorageSize() {
return this.storageSize;
}
public void setStorageSize(Integer storageSize) {
this.storageSize = storageSize;
if(storageSize != null){
putQueryParameter("StorageSize", storageSize.toString());
}
}
public Integer getQueueCapacity() {
return this.queueCapacity;
}
public void setQueueCapacity(Integer queueCapacity) {
this.queueCapacity = queueCapacity;
if(queueCapacity != null){
putQueryParameter("QueueCapacity", queueCapacity.toString());
}
}
public Integer getTracingStorageTime() {
return this.tracingStorageTime;
}
public void setTracingStorageTime(Integer tracingStorageTime) {
this.tracingStorageTime = tracingStorageTime;
if(tracingStorageTime != null){
putQueryParameter("TracingStorageTime", tracingStorageTime.toString());
}
}
public Integer getMaxConnections() {
return this.maxConnections;
}
public void setMaxConnections(Integer maxConnections) {
this.maxConnections = maxConnections;
if(maxConnections != null){
putQueryParameter("MaxConnections", maxConnections.toString());
}
}
public Boolean getSupportTracing() {
return this.supportTracing;
}
public void setSupportTracing(Boolean supportTracing) {
this.supportTracing = supportTracing;
if(supportTracing != null){
putQueryParameter("SupportTracing", supportTracing.toString());
}
}
public String getServerlessChargeType() {
return this.serverlessChargeType;
}
public void setServerlessChargeType(String serverlessChargeType) {
this.serverlessChargeType = serverlessChargeType;
if(serverlessChargeType != null){
putQueryParameter("ServerlessChargeType", serverlessChargeType);
}
}
public String getInstanceType() {
return this.instanceType;
}
public void setInstanceType(String instanceType) {
this.instanceType = instanceType;
if(instanceType != null){
putQueryParameter("InstanceType", instanceType);
}
}
public String getRenewStatus() {
return this.renewStatus;
}
public void setRenewStatus(String renewStatus) {
this.renewStatus = renewStatus;
if(renewStatus != null){
putQueryParameter("RenewStatus", renewStatus);
}
}
public Integer getAutoRenewPeriod() {
return this.autoRenewPeriod;
}
public void setAutoRenewPeriod(Integer autoRenewPeriod) {
this.autoRenewPeriod = autoRenewPeriod;
if(autoRenewPeriod != null){
putQueryParameter("AutoRenewPeriod", autoRenewPeriod.toString());
}
}
public Integer getPeriod() {
return this.period;
}
public void setPeriod(Integer period) {
this.period = period;
if(period != null){
putQueryParameter("Period", period.toString());
}
}
public String getRenewalDurationUnit() {
return this.renewalDurationUnit;
}
public void setRenewalDurationUnit(String renewalDurationUnit) {
this.renewalDurationUnit = renewalDurationUnit;
if(renewalDurationUnit != null){
putQueryParameter("RenewalDurationUnit", renewalDurationUnit);
}
}
public String getInstanceName() {
return this.instanceName;
}
public void setInstanceName(String instanceName) {
this.instanceName = instanceName;
if(instanceName != null){
putQueryParameter("InstanceName", instanceName);
}
}
public Boolean getAutoRenew() {
return this.autoRenew;
}
public void setAutoRenew(Boolean autoRenew) {
this.autoRenew = autoRenew;
if(autoRenew != null){
putQueryParameter("AutoRenew", autoRenew.toString());
}
}
public Boolean getSupportEip() {
return this.supportEip;
}
public void setSupportEip(Boolean supportEip) {
this.supportEip = supportEip;
if(supportEip != null){
putQueryParameter("SupportEip", supportEip.toString());
}
}
public Long getMaxEipTps() {
return this.maxEipTps;
}
public void setMaxEipTps(Long maxEipTps) {
this.maxEipTps = maxEipTps;
if(maxEipTps != null){
putQueryParameter("MaxEipTps", maxEipTps.toString());
}
}
public String getPaymentType() {
return this.paymentType;
}
public void setPaymentType(String paymentType) {
this.paymentType = paymentType;
if(paymentType != null){
putQueryParameter("PaymentType", paymentType);
}
}
@Override
public Class<CreateInstanceResponse> getResponseClass() {
return CreateInstanceResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model/v20191212/CreateInstanceResponse.java
|
/*
* 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.amqp_open.model.v20191212;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.amqp_open.transform.v20191212.CreateInstanceResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CreateInstanceResponse extends AcsResponse {
@Override
public CreateInstanceResponse getInstance(UnmarshallerContext context) {
return CreateInstanceResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model/v20191212/CreateQueueRequest.java
|
/*
* 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.amqp_open.model.v20191212;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.amqp_open.Endpoint;
/**
* @author auto create
* @version
*/
public class CreateQueueRequest extends RpcAcsRequest<CreateQueueResponse> {
private String queueName;
private String deadLetterRoutingKey;
private Long maxLength;
private Long autoExpireState;
private String deadLetterExchange;
private String instanceId;
private Boolean exclusiveState;
private Boolean autoDeleteState;
private Long messageTTL;
private String virtualHost;
private Integer maximumPriority;
public CreateQueueRequest() {
super("amqp-open", "2019-12-12", "CreateQueue", "onsproxy");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getQueueName() {
return this.queueName;
}
public void setQueueName(String queueName) {
this.queueName = queueName;
if(queueName != null){
putBodyParameter("QueueName", queueName);
}
}
public String getDeadLetterRoutingKey() {
return this.deadLetterRoutingKey;
}
public void setDeadLetterRoutingKey(String deadLetterRoutingKey) {
this.deadLetterRoutingKey = deadLetterRoutingKey;
if(deadLetterRoutingKey != null){
putBodyParameter("DeadLetterRoutingKey", deadLetterRoutingKey);
}
}
public Long getMaxLength() {
return this.maxLength;
}
public void setMaxLength(Long maxLength) {
this.maxLength = maxLength;
if(maxLength != null){
putBodyParameter("MaxLength", maxLength.toString());
}
}
public Long getAutoExpireState() {
return this.autoExpireState;
}
public void setAutoExpireState(Long autoExpireState) {
this.autoExpireState = autoExpireState;
if(autoExpireState != null){
putBodyParameter("AutoExpireState", autoExpireState.toString());
}
}
public String getDeadLetterExchange() {
return this.deadLetterExchange;
}
public void setDeadLetterExchange(String deadLetterExchange) {
this.deadLetterExchange = deadLetterExchange;
if(deadLetterExchange != null){
putBodyParameter("DeadLetterExchange", deadLetterExchange);
}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putBodyParameter("InstanceId", instanceId);
}
}
public Boolean getExclusiveState() {
return this.exclusiveState;
}
public void setExclusiveState(Boolean exclusiveState) {
this.exclusiveState = exclusiveState;
if(exclusiveState != null){
putBodyParameter("ExclusiveState", exclusiveState.toString());
}
}
public Boolean getAutoDeleteState() {
return this.autoDeleteState;
}
public void setAutoDeleteState(Boolean autoDeleteState) {
this.autoDeleteState = autoDeleteState;
if(autoDeleteState != null){
putBodyParameter("AutoDeleteState", autoDeleteState.toString());
}
}
public Long getMessageTTL() {
return this.messageTTL;
}
public void setMessageTTL(Long messageTTL) {
this.messageTTL = messageTTL;
if(messageTTL != null){
putBodyParameter("MessageTTL", messageTTL.toString());
}
}
public String getVirtualHost() {
return this.virtualHost;
}
public void setVirtualHost(String virtualHost) {
this.virtualHost = virtualHost;
if(virtualHost != null){
putBodyParameter("VirtualHost", virtualHost);
}
}
public Integer getMaximumPriority() {
return this.maximumPriority;
}
public void setMaximumPriority(Integer maximumPriority) {
this.maximumPriority = maximumPriority;
if(maximumPriority != null){
putBodyParameter("MaximumPriority", maximumPriority.toString());
}
}
@Override
public Class<CreateQueueResponse> getResponseClass() {
return CreateQueueResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model/v20191212/CreateQueueResponse.java
|
/*
* 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.amqp_open.model.v20191212;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.amqp_open.transform.v20191212.CreateQueueResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CreateQueueResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public CreateQueueResponse getInstance(UnmarshallerContext context) {
return CreateQueueResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model/v20191212/CreateVirtualHostRequest.java
|
/*
* 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.amqp_open.model.v20191212;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.amqp_open.Endpoint;
/**
* @author auto create
* @version
*/
public class CreateVirtualHostRequest extends RpcAcsRequest<CreateVirtualHostResponse> {
private String instanceId;
private String virtualHost;
public CreateVirtualHostRequest() {
super("amqp-open", "2019-12-12", "CreateVirtualHost", "onsproxy");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putBodyParameter("InstanceId", instanceId);
}
}
public String getVirtualHost() {
return this.virtualHost;
}
public void setVirtualHost(String virtualHost) {
this.virtualHost = virtualHost;
if(virtualHost != null){
putBodyParameter("VirtualHost", virtualHost);
}
}
@Override
public Class<CreateVirtualHostResponse> getResponseClass() {
return CreateVirtualHostResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model/v20191212/CreateVirtualHostResponse.java
|
/*
* 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.amqp_open.model.v20191212;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.amqp_open.transform.v20191212.CreateVirtualHostResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CreateVirtualHostResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public CreateVirtualHostResponse getInstance(UnmarshallerContext context) {
return CreateVirtualHostResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model/v20191212/DeleteAccountRequest.java
|
/*
* 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.amqp_open.model.v20191212;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.amqp_open.Endpoint;
/**
* @author auto create
* @version
*/
public class DeleteAccountRequest extends RpcAcsRequest<DeleteAccountResponse> {
private Long createTimestamp;
private String userName;
public DeleteAccountRequest() {
super("amqp-open", "2019-12-12", "DeleteAccount", "onsproxy");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public Long getCreateTimestamp() {
return this.createTimestamp;
}
public void setCreateTimestamp(Long createTimestamp) {
this.createTimestamp = createTimestamp;
if(createTimestamp != null){
putQueryParameter("CreateTimestamp", createTimestamp.toString());
}
}
public String getUserName() {
return this.userName;
}
public void setUserName(String userName) {
this.userName = userName;
if(userName != null){
putQueryParameter("UserName", userName);
}
}
@Override
public Class<DeleteAccountResponse> getResponseClass() {
return DeleteAccountResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model/v20191212/DeleteAccountResponse.java
|
/*
* 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.amqp_open.model.v20191212;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.amqp_open.transform.v20191212.DeleteAccountResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DeleteAccountResponse extends AcsResponse {
private String requestId;
private Integer code;
private String message;
private Boolean data;
private Boolean success;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getCode() {
return this.code;
}
public void setCode(Integer code) {
this.code = code;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public Boolean getData() {
return this.data;
}
public void setData(Boolean data) {
this.data = data;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
@Override
public DeleteAccountResponse getInstance(UnmarshallerContext context) {
return DeleteAccountResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model/v20191212/DeleteBindingRequest.java
|
/*
* 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.amqp_open.model.v20191212;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.amqp_open.Endpoint;
/**
* @author auto create
* @version
*/
public class DeleteBindingRequest extends RpcAcsRequest<DeleteBindingResponse> {
private String destinationName;
private String sourceExchange;
private String bindingKey;
private String bindingType;
private String instanceId;
private String virtualHost;
public DeleteBindingRequest() {
super("amqp-open", "2019-12-12", "DeleteBinding", "onsproxy");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDestinationName() {
return this.destinationName;
}
public void setDestinationName(String destinationName) {
this.destinationName = destinationName;
if(destinationName != null){
putBodyParameter("DestinationName", destinationName);
}
}
public String getSourceExchange() {
return this.sourceExchange;
}
public void setSourceExchange(String sourceExchange) {
this.sourceExchange = sourceExchange;
if(sourceExchange != null){
putBodyParameter("SourceExchange", sourceExchange);
}
}
public String getBindingKey() {
return this.bindingKey;
}
public void setBindingKey(String bindingKey) {
this.bindingKey = bindingKey;
if(bindingKey != null){
putBodyParameter("BindingKey", bindingKey);
}
}
public String getBindingType() {
return this.bindingType;
}
public void setBindingType(String bindingType) {
this.bindingType = bindingType;
if(bindingType != null){
putBodyParameter("BindingType", bindingType);
}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putBodyParameter("InstanceId", instanceId);
}
}
public String getVirtualHost() {
return this.virtualHost;
}
public void setVirtualHost(String virtualHost) {
this.virtualHost = virtualHost;
if(virtualHost != null){
putBodyParameter("VirtualHost", virtualHost);
}
}
@Override
public Class<DeleteBindingResponse> getResponseClass() {
return DeleteBindingResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model/v20191212/DeleteBindingResponse.java
|
/*
* 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.amqp_open.model.v20191212;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.amqp_open.transform.v20191212.DeleteBindingResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DeleteBindingResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public DeleteBindingResponse getInstance(UnmarshallerContext context) {
return DeleteBindingResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model/v20191212/DeleteExchangeRequest.java
|
/*
* 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.amqp_open.model.v20191212;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.amqp_open.Endpoint;
/**
* @author auto create
* @version
*/
public class DeleteExchangeRequest extends RpcAcsRequest<DeleteExchangeResponse> {
private String exchangeName;
private String instanceId;
private String virtualHost;
public DeleteExchangeRequest() {
super("amqp-open", "2019-12-12", "DeleteExchange", "onsproxy");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getExchangeName() {
return this.exchangeName;
}
public void setExchangeName(String exchangeName) {
this.exchangeName = exchangeName;
if(exchangeName != null){
putBodyParameter("ExchangeName", exchangeName);
}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putBodyParameter("InstanceId", instanceId);
}
}
public String getVirtualHost() {
return this.virtualHost;
}
public void setVirtualHost(String virtualHost) {
this.virtualHost = virtualHost;
if(virtualHost != null){
putBodyParameter("VirtualHost", virtualHost);
}
}
@Override
public Class<DeleteExchangeResponse> getResponseClass() {
return DeleteExchangeResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model/v20191212/DeleteExchangeResponse.java
|
/*
* 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.amqp_open.model.v20191212;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.amqp_open.transform.v20191212.DeleteExchangeResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DeleteExchangeResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public DeleteExchangeResponse getInstance(UnmarshallerContext context) {
return DeleteExchangeResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model/v20191212/DeleteQueueRequest.java
|
/*
* 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.amqp_open.model.v20191212;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.amqp_open.Endpoint;
/**
* @author auto create
* @version
*/
public class DeleteQueueRequest extends RpcAcsRequest<DeleteQueueResponse> {
private String queueName;
private String instanceId;
private String virtualHost;
public DeleteQueueRequest() {
super("amqp-open", "2019-12-12", "DeleteQueue", "onsproxy");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getQueueName() {
return this.queueName;
}
public void setQueueName(String queueName) {
this.queueName = queueName;
if(queueName != null){
putBodyParameter("QueueName", queueName);
}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putBodyParameter("InstanceId", instanceId);
}
}
public String getVirtualHost() {
return this.virtualHost;
}
public void setVirtualHost(String virtualHost) {
this.virtualHost = virtualHost;
if(virtualHost != null){
putBodyParameter("VirtualHost", virtualHost);
}
}
@Override
public Class<DeleteQueueResponse> getResponseClass() {
return DeleteQueueResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model/v20191212/DeleteQueueResponse.java
|
/*
* 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.amqp_open.model.v20191212;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.amqp_open.transform.v20191212.DeleteQueueResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DeleteQueueResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public DeleteQueueResponse getInstance(UnmarshallerContext context) {
return DeleteQueueResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model/v20191212/DeleteVirtualHostRequest.java
|
/*
* 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.amqp_open.model.v20191212;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.amqp_open.Endpoint;
/**
* @author auto create
* @version
*/
public class DeleteVirtualHostRequest extends RpcAcsRequest<DeleteVirtualHostResponse> {
private String instanceId;
private String virtualHost;
public DeleteVirtualHostRequest() {
super("amqp-open", "2019-12-12", "DeleteVirtualHost", "onsproxy");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putBodyParameter("InstanceId", instanceId);
}
}
public String getVirtualHost() {
return this.virtualHost;
}
public void setVirtualHost(String virtualHost) {
this.virtualHost = virtualHost;
if(virtualHost != null){
putBodyParameter("VirtualHost", virtualHost);
}
}
@Override
public Class<DeleteVirtualHostResponse> getResponseClass() {
return DeleteVirtualHostResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model/v20191212/DeleteVirtualHostResponse.java
|
/*
* 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.amqp_open.model.v20191212;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.amqp_open.transform.v20191212.DeleteVirtualHostResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DeleteVirtualHostResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public DeleteVirtualHostResponse getInstance(UnmarshallerContext context) {
return DeleteVirtualHostResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model/v20191212/GetMetadataAmountRequest.java
|
/*
* 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.amqp_open.model.v20191212;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.amqp_open.Endpoint;
/**
* @author auto create
* @version
*/
public class GetMetadataAmountRequest extends RpcAcsRequest<GetMetadataAmountResponse> {
private String instanceId;
public GetMetadataAmountRequest() {
super("amqp-open", "2019-12-12", "GetMetadataAmount", "onsproxy");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putQueryParameter("InstanceId", instanceId);
}
}
@Override
public Class<GetMetadataAmountResponse> getResponseClass() {
return GetMetadataAmountResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model/v20191212/GetMetadataAmountResponse.java
|
/*
* 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.amqp_open.model.v20191212;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.amqp_open.transform.v20191212.GetMetadataAmountResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetMetadataAmountResponse extends AcsResponse {
private String requestId;
private Data data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Data getData() {
return this.data;
}
public void setData(Data data) {
this.data = data;
}
public static class Data {
private Integer maxVirtualHosts;
private Integer currentVirtualHosts;
private Integer maxQueues;
private Integer currentExchanges;
private Integer maxExchanges;
private Integer currentQueues;
public Integer getMaxVirtualHosts() {
return this.maxVirtualHosts;
}
public void setMaxVirtualHosts(Integer maxVirtualHosts) {
this.maxVirtualHosts = maxVirtualHosts;
}
public Integer getCurrentVirtualHosts() {
return this.currentVirtualHosts;
}
public void setCurrentVirtualHosts(Integer currentVirtualHosts) {
this.currentVirtualHosts = currentVirtualHosts;
}
public Integer getMaxQueues() {
return this.maxQueues;
}
public void setMaxQueues(Integer maxQueues) {
this.maxQueues = maxQueues;
}
public Integer getCurrentExchanges() {
return this.currentExchanges;
}
public void setCurrentExchanges(Integer currentExchanges) {
this.currentExchanges = currentExchanges;
}
public Integer getMaxExchanges() {
return this.maxExchanges;
}
public void setMaxExchanges(Integer maxExchanges) {
this.maxExchanges = maxExchanges;
}
public Integer getCurrentQueues() {
return this.currentQueues;
}
public void setCurrentQueues(Integer currentQueues) {
this.currentQueues = currentQueues;
}
}
@Override
public GetMetadataAmountResponse getInstance(UnmarshallerContext context) {
return GetMetadataAmountResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model/v20191212/ListAccountsRequest.java
|
/*
* 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.amqp_open.model.v20191212;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.amqp_open.Endpoint;
/**
* @author auto create
* @version
*/
public class ListAccountsRequest extends RpcAcsRequest<ListAccountsResponse> {
private String instanceId;
public ListAccountsRequest() {
super("amqp-open", "2019-12-12", "ListAccounts", "onsproxy");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putQueryParameter("InstanceId", instanceId);
}
}
@Override
public Class<ListAccountsResponse> getResponseClass() {
return ListAccountsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model/v20191212/ListAccountsResponse.java
|
/*
* 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.amqp_open.model.v20191212;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.amqp_open.transform.v20191212.ListAccountsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListAccountsResponse extends AcsResponse {
@Override
public ListAccountsResponse getInstance(UnmarshallerContext context) {
return ListAccountsResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model
|
java-sources/com/aliyun/aliyun-java-sdk-amqp-open/1.1.3/com/aliyuncs/amqp_open/model/v20191212/ListBindingsRequest.java
|
/*
* 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.amqp_open.model.v20191212;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.amqp_open.Endpoint;
/**
* @author auto create
* @version
*/
public class ListBindingsRequest extends RpcAcsRequest<ListBindingsResponse> {
private String instanceId;
private String nextToken;
private Integer maxResults;
private String virtualHost;
public ListBindingsRequest() {
super("amqp-open", "2019-12-12", "ListBindings", "onsproxy");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putQueryParameter("InstanceId", instanceId);
}
}
public String getNextToken() {
return this.nextToken;
}
public void setNextToken(String nextToken) {
this.nextToken = nextToken;
if(nextToken != null){
putQueryParameter("NextToken", nextToken);
}
}
public Integer getMaxResults() {
return this.maxResults;
}
public void setMaxResults(Integer maxResults) {
this.maxResults = maxResults;
if(maxResults != null){
putQueryParameter("MaxResults", maxResults.toString());
}
}
public String getVirtualHost() {
return this.virtualHost;
}
public void setVirtualHost(String virtualHost) {
this.virtualHost = virtualHost;
if(virtualHost != null){
putQueryParameter("VirtualHost", virtualHost);
}
}
@Override
public Class<ListBindingsResponse> getResponseClass() {
return ListBindingsResponse.class;
}
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.