index
int64
repo_id
string
file_path
string
content
string
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/model
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/model/v20191115/VoiceAsyncScanResponse.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.aligreen.model.v20191115; import com.aliyuncs.AcsResponse; import com.aliyuncs.aligreen.transform.v20191115.VoiceAsyncScanResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class VoiceAsyncScanResponse extends AcsResponse { @Override public VoiceAsyncScanResponse getInstance(UnmarshallerContext context) { return VoiceAsyncScanResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/model
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/model/v20191115/VoiceAsyncScanResultsRequest.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.aligreen.model.v20191115; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.aligreen.Endpoint; /** * @author auto create * @version */ public class VoiceAsyncScanResultsRequest extends RoaAcsRequest<VoiceAsyncScanResultsResponse> { private String clientInfo; public VoiceAsyncScanResultsRequest() { super("aligreen", "2019-11-15", "VoiceAsyncScanResults"); setUriPattern("/green/voice/results"); 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 getClientInfo() { return this.clientInfo; } public void setClientInfo(String clientInfo) { this.clientInfo = clientInfo; if(clientInfo != null){ putQueryParameter("ClientInfo", clientInfo); } } @Override public Class<VoiceAsyncScanResultsResponse> getResponseClass() { return VoiceAsyncScanResultsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/model
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/model/v20191115/VoiceAsyncScanResultsResponse.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.aligreen.model.v20191115; import com.aliyuncs.AcsResponse; import com.aliyuncs.aligreen.transform.v20191115.VoiceAsyncScanResultsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class VoiceAsyncScanResultsResponse extends AcsResponse { @Override public VoiceAsyncScanResultsResponse getInstance(UnmarshallerContext context) { return VoiceAsyncScanResultsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/model
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/model/v20191115/VoiceCancelScanRequest.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.aligreen.model.v20191115; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.aligreen.Endpoint; /** * @author auto create * @version */ public class VoiceCancelScanRequest extends RoaAcsRequest<VoiceCancelScanResponse> { private String clientInfo; public VoiceCancelScanRequest() { super("aligreen", "2019-11-15", "VoiceCancelScan"); setUriPattern("/green/voice/cancelscan"); 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 getClientInfo() { return this.clientInfo; } public void setClientInfo(String clientInfo) { this.clientInfo = clientInfo; if(clientInfo != null){ putQueryParameter("ClientInfo", clientInfo); } } @Override public Class<VoiceCancelScanResponse> getResponseClass() { return VoiceCancelScanResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/model
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/model/v20191115/VoiceCancelScanResponse.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.aligreen.model.v20191115; import com.aliyuncs.AcsResponse; import com.aliyuncs.aligreen.transform.v20191115.VoiceCancelScanResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class VoiceCancelScanResponse extends AcsResponse { @Override public VoiceCancelScanResponse getInstance(UnmarshallerContext context) { return VoiceCancelScanResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/model
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/model/v20191115/VoiceIdentityCheckRequest.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.aligreen.model.v20191115; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.aligreen.Endpoint; /** * @author auto create * @version */ public class VoiceIdentityCheckRequest extends RoaAcsRequest<VoiceIdentityCheckResponse> { private String clientInfo; public VoiceIdentityCheckRequest() { super("aligreen", "2019-11-15", "VoiceIdentityCheck"); setUriPattern("/green/voice/auth/check"); 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 getClientInfo() { return this.clientInfo; } public void setClientInfo(String clientInfo) { this.clientInfo = clientInfo; if(clientInfo != null){ putQueryParameter("ClientInfo", clientInfo); } } @Override public Class<VoiceIdentityCheckResponse> getResponseClass() { return VoiceIdentityCheckResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/model
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/model/v20191115/VoiceIdentityCheckResponse.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.aligreen.model.v20191115; import com.aliyuncs.AcsResponse; import com.aliyuncs.aligreen.transform.v20191115.VoiceIdentityCheckResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class VoiceIdentityCheckResponse extends AcsResponse { @Override public VoiceIdentityCheckResponse getInstance(UnmarshallerContext context) { return VoiceIdentityCheckResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/model
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/model/v20191115/VoiceIdentityRegisterRequest.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.aligreen.model.v20191115; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.aligreen.Endpoint; /** * @author auto create * @version */ public class VoiceIdentityRegisterRequest extends RoaAcsRequest<VoiceIdentityRegisterResponse> { private String clientInfo; public VoiceIdentityRegisterRequest() { super("aligreen", "2019-11-15", "VoiceIdentityRegister"); setUriPattern("/green/voice/auth/register"); 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 getClientInfo() { return this.clientInfo; } public void setClientInfo(String clientInfo) { this.clientInfo = clientInfo; if(clientInfo != null){ putQueryParameter("ClientInfo", clientInfo); } } @Override public Class<VoiceIdentityRegisterResponse> getResponseClass() { return VoiceIdentityRegisterResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/model
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/model/v20191115/VoiceIdentityRegisterResponse.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.aligreen.model.v20191115; import com.aliyuncs.AcsResponse; import com.aliyuncs.aligreen.transform.v20191115.VoiceIdentityRegisterResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class VoiceIdentityRegisterResponse extends AcsResponse { @Override public VoiceIdentityRegisterResponse getInstance(UnmarshallerContext context) { return VoiceIdentityRegisterResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/model
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/model/v20191115/VoiceIdentityStartCheckRequest.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.aligreen.model.v20191115; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.aligreen.Endpoint; /** * @author auto create * @version */ public class VoiceIdentityStartCheckRequest extends RoaAcsRequest<VoiceIdentityStartCheckResponse> { private String clientInfo; public VoiceIdentityStartCheckRequest() { super("aligreen", "2019-11-15", "VoiceIdentityStartCheck"); setUriPattern("/green/voice/auth/start/check"); 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 getClientInfo() { return this.clientInfo; } public void setClientInfo(String clientInfo) { this.clientInfo = clientInfo; if(clientInfo != null){ putQueryParameter("ClientInfo", clientInfo); } } @Override public Class<VoiceIdentityStartCheckResponse> getResponseClass() { return VoiceIdentityStartCheckResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/model
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/model/v20191115/VoiceIdentityStartCheckResponse.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.aligreen.model.v20191115; import com.aliyuncs.AcsResponse; import com.aliyuncs.aligreen.transform.v20191115.VoiceIdentityStartCheckResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class VoiceIdentityStartCheckResponse extends AcsResponse { @Override public VoiceIdentityStartCheckResponse getInstance(UnmarshallerContext context) { return VoiceIdentityStartCheckResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/model
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/model/v20191115/VoiceIdentityStartRegisterRequest.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.aligreen.model.v20191115; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.aligreen.Endpoint; /** * @author auto create * @version */ public class VoiceIdentityStartRegisterRequest extends RoaAcsRequest<VoiceIdentityStartRegisterResponse> { private String clientInfo; public VoiceIdentityStartRegisterRequest() { super("aligreen", "2019-11-15", "VoiceIdentityStartRegister"); setUriPattern("/green/voice/auth/start/register"); 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 getClientInfo() { return this.clientInfo; } public void setClientInfo(String clientInfo) { this.clientInfo = clientInfo; if(clientInfo != null){ putQueryParameter("ClientInfo", clientInfo); } } @Override public Class<VoiceIdentityStartRegisterResponse> getResponseClass() { return VoiceIdentityStartRegisterResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/model
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/model/v20191115/VoiceIdentityStartRegisterResponse.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.aligreen.model.v20191115; import com.aliyuncs.AcsResponse; import com.aliyuncs.aligreen.transform.v20191115.VoiceIdentityStartRegisterResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class VoiceIdentityStartRegisterResponse extends AcsResponse { @Override public VoiceIdentityStartRegisterResponse getInstance(UnmarshallerContext context) { return VoiceIdentityStartRegisterResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/model
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/model/v20191115/VoiceIdentityUnregisterRequest.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.aligreen.model.v20191115; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.aligreen.Endpoint; /** * @author auto create * @version */ public class VoiceIdentityUnregisterRequest extends RoaAcsRequest<VoiceIdentityUnregisterResponse> { private String clientInfo; public VoiceIdentityUnregisterRequest() { super("aligreen", "2019-11-15", "VoiceIdentityUnregister"); setUriPattern("/green/voice/auth/unregister"); 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 getClientInfo() { return this.clientInfo; } public void setClientInfo(String clientInfo) { this.clientInfo = clientInfo; if(clientInfo != null){ putQueryParameter("ClientInfo", clientInfo); } } @Override public Class<VoiceIdentityUnregisterResponse> getResponseClass() { return VoiceIdentityUnregisterResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/model
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/model/v20191115/VoiceIdentityUnregisterResponse.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.aligreen.model.v20191115; import com.aliyuncs.AcsResponse; import com.aliyuncs.aligreen.transform.v20191115.VoiceIdentityUnregisterResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class VoiceIdentityUnregisterResponse extends AcsResponse { @Override public VoiceIdentityUnregisterResponse getInstance(UnmarshallerContext context) { return VoiceIdentityUnregisterResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/AddFacesResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.AddFacesResponse; import com.aliyuncs.transform.UnmarshallerContext; public class AddFacesResponseUnmarshaller { public static AddFacesResponse unmarshall(AddFacesResponse addFacesResponse, UnmarshallerContext _ctx) { return addFacesResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/AddGroupsResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.AddGroupsResponse; import com.aliyuncs.transform.UnmarshallerContext; public class AddGroupsResponseUnmarshaller { public static AddGroupsResponse unmarshall(AddGroupsResponse addGroupsResponse, UnmarshallerContext _ctx) { return addGroupsResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/AddPersonResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.AddPersonResponse; import com.aliyuncs.transform.UnmarshallerContext; public class AddPersonResponseUnmarshaller { public static AddPersonResponse unmarshall(AddPersonResponse addPersonResponse, UnmarshallerContext _ctx) { return addPersonResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/AddSimilarityImageResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.AddSimilarityImageResponse; import com.aliyuncs.transform.UnmarshallerContext; public class AddSimilarityImageResponseUnmarshaller { public static AddSimilarityImageResponse unmarshall(AddSimilarityImageResponse addSimilarityImageResponse, UnmarshallerContext _ctx) { return addSimilarityImageResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/AddSimilarityLibraryResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.AddSimilarityLibraryResponse; import com.aliyuncs.transform.UnmarshallerContext; public class AddSimilarityLibraryResponseUnmarshaller { public static AddSimilarityLibraryResponse unmarshall(AddSimilarityLibraryResponse addSimilarityLibraryResponse, UnmarshallerContext _ctx) { return addSimilarityLibraryResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/AddVideoDnaGroupResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.AddVideoDnaGroupResponse; import com.aliyuncs.transform.UnmarshallerContext; public class AddVideoDnaGroupResponseUnmarshaller { public static AddVideoDnaGroupResponse unmarshall(AddVideoDnaGroupResponse addVideoDnaGroupResponse, UnmarshallerContext _ctx) { return addVideoDnaGroupResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/AddVideoDnaResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.AddVideoDnaResponse; import com.aliyuncs.transform.UnmarshallerContext; public class AddVideoDnaResponseUnmarshaller { public static AddVideoDnaResponse unmarshall(AddVideoDnaResponse addVideoDnaResponse, UnmarshallerContext _ctx) { return addVideoDnaResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/DeleteFacesResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.DeleteFacesResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteFacesResponseUnmarshaller { public static DeleteFacesResponse unmarshall(DeleteFacesResponse deleteFacesResponse, UnmarshallerContext _ctx) { return deleteFacesResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/DeleteGroupsResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.DeleteGroupsResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteGroupsResponseUnmarshaller { public static DeleteGroupsResponse unmarshall(DeleteGroupsResponse deleteGroupsResponse, UnmarshallerContext _ctx) { return deleteGroupsResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/DeletePersonResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.DeletePersonResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeletePersonResponseUnmarshaller { public static DeletePersonResponse unmarshall(DeletePersonResponse deletePersonResponse, UnmarshallerContext _ctx) { return deletePersonResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/DeleteSimilarityImageResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.DeleteSimilarityImageResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteSimilarityImageResponseUnmarshaller { public static DeleteSimilarityImageResponse unmarshall(DeleteSimilarityImageResponse deleteSimilarityImageResponse, UnmarshallerContext _ctx) { return deleteSimilarityImageResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/DeleteSimilarityLibraryResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.DeleteSimilarityLibraryResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteSimilarityLibraryResponseUnmarshaller { public static DeleteSimilarityLibraryResponse unmarshall(DeleteSimilarityLibraryResponse deleteSimilarityLibraryResponse, UnmarshallerContext _ctx) { return deleteSimilarityLibraryResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/DeleteVideoDnaGroupResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.DeleteVideoDnaGroupResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteVideoDnaGroupResponseUnmarshaller { public static DeleteVideoDnaGroupResponse unmarshall(DeleteVideoDnaGroupResponse deleteVideoDnaGroupResponse, UnmarshallerContext _ctx) { return deleteVideoDnaGroupResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/DeleteVideoDnaResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.DeleteVideoDnaResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteVideoDnaResponseUnmarshaller { public static DeleteVideoDnaResponse unmarshall(DeleteVideoDnaResponse deleteVideoDnaResponse, UnmarshallerContext _ctx) { return deleteVideoDnaResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/DetectFaceResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.DetectFaceResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DetectFaceResponseUnmarshaller { public static DetectFaceResponse unmarshall(DetectFaceResponse detectFaceResponse, UnmarshallerContext _ctx) { return detectFaceResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/FileAsyncScanResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.FileAsyncScanResponse; import com.aliyuncs.transform.UnmarshallerContext; public class FileAsyncScanResponseUnmarshaller { public static FileAsyncScanResponse unmarshall(FileAsyncScanResponse fileAsyncScanResponse, UnmarshallerContext _ctx) { return fileAsyncScanResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/FileAsyncScanResultsResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.FileAsyncScanResultsResponse; import com.aliyuncs.transform.UnmarshallerContext; public class FileAsyncScanResultsResponseUnmarshaller { public static FileAsyncScanResultsResponse unmarshall(FileAsyncScanResultsResponse fileAsyncScanResultsResponse, UnmarshallerContext _ctx) { return fileAsyncScanResultsResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/GetAddVideoDnaResultsResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.GetAddVideoDnaResultsResponse; import com.aliyuncs.transform.UnmarshallerContext; public class GetAddVideoDnaResultsResponseUnmarshaller { public static GetAddVideoDnaResultsResponse unmarshall(GetAddVideoDnaResultsResponse getAddVideoDnaResultsResponse, UnmarshallerContext _ctx) { return getAddVideoDnaResultsResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/GetFacesResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.GetFacesResponse; import com.aliyuncs.transform.UnmarshallerContext; public class GetFacesResponseUnmarshaller { public static GetFacesResponse unmarshall(GetFacesResponse getFacesResponse, UnmarshallerContext _ctx) { return getFacesResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/GetGroupsResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.GetGroupsResponse; import com.aliyuncs.transform.UnmarshallerContext; public class GetGroupsResponseUnmarshaller { public static GetGroupsResponse unmarshall(GetGroupsResponse getGroupsResponse, UnmarshallerContext _ctx) { return getGroupsResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/GetPersonResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.GetPersonResponse; import com.aliyuncs.transform.UnmarshallerContext; public class GetPersonResponseUnmarshaller { public static GetPersonResponse unmarshall(GetPersonResponse getPersonResponse, UnmarshallerContext _ctx) { return getPersonResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/GetPersonsResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.GetPersonsResponse; import com.aliyuncs.transform.UnmarshallerContext; public class GetPersonsResponseUnmarshaller { public static GetPersonsResponse unmarshall(GetPersonsResponse getPersonsResponse, UnmarshallerContext _ctx) { return getPersonsResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/GetSimilarityImageResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.GetSimilarityImageResponse; import com.aliyuncs.transform.UnmarshallerContext; public class GetSimilarityImageResponseUnmarshaller { public static GetSimilarityImageResponse unmarshall(GetSimilarityImageResponse getSimilarityImageResponse, UnmarshallerContext _ctx) { return getSimilarityImageResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/GetSimilarityLibraryResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.GetSimilarityLibraryResponse; import com.aliyuncs.transform.UnmarshallerContext; public class GetSimilarityLibraryResponseUnmarshaller { public static GetSimilarityLibraryResponse unmarshall(GetSimilarityLibraryResponse getSimilarityLibraryResponse, UnmarshallerContext _ctx) { return getSimilarityLibraryResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/ImageAsyncScanResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.ImageAsyncScanResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ImageAsyncScanResponseUnmarshaller { public static ImageAsyncScanResponse unmarshall(ImageAsyncScanResponse imageAsyncScanResponse, UnmarshallerContext _ctx) { return imageAsyncScanResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/ImageAsyncScanResultsResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.ImageAsyncScanResultsResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ImageAsyncScanResultsResponseUnmarshaller { public static ImageAsyncScanResultsResponse unmarshall(ImageAsyncScanResultsResponse imageAsyncScanResultsResponse, UnmarshallerContext _ctx) { return imageAsyncScanResultsResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/ImageScanFeedbackResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.ImageScanFeedbackResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ImageScanFeedbackResponseUnmarshaller { public static ImageScanFeedbackResponse unmarshall(ImageScanFeedbackResponse imageScanFeedbackResponse, UnmarshallerContext _ctx) { return imageScanFeedbackResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/ImageSyncScanResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.ImageSyncScanResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ImageSyncScanResponseUnmarshaller { public static ImageSyncScanResponse unmarshall(ImageSyncScanResponse imageSyncScanResponse, UnmarshallerContext _ctx) { return imageSyncScanResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/ListSimilarityImagesResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.ListSimilarityImagesResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ListSimilarityImagesResponseUnmarshaller { public static ListSimilarityImagesResponse unmarshall(ListSimilarityImagesResponse listSimilarityImagesResponse, UnmarshallerContext _ctx) { return listSimilarityImagesResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/ListSimilarityLibrariesResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.ListSimilarityLibrariesResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ListSimilarityLibrariesResponseUnmarshaller { public static ListSimilarityLibrariesResponse unmarshall(ListSimilarityLibrariesResponse listSimilarityLibrariesResponse, UnmarshallerContext _ctx) { return listSimilarityLibrariesResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/SearchPersonResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.SearchPersonResponse; import com.aliyuncs.transform.UnmarshallerContext; public class SearchPersonResponseUnmarshaller { public static SearchPersonResponse unmarshall(SearchPersonResponse searchPersonResponse, UnmarshallerContext _ctx) { return searchPersonResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/SetPersonResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.SetPersonResponse; import com.aliyuncs.transform.UnmarshallerContext; public class SetPersonResponseUnmarshaller { public static SetPersonResponse unmarshall(SetPersonResponse setPersonResponse, UnmarshallerContext _ctx) { return setPersonResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/TextFeedbackResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.TextFeedbackResponse; import com.aliyuncs.transform.UnmarshallerContext; public class TextFeedbackResponseUnmarshaller { public static TextFeedbackResponse unmarshall(TextFeedbackResponse textFeedbackResponse, UnmarshallerContext _ctx) { return textFeedbackResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/TextScanResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.TextScanResponse; import com.aliyuncs.transform.UnmarshallerContext; public class TextScanResponseUnmarshaller { public static TextScanResponse unmarshall(TextScanResponse textScanResponse, UnmarshallerContext _ctx) { return textScanResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/UploadCredentialsResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.UploadCredentialsResponse; import com.aliyuncs.transform.UnmarshallerContext; public class UploadCredentialsResponseUnmarshaller { public static UploadCredentialsResponse unmarshall(UploadCredentialsResponse uploadCredentialsResponse, UnmarshallerContext _ctx) { return uploadCredentialsResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/VideoAsyncScanResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.VideoAsyncScanResponse; import com.aliyuncs.transform.UnmarshallerContext; public class VideoAsyncScanResponseUnmarshaller { public static VideoAsyncScanResponse unmarshall(VideoAsyncScanResponse videoAsyncScanResponse, UnmarshallerContext _ctx) { return videoAsyncScanResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/VideoAsyncScanResultsResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.VideoAsyncScanResultsResponse; import com.aliyuncs.transform.UnmarshallerContext; public class VideoAsyncScanResultsResponseUnmarshaller { public static VideoAsyncScanResultsResponse unmarshall(VideoAsyncScanResultsResponse videoAsyncScanResultsResponse, UnmarshallerContext _ctx) { return videoAsyncScanResultsResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/VideoCancelScanResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.VideoCancelScanResponse; import com.aliyuncs.transform.UnmarshallerContext; public class VideoCancelScanResponseUnmarshaller { public static VideoCancelScanResponse unmarshall(VideoCancelScanResponse videoCancelScanResponse, UnmarshallerContext _ctx) { return videoCancelScanResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/VideoFeedbackResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.VideoFeedbackResponse; import com.aliyuncs.transform.UnmarshallerContext; public class VideoFeedbackResponseUnmarshaller { public static VideoFeedbackResponse unmarshall(VideoFeedbackResponse videoFeedbackResponse, UnmarshallerContext _ctx) { return videoFeedbackResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/VideoSyncScanResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.VideoSyncScanResponse; import com.aliyuncs.transform.UnmarshallerContext; public class VideoSyncScanResponseUnmarshaller { public static VideoSyncScanResponse unmarshall(VideoSyncScanResponse videoSyncScanResponse, UnmarshallerContext _ctx) { return videoSyncScanResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/VoiceAsyncScanResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.VoiceAsyncScanResponse; import com.aliyuncs.transform.UnmarshallerContext; public class VoiceAsyncScanResponseUnmarshaller { public static VoiceAsyncScanResponse unmarshall(VoiceAsyncScanResponse voiceAsyncScanResponse, UnmarshallerContext _ctx) { return voiceAsyncScanResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/VoiceAsyncScanResultsResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.VoiceAsyncScanResultsResponse; import com.aliyuncs.transform.UnmarshallerContext; public class VoiceAsyncScanResultsResponseUnmarshaller { public static VoiceAsyncScanResultsResponse unmarshall(VoiceAsyncScanResultsResponse voiceAsyncScanResultsResponse, UnmarshallerContext _ctx) { return voiceAsyncScanResultsResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/VoiceCancelScanResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.VoiceCancelScanResponse; import com.aliyuncs.transform.UnmarshallerContext; public class VoiceCancelScanResponseUnmarshaller { public static VoiceCancelScanResponse unmarshall(VoiceCancelScanResponse voiceCancelScanResponse, UnmarshallerContext _ctx) { return voiceCancelScanResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/VoiceIdentityCheckResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.VoiceIdentityCheckResponse; import com.aliyuncs.transform.UnmarshallerContext; public class VoiceIdentityCheckResponseUnmarshaller { public static VoiceIdentityCheckResponse unmarshall(VoiceIdentityCheckResponse voiceIdentityCheckResponse, UnmarshallerContext _ctx) { return voiceIdentityCheckResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/VoiceIdentityRegisterResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.VoiceIdentityRegisterResponse; import com.aliyuncs.transform.UnmarshallerContext; public class VoiceIdentityRegisterResponseUnmarshaller { public static VoiceIdentityRegisterResponse unmarshall(VoiceIdentityRegisterResponse voiceIdentityRegisterResponse, UnmarshallerContext _ctx) { return voiceIdentityRegisterResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/VoiceIdentityStartCheckResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.VoiceIdentityStartCheckResponse; import com.aliyuncs.transform.UnmarshallerContext; public class VoiceIdentityStartCheckResponseUnmarshaller { public static VoiceIdentityStartCheckResponse unmarshall(VoiceIdentityStartCheckResponse voiceIdentityStartCheckResponse, UnmarshallerContext _ctx) { return voiceIdentityStartCheckResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/VoiceIdentityStartRegisterResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.VoiceIdentityStartRegisterResponse; import com.aliyuncs.transform.UnmarshallerContext; public class VoiceIdentityStartRegisterResponseUnmarshaller { public static VoiceIdentityStartRegisterResponse unmarshall(VoiceIdentityStartRegisterResponse voiceIdentityStartRegisterResponse, UnmarshallerContext _ctx) { return voiceIdentityStartRegisterResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen/1.0.2/com/aliyuncs/aligreen/transform/v20191115/VoiceIdentityUnregisterResponseUnmarshaller.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.aligreen.transform.v20191115; import com.aliyuncs.aligreen.model.v20191115.VoiceIdentityUnregisterResponse; import com.aliyuncs.transform.UnmarshallerContext; public class VoiceIdentityUnregisterResponseUnmarshaller { public static VoiceIdentityUnregisterResponse unmarshall(VoiceIdentityUnregisterResponse voiceIdentityUnregisterResponse, UnmarshallerContext _ctx) { return voiceIdentityUnregisterResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/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.aligreen_console; 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-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/model
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/model/v20191115/AddSfaceFaceRequest.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.aligreen_console.model.v20191115; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.aligreen_console.Endpoint; /** * @author auto create * @version */ public class AddSfaceFaceRequest extends RpcAcsRequest<AddSfaceFaceResponse> { private String dataId; private String faceUrl; private String callbackSeed; private String personId; private String callbackUrl; public AddSfaceFaceRequest() { super("aligreen-console", "2019-11-15", "AddSfaceFace"); 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 getDataId() { return this.dataId; } public void setDataId(String dataId) { this.dataId = dataId; if(dataId != null){ putQueryParameter("DataId", dataId); } } public String getFaceUrl() { return this.faceUrl; } public void setFaceUrl(String faceUrl) { this.faceUrl = faceUrl; if(faceUrl != null){ putQueryParameter("FaceUrl", faceUrl); } } public String getCallbackSeed() { return this.callbackSeed; } public void setCallbackSeed(String callbackSeed) { this.callbackSeed = callbackSeed; if(callbackSeed != null){ putQueryParameter("CallbackSeed", callbackSeed); } } public String getPersonId() { return this.personId; } public void setPersonId(String personId) { this.personId = personId; if(personId != null){ putQueryParameter("PersonId", personId); } } public String getCallbackUrl() { return this.callbackUrl; } public void setCallbackUrl(String callbackUrl) { this.callbackUrl = callbackUrl; if(callbackUrl != null){ putQueryParameter("CallbackUrl", callbackUrl); } } @Override public Class<AddSfaceFaceResponse> getResponseClass() { return AddSfaceFaceResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/model
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/model/v20191115/AddSfaceFaceResponse.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.aligreen_console.model.v20191115; import com.aliyuncs.AcsResponse; import com.aliyuncs.aligreen_console.transform.v20191115.AddSfaceFaceResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class AddSfaceFaceResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public AddSfaceFaceResponse getInstance(UnmarshallerContext context) { return AddSfaceFaceResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/model
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/model/v20191115/AddSfacePersonRequest.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.aligreen_console.model.v20191115; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.aligreen_console.Endpoint; /** * @author auto create * @version */ public class AddSfacePersonRequest extends RpcAcsRequest<AddSfacePersonResponse> { private String personGender; private String personType; private String dataId; private String faceUrl; private String callbackSeed; private String callbackUrl; private String personName; public AddSfacePersonRequest() { super("aligreen-console", "2019-11-15", "AddSfacePerson"); 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 getPersonGender() { return this.personGender; } public void setPersonGender(String personGender) { this.personGender = personGender; if(personGender != null){ putQueryParameter("PersonGender", personGender); } } public String getPersonType() { return this.personType; } public void setPersonType(String personType) { this.personType = personType; if(personType != null){ putQueryParameter("PersonType", personType); } } public String getDataId() { return this.dataId; } public void setDataId(String dataId) { this.dataId = dataId; if(dataId != null){ putQueryParameter("DataId", dataId); } } public String getFaceUrl() { return this.faceUrl; } public void setFaceUrl(String faceUrl) { this.faceUrl = faceUrl; if(faceUrl != null){ putQueryParameter("FaceUrl", faceUrl); } } public String getCallbackSeed() { return this.callbackSeed; } public void setCallbackSeed(String callbackSeed) { this.callbackSeed = callbackSeed; if(callbackSeed != null){ putQueryParameter("CallbackSeed", callbackSeed); } } public String getCallbackUrl() { return this.callbackUrl; } public void setCallbackUrl(String callbackUrl) { this.callbackUrl = callbackUrl; if(callbackUrl != null){ putQueryParameter("CallbackUrl", callbackUrl); } } public String getPersonName() { return this.personName; } public void setPersonName(String personName) { this.personName = personName; if(personName != null){ putQueryParameter("PersonName", personName); } } @Override public Class<AddSfacePersonResponse> getResponseClass() { return AddSfacePersonResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/model
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/model/v20191115/AddSfacePersonResponse.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.aligreen_console.model.v20191115; import com.aliyuncs.AcsResponse; import com.aliyuncs.aligreen_console.transform.v20191115.AddSfacePersonResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class AddSfacePersonResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public AddSfacePersonResponse getInstance(UnmarshallerContext context) { return AddSfacePersonResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/model
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/model/v20191115/CreateChannelUserRequest.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.aligreen_console.model.v20191115; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.aligreen_console.Endpoint; /** * @author auto create * @version */ public class CreateChannelUserRequest extends RpcAcsRequest<CreateChannelUserResponse> { private String notes; private String uid; public CreateChannelUserRequest() { super("aligreen-console", "2019-11-15", "CreateChannelUser"); 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 getNotes() { return this.notes; } public void setNotes(String notes) { this.notes = notes; if(notes != null){ putQueryParameter("Notes", notes); } } public String getUid() { return this.uid; } public void setUid(String uid) { this.uid = uid; if(uid != null){ putQueryParameter("Uid", uid); } } @Override public Class<CreateChannelUserResponse> getResponseClass() { return CreateChannelUserResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/model
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/model/v20191115/CreateChannelUserResponse.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.aligreen_console.model.v20191115; import com.aliyuncs.AcsResponse; import com.aliyuncs.aligreen_console.transform.v20191115.CreateChannelUserResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateChannelUserResponse extends AcsResponse { private String requestId; private String uid; private String notes; private String aligreenUid; private ChannelInfo channelInfo; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getUid() { return this.uid; } public void setUid(String uid) { this.uid = uid; } public String getNotes() { return this.notes; } public void setNotes(String notes) { this.notes = notes; } public String getAligreenUid() { return this.aligreenUid; } public void setAligreenUid(String aligreenUid) { this.aligreenUid = aligreenUid; } public ChannelInfo getChannelInfo() { return this.channelInfo; } public void setChannelInfo(ChannelInfo channelInfo) { this.channelInfo = channelInfo; } public static class ChannelInfo { private String name; private String owners; private String notes; private String channel; public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getOwners() { return this.owners; } public void setOwners(String owners) { this.owners = owners; } public String getNotes() { return this.notes; } public void setNotes(String notes) { this.notes = notes; } public String getChannel() { return this.channel; } public void setChannel(String channel) { this.channel = channel; } } @Override public CreateChannelUserResponse getInstance(UnmarshallerContext context) { return CreateChannelUserResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/model
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/model/v20191115/DeleteChannelUserRequest.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.aligreen_console.model.v20191115; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.aligreen_console.Endpoint; /** * @author auto create * @version */ public class DeleteChannelUserRequest extends RpcAcsRequest<DeleteChannelUserResponse> { private String uid; public DeleteChannelUserRequest() { super("aligreen-console", "2019-11-15", "DeleteChannelUser"); 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 getUid() { return this.uid; } public void setUid(String uid) { this.uid = uid; if(uid != null){ putQueryParameter("Uid", uid); } } @Override public Class<DeleteChannelUserResponse> getResponseClass() { return DeleteChannelUserResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/model
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/model/v20191115/DeleteChannelUserResponse.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.aligreen_console.model.v20191115; import com.aliyuncs.AcsResponse; import com.aliyuncs.aligreen_console.transform.v20191115.DeleteChannelUserResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteChannelUserResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public DeleteChannelUserResponse getInstance(UnmarshallerContext context) { return DeleteChannelUserResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/model
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/model/v20191115/GetChannelUserRequest.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.aligreen_console.model.v20191115; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.aligreen_console.Endpoint; /** * @author auto create * @version */ public class GetChannelUserRequest extends RpcAcsRequest<GetChannelUserResponse> { private String uid; public GetChannelUserRequest() { super("aligreen-console", "2019-11-15", "GetChannelUser"); 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 getUid() { return this.uid; } public void setUid(String uid) { this.uid = uid; if(uid != null){ putQueryParameter("Uid", uid); } } @Override public Class<GetChannelUserResponse> getResponseClass() { return GetChannelUserResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/model
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/model/v20191115/GetChannelUserResponse.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.aligreen_console.model.v20191115; import com.aliyuncs.AcsResponse; import com.aliyuncs.aligreen_console.transform.v20191115.GetChannelUserResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetChannelUserResponse extends AcsResponse { private String requestId; private String uid; private String notes; private String aligreenUid; private ChannelInfo channelInfo; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getUid() { return this.uid; } public void setUid(String uid) { this.uid = uid; } public String getNotes() { return this.notes; } public void setNotes(String notes) { this.notes = notes; } public String getAligreenUid() { return this.aligreenUid; } public void setAligreenUid(String aligreenUid) { this.aligreenUid = aligreenUid; } public ChannelInfo getChannelInfo() { return this.channelInfo; } public void setChannelInfo(ChannelInfo channelInfo) { this.channelInfo = channelInfo; } public static class ChannelInfo { private String name; private String owners; private String notes; private String channel; public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getOwners() { return this.owners; } public void setOwners(String owners) { this.owners = owners; } public String getNotes() { return this.notes; } public void setNotes(String notes) { this.notes = notes; } public String getChannel() { return this.channel; } public void setChannel(String channel) { this.channel = channel; } } @Override public GetChannelUserResponse getInstance(UnmarshallerContext context) { return GetChannelUserResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/model
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/model/v20191115/GetSfacePersonRequest.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.aligreen_console.model.v20191115; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.aligreen_console.Endpoint; /** * @author auto create * @version */ public class GetSfacePersonRequest extends RpcAcsRequest<GetSfacePersonResponse> { private String personId; public GetSfacePersonRequest() { super("aligreen-console", "2019-11-15", "GetSfacePerson"); 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 getPersonId() { return this.personId; } public void setPersonId(String personId) { this.personId = personId; if(personId != null){ putQueryParameter("PersonId", personId); } } @Override public Class<GetSfacePersonResponse> getResponseClass() { return GetSfacePersonResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/model
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/model/v20191115/GetSfacePersonResponse.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.aligreen_console.model.v20191115; import com.aliyuncs.AcsResponse; import com.aliyuncs.aligreen_console.transform.v20191115.GetSfacePersonResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetSfacePersonResponse extends AcsResponse { private String requestId; private Person person; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Person getPerson() { return this.person; } public void setPerson(Person person) { this.person = person; } public static class Person { private String personId; private String personName; private String personGender; private String personType; public String getPersonId() { return this.personId; } public void setPersonId(String personId) { this.personId = personId; } public String getPersonName() { return this.personName; } public void setPersonName(String personName) { this.personName = personName; } public String getPersonGender() { return this.personGender; } public void setPersonGender(String personGender) { this.personGender = personGender; } public String getPersonType() { return this.personType; } public void setPersonType(String personType) { this.personType = personType; } } @Override public GetSfacePersonResponse getInstance(UnmarshallerContext context) { return GetSfacePersonResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/model
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/model/v20191115/ListChannelUsersRequest.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.aligreen_console.model.v20191115; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.aligreen_console.Endpoint; /** * @author auto create * @version */ public class ListChannelUsersRequest extends RpcAcsRequest<ListChannelUsersResponse> { private Integer currentPage; private Integer pageSize; public ListChannelUsersRequest() { super("aligreen-console", "2019-11-15", "ListChannelUsers"); 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 Integer getCurrentPage() { return this.currentPage; } public void setCurrentPage(Integer currentPage) { this.currentPage = currentPage; if(currentPage != null){ putQueryParameter("CurrentPage", currentPage.toString()); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } @Override public Class<ListChannelUsersResponse> getResponseClass() { return ListChannelUsersResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/model
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/model/v20191115/ListChannelUsersResponse.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.aligreen_console.model.v20191115; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.aligreen_console.transform.v20191115.ListChannelUsersResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListChannelUsersResponse extends AcsResponse { private String requestId; private Integer totalCount; private Integer pageSize; private Integer currentPage; private List<ChannelUser> channelUsers; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getTotalCount() { return this.totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; } public Integer getCurrentPage() { return this.currentPage; } public void setCurrentPage(Integer currentPage) { this.currentPage = currentPage; } public List<ChannelUser> getChannelUsers() { return this.channelUsers; } public void setChannelUsers(List<ChannelUser> channelUsers) { this.channelUsers = channelUsers; } public static class ChannelUser { private String uid; private String notes; private String aligreenUid; private ChannelInfo channelInfo; public String getUid() { return this.uid; } public void setUid(String uid) { this.uid = uid; } public String getNotes() { return this.notes; } public void setNotes(String notes) { this.notes = notes; } public String getAligreenUid() { return this.aligreenUid; } public void setAligreenUid(String aligreenUid) { this.aligreenUid = aligreenUid; } public ChannelInfo getChannelInfo() { return this.channelInfo; } public void setChannelInfo(ChannelInfo channelInfo) { this.channelInfo = channelInfo; } public static class ChannelInfo { private String name; private String owners; private String notes; private String channel; public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getOwners() { return this.owners; } public void setOwners(String owners) { this.owners = owners; } public String getNotes() { return this.notes; } public void setNotes(String notes) { this.notes = notes; } public String getChannel() { return this.channel; } public void setChannel(String channel) { this.channel = channel; } } } @Override public ListChannelUsersResponse getInstance(UnmarshallerContext context) { return ListChannelUsersResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/model
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/model/v20191115/ListSfaceAuditTasksRequest.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.aligreen_console.model.v20191115; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; import com.aliyuncs.aligreen_console.Endpoint; /** * @author auto create * @version */ public class ListSfaceAuditTasksRequest extends RpcAcsRequest<ListSfaceAuditTasksResponse> { private List<String> dataIds; public ListSfaceAuditTasksRequest() { super("aligreen-console", "2019-11-15", "ListSfaceAuditTasks"); 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 List<String> getDataIds() { return this.dataIds; } public void setDataIds(List<String> dataIds) { this.dataIds = dataIds; if (dataIds != null) { for (int i = 0; i < dataIds.size(); i++) { putQueryParameter("DataId." + (i + 1) , dataIds.get(i)); } } } @Override public Class<ListSfaceAuditTasksResponse> getResponseClass() { return ListSfaceAuditTasksResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/model
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/model/v20191115/ListSfaceAuditTasksResponse.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.aligreen_console.model.v20191115; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.aligreen_console.transform.v20191115.ListSfaceAuditTasksResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListSfaceAuditTasksResponse extends AcsResponse { private String requestId; private List<AuditTask> tasks; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<AuditTask> getTasks() { return this.tasks; } public void setTasks(List<AuditTask> tasks) { this.tasks = tasks; } public static class AuditTask { private String dataId; private String status; private String reason; private String action; private String personId; private String faceId; public String getDataId() { return this.dataId; } public void setDataId(String dataId) { this.dataId = dataId; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public String getReason() { return this.reason; } public void setReason(String reason) { this.reason = reason; } public String getAction() { return this.action; } public void setAction(String action) { this.action = action; } public String getPersonId() { return this.personId; } public void setPersonId(String personId) { this.personId = personId; } public String getFaceId() { return this.faceId; } public void setFaceId(String faceId) { this.faceId = faceId; } } @Override public ListSfaceAuditTasksResponse getInstance(UnmarshallerContext context) { return ListSfaceAuditTasksResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/model
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/model/v20191115/RemoveSfaceFaceRequest.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.aligreen_console.model.v20191115; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.aligreen_console.Endpoint; /** * @author auto create * @version */ public class RemoveSfaceFaceRequest extends RpcAcsRequest<RemoveSfaceFaceResponse> { private String faceId; private String dataId; private String callbackSeed; private String personId; private String callbackUrl; public RemoveSfaceFaceRequest() { super("aligreen-console", "2019-11-15", "RemoveSfaceFace"); 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 getFaceId() { return this.faceId; } public void setFaceId(String faceId) { this.faceId = faceId; if(faceId != null){ putQueryParameter("FaceId", faceId); } } public String getDataId() { return this.dataId; } public void setDataId(String dataId) { this.dataId = dataId; if(dataId != null){ putQueryParameter("DataId", dataId); } } public String getCallbackSeed() { return this.callbackSeed; } public void setCallbackSeed(String callbackSeed) { this.callbackSeed = callbackSeed; if(callbackSeed != null){ putQueryParameter("CallbackSeed", callbackSeed); } } public String getPersonId() { return this.personId; } public void setPersonId(String personId) { this.personId = personId; if(personId != null){ putQueryParameter("PersonId", personId); } } public String getCallbackUrl() { return this.callbackUrl; } public void setCallbackUrl(String callbackUrl) { this.callbackUrl = callbackUrl; if(callbackUrl != null){ putQueryParameter("CallbackUrl", callbackUrl); } } @Override public Class<RemoveSfaceFaceResponse> getResponseClass() { return RemoveSfaceFaceResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/model
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/model/v20191115/RemoveSfaceFaceResponse.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.aligreen_console.model.v20191115; import com.aliyuncs.AcsResponse; import com.aliyuncs.aligreen_console.transform.v20191115.RemoveSfaceFaceResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class RemoveSfaceFaceResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public RemoveSfaceFaceResponse getInstance(UnmarshallerContext context) { return RemoveSfaceFaceResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/model
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/model/v20191115/UpdateChannelUserRequest.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.aligreen_console.model.v20191115; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.aligreen_console.Endpoint; /** * @author auto create * @version */ public class UpdateChannelUserRequest extends RpcAcsRequest<UpdateChannelUserResponse> { private String notes; private String uid; public UpdateChannelUserRequest() { super("aligreen-console", "2019-11-15", "UpdateChannelUser"); 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 getNotes() { return this.notes; } public void setNotes(String notes) { this.notes = notes; if(notes != null){ putQueryParameter("Notes", notes); } } public String getUid() { return this.uid; } public void setUid(String uid) { this.uid = uid; if(uid != null){ putQueryParameter("Uid", uid); } } @Override public Class<UpdateChannelUserResponse> getResponseClass() { return UpdateChannelUserResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/model
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/model/v20191115/UpdateChannelUserResponse.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.aligreen_console.model.v20191115; import com.aliyuncs.AcsResponse; import com.aliyuncs.aligreen_console.transform.v20191115.UpdateChannelUserResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdateChannelUserResponse extends AcsResponse { private String requestId; private String uid; private String notes; private String aligreenUid; private ChannelInfo channelInfo; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getUid() { return this.uid; } public void setUid(String uid) { this.uid = uid; } public String getNotes() { return this.notes; } public void setNotes(String notes) { this.notes = notes; } public String getAligreenUid() { return this.aligreenUid; } public void setAligreenUid(String aligreenUid) { this.aligreenUid = aligreenUid; } public ChannelInfo getChannelInfo() { return this.channelInfo; } public void setChannelInfo(ChannelInfo channelInfo) { this.channelInfo = channelInfo; } public static class ChannelInfo { private String name; private String owners; private String notes; private String channel; public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getOwners() { return this.owners; } public void setOwners(String owners) { this.owners = owners; } public String getNotes() { return this.notes; } public void setNotes(String notes) { this.notes = notes; } public String getChannel() { return this.channel; } public void setChannel(String channel) { this.channel = channel; } } @Override public UpdateChannelUserResponse getInstance(UnmarshallerContext context) { return UpdateChannelUserResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/transform/v20191115/AddSfaceFaceResponseUnmarshaller.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.aligreen_console.transform.v20191115; import com.aliyuncs.aligreen_console.model.v20191115.AddSfaceFaceResponse; import com.aliyuncs.transform.UnmarshallerContext; public class AddSfaceFaceResponseUnmarshaller { public static AddSfaceFaceResponse unmarshall(AddSfaceFaceResponse addSfaceFaceResponse, UnmarshallerContext _ctx) { addSfaceFaceResponse.setRequestId(_ctx.stringValue("AddSfaceFaceResponse.RequestId")); return addSfaceFaceResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/transform/v20191115/AddSfacePersonResponseUnmarshaller.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.aligreen_console.transform.v20191115; import com.aliyuncs.aligreen_console.model.v20191115.AddSfacePersonResponse; import com.aliyuncs.transform.UnmarshallerContext; public class AddSfacePersonResponseUnmarshaller { public static AddSfacePersonResponse unmarshall(AddSfacePersonResponse addSfacePersonResponse, UnmarshallerContext _ctx) { addSfacePersonResponse.setRequestId(_ctx.stringValue("AddSfacePersonResponse.RequestId")); return addSfacePersonResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/transform/v20191115/CreateChannelUserResponseUnmarshaller.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.aligreen_console.transform.v20191115; import com.aliyuncs.aligreen_console.model.v20191115.CreateChannelUserResponse; import com.aliyuncs.aligreen_console.model.v20191115.CreateChannelUserResponse.ChannelInfo; import com.aliyuncs.transform.UnmarshallerContext; public class CreateChannelUserResponseUnmarshaller { public static CreateChannelUserResponse unmarshall(CreateChannelUserResponse createChannelUserResponse, UnmarshallerContext _ctx) { createChannelUserResponse.setRequestId(_ctx.stringValue("CreateChannelUserResponse.RequestId")); createChannelUserResponse.setUid(_ctx.stringValue("CreateChannelUserResponse.Uid")); createChannelUserResponse.setNotes(_ctx.stringValue("CreateChannelUserResponse.Notes")); createChannelUserResponse.setAligreenUid(_ctx.stringValue("CreateChannelUserResponse.AligreenUid")); ChannelInfo channelInfo = new ChannelInfo(); channelInfo.setName(_ctx.stringValue("CreateChannelUserResponse.ChannelInfo.Name")); channelInfo.setOwners(_ctx.stringValue("CreateChannelUserResponse.ChannelInfo.Owners")); channelInfo.setNotes(_ctx.stringValue("CreateChannelUserResponse.ChannelInfo.Notes")); channelInfo.setChannel(_ctx.stringValue("CreateChannelUserResponse.ChannelInfo.Channel")); createChannelUserResponse.setChannelInfo(channelInfo); return createChannelUserResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/transform/v20191115/DeleteChannelUserResponseUnmarshaller.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.aligreen_console.transform.v20191115; import com.aliyuncs.aligreen_console.model.v20191115.DeleteChannelUserResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteChannelUserResponseUnmarshaller { public static DeleteChannelUserResponse unmarshall(DeleteChannelUserResponse deleteChannelUserResponse, UnmarshallerContext _ctx) { deleteChannelUserResponse.setRequestId(_ctx.stringValue("DeleteChannelUserResponse.RequestId")); return deleteChannelUserResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/transform/v20191115/GetChannelUserResponseUnmarshaller.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.aligreen_console.transform.v20191115; import com.aliyuncs.aligreen_console.model.v20191115.GetChannelUserResponse; import com.aliyuncs.aligreen_console.model.v20191115.GetChannelUserResponse.ChannelInfo; import com.aliyuncs.transform.UnmarshallerContext; public class GetChannelUserResponseUnmarshaller { public static GetChannelUserResponse unmarshall(GetChannelUserResponse getChannelUserResponse, UnmarshallerContext _ctx) { getChannelUserResponse.setRequestId(_ctx.stringValue("GetChannelUserResponse.RequestId")); getChannelUserResponse.setUid(_ctx.stringValue("GetChannelUserResponse.Uid")); getChannelUserResponse.setNotes(_ctx.stringValue("GetChannelUserResponse.Notes")); getChannelUserResponse.setAligreenUid(_ctx.stringValue("GetChannelUserResponse.AligreenUid")); ChannelInfo channelInfo = new ChannelInfo(); channelInfo.setName(_ctx.stringValue("GetChannelUserResponse.ChannelInfo.Name")); channelInfo.setOwners(_ctx.stringValue("GetChannelUserResponse.ChannelInfo.Owners")); channelInfo.setNotes(_ctx.stringValue("GetChannelUserResponse.ChannelInfo.Notes")); channelInfo.setChannel(_ctx.stringValue("GetChannelUserResponse.ChannelInfo.Channel")); getChannelUserResponse.setChannelInfo(channelInfo); return getChannelUserResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/transform/v20191115/GetSfacePersonResponseUnmarshaller.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.aligreen_console.transform.v20191115; import com.aliyuncs.aligreen_console.model.v20191115.GetSfacePersonResponse; import com.aliyuncs.aligreen_console.model.v20191115.GetSfacePersonResponse.Person; import com.aliyuncs.transform.UnmarshallerContext; public class GetSfacePersonResponseUnmarshaller { public static GetSfacePersonResponse unmarshall(GetSfacePersonResponse getSfacePersonResponse, UnmarshallerContext _ctx) { getSfacePersonResponse.setRequestId(_ctx.stringValue("GetSfacePersonResponse.RequestId")); Person person = new Person(); person.setPersonId(_ctx.stringValue("GetSfacePersonResponse.Person.PersonId")); person.setPersonName(_ctx.stringValue("GetSfacePersonResponse.Person.PersonName")); person.setPersonGender(_ctx.stringValue("GetSfacePersonResponse.Person.PersonGender")); person.setPersonType(_ctx.stringValue("GetSfacePersonResponse.Person.PersonType")); getSfacePersonResponse.setPerson(person); return getSfacePersonResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/transform/v20191115/ListChannelUsersResponseUnmarshaller.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.aligreen_console.transform.v20191115; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aligreen_console.model.v20191115.ListChannelUsersResponse; import com.aliyuncs.aligreen_console.model.v20191115.ListChannelUsersResponse.ChannelUser; import com.aliyuncs.aligreen_console.model.v20191115.ListChannelUsersResponse.ChannelUser.ChannelInfo; import com.aliyuncs.transform.UnmarshallerContext; public class ListChannelUsersResponseUnmarshaller { public static ListChannelUsersResponse unmarshall(ListChannelUsersResponse listChannelUsersResponse, UnmarshallerContext _ctx) { listChannelUsersResponse.setRequestId(_ctx.stringValue("ListChannelUsersResponse.RequestId")); listChannelUsersResponse.setTotalCount(_ctx.integerValue("ListChannelUsersResponse.TotalCount")); listChannelUsersResponse.setPageSize(_ctx.integerValue("ListChannelUsersResponse.PageSize")); listChannelUsersResponse.setCurrentPage(_ctx.integerValue("ListChannelUsersResponse.CurrentPage")); List<ChannelUser> channelUsers = new ArrayList<ChannelUser>(); for (int i = 0; i < _ctx.lengthValue("ListChannelUsersResponse.ChannelUsers.Length"); i++) { ChannelUser channelUser = new ChannelUser(); channelUser.setUid(_ctx.stringValue("ListChannelUsersResponse.ChannelUsers["+ i +"].Uid")); channelUser.setNotes(_ctx.stringValue("ListChannelUsersResponse.ChannelUsers["+ i +"].Notes")); channelUser.setAligreenUid(_ctx.stringValue("ListChannelUsersResponse.ChannelUsers["+ i +"].AligreenUid")); ChannelInfo channelInfo = new ChannelInfo(); channelInfo.setName(_ctx.stringValue("ListChannelUsersResponse.ChannelUsers["+ i +"].ChannelInfo.Name")); channelInfo.setOwners(_ctx.stringValue("ListChannelUsersResponse.ChannelUsers["+ i +"].ChannelInfo.Owners")); channelInfo.setNotes(_ctx.stringValue("ListChannelUsersResponse.ChannelUsers["+ i +"].ChannelInfo.Notes")); channelInfo.setChannel(_ctx.stringValue("ListChannelUsersResponse.ChannelUsers["+ i +"].ChannelInfo.Channel")); channelUser.setChannelInfo(channelInfo); channelUsers.add(channelUser); } listChannelUsersResponse.setChannelUsers(channelUsers); return listChannelUsersResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/transform/v20191115/ListSfaceAuditTasksResponseUnmarshaller.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.aligreen_console.transform.v20191115; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aligreen_console.model.v20191115.ListSfaceAuditTasksResponse; import com.aliyuncs.aligreen_console.model.v20191115.ListSfaceAuditTasksResponse.AuditTask; import com.aliyuncs.transform.UnmarshallerContext; public class ListSfaceAuditTasksResponseUnmarshaller { public static ListSfaceAuditTasksResponse unmarshall(ListSfaceAuditTasksResponse listSfaceAuditTasksResponse, UnmarshallerContext _ctx) { listSfaceAuditTasksResponse.setRequestId(_ctx.stringValue("ListSfaceAuditTasksResponse.RequestId")); List<AuditTask> tasks = new ArrayList<AuditTask>(); for (int i = 0; i < _ctx.lengthValue("ListSfaceAuditTasksResponse.Tasks.Length"); i++) { AuditTask auditTask = new AuditTask(); auditTask.setDataId(_ctx.stringValue("ListSfaceAuditTasksResponse.Tasks["+ i +"].DataId")); auditTask.setStatus(_ctx.stringValue("ListSfaceAuditTasksResponse.Tasks["+ i +"].Status")); auditTask.setReason(_ctx.stringValue("ListSfaceAuditTasksResponse.Tasks["+ i +"].Reason")); auditTask.setAction(_ctx.stringValue("ListSfaceAuditTasksResponse.Tasks["+ i +"].Action")); auditTask.setPersonId(_ctx.stringValue("ListSfaceAuditTasksResponse.Tasks["+ i +"].PersonId")); auditTask.setFaceId(_ctx.stringValue("ListSfaceAuditTasksResponse.Tasks["+ i +"].FaceId")); tasks.add(auditTask); } listSfaceAuditTasksResponse.setTasks(tasks); return listSfaceAuditTasksResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/transform/v20191115/RemoveSfaceFaceResponseUnmarshaller.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.aligreen_console.transform.v20191115; import com.aliyuncs.aligreen_console.model.v20191115.RemoveSfaceFaceResponse; import com.aliyuncs.transform.UnmarshallerContext; public class RemoveSfaceFaceResponseUnmarshaller { public static RemoveSfaceFaceResponse unmarshall(RemoveSfaceFaceResponse removeSfaceFaceResponse, UnmarshallerContext _ctx) { removeSfaceFaceResponse.setRequestId(_ctx.stringValue("RemoveSfaceFaceResponse.RequestId")); return removeSfaceFaceResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/transform
java-sources/com/aliyun/aliyun-java-sdk-aligreen-console/1.0.4/com/aliyuncs/aligreen_console/transform/v20191115/UpdateChannelUserResponseUnmarshaller.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.aligreen_console.transform.v20191115; import com.aliyuncs.aligreen_console.model.v20191115.UpdateChannelUserResponse; import com.aliyuncs.aligreen_console.model.v20191115.UpdateChannelUserResponse.ChannelInfo; import com.aliyuncs.transform.UnmarshallerContext; public class UpdateChannelUserResponseUnmarshaller { public static UpdateChannelUserResponse unmarshall(UpdateChannelUserResponse updateChannelUserResponse, UnmarshallerContext _ctx) { updateChannelUserResponse.setRequestId(_ctx.stringValue("UpdateChannelUserResponse.RequestId")); updateChannelUserResponse.setUid(_ctx.stringValue("UpdateChannelUserResponse.Uid")); updateChannelUserResponse.setNotes(_ctx.stringValue("UpdateChannelUserResponse.Notes")); updateChannelUserResponse.setAligreenUid(_ctx.stringValue("UpdateChannelUserResponse.AligreenUid")); ChannelInfo channelInfo = new ChannelInfo(); channelInfo.setName(_ctx.stringValue("UpdateChannelUserResponse.ChannelInfo.Name")); channelInfo.setOwners(_ctx.stringValue("UpdateChannelUserResponse.ChannelInfo.Owners")); channelInfo.setNotes(_ctx.stringValue("UpdateChannelUserResponse.ChannelInfo.Notes")); channelInfo.setChannel(_ctx.stringValue("UpdateChannelUserResponse.ChannelInfo.Channel")); updateChannelUserResponse.setChannelInfo(channelInfo); return updateChannelUserResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alikafka/1.2.13/com/aliyuncs
java-sources/com/aliyun/aliyun-java-sdk-alikafka/1.2.13/com/aliyuncs/alikafka/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.alikafka; 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-alikafka/1.2.13/com/aliyuncs/alikafka/model
java-sources/com/aliyun/aliyun-java-sdk-alikafka/1.2.13/com/aliyuncs/alikafka/model/v20190916/ChangeResourceGroupRequest.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.alikafka.model.v20190916; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.alikafka.Endpoint; /** * @author auto create * @version */ public class ChangeResourceGroupRequest extends RpcAcsRequest<ChangeResourceGroupResponse> { private String resourceId; private String newResourceGroupId; public ChangeResourceGroupRequest() { super("alikafka", "2019-09-16", "ChangeResourceGroup", "alikafka"); 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 getResourceId() { return this.resourceId; } public void setResourceId(String resourceId) { this.resourceId = resourceId; if(resourceId != null){ putQueryParameter("ResourceId", resourceId); } } public String getNewResourceGroupId() { return this.newResourceGroupId; } public void setNewResourceGroupId(String newResourceGroupId) { this.newResourceGroupId = newResourceGroupId; if(newResourceGroupId != null){ putQueryParameter("NewResourceGroupId", newResourceGroupId); } } @Override public Class<ChangeResourceGroupResponse> getResponseClass() { return ChangeResourceGroupResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alikafka/1.2.13/com/aliyuncs/alikafka/model
java-sources/com/aliyun/aliyun-java-sdk-alikafka/1.2.13/com/aliyuncs/alikafka/model/v20190916/ChangeResourceGroupResponse.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.alikafka.model.v20190916; import com.aliyuncs.AcsResponse; import com.aliyuncs.alikafka.transform.v20190916.ChangeResourceGroupResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ChangeResourceGroupResponse extends AcsResponse { private Integer code; private String message; private String requestId; private Long success; private String newResourceGroupId; 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 String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Long getSuccess() { return this.success; } public void setSuccess(Long success) { this.success = success; } public String getNewResourceGroupId() { return this.newResourceGroupId; } public void setNewResourceGroupId(String newResourceGroupId) { this.newResourceGroupId = newResourceGroupId; } @Override public ChangeResourceGroupResponse getInstance(UnmarshallerContext context) { return ChangeResourceGroupResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-alikafka/1.2.13/com/aliyuncs/alikafka/model
java-sources/com/aliyun/aliyun-java-sdk-alikafka/1.2.13/com/aliyuncs/alikafka/model/v20190916/ConvertPostPayOrderRequest.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.alikafka.model.v20190916; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.alikafka.Endpoint; /** * @author auto create * @version */ public class ConvertPostPayOrderRequest extends RpcAcsRequest<ConvertPostPayOrderResponse> { private Integer paidType; private Integer duration; private String instanceId; public ConvertPostPayOrderRequest() { super("alikafka", "2019-09-16", "ConvertPostPayOrder", "alikafka"); 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 Integer getPaidType() { return this.paidType; } public void setPaidType(Integer paidType) { this.paidType = paidType; if(paidType != null){ putQueryParameter("PaidType", paidType.toString()); } } public Integer getDuration() { return this.duration; } public void setDuration(Integer duration) { this.duration = duration; if(duration != null){ putQueryParameter("Duration", duration.toString()); } } public String getInstanceId() { return this.instanceId; } public void setInstanceId(String instanceId) { this.instanceId = instanceId; if(instanceId != null){ putQueryParameter("InstanceId", instanceId); } } @Override public Class<ConvertPostPayOrderResponse> getResponseClass() { return ConvertPostPayOrderResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alikafka/1.2.13/com/aliyuncs/alikafka/model
java-sources/com/aliyun/aliyun-java-sdk-alikafka/1.2.13/com/aliyuncs/alikafka/model/v20190916/ConvertPostPayOrderResponse.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.alikafka.model.v20190916; import com.aliyuncs.AcsResponse; import com.aliyuncs.alikafka.transform.v20190916.ConvertPostPayOrderResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ConvertPostPayOrderResponse extends AcsResponse { private Integer code; private String message; private String requestId; private Boolean success; private String orderId; 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 String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getOrderId() { return this.orderId; } public void setOrderId(String orderId) { this.orderId = orderId; } @Override public ConvertPostPayOrderResponse getInstance(UnmarshallerContext context) { return ConvertPostPayOrderResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-alikafka/1.2.13/com/aliyuncs/alikafka/model
java-sources/com/aliyun/aliyun-java-sdk-alikafka/1.2.13/com/aliyuncs/alikafka/model/v20190916/CreateAclRequest.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.alikafka.model.v20190916; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.alikafka.Endpoint; /** * @author auto create * @version */ public class CreateAclRequest extends RpcAcsRequest<CreateAclResponse> { private String aclResourcePatternType; private String aclResourceType; private String host; private String aclOperationTypes; private String aclOperationType; private String aclResourceName; private String instanceId; private String aclPermissionType; private String username; public CreateAclRequest() { super("alikafka", "2019-09-16", "CreateAcl", "alikafka"); 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 getAclResourcePatternType() { return this.aclResourcePatternType; } public void setAclResourcePatternType(String aclResourcePatternType) { this.aclResourcePatternType = aclResourcePatternType; if(aclResourcePatternType != null){ putQueryParameter("AclResourcePatternType", aclResourcePatternType); } } public String getAclResourceType() { return this.aclResourceType; } public void setAclResourceType(String aclResourceType) { this.aclResourceType = aclResourceType; if(aclResourceType != null){ putQueryParameter("AclResourceType", aclResourceType); } } public String getHost() { return this.host; } public void setHost(String host) { this.host = host; if(host != null){ putQueryParameter("Host", host); } } public String getAclOperationTypes() { return this.aclOperationTypes; } public void setAclOperationTypes(String aclOperationTypes) { this.aclOperationTypes = aclOperationTypes; if(aclOperationTypes != null){ putQueryParameter("AclOperationTypes", aclOperationTypes); } } public String getAclOperationType() { return this.aclOperationType; } public void setAclOperationType(String aclOperationType) { this.aclOperationType = aclOperationType; if(aclOperationType != null){ putQueryParameter("AclOperationType", aclOperationType); } } public String getAclResourceName() { return this.aclResourceName; } public void setAclResourceName(String aclResourceName) { this.aclResourceName = aclResourceName; if(aclResourceName != null){ putQueryParameter("AclResourceName", aclResourceName); } } public String getInstanceId() { return this.instanceId; } public void setInstanceId(String instanceId) { this.instanceId = instanceId; if(instanceId != null){ putQueryParameter("InstanceId", instanceId); } } public String getAclPermissionType() { return this.aclPermissionType; } public void setAclPermissionType(String aclPermissionType) { this.aclPermissionType = aclPermissionType; if(aclPermissionType != null){ putQueryParameter("AclPermissionType", aclPermissionType); } } public String getUsername() { return this.username; } public void setUsername(String username) { this.username = username; if(username != null){ putQueryParameter("Username", username); } } @Override public Class<CreateAclResponse> getResponseClass() { return CreateAclResponse.class; } }