index
int64
repo_id
string
file_path
string
content
string
0
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform/v20160714/ModifyLogConfigResponseUnmarshaller.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you 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.cloudapi.transform.v20160714; import com.aliyuncs.cloudapi.model.v20160714.ModifyLogConfigResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ModifyLogConfigResponseUnmarshaller { public static ModifyLogConfigResponse unmarshall(ModifyLogConfigResponse modifyLogConfigResponse, UnmarshallerContext context) { modifyLogConfigResponse.setRequestId(context.stringValue("ModifyLogConfigResponse.RequestId")); return modifyLogConfigResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform/v20160714/ModifyModelResponseUnmarshaller.java
package com.aliyuncs.cloudapi.transform.v20160714; import com.aliyuncs.cloudapi.model.v20160714.ModifyModelResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ModifyModelResponseUnmarshaller { public static ModifyModelResponse unmarshall(ModifyModelResponse modifyModelResponse, UnmarshallerContext context) { modifyModelResponse.setRequestId(context.stringValue("ModifyModelResponse.RequestId")); return modifyModelResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform/v20160714/ModifyPluginResponseUnmarshaller.java
package com.aliyuncs.cloudapi.transform.v20160714; import com.aliyuncs.cloudapi.model.v20160714.CreatePluginResponse; import com.aliyuncs.cloudapi.model.v20160714.ModifyPluginResponse; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * */ public class ModifyPluginResponseUnmarshaller { public static ModifyPluginResponse unmarshall(ModifyPluginResponse modifyPluginResponse, UnmarshallerContext context) { modifyPluginResponse.setRequestId(context.stringValue("ModifyPluginResponse.RequestId")); return modifyPluginResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform/v20160714/ModifySignatureResponseUnmarshaller.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you 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.cloudapi.transform.v20160714; import com.aliyuncs.cloudapi.model.v20160714.ModifySignatureResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ModifySignatureResponseUnmarshaller { public static ModifySignatureResponse unmarshall(ModifySignatureResponse modifySignatureResponse, UnmarshallerContext context) { modifySignatureResponse.setRequestId(context.stringValue("ModifySignatureResponse.RequestId")); modifySignatureResponse.setSignatureId(context.stringValue("ModifySignatureResponse.SignatureId")); modifySignatureResponse.setSignatureName(context.stringValue("ModifySignatureResponse.SignatureName")); return modifySignatureResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform/v20160714/ModifyTrafficControlResponseUnmarshaller.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you 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.cloudapi.transform.v20160714; import com.aliyuncs.cloudapi.model.v20160714.ModifyTrafficControlResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ModifyTrafficControlResponseUnmarshaller { public static ModifyTrafficControlResponse unmarshall(ModifyTrafficControlResponse modifyTrafficControlResponse, UnmarshallerContext context) { modifyTrafficControlResponse.setRequestId(context.stringValue("ModifyTrafficControlResponse.RequestId")); return modifyTrafficControlResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform/v20160714/ReactivateDomainResponseUnmarshaller.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you 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.cloudapi.transform.v20160714; import com.aliyuncs.cloudapi.model.v20160714.ReactivateDomainResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ReactivateDomainResponseUnmarshaller { public static ReactivateDomainResponse unmarshall(ReactivateDomainResponse reactivateDomainResponse, UnmarshallerContext context) { reactivateDomainResponse.setRequestId(context.stringValue("ReactivateDomainResponse.RequestId")); return reactivateDomainResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform/v20160714/RemoveApisAuthoritiesResponseUnmarshaller.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you 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.cloudapi.transform.v20160714; import com.aliyuncs.cloudapi.model.v20160714.RemoveApisAuthoritiesResponse; import com.aliyuncs.transform.UnmarshallerContext; public class RemoveApisAuthoritiesResponseUnmarshaller { public static RemoveApisAuthoritiesResponse unmarshall(RemoveApisAuthoritiesResponse removeApisAuthoritiesResponse, UnmarshallerContext context) { removeApisAuthoritiesResponse.setRequestId(context.stringValue("RemoveApisAuthoritiesResponse.RequestId")); return removeApisAuthoritiesResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform/v20160714/RemoveAppsAuthoritiesResponseUnmarshaller.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you 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.cloudapi.transform.v20160714; import com.aliyuncs.cloudapi.model.v20160714.RemoveAppsAuthoritiesResponse; import com.aliyuncs.transform.UnmarshallerContext; public class RemoveAppsAuthoritiesResponseUnmarshaller { public static RemoveAppsAuthoritiesResponse unmarshall(RemoveAppsAuthoritiesResponse removeAppsAuthoritiesResponse, UnmarshallerContext context) { removeAppsAuthoritiesResponse.setRequestId(context.stringValue("RemoveAppsAuthoritiesResponse.RequestId")); return removeAppsAuthoritiesResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform/v20160714/RemoveCatalogRelationResponseUnmarshaller.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you 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.cloudapi.transform.v20160714; import com.aliyuncs.cloudapi.model.v20160714.RemoveCatalogRelationResponse; import com.aliyuncs.transform.UnmarshallerContext; public class RemoveCatalogRelationResponseUnmarshaller { public static RemoveCatalogRelationResponse unmarshall(RemoveCatalogRelationResponse removeCatalogRelationResponse, UnmarshallerContext context) { removeCatalogRelationResponse.setRequestId(context.stringValue("RemoveCatalogRelationResponse.RequestId")); return removeCatalogRelationResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform/v20160714/RemoveCatalogRelationsResponseUnmarshaller.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you 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.cloudapi.transform.v20160714; import com.aliyuncs.cloudapi.model.v20160714.RemoveCatalogRelationsResponse; import com.aliyuncs.transform.UnmarshallerContext; public class RemoveCatalogRelationsResponseUnmarshaller { public static RemoveCatalogRelationsResponse unmarshall(RemoveCatalogRelationsResponse removeCatalogRelationsResponse, UnmarshallerContext context) { removeCatalogRelationsResponse.setRequestId(context.stringValue("RemoveCatalogRelationsResponse.RequestId")); return removeCatalogRelationsResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform/v20160714/RemoveIpControlApisResponseUnmarshaller.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you 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.cloudapi.transform.v20160714; import com.aliyuncs.cloudapi.model.v20160714.RemoveIpControlApisResponse; import com.aliyuncs.transform.UnmarshallerContext; public class RemoveIpControlApisResponseUnmarshaller { public static RemoveIpControlApisResponse unmarshall(RemoveIpControlApisResponse removeIpControlApisResponse, UnmarshallerContext context) { removeIpControlApisResponse.setRequestId(context.stringValue("RemoveIpControlApisResponse.RequestId")); return removeIpControlApisResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform/v20160714/RemoveIpControlPolicyItemResponseUnmarshaller.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you 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.cloudapi.transform.v20160714; import com.aliyuncs.cloudapi.model.v20160714.RemoveIpControlPolicyItemResponse; import com.aliyuncs.transform.UnmarshallerContext; public class RemoveIpControlPolicyItemResponseUnmarshaller { public static RemoveIpControlPolicyItemResponse unmarshall(RemoveIpControlPolicyItemResponse removeIpControlPolicyItemResponse, UnmarshallerContext context) { removeIpControlPolicyItemResponse.setRequestId(context.stringValue("RemoveIpControlPolicyItemResponse.RequestId")); return removeIpControlPolicyItemResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform/v20160714/RemoveSignatureApisResponseUnmarshaller.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you 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.cloudapi.transform.v20160714; import com.aliyuncs.cloudapi.model.v20160714.RemoveSignatureApisResponse; import com.aliyuncs.transform.UnmarshallerContext; public class RemoveSignatureApisResponseUnmarshaller { public static RemoveSignatureApisResponse unmarshall(RemoveSignatureApisResponse removeSignatureApisResponse, UnmarshallerContext context) { removeSignatureApisResponse.setRequestId(context.stringValue("RemoveSignatureApisResponse.RequestId")); return removeSignatureApisResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform/v20160714/RemoveTrafficControlApisResponseUnmarshaller.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you 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.cloudapi.transform.v20160714; import com.aliyuncs.cloudapi.model.v20160714.RemoveTrafficControlApisResponse; import com.aliyuncs.transform.UnmarshallerContext; public class RemoveTrafficControlApisResponseUnmarshaller { public static RemoveTrafficControlApisResponse unmarshall(RemoveTrafficControlApisResponse removeTrafficControlApisResponse, UnmarshallerContext context) { removeTrafficControlApisResponse.setRequestId(context.stringValue("RemoveTrafficControlApisResponse.RequestId")); return removeTrafficControlApisResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform/v20160714/RemoveVpcAccessResponseUnmarshaller.java
/* * Copyright 2017 Aliyun.com All right reserved. This software is the * confidential and proprietary information of Aliyun.com ("Confidential * Information"). You shall not disclose such Confidential Information and shall * use it only in accordance with the terms of the license agreement you entered * into with Aliyun.com . */ package com.aliyuncs.cloudapi.transform.v20160714; import com.aliyuncs.cloudapi.model.v20160714.RemoveVpcAccessResponse; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * */ public class RemoveVpcAccessResponseUnmarshaller { public static RemoveVpcAccessResponse unmarshall(RemoveVpcAccessResponse removeVpcAccessAccessResponse, UnmarshallerContext context) { removeVpcAccessAccessResponse.setRequestId(context.stringValue("RemoveVpcAccessResponse.RequestId")); return removeVpcAccessAccessResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform/v20160714/ResetAppCodeResponseUnmarshaller.java
package com.aliyuncs.cloudapi.transform.v20160714; import com.aliyuncs.cloudapi.model.v20160714.ResetAppCodeResponse; import com.aliyuncs.transform.UnmarshallerContext; /** */ public class ResetAppCodeResponseUnmarshaller { public static ResetAppCodeResponse unmarshall(ResetAppCodeResponse resetAppCodeResponse, UnmarshallerContext context){ resetAppCodeResponse.setRequestId(context.stringValue("ResetAppCodeResponse.RequestId")); return resetAppCodeResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform/v20160714/ResetAppKeySecretResponseUnmarshaller.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you 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.cloudapi.transform.v20160714; import com.aliyuncs.cloudapi.model.v20160714.ResetAppKeySecretResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ResetAppKeySecretResponseUnmarshaller { public static ResetAppKeySecretResponse unmarshall(ResetAppKeySecretResponse resetAppKeySecretResponse, UnmarshallerContext context) { resetAppKeySecretResponse.setRequestId(context.stringValue("ResetAppKeySecretResponse.RequestId")); return resetAppKeySecretResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform/v20160714/ResetAppSecretResponseUnmarshaller.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you 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.cloudapi.transform.v20160714; import com.aliyuncs.cloudapi.model.v20160714.ResetAppSecretResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ResetAppSecretResponseUnmarshaller { public static ResetAppSecretResponse unmarshall(ResetAppSecretResponse resetAppSecretResponse, UnmarshallerContext context) { resetAppSecretResponse.setRequestId(context.stringValue("ResetAppSecretResponse.RequestId")); return resetAppSecretResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform/v20160714/SdkGenerateByAppResponseUnmarshaller.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you 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.cloudapi.transform.v20160714; import com.aliyuncs.cloudapi.model.v20160714.SdkGenerateByAppResponse; import com.aliyuncs.transform.UnmarshallerContext; public class SdkGenerateByAppResponseUnmarshaller { public static SdkGenerateByAppResponse unmarshall(SdkGenerateByAppResponse sdkGenerateByAppResponse, UnmarshallerContext context) { sdkGenerateByAppResponse.setRequestId(context.stringValue("SdkGenerateByAppResponse.RequestId")); sdkGenerateByAppResponse.setDownloadLink(context.stringValue("SdkGenerateByAppResponse.DownloadLink")); return sdkGenerateByAppResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform/v20160714/SdkGenerateByGroupResponseUnmarshaller.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you 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.cloudapi.transform.v20160714; import com.aliyuncs.cloudapi.model.v20160714.SdkGenerateByGroupResponse; import com.aliyuncs.transform.UnmarshallerContext; public class SdkGenerateByGroupResponseUnmarshaller { public static SdkGenerateByGroupResponse unmarshall(SdkGenerateByGroupResponse sdkGenerateByGroupResponse, UnmarshallerContext context) { sdkGenerateByGroupResponse.setRequestId(context.stringValue("SdkGenerateByGroupResponse.RequestId")); sdkGenerateByGroupResponse.setDownloadLink(context.stringValue("SdkGenerateByGroupResponse.DownloadLink")); return sdkGenerateByGroupResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform/v20160714/SdkGenerateResponseUnmarshaller.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you 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.cloudapi.transform.v20160714; import com.aliyuncs.cloudapi.model.v20160714.SdkGenerateResponse; import com.aliyuncs.transform.UnmarshallerContext; public class SdkGenerateResponseUnmarshaller { public static SdkGenerateResponse unmarshall(SdkGenerateResponse sdkGenerateResponse, UnmarshallerContext context) { sdkGenerateResponse.setRequestId(context.stringValue("SdkGenerateResponse.RequestId")); sdkGenerateResponse.setDownloadLink(context.stringValue("SdkGenerateResponse.DownloadLink")); return sdkGenerateResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform/v20160714/SetApisAuthoritiesResponseUnmarshaller.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you 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.cloudapi.transform.v20160714; import com.aliyuncs.cloudapi.model.v20160714.SetApisAuthoritiesResponse; import com.aliyuncs.transform.UnmarshallerContext; public class SetApisAuthoritiesResponseUnmarshaller { public static SetApisAuthoritiesResponse unmarshall(SetApisAuthoritiesResponse setApisAuthoritiesResponse, UnmarshallerContext context) { setApisAuthoritiesResponse.setRequestId(context.stringValue("SetApisAuthoritiesResponse.RequestId")); return setApisAuthoritiesResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform/v20160714/SetAppsAuthoritiesResponseUnmarshaller.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you 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.cloudapi.transform.v20160714; import com.aliyuncs.cloudapi.model.v20160714.SetAppsAuthoritiesResponse; import com.aliyuncs.transform.UnmarshallerContext; public class SetAppsAuthoritiesResponseUnmarshaller { public static SetAppsAuthoritiesResponse unmarshall(SetAppsAuthoritiesResponse setAppsAuthoritiesResponse, UnmarshallerContext context) { setAppsAuthoritiesResponse.setRequestId(context.stringValue("SetAppsAuthoritiesResponse.RequestId")); return setAppsAuthoritiesResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform/v20160714/SetDomainCertificateResponseUnmarshaller.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you 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.cloudapi.transform.v20160714; import com.aliyuncs.cloudapi.model.v20160714.SetDomainCertificateResponse; import com.aliyuncs.transform.UnmarshallerContext; public class SetDomainCertificateResponseUnmarshaller { public static SetDomainCertificateResponse unmarshall(SetDomainCertificateResponse setDomainCertificateResponse, UnmarshallerContext context) { setDomainCertificateResponse.setRequestId(context.stringValue("SetDomainCertificateResponse.RequestId")); return setDomainCertificateResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform/v20160714/SetDomainResponseUnmarshaller.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you 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.cloudapi.transform.v20160714; import com.aliyuncs.cloudapi.model.v20160714.SetDomainResponse; import com.aliyuncs.transform.UnmarshallerContext; public class SetDomainResponseUnmarshaller { public static SetDomainResponse unmarshall(SetDomainResponse setDomainResponse, UnmarshallerContext context) { setDomainResponse.setRequestId(context.stringValue("SetDomainResponse.RequestId")); setDomainResponse.setGroupId(context.stringValue("SetDomainResponse.GroupId")); setDomainResponse.setDomainName(context.stringValue("SetDomainResponse.DomainName")); setDomainResponse.setSubDomain(context.stringValue("SetDomainResponse.SubDomain")); setDomainResponse.setDomainBindingStatus(context.stringValue("SetDomainResponse.DomainBindingStatus")); setDomainResponse.setDomainLegalStatus(context.stringValue("SetDomainResponse.DomainLegalStatus")); setDomainResponse.setDomainRemark(context.stringValue("SetDomainResponse.DomainRemark")); return setDomainResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform/v20160714/SetDomainWebSocketStatusResponseUnmarshaller.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you 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.cloudapi.transform.v20160714; import com.aliyuncs.cloudapi.model.v20160714.SetDomainWebSocketStatusResponse; import com.aliyuncs.transform.UnmarshallerContext; public class SetDomainWebSocketStatusResponseUnmarshaller { public static SetDomainWebSocketStatusResponse unmarshall(SetDomainWebSocketStatusResponse setDomainWebSocketStatusResponse, UnmarshallerContext context) { setDomainWebSocketStatusResponse.setRequestId(context.stringValue("SetDomainWebSocketStatusResponse.RequestId")); return setDomainWebSocketStatusResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform/v20160714/SetGroupAuthAppCodeResponseUnmarshaller.java
package com.aliyuncs.cloudapi.transform.v20160714; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudapi.model.v20160714.SetGroupAuthAppCodeResponse; import com.aliyuncs.transform.UnmarshallerContext; /** */ public class SetGroupAuthAppCodeResponseUnmarshaller { public static AcsResponse unmarshall(SetGroupAuthAppCodeResponse setGroupAuthAppCodeResponse, UnmarshallerContext context) { setGroupAuthAppCodeResponse.setRequestId(context.stringValue("SetGroupAuthAppCode.RequestId")); return setGroupAuthAppCodeResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform/v20160714/SetIpControlApisResponseUnmarshaller.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you 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.cloudapi.transform.v20160714; import com.aliyuncs.cloudapi.model.v20160714.SetIpControlApisResponse; import com.aliyuncs.transform.UnmarshallerContext; public class SetIpControlApisResponseUnmarshaller { public static SetIpControlApisResponse unmarshall(SetIpControlApisResponse setIpControlApisResponse, UnmarshallerContext context) { setIpControlApisResponse.setRequestId(context.stringValue("SetIpControlApisResponse.RequestId")); return setIpControlApisResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform/v20160714/SetSignatureApisResponseUnmarshaller.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you 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.cloudapi.transform.v20160714; import com.aliyuncs.cloudapi.model.v20160714.SetSignatureApisResponse; import com.aliyuncs.transform.UnmarshallerContext; public class SetSignatureApisResponseUnmarshaller { public static SetSignatureApisResponse unmarshall(SetSignatureApisResponse setSignatureApisResponse, UnmarshallerContext context) { setSignatureApisResponse.setRequestId(context.stringValue("SetSignatureApisResponse.RequestId")); return setSignatureApisResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform/v20160714/SetTrafficControlApisResponseUnmarshaller.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you 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.cloudapi.transform.v20160714; import com.aliyuncs.cloudapi.model.v20160714.SetTrafficControlApisResponse; import com.aliyuncs.transform.UnmarshallerContext; public class SetTrafficControlApisResponseUnmarshaller { public static SetTrafficControlApisResponse unmarshall(SetTrafficControlApisResponse setTrafficControlApisResponse, UnmarshallerContext context) { setTrafficControlApisResponse.setRequestId(context.stringValue("SetTrafficControlApisResponse.RequestId")); return setTrafficControlApisResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform/v20160714/SetVpcAccessResponseUnmarshaller.java
/* * Copyright 2017 Aliyun.com All right reserved. This software is the * confidential and proprietary information of Aliyun.com ("Confidential * Information"). You shall not disclose such Confidential Information and shall * use it only in accordance with the terms of the license agreement you entered * into with Aliyun.com . */ package com.aliyuncs.cloudapi.transform.v20160714; import com.aliyuncs.cloudapi.model.v20160714.SetVpcAccessResponse; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * */ public class SetVpcAccessResponseUnmarshaller { public static SetVpcAccessResponse unmarshall(SetVpcAccessResponse setVpcAccessResponse, UnmarshallerContext context) { setVpcAccessResponse.setRequestId(context.stringValue("SetVpcAccessResponse.RequestId")); return setVpcAccessResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform/v20160714/SwitchApiResponseUnmarshaller.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you 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.cloudapi.transform.v20160714; import com.aliyuncs.cloudapi.model.v20160714.SwitchApiResponse; import com.aliyuncs.transform.UnmarshallerContext; public class SwitchApiResponseUnmarshaller { public static SwitchApiResponse unmarshall(SwitchApiResponse switchApiResponse, UnmarshallerContext context) { switchApiResponse.setRequestId(context.stringValue("SwitchApiResponse.RequestId")); return switchApiResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform/v20160714/TagResourcesResponseUnmarshaller.java
package com.aliyuncs.cloudapi.transform.v20160714; import com.aliyuncs.cloudapi.model.v20160714.TagResourcesResponse; import com.aliyuncs.transform.UnmarshallerContext; /** * */ public class TagResourcesResponseUnmarshaller { public static TagResourcesResponse unmarshall(TagResourcesResponse response, UnmarshallerContext context) { response.setRequestId(context.stringValue("TagResorucesResponse.RequestId")); return response; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/transform/v20160714/UntagResourcesResponseUnmarshaller.java
package com.aliyuncs.cloudapi.transform.v20160714; import com.aliyuncs.cloudapi.model.v20160714.UntagResourcesResponse; import com.aliyuncs.transform.UnmarshallerContext; /** * */ public class UntagResourcesResponseUnmarshaller { public static UntagResourcesResponse unmarshall(UntagResourcesResponse UntagResourcesResponse, UnmarshallerContext context) { UntagResourcesResponse.setRequestId(context.stringValue("UntagResourcesSystemTagsResponse.RequestId")); return UntagResourcesResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/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.cloudauth; import java.util.HashMap; public class Endpoint { public static HashMap<String, String> endpointMap = new HashMap<String, String>() {}; public static String endpointRegionalType = "central"; }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/AIGCFaceVerifyRequest.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.cloudauth.model.v20190307; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudauth.Endpoint; /** * @author auto create * @version */ public class AIGCFaceVerifyRequest extends RpcAcsRequest<AIGCFaceVerifyResponse> { private String productCode; private String ossObjectName; private String faceContrastPicture; private String outerOrderNo; private String faceContrastPictureUrl; private Long sceneId; private String ossBucketName; public AIGCFaceVerifyRequest() { super("Cloudauth", "2019-03-07", "AIGCFaceVerify", "cloudauth"); 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 getProductCode() { return this.productCode; } public void setProductCode(String productCode) { this.productCode = productCode; if(productCode != null){ putQueryParameter("ProductCode", productCode); } } public String getOssObjectName() { return this.ossObjectName; } public void setOssObjectName(String ossObjectName) { this.ossObjectName = ossObjectName; if(ossObjectName != null){ putQueryParameter("OssObjectName", ossObjectName); } } public String getFaceContrastPicture() { return this.faceContrastPicture; } public void setFaceContrastPicture(String faceContrastPicture) { this.faceContrastPicture = faceContrastPicture; if(faceContrastPicture != null){ putBodyParameter("FaceContrastPicture", faceContrastPicture); } } public String getOuterOrderNo() { return this.outerOrderNo; } public void setOuterOrderNo(String outerOrderNo) { this.outerOrderNo = outerOrderNo; if(outerOrderNo != null){ putQueryParameter("OuterOrderNo", outerOrderNo); } } public String getFaceContrastPictureUrl() { return this.faceContrastPictureUrl; } public void setFaceContrastPictureUrl(String faceContrastPictureUrl) { this.faceContrastPictureUrl = faceContrastPictureUrl; if(faceContrastPictureUrl != null){ putQueryParameter("FaceContrastPictureUrl", faceContrastPictureUrl); } } public Long getSceneId() { return this.sceneId; } public void setSceneId(Long sceneId) { this.sceneId = sceneId; if(sceneId != null){ putQueryParameter("SceneId", sceneId.toString()); } } public String getOssBucketName() { return this.ossBucketName; } public void setOssBucketName(String ossBucketName) { this.ossBucketName = ossBucketName; if(ossBucketName != null){ putQueryParameter("OssBucketName", ossBucketName); } } @Override public Class<AIGCFaceVerifyResponse> getResponseClass() { return AIGCFaceVerifyResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/AIGCFaceVerifyResponse.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.cloudauth.model.v20190307; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth.transform.v20190307.AIGCFaceVerifyResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class AIGCFaceVerifyResponse extends AcsResponse { private String requestId; private String message; private String code; private ResultObject resultObject; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public ResultObject getResultObject() { return this.resultObject; } public void setResultObject(ResultObject resultObject) { this.resultObject = resultObject; } public static class ResultObject { private String result; private String score; private String certifyId; public String getResult() { return this.result; } public void setResult(String result) { this.result = result; } public String getScore() { return this.score; } public void setScore(String score) { this.score = score; } public String getCertifyId() { return this.certifyId; } public void setCertifyId(String certifyId) { this.certifyId = certifyId; } } @Override public AIGCFaceVerifyResponse getInstance(UnmarshallerContext context) { return AIGCFaceVerifyResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/BankMetaVerifyRequest.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.cloudauth.model.v20190307; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.ProtocolType; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudauth.Endpoint; /** * @author auto create * @version */ public class BankMetaVerifyRequest extends RpcAcsRequest<BankMetaVerifyResponse> { private String paramType; private String verifyMode; private String identityType; private String mobile; private String identifyNum; private String productType; private String bankCard; private String userName; public BankMetaVerifyRequest() { super("Cloudauth", "2019-03-07", "BankMetaVerify", "cloudauth"); setProtocol(ProtocolType.HTTPS); 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 getParamType() { return this.paramType; } public void setParamType(String paramType) { this.paramType = paramType; if(paramType != null){ putQueryParameter("ParamType", paramType); } } public String getVerifyMode() { return this.verifyMode; } public void setVerifyMode(String verifyMode) { this.verifyMode = verifyMode; if(verifyMode != null){ putQueryParameter("VerifyMode", verifyMode); } } public String getIdentityType() { return this.identityType; } public void setIdentityType(String identityType) { this.identityType = identityType; if(identityType != null){ putQueryParameter("IdentityType", identityType); } } public String getMobile() { return this.mobile; } public void setMobile(String mobile) { this.mobile = mobile; if(mobile != null){ putQueryParameter("Mobile", mobile); } } public String getIdentifyNum() { return this.identifyNum; } public void setIdentifyNum(String identifyNum) { this.identifyNum = identifyNum; if(identifyNum != null){ putQueryParameter("IdentifyNum", identifyNum); } } public String getProductType() { return this.productType; } public void setProductType(String productType) { this.productType = productType; if(productType != null){ putQueryParameter("ProductType", productType); } } public String getBankCard() { return this.bankCard; } public void setBankCard(String bankCard) { this.bankCard = bankCard; if(bankCard != null){ putQueryParameter("BankCard", bankCard); } } public String getUserName() { return this.userName; } public void setUserName(String userName) { this.userName = userName; if(userName != null){ putQueryParameter("UserName", userName); } } @Override public Class<BankMetaVerifyResponse> getResponseClass() { return BankMetaVerifyResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/BankMetaVerifyResponse.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.cloudauth.model.v20190307; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth.transform.v20190307.BankMetaVerifyResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class BankMetaVerifyResponse extends AcsResponse { private String requestId; private String code; private String message; private ResultObject resultObject; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public ResultObject getResultObject() { return this.resultObject; } public void setResultObject(ResultObject resultObject) { this.resultObject = resultObject; } public static class ResultObject { private String bizCode; private String subCode; public String getBizCode() { return this.bizCode; } public void setBizCode(String bizCode) { this.bizCode = bizCode; } public String getSubCode() { return this.subCode; } public void setSubCode(String subCode) { this.subCode = subCode; } } @Override public BankMetaVerifyResponse getInstance(UnmarshallerContext context) { return BankMetaVerifyResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/CompareFaceVerifyRequest.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.cloudauth.model.v20190307; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudauth.Endpoint; /** * @author auto create * @version */ public class CompareFaceVerifyRequest extends RpcAcsRequest<CompareFaceVerifyResponse> { private String productCode; private String targetCertifyId; private String targetFaceContrastPicture; private String targetOssBucketName; private String outerOrderNo; private String sourceFaceContrastPicture; private String sourceCertifyId; private String targetFaceContrastPictureUrl; private String sourceOssObjectName; private String sourceOssBucketName; private String targetOssObjectName; private Long sceneId; private String sourceFaceContrastPictureUrl; private String crop; public CompareFaceVerifyRequest() { super("Cloudauth", "2019-03-07", "CompareFaceVerify", "cloudauth"); 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 getProductCode() { return this.productCode; } public void setProductCode(String productCode) { this.productCode = productCode; if(productCode != null){ putBodyParameter("ProductCode", productCode); } } public String getTargetCertifyId() { return this.targetCertifyId; } public void setTargetCertifyId(String targetCertifyId) { this.targetCertifyId = targetCertifyId; if(targetCertifyId != null){ putBodyParameter("TargetCertifyId", targetCertifyId); } } public String getTargetFaceContrastPicture() { return this.targetFaceContrastPicture; } public void setTargetFaceContrastPicture(String targetFaceContrastPicture) { this.targetFaceContrastPicture = targetFaceContrastPicture; if(targetFaceContrastPicture != null){ putBodyParameter("TargetFaceContrastPicture", targetFaceContrastPicture); } } public String getTargetOssBucketName() { return this.targetOssBucketName; } public void setTargetOssBucketName(String targetOssBucketName) { this.targetOssBucketName = targetOssBucketName; if(targetOssBucketName != null){ putBodyParameter("TargetOssBucketName", targetOssBucketName); } } public String getOuterOrderNo() { return this.outerOrderNo; } public void setOuterOrderNo(String outerOrderNo) { this.outerOrderNo = outerOrderNo; if(outerOrderNo != null){ putBodyParameter("OuterOrderNo", outerOrderNo); } } public String getSourceFaceContrastPicture() { return this.sourceFaceContrastPicture; } public void setSourceFaceContrastPicture(String sourceFaceContrastPicture) { this.sourceFaceContrastPicture = sourceFaceContrastPicture; if(sourceFaceContrastPicture != null){ putBodyParameter("SourceFaceContrastPicture", sourceFaceContrastPicture); } } public String getSourceCertifyId() { return this.sourceCertifyId; } public void setSourceCertifyId(String sourceCertifyId) { this.sourceCertifyId = sourceCertifyId; if(sourceCertifyId != null){ putBodyParameter("SourceCertifyId", sourceCertifyId); } } public String getTargetFaceContrastPictureUrl() { return this.targetFaceContrastPictureUrl; } public void setTargetFaceContrastPictureUrl(String targetFaceContrastPictureUrl) { this.targetFaceContrastPictureUrl = targetFaceContrastPictureUrl; if(targetFaceContrastPictureUrl != null){ putBodyParameter("TargetFaceContrastPictureUrl", targetFaceContrastPictureUrl); } } public String getSourceOssObjectName() { return this.sourceOssObjectName; } public void setSourceOssObjectName(String sourceOssObjectName) { this.sourceOssObjectName = sourceOssObjectName; if(sourceOssObjectName != null){ putBodyParameter("SourceOssObjectName", sourceOssObjectName); } } public String getSourceOssBucketName() { return this.sourceOssBucketName; } public void setSourceOssBucketName(String sourceOssBucketName) { this.sourceOssBucketName = sourceOssBucketName; if(sourceOssBucketName != null){ putBodyParameter("SourceOssBucketName", sourceOssBucketName); } } public String getTargetOssObjectName() { return this.targetOssObjectName; } public void setTargetOssObjectName(String targetOssObjectName) { this.targetOssObjectName = targetOssObjectName; if(targetOssObjectName != null){ putBodyParameter("TargetOssObjectName", targetOssObjectName); } } public Long getSceneId() { return this.sceneId; } public void setSceneId(Long sceneId) { this.sceneId = sceneId; if(sceneId != null){ putBodyParameter("SceneId", sceneId.toString()); } } public String getSourceFaceContrastPictureUrl() { return this.sourceFaceContrastPictureUrl; } public void setSourceFaceContrastPictureUrl(String sourceFaceContrastPictureUrl) { this.sourceFaceContrastPictureUrl = sourceFaceContrastPictureUrl; if(sourceFaceContrastPictureUrl != null){ putBodyParameter("SourceFaceContrastPictureUrl", sourceFaceContrastPictureUrl); } } public String getCrop() { return this.crop; } public void setCrop(String crop) { this.crop = crop; if(crop != null){ putBodyParameter("Crop", crop); } } @Override public Class<CompareFaceVerifyResponse> getResponseClass() { return CompareFaceVerifyResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/CompareFaceVerifyResponse.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.cloudauth.model.v20190307; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth.transform.v20190307.CompareFaceVerifyResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CompareFaceVerifyResponse extends AcsResponse { private String code; private String message; private String requestId; private ResultObject resultObject; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public ResultObject getResultObject() { return this.resultObject; } public void setResultObject(ResultObject resultObject) { this.resultObject = resultObject; } public static class ResultObject { private String certifyId; private Float verifyScore; private String passed; public String getCertifyId() { return this.certifyId; } public void setCertifyId(String certifyId) { this.certifyId = certifyId; } public Float getVerifyScore() { return this.verifyScore; } public void setVerifyScore(Float verifyScore) { this.verifyScore = verifyScore; } public String getPassed() { return this.passed; } public void setPassed(String passed) { this.passed = passed; } } @Override public CompareFaceVerifyResponse getInstance(UnmarshallerContext context) { return CompareFaceVerifyResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/CompareFacesRequest.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.cloudauth.model.v20190307; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.ProtocolType; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudauth.Endpoint; /** * @author auto create * @version */ public class CompareFacesRequest extends RpcAcsRequest<CompareFacesResponse> { private String sourceImageType; private String targetImageType; private String targetImageValue; private String sourceImageValue; public CompareFacesRequest() { super("Cloudauth", "2019-03-07", "CompareFaces", "cloudauth"); setProtocol(ProtocolType.HTTPS); 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 getSourceImageType() { return this.sourceImageType; } public void setSourceImageType(String sourceImageType) { this.sourceImageType = sourceImageType; if(sourceImageType != null){ putBodyParameter("SourceImageType", sourceImageType); } } public String getTargetImageType() { return this.targetImageType; } public void setTargetImageType(String targetImageType) { this.targetImageType = targetImageType; if(targetImageType != null){ putBodyParameter("TargetImageType", targetImageType); } } public String getTargetImageValue() { return this.targetImageValue; } public void setTargetImageValue(String targetImageValue) { this.targetImageValue = targetImageValue; if(targetImageValue != null){ putBodyParameter("TargetImageValue", targetImageValue); } } public String getSourceImageValue() { return this.sourceImageValue; } public void setSourceImageValue(String sourceImageValue) { this.sourceImageValue = sourceImageValue; if(sourceImageValue != null){ putBodyParameter("SourceImageValue", sourceImageValue); } } @Override public Class<CompareFacesResponse> getResponseClass() { return CompareFacesResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/CompareFacesResponse.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.cloudauth.model.v20190307; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth.transform.v20190307.CompareFacesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CompareFacesResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean success; private Data data; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public 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 Data getData() { return this.data; } public void setData(Data data) { this.data = data; } public static class Data { private Float similarityScore; private String confidenceThresholds; public Float getSimilarityScore() { return this.similarityScore; } public void setSimilarityScore(Float similarityScore) { this.similarityScore = similarityScore; } public String getConfidenceThresholds() { return this.confidenceThresholds; } public void setConfidenceThresholds(String confidenceThresholds) { this.confidenceThresholds = confidenceThresholds; } } @Override public CompareFacesResponse getInstance(UnmarshallerContext context) { return CompareFacesResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/ContrastFaceVerifyRequest.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.cloudauth.model.v20190307; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudauth.Endpoint; /** * @author auto create * @version */ public class ContrastFaceVerifyRequest extends RpcAcsRequest<ContrastFaceVerifyResponse> { private String productCode; private String faceContrastPicture; private String deviceToken; private String userId; private String certifyId; private String encryptType; private String certNo; private String outerOrderNo; private String certType; private String faceContrastPictureUrl; private String model; private String ossObjectName; private String certName; private String ip; private String mobile; private String faceContrastFile; private Long sceneId; private String ossBucketName; private String crop; public ContrastFaceVerifyRequest() { super("Cloudauth", "2019-03-07", "ContrastFaceVerify", "cloudauth"); 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 getProductCode() { return this.productCode; } public void setProductCode(String productCode) { this.productCode = productCode; if(productCode != null){ putBodyParameter("ProductCode", productCode); } } public String getFaceContrastPicture() { return this.faceContrastPicture; } public void setFaceContrastPicture(String faceContrastPicture) { this.faceContrastPicture = faceContrastPicture; if(faceContrastPicture != null){ putBodyParameter("FaceContrastPicture", faceContrastPicture); } } public String getDeviceToken() { return this.deviceToken; } public void setDeviceToken(String deviceToken) { this.deviceToken = deviceToken; if(deviceToken != null){ putBodyParameter("DeviceToken", deviceToken); } } public String getUserId() { return this.userId; } public void setUserId(String userId) { this.userId = userId; if(userId != null){ putBodyParameter("UserId", userId); } } public String getCertifyId() { return this.certifyId; } public void setCertifyId(String certifyId) { this.certifyId = certifyId; if(certifyId != null){ putBodyParameter("CertifyId", certifyId); } } public String getEncryptType() { return this.encryptType; } public void setEncryptType(String encryptType) { this.encryptType = encryptType; if(encryptType != null){ putBodyParameter("EncryptType", encryptType); } } public String getCertNo() { return this.certNo; } public void setCertNo(String certNo) { this.certNo = certNo; if(certNo != null){ putBodyParameter("CertNo", certNo); } } public String getOuterOrderNo() { return this.outerOrderNo; } public void setOuterOrderNo(String outerOrderNo) { this.outerOrderNo = outerOrderNo; if(outerOrderNo != null){ putBodyParameter("OuterOrderNo", outerOrderNo); } } public String getCertType() { return this.certType; } public void setCertType(String certType) { this.certType = certType; if(certType != null){ putBodyParameter("CertType", certType); } } public String getFaceContrastPictureUrl() { return this.faceContrastPictureUrl; } public void setFaceContrastPictureUrl(String faceContrastPictureUrl) { this.faceContrastPictureUrl = faceContrastPictureUrl; if(faceContrastPictureUrl != null){ putBodyParameter("FaceContrastPictureUrl", faceContrastPictureUrl); } } public String getModel() { return this.model; } public void setModel(String model) { this.model = model; if(model != null){ putQueryParameter("Model", model); } } public String getOssObjectName() { return this.ossObjectName; } public void setOssObjectName(String ossObjectName) { this.ossObjectName = ossObjectName; if(ossObjectName != null){ putBodyParameter("OssObjectName", ossObjectName); } } public String getCertName() { return this.certName; } public void setCertName(String certName) { this.certName = certName; if(certName != null){ putBodyParameter("CertName", certName); } } public String getIp() { return this.ip; } public void setIp(String ip) { this.ip = ip; if(ip != null){ putBodyParameter("Ip", ip); } } public String getMobile() { return this.mobile; } public void setMobile(String mobile) { this.mobile = mobile; if(mobile != null){ putBodyParameter("Mobile", mobile); } } public String getFaceContrastFile() { return this.faceContrastFile; } public void setFaceContrastFile(String faceContrastFile) { this.faceContrastFile = faceContrastFile; if(faceContrastFile != null){ putBodyParameter("FaceContrastFile", faceContrastFile); } } public Long getSceneId() { return this.sceneId; } public void setSceneId(Long sceneId) { this.sceneId = sceneId; if(sceneId != null){ putBodyParameter("SceneId", sceneId.toString()); } } public String getOssBucketName() { return this.ossBucketName; } public void setOssBucketName(String ossBucketName) { this.ossBucketName = ossBucketName; if(ossBucketName != null){ putBodyParameter("OssBucketName", ossBucketName); } } public String getCrop() { return this.crop; } public void setCrop(String crop) { this.crop = crop; if(crop != null){ putBodyParameter("Crop", crop); } } @Override public Class<ContrastFaceVerifyResponse> getResponseClass() { return ContrastFaceVerifyResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/ContrastFaceVerifyResponse.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.cloudauth.model.v20190307; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth.transform.v20190307.ContrastFaceVerifyResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ContrastFaceVerifyResponse extends AcsResponse { private String code; private String message; private String requestId; private ResultObject resultObject; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public ResultObject getResultObject() { return this.resultObject; } public void setResultObject(ResultObject resultObject) { this.resultObject = resultObject; } public static class ResultObject { private String certifyId; private String subCode; private String materialInfo; private String identityInfo; private String passed; public String getCertifyId() { return this.certifyId; } public void setCertifyId(String certifyId) { this.certifyId = certifyId; } public String getSubCode() { return this.subCode; } public void setSubCode(String subCode) { this.subCode = subCode; } public String getMaterialInfo() { return this.materialInfo; } public void setMaterialInfo(String materialInfo) { this.materialInfo = materialInfo; } public String getIdentityInfo() { return this.identityInfo; } public void setIdentityInfo(String identityInfo) { this.identityInfo = identityInfo; } public String getPassed() { return this.passed; } public void setPassed(String passed) { this.passed = passed; } } @Override public ContrastFaceVerifyResponse getInstance(UnmarshallerContext context) { return ContrastFaceVerifyResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/CreateAuthKeyRequest.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.cloudauth.model.v20190307; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudauth.Endpoint; /** * @author auto create * @version */ public class CreateAuthKeyRequest extends RpcAcsRequest<CreateAuthKeyResponse> { private String userDeviceId; private Boolean test; private String bizType; private Integer authYears; public CreateAuthKeyRequest() { super("Cloudauth", "2019-03-07", "CreateAuthKey", "cloudauth"); 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 getUserDeviceId() { return this.userDeviceId; } public void setUserDeviceId(String userDeviceId) { this.userDeviceId = userDeviceId; if(userDeviceId != null){ putQueryParameter("UserDeviceId", userDeviceId); } } public Boolean getTest() { return this.test; } public void setTest(Boolean test) { this.test = test; if(test != null){ putQueryParameter("Test", test.toString()); } } public String getBizType() { return this.bizType; } public void setBizType(String bizType) { this.bizType = bizType; if(bizType != null){ putQueryParameter("BizType", bizType); } } public Integer getAuthYears() { return this.authYears; } public void setAuthYears(Integer authYears) { this.authYears = authYears; if(authYears != null){ putQueryParameter("AuthYears", authYears.toString()); } } @Override public Class<CreateAuthKeyResponse> getResponseClass() { return CreateAuthKeyResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/CreateAuthKeyResponse.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.cloudauth.model.v20190307; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth.transform.v20190307.CreateAuthKeyResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateAuthKeyResponse extends AcsResponse { private String authKey; private String requestId; public String getAuthKey() { return this.authKey; } public void setAuthKey(String authKey) { this.authKey = authKey; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public CreateAuthKeyResponse getInstance(UnmarshallerContext context) { return CreateAuthKeyResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/CreateVerifySettingRequest.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.cloudauth.model.v20190307; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudauth.Endpoint; /** * @author auto create * @version */ public class CreateVerifySettingRequest extends RpcAcsRequest<CreateVerifySettingResponse> { private Boolean guideStep; private Boolean resultStep; private String solution; private String bizName; private String bizType; private Boolean privacyStep; public CreateVerifySettingRequest() { super("Cloudauth", "2019-03-07", "CreateVerifySetting", "cloudauth"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Boolean getGuideStep() { return this.guideStep; } public void setGuideStep(Boolean guideStep) { this.guideStep = guideStep; if(guideStep != null){ putQueryParameter("GuideStep", guideStep.toString()); } } public Boolean getResultStep() { return this.resultStep; } public void setResultStep(Boolean resultStep) { this.resultStep = resultStep; if(resultStep != null){ putQueryParameter("ResultStep", resultStep.toString()); } } public String getSolution() { return this.solution; } public void setSolution(String solution) { this.solution = solution; if(solution != null){ putQueryParameter("Solution", solution); } } public String getBizName() { return this.bizName; } public void setBizName(String bizName) { this.bizName = bizName; if(bizName != null){ putQueryParameter("BizName", bizName); } } public String getBizType() { return this.bizType; } public void setBizType(String bizType) { this.bizType = bizType; if(bizType != null){ putQueryParameter("BizType", bizType); } } public Boolean getPrivacyStep() { return this.privacyStep; } public void setPrivacyStep(Boolean privacyStep) { this.privacyStep = privacyStep; if(privacyStep != null){ putQueryParameter("PrivacyStep", privacyStep.toString()); } } @Override public Class<CreateVerifySettingResponse> getResponseClass() { return CreateVerifySettingResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/CreateVerifySettingResponse.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.cloudauth.model.v20190307; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth.transform.v20190307.CreateVerifySettingResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateVerifySettingResponse extends AcsResponse { private String bizName; private String requestId; private String solution; private String bizType; private List<String> stepList; public String getBizName() { return this.bizName; } public void setBizName(String bizName) { this.bizName = bizName; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getSolution() { return this.solution; } public void setSolution(String solution) { this.solution = solution; } public String getBizType() { return this.bizType; } public void setBizType(String bizType) { this.bizType = bizType; } public List<String> getStepList() { return this.stepList; } public void setStepList(List<String> stepList) { this.stepList = stepList; } @Override public CreateVerifySettingResponse getInstance(UnmarshallerContext context) { return CreateVerifySettingResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/CredentialVerifyRequest.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.cloudauth.model.v20190307; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.google.gson.Gson; import com.google.gson.annotations.SerializedName; import com.aliyuncs.http.ProtocolType; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudauth.Endpoint; /** * @author auto create * @version */ public class CredentialVerifyRequest extends RpcAcsRequest<CredentialVerifyResponse> { private String productCode; private String isOCR; private String isCheck; private String imageContext; private String credType; private String promptModel; private String identifyNum; private String credName; private String merchantId; @SerializedName("merchantDetail") private List<MerchantDetail> merchantDetail; private String imageUrl; private String certNum; private String prompt; private String userName; public CredentialVerifyRequest() { super("Cloudauth", "2019-03-07", "CredentialVerify", "cloudauth"); setProtocol(ProtocolType.HTTPS); 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 getProductCode() { return this.productCode; } public void setProductCode(String productCode) { this.productCode = productCode; if(productCode != null){ putQueryParameter("ProductCode", productCode); } } public String getIsOCR() { return this.isOCR; } public void setIsOCR(String isOCR) { this.isOCR = isOCR; if(isOCR != null){ putQueryParameter("IsOCR", isOCR); } } public String getIsCheck() { return this.isCheck; } public void setIsCheck(String isCheck) { this.isCheck = isCheck; if(isCheck != null){ putQueryParameter("IsCheck", isCheck); } } public String getImageContext() { return this.imageContext; } public void setImageContext(String imageContext) { this.imageContext = imageContext; if(imageContext != null){ putBodyParameter("ImageContext", imageContext); } } public String getCredType() { return this.credType; } public void setCredType(String credType) { this.credType = credType; if(credType != null){ putQueryParameter("CredType", credType); } } public String getPromptModel() { return this.promptModel; } public void setPromptModel(String promptModel) { this.promptModel = promptModel; if(promptModel != null){ putQueryParameter("PromptModel", promptModel); } } public String getIdentifyNum() { return this.identifyNum; } public void setIdentifyNum(String identifyNum) { this.identifyNum = identifyNum; if(identifyNum != null){ putQueryParameter("IdentifyNum", identifyNum); } } public String getCredName() { return this.credName; } public void setCredName(String credName) { this.credName = credName; if(credName != null){ putQueryParameter("CredName", credName); } } public String getMerchantId() { return this.merchantId; } public void setMerchantId(String merchantId) { this.merchantId = merchantId; if(merchantId != null){ putQueryParameter("MerchantId", merchantId); } } public List<MerchantDetail> getMerchantDetail() { return this.merchantDetail; } public void setMerchantDetail(List<MerchantDetail> merchantDetail) { this.merchantDetail = merchantDetail; if (merchantDetail != null) { putQueryParameter("MerchantDetail" , new Gson().toJson(merchantDetail)); } } public String getImageUrl() { return this.imageUrl; } public void setImageUrl(String imageUrl) { this.imageUrl = imageUrl; if(imageUrl != null){ putQueryParameter("ImageUrl", imageUrl); } } public String getCertNum() { return this.certNum; } public void setCertNum(String certNum) { this.certNum = certNum; if(certNum != null){ putQueryParameter("CertNum", certNum); } } public String getPrompt() { return this.prompt; } public void setPrompt(String prompt) { this.prompt = prompt; if(prompt != null){ putQueryParameter("Prompt", prompt); } } public String getUserName() { return this.userName; } public void setUserName(String userName) { this.userName = userName; if(userName != null){ putQueryParameter("UserName", userName); } } public static class MerchantDetail { @SerializedName("Value") private String value; @SerializedName("Key") private String key; public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } } @Override public Class<CredentialVerifyResponse> getResponseClass() { return CredentialVerifyResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/CredentialVerifyResponse.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.cloudauth.model.v20190307; import java.util.Map; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth.transform.v20190307.CredentialVerifyResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CredentialVerifyResponse extends AcsResponse { private String requestId; private String code; private String message; private ResultObject resultObject; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public ResultObject getResultObject() { return this.resultObject; } public void setResultObject(ResultObject resultObject) { this.resultObject = resultObject; } public static class ResultObject { private String result; private String riskTag; private Map<Object,Object> riskScore; private String ocrInfo; private String verifyResult; private String verifyDetail; private String materialInfo; private VlResult vlResult; public String getResult() { return this.result; } public void setResult(String result) { this.result = result; } public String getRiskTag() { return this.riskTag; } public void setRiskTag(String riskTag) { this.riskTag = riskTag; } public Map<Object,Object> getRiskScore() { return this.riskScore; } public void setRiskScore(Map<Object,Object> riskScore) { this.riskScore = riskScore; } public String getOcrInfo() { return this.ocrInfo; } public void setOcrInfo(String ocrInfo) { this.ocrInfo = ocrInfo; } public String getVerifyResult() { return this.verifyResult; } public void setVerifyResult(String verifyResult) { this.verifyResult = verifyResult; } public String getVerifyDetail() { return this.verifyDetail; } public void setVerifyDetail(String verifyDetail) { this.verifyDetail = verifyDetail; } public String getMaterialInfo() { return this.materialInfo; } public void setMaterialInfo(String materialInfo) { this.materialInfo = materialInfo; } public VlResult getVlResult() { return this.vlResult; } public void setVlResult(VlResult vlResult) { this.vlResult = vlResult; } public static class VlResult { private Boolean success; private String vlContent; public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getVlContent() { return this.vlContent; } public void setVlContent(String vlContent) { this.vlContent = vlContent; } } } @Override public CredentialVerifyResponse getInstance(UnmarshallerContext context) { return CredentialVerifyResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/DeepfakeDetectRequest.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.cloudauth.model.v20190307; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.ProtocolType; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudauth.Endpoint; /** * @author auto create * @version */ public class DeepfakeDetectRequest extends RpcAcsRequest<DeepfakeDetectResponse> { private String faceBase64; private String outerOrderNo; private String faceUrl; private String faceInputType; public DeepfakeDetectRequest() { super("Cloudauth", "2019-03-07", "DeepfakeDetect", "cloudauth"); setProtocol(ProtocolType.HTTPS); 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 getFaceBase64() { return this.faceBase64; } public void setFaceBase64(String faceBase64) { this.faceBase64 = faceBase64; if(faceBase64 != null){ putBodyParameter("FaceBase64", faceBase64); } } public String getOuterOrderNo() { return this.outerOrderNo; } public void setOuterOrderNo(String outerOrderNo) { this.outerOrderNo = outerOrderNo; if(outerOrderNo != null){ putQueryParameter("OuterOrderNo", outerOrderNo); } } public String getFaceUrl() { return this.faceUrl; } public void setFaceUrl(String faceUrl) { this.faceUrl = faceUrl; if(faceUrl != null){ putQueryParameter("FaceUrl", faceUrl); } } public String getFaceInputType() { return this.faceInputType; } public void setFaceInputType(String faceInputType) { this.faceInputType = faceInputType; if(faceInputType != null){ putQueryParameter("FaceInputType", faceInputType); } } @Override public Class<DeepfakeDetectResponse> getResponseClass() { return DeepfakeDetectResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/DeepfakeDetectResponse.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.cloudauth.model.v20190307; import java.util.Map; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth.transform.v20190307.DeepfakeDetectResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeepfakeDetectResponse extends AcsResponse { private String requestId; private String code; private String message; private ResultObject resultObject; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public ResultObject getResultObject() { return this.resultObject; } public void setResultObject(ResultObject resultObject) { this.resultObject = resultObject; } public static class ResultObject { private String result; private String riskTag; private Map<Object,Object> riskScore; public String getResult() { return this.result; } public void setResult(String result) { this.result = result; } public String getRiskTag() { return this.riskTag; } public void setRiskTag(String riskTag) { this.riskTag = riskTag; } public Map<Object,Object> getRiskScore() { return this.riskScore; } public void setRiskScore(Map<Object,Object> riskScore) { this.riskScore = riskScore; } } @Override public DeepfakeDetectResponse getInstance(UnmarshallerContext context) { return DeepfakeDetectResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/DeleteFaceVerifyResultRequest.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.cloudauth.model.v20190307; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.ProtocolType; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudauth.Endpoint; /** * @author auto create * @version */ public class DeleteFaceVerifyResultRequest extends RpcAcsRequest<DeleteFaceVerifyResultResponse> { private String deleteAfterQuery; private String certifyId; public DeleteFaceVerifyResultRequest() { super("Cloudauth", "2019-03-07", "DeleteFaceVerifyResult", "cloudauth"); setProtocol(ProtocolType.HTTPS); 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 getDeleteAfterQuery() { return this.deleteAfterQuery; } public void setDeleteAfterQuery(String deleteAfterQuery) { this.deleteAfterQuery = deleteAfterQuery; if(deleteAfterQuery != null){ putQueryParameter("DeleteAfterQuery", deleteAfterQuery); } } public String getCertifyId() { return this.certifyId; } public void setCertifyId(String certifyId) { this.certifyId = certifyId; if(certifyId != null){ putQueryParameter("CertifyId", certifyId); } } @Override public Class<DeleteFaceVerifyResultResponse> getResponseClass() { return DeleteFaceVerifyResultResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/DeleteFaceVerifyResultResponse.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.cloudauth.model.v20190307; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth.transform.v20190307.DeleteFaceVerifyResultResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteFaceVerifyResultResponse extends AcsResponse { private String requestId; private String code; private String message; private ResultObject resultObject; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public ResultObject getResultObject() { return this.resultObject; } public void setResultObject(ResultObject resultObject) { this.resultObject = resultObject; } public static class ResultObject { private String certifyId; private String deleteResult; private String failReason; public String getCertifyId() { return this.certifyId; } public void setCertifyId(String certifyId) { this.certifyId = certifyId; } public String getDeleteResult() { return this.deleteResult; } public void setDeleteResult(String deleteResult) { this.deleteResult = deleteResult; } public String getFailReason() { return this.failReason; } public void setFailReason(String failReason) { this.failReason = failReason; } } @Override public DeleteFaceVerifyResultResponse getInstance(UnmarshallerContext context) { return DeleteFaceVerifyResultResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/DescribeDeviceInfoRequest.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.cloudauth.model.v20190307; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudauth.Endpoint; /** * @author auto create * @version */ public class DescribeDeviceInfoRequest extends RpcAcsRequest<DescribeDeviceInfoResponse> { private String userDeviceId; private Integer pageSize; private String expiredStartDay; private Integer currentPage; private String deviceId; private String bizType; private String expiredEndDay; public DescribeDeviceInfoRequest() { super("Cloudauth", "2019-03-07", "DescribeDeviceInfo", "cloudauth"); 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 getUserDeviceId() { return this.userDeviceId; } public void setUserDeviceId(String userDeviceId) { this.userDeviceId = userDeviceId; if(userDeviceId != null){ putQueryParameter("UserDeviceId", userDeviceId); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public String getExpiredStartDay() { return this.expiredStartDay; } public void setExpiredStartDay(String expiredStartDay) { this.expiredStartDay = expiredStartDay; if(expiredStartDay != null){ putQueryParameter("ExpiredStartDay", expiredStartDay); } } public Integer getCurrentPage() { return this.currentPage; } public void setCurrentPage(Integer currentPage) { this.currentPage = currentPage; if(currentPage != null){ putQueryParameter("CurrentPage", currentPage.toString()); } } public String getDeviceId() { return this.deviceId; } public void setDeviceId(String deviceId) { this.deviceId = deviceId; if(deviceId != null){ putQueryParameter("DeviceId", deviceId); } } public String getBizType() { return this.bizType; } public void setBizType(String bizType) { this.bizType = bizType; if(bizType != null){ putQueryParameter("BizType", bizType); } } public String getExpiredEndDay() { return this.expiredEndDay; } public void setExpiredEndDay(String expiredEndDay) { this.expiredEndDay = expiredEndDay; if(expiredEndDay != null){ putQueryParameter("ExpiredEndDay", expiredEndDay); } } @Override public Class<DescribeDeviceInfoResponse> getResponseClass() { return DescribeDeviceInfoResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/DescribeDeviceInfoResponse.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.cloudauth.model.v20190307; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth.transform.v20190307.DescribeDeviceInfoResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeDeviceInfoResponse extends AcsResponse { private Integer currentPage; private String requestId; private Integer pageSize; private Integer totalCount; private List<DeviceInfo> deviceInfoList; public Integer getCurrentPage() { return this.currentPage; } public void setCurrentPage(Integer currentPage) { this.currentPage = currentPage; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; } public Integer getTotalCount() { return this.totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } public List<DeviceInfo> getDeviceInfoList() { return this.deviceInfoList; } public void setDeviceInfoList(List<DeviceInfo> deviceInfoList) { this.deviceInfoList = deviceInfoList; } public static class DeviceInfo { private String expiredDay; private String userDeviceId; private String deviceId; private String beginDay; private String bizType; public String getExpiredDay() { return this.expiredDay; } public void setExpiredDay(String expiredDay) { this.expiredDay = expiredDay; } public String getUserDeviceId() { return this.userDeviceId; } public void setUserDeviceId(String userDeviceId) { this.userDeviceId = userDeviceId; } public String getDeviceId() { return this.deviceId; } public void setDeviceId(String deviceId) { this.deviceId = deviceId; } public String getBeginDay() { return this.beginDay; } public void setBeginDay(String beginDay) { this.beginDay = beginDay; } public String getBizType() { return this.bizType; } public void setBizType(String bizType) { this.bizType = bizType; } } @Override public DescribeDeviceInfoResponse getInstance(UnmarshallerContext context) { return DescribeDeviceInfoResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/DescribeFaceGuardRiskRequest.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.cloudauth.model.v20190307; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.ProtocolType; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudauth.Endpoint; /** * @author auto create * @version */ public class DescribeFaceGuardRiskRequest extends RpcAcsRequest<DescribeFaceGuardRiskResponse> { private String productCode; private String deviceToken; private String outerOrderNo; private String bizId; public DescribeFaceGuardRiskRequest() { super("Cloudauth", "2019-03-07", "DescribeFaceGuardRisk", "cloudauth"); setProtocol(ProtocolType.HTTPS); 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 getProductCode() { return this.productCode; } public void setProductCode(String productCode) { this.productCode = productCode; if(productCode != null){ putQueryParameter("ProductCode", productCode); } } public String getDeviceToken() { return this.deviceToken; } public void setDeviceToken(String deviceToken) { this.deviceToken = deviceToken; if(deviceToken != null){ putQueryParameter("DeviceToken", deviceToken); } } public String getOuterOrderNo() { return this.outerOrderNo; } public void setOuterOrderNo(String outerOrderNo) { this.outerOrderNo = outerOrderNo; if(outerOrderNo != null){ putQueryParameter("OuterOrderNo", outerOrderNo); } } public String getBizId() { return this.bizId; } public void setBizId(String bizId) { this.bizId = bizId; if(bizId != null){ putQueryParameter("BizId", bizId); } } @Override public Class<DescribeFaceGuardRiskResponse> getResponseClass() { return DescribeFaceGuardRiskResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/DescribeFaceGuardRiskResponse.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.cloudauth.model.v20190307; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth.transform.v20190307.DescribeFaceGuardRiskResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeFaceGuardRiskResponse extends AcsResponse { private String requestId; private String code; private String message; private ResultObject resultObject; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public ResultObject getResultObject() { return this.resultObject; } public void setResultObject(ResultObject resultObject) { this.resultObject = resultObject; } public static class ResultObject { private String riakTags; private String riskExtends; private String riskTags; private String certifyId; public String getRiakTags() { return this.riakTags; } public void setRiakTags(String riakTags) { this.riakTags = riakTags; } public String getRiskExtends() { return this.riskExtends; } public void setRiskExtends(String riskExtends) { this.riskExtends = riskExtends; } public String getRiskTags() { return this.riskTags; } public void setRiskTags(String riskTags) { this.riskTags = riskTags; } public String getCertifyId() { return this.certifyId; } public void setCertifyId(String certifyId) { this.certifyId = certifyId; } } @Override public DescribeFaceGuardRiskResponse getInstance(UnmarshallerContext context) { return DescribeFaceGuardRiskResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/DescribeFaceVerifyRequest.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.cloudauth.model.v20190307; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudauth.Endpoint; /** * @author auto create * @version */ public class DescribeFaceVerifyRequest extends RpcAcsRequest<DescribeFaceVerifyResponse> { private String certifyId; private String pictureReturnType; private Long sceneId; public DescribeFaceVerifyRequest() { super("Cloudauth", "2019-03-07", "DescribeFaceVerify", "cloudauth"); 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 getCertifyId() { return this.certifyId; } public void setCertifyId(String certifyId) { this.certifyId = certifyId; if(certifyId != null){ putQueryParameter("CertifyId", certifyId); } } public String getPictureReturnType() { return this.pictureReturnType; } public void setPictureReturnType(String pictureReturnType) { this.pictureReturnType = pictureReturnType; if(pictureReturnType != null){ putQueryParameter("PictureReturnType", pictureReturnType); } } public Long getSceneId() { return this.sceneId; } public void setSceneId(Long sceneId) { this.sceneId = sceneId; if(sceneId != null){ putQueryParameter("SceneId", sceneId.toString()); } } @Override public Class<DescribeFaceVerifyResponse> getResponseClass() { return DescribeFaceVerifyResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/DescribeFaceVerifyResponse.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.cloudauth.model.v20190307; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth.transform.v20190307.DescribeFaceVerifyResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeFaceVerifyResponse extends AcsResponse { private String code; private String message; private String requestId; private ResultObject resultObject; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public ResultObject getResultObject() { return this.resultObject; } public void setResultObject(ResultObject resultObject) { this.resultObject = resultObject; } public static class ResultObject { private String subCode; private String materialInfo; private String identityInfo; private String deviceToken; private String passed; private String deviceRisk; private String success; private String userInfo; public String getSubCode() { return this.subCode; } public void setSubCode(String subCode) { this.subCode = subCode; } public String getMaterialInfo() { return this.materialInfo; } public void setMaterialInfo(String materialInfo) { this.materialInfo = materialInfo; } public String getIdentityInfo() { return this.identityInfo; } public void setIdentityInfo(String identityInfo) { this.identityInfo = identityInfo; } public String getDeviceToken() { return this.deviceToken; } public void setDeviceToken(String deviceToken) { this.deviceToken = deviceToken; } public String getPassed() { return this.passed; } public void setPassed(String passed) { this.passed = passed; } public String getDeviceRisk() { return this.deviceRisk; } public void setDeviceRisk(String deviceRisk) { this.deviceRisk = deviceRisk; } public String getSuccess() { return this.success; } public void setSuccess(String success) { this.success = success; } public String getUserInfo() { return this.userInfo; } public void setUserInfo(String userInfo) { this.userInfo = userInfo; } } @Override public DescribeFaceVerifyResponse getInstance(UnmarshallerContext context) { return DescribeFaceVerifyResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/DescribeOssUploadTokenRequest.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.cloudauth.model.v20190307; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudauth.Endpoint; /** * @author auto create * @version */ public class DescribeOssUploadTokenRequest extends RpcAcsRequest<DescribeOssUploadTokenResponse> { public DescribeOssUploadTokenRequest() { super("Cloudauth", "2019-03-07", "DescribeOssUploadToken", "cloudauth"); 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) {} } @Override public Class<DescribeOssUploadTokenResponse> getResponseClass() { return DescribeOssUploadTokenResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/DescribeOssUploadTokenResponse.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.cloudauth.model.v20190307; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth.transform.v20190307.DescribeOssUploadTokenResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeOssUploadTokenResponse extends AcsResponse { private String requestId; private OssUploadToken ossUploadToken; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public OssUploadToken getOssUploadToken() { return this.ossUploadToken; } public void setOssUploadToken(OssUploadToken ossUploadToken) { this.ossUploadToken = ossUploadToken; } public static class OssUploadToken { private String key; private String token; private String secret; private Long expired; private String path; private String endPoint; private String bucket; public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } public String getToken() { return this.token; } public void setToken(String token) { this.token = token; } public String getSecret() { return this.secret; } public void setSecret(String secret) { this.secret = secret; } public Long getExpired() { return this.expired; } public void setExpired(Long expired) { this.expired = expired; } public String getPath() { return this.path; } public void setPath(String path) { this.path = path; } public String getEndPoint() { return this.endPoint; } public void setEndPoint(String endPoint) { this.endPoint = endPoint; } public String getBucket() { return this.bucket; } public void setBucket(String bucket) { this.bucket = bucket; } } @Override public DescribeOssUploadTokenResponse getInstance(UnmarshallerContext context) { return DescribeOssUploadTokenResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/DescribePageFaceVerifyDataRequest.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.cloudauth.model.v20190307; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudauth.Endpoint; /** * @author auto create * @version */ public class DescribePageFaceVerifyDataRequest extends RpcAcsRequest<DescribePageFaceVerifyDataResponse> { private String productCode; private Long currentPage; private String startDate; private String endDate; private Long sceneId; private Long pageSize; public DescribePageFaceVerifyDataRequest() { super("Cloudauth", "2019-03-07", "DescribePageFaceVerifyData", "cloudauth"); 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 getProductCode() { return this.productCode; } public void setProductCode(String productCode) { this.productCode = productCode; if(productCode != null){ putQueryParameter("ProductCode", productCode); } } public Long getCurrentPage() { return this.currentPage; } public void setCurrentPage(Long currentPage) { this.currentPage = currentPage; if(currentPage != null){ putQueryParameter("CurrentPage", currentPage.toString()); } } public String getStartDate() { return this.startDate; } public void setStartDate(String startDate) { this.startDate = startDate; if(startDate != null){ putQueryParameter("StartDate", startDate); } } public String getEndDate() { return this.endDate; } public void setEndDate(String endDate) { this.endDate = endDate; if(endDate != null){ putQueryParameter("EndDate", endDate); } } public Long getSceneId() { return this.sceneId; } public void setSceneId(Long sceneId) { this.sceneId = sceneId; if(sceneId != null){ putQueryParameter("SceneId", sceneId.toString()); } } public Long getPageSize() { return this.pageSize; } public void setPageSize(Long pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } @Override public Class<DescribePageFaceVerifyDataResponse> getResponseClass() { return DescribePageFaceVerifyDataResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/DescribePageFaceVerifyDataResponse.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.cloudauth.model.v20190307; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth.transform.v20190307.DescribePageFaceVerifyDataResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribePageFaceVerifyDataResponse extends AcsResponse { private String requestId; private String success; private String code; private String message; private String totalCount; private String pageSize; private String totalPage; private String currentPage; private List<ItemsItem> items; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getSuccess() { return this.success; } public void setSuccess(String success) { this.success = success; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getTotalCount() { return this.totalCount; } public void setTotalCount(String totalCount) { this.totalCount = totalCount; } public String getPageSize() { return this.pageSize; } public void setPageSize(String pageSize) { this.pageSize = pageSize; } public String getTotalPage() { return this.totalPage; } public void setTotalPage(String totalPage) { this.totalPage = totalPage; } public String getCurrentPage() { return this.currentPage; } public void setCurrentPage(String currentPage) { this.currentPage = currentPage; } public List<ItemsItem> getItems() { return this.items; } public void setItems(List<ItemsItem> items) { this.items = items; } public static class ItemsItem { private String date; private String totalCount; private String successCount; private String sceneId; private String sceneName; private String productCode; public String getDate() { return this.date; } public void setDate(String date) { this.date = date; } public String getTotalCount() { return this.totalCount; } public void setTotalCount(String totalCount) { this.totalCount = totalCount; } public String getSuccessCount() { return this.successCount; } public void setSuccessCount(String successCount) { this.successCount = successCount; } public String getSceneId() { return this.sceneId; } public void setSceneId(String sceneId) { this.sceneId = sceneId; } public String getSceneName() { return this.sceneName; } public void setSceneName(String sceneName) { this.sceneName = sceneName; } public String getProductCode() { return this.productCode; } public void setProductCode(String productCode) { this.productCode = productCode; } } @Override public DescribePageFaceVerifyDataResponse getInstance(UnmarshallerContext context) { return DescribePageFaceVerifyDataResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/DescribeSmartStatisticsPageListRequest.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.cloudauth.model.v20190307; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudauth.Endpoint; /** * @author auto create * @version */ public class DescribeSmartStatisticsPageListRequest extends RpcAcsRequest<DescribeSmartStatisticsPageListResponse> { private String startDate; private String pageSize; private String currentPage; private String endDate; private String serviceCode; private String sceneId; public DescribeSmartStatisticsPageListRequest() { super("Cloudauth", "2019-03-07", "DescribeSmartStatisticsPageList", "cloudauth"); 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 getStartDate() { return this.startDate; } public void setStartDate(String startDate) { this.startDate = startDate; if(startDate != null){ putQueryParameter("StartDate", startDate); } } public String getPageSize() { return this.pageSize; } public void setPageSize(String pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize); } } public String getCurrentPage() { return this.currentPage; } public void setCurrentPage(String currentPage) { this.currentPage = currentPage; if(currentPage != null){ putQueryParameter("CurrentPage", currentPage); } } public String getEndDate() { return this.endDate; } public void setEndDate(String endDate) { this.endDate = endDate; if(endDate != null){ putQueryParameter("EndDate", endDate); } } public String getServiceCode() { return this.serviceCode; } public void setServiceCode(String serviceCode) { this.serviceCode = serviceCode; if(serviceCode != null){ putQueryParameter("ServiceCode", serviceCode); } } public String getSceneId() { return this.sceneId; } public void setSceneId(String sceneId) { this.sceneId = sceneId; if(sceneId != null){ putQueryParameter("SceneId", sceneId); } } @Override public Class<DescribeSmartStatisticsPageListResponse> getResponseClass() { return DescribeSmartStatisticsPageListResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/DescribeSmartStatisticsPageListResponse.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.cloudauth.model.v20190307; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth.transform.v20190307.DescribeSmartStatisticsPageListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeSmartStatisticsPageListResponse extends AcsResponse { private Integer currentPage; private Integer totalPage; private Integer pageSize; private String requestId; private Integer totalCount; private List<ItemsItem> items; public Integer getCurrentPage() { return this.currentPage; } public void setCurrentPage(Integer currentPage) { this.currentPage = currentPage; } public Integer getTotalPage() { return this.totalPage; } public void setTotalPage(Integer totalPage) { this.totalPage = totalPage; } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; } 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 List<ItemsItem> getItems() { return this.items; } public void setItems(List<ItemsItem> items) { this.items = items; } public static class ItemsItem { private String date; private Long sceneId; private String sceneName; private Integer totalCount; private Integer successCount; private String passRate; private String productCode; public String getDate() { return this.date; } public void setDate(String date) { this.date = date; } public Long getSceneId() { return this.sceneId; } public void setSceneId(Long sceneId) { this.sceneId = sceneId; } public String getSceneName() { return this.sceneName; } public void setSceneName(String sceneName) { this.sceneName = sceneName; } public Integer getTotalCount() { return this.totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } public Integer getSuccessCount() { return this.successCount; } public void setSuccessCount(Integer successCount) { this.successCount = successCount; } public String getPassRate() { return this.passRate; } public void setPassRate(String passRate) { this.passRate = passRate; } public String getProductCode() { return this.productCode; } public void setProductCode(String productCode) { this.productCode = productCode; } } @Override public DescribeSmartStatisticsPageListResponse getInstance(UnmarshallerContext context) { return DescribeSmartStatisticsPageListResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/DescribeVerifyResultRequest.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.cloudauth.model.v20190307; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudauth.Endpoint; /** * @author auto create * @version */ public class DescribeVerifyResultRequest extends RpcAcsRequest<DescribeVerifyResultResponse> { private String bizType; private String bizId; public DescribeVerifyResultRequest() { super("Cloudauth", "2019-03-07", "DescribeVerifyResult", "cloudauth"); 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 getBizType() { return this.bizType; } public void setBizType(String bizType) { this.bizType = bizType; if(bizType != null){ putQueryParameter("BizType", bizType); } } public String getBizId() { return this.bizId; } public void setBizId(String bizId) { this.bizId = bizId; if(bizId != null){ putQueryParameter("BizId", bizId); } } @Override public Class<DescribeVerifyResultResponse> getResponseClass() { return DescribeVerifyResultResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/DescribeVerifyResultResponse.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.cloudauth.model.v20190307; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth.transform.v20190307.DescribeVerifyResultResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeVerifyResultResponse extends AcsResponse { private Float authorityComparisionScore; private Integer verifyStatus; private String requestId; private Float faceComparisonScore; private Float idCardFaceComparisonScore; private Material material; public Float getAuthorityComparisionScore() { return this.authorityComparisionScore; } public void setAuthorityComparisionScore(Float authorityComparisionScore) { this.authorityComparisionScore = authorityComparisionScore; } public Integer getVerifyStatus() { return this.verifyStatus; } public void setVerifyStatus(Integer verifyStatus) { this.verifyStatus = verifyStatus; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Float getFaceComparisonScore() { return this.faceComparisonScore; } public void setFaceComparisonScore(Float faceComparisonScore) { this.faceComparisonScore = faceComparisonScore; } public Float getIdCardFaceComparisonScore() { return this.idCardFaceComparisonScore; } public void setIdCardFaceComparisonScore(Float idCardFaceComparisonScore) { this.idCardFaceComparisonScore = idCardFaceComparisonScore; } public Material getMaterial() { return this.material; } public void setMaterial(Material material) { this.material = material; } public static class Material { private String idCardNumber; private String faceGlobalUrl; private String faceImageUrl; private Boolean faceMask; private String idCardName; private String faceQuality; private List<String> videoUrls; private IdCardInfo idCardInfo; public String getIdCardNumber() { return this.idCardNumber; } public void setIdCardNumber(String idCardNumber) { this.idCardNumber = idCardNumber; } public String getFaceGlobalUrl() { return this.faceGlobalUrl; } public void setFaceGlobalUrl(String faceGlobalUrl) { this.faceGlobalUrl = faceGlobalUrl; } public String getFaceImageUrl() { return this.faceImageUrl; } public void setFaceImageUrl(String faceImageUrl) { this.faceImageUrl = faceImageUrl; } public Boolean getFaceMask() { return this.faceMask; } public void setFaceMask(Boolean faceMask) { this.faceMask = faceMask; } public String getIdCardName() { return this.idCardName; } public void setIdCardName(String idCardName) { this.idCardName = idCardName; } public String getFaceQuality() { return this.faceQuality; } public void setFaceQuality(String faceQuality) { this.faceQuality = faceQuality; } public List<String> getVideoUrls() { return this.videoUrls; } public void setVideoUrls(List<String> videoUrls) { this.videoUrls = videoUrls; } public IdCardInfo getIdCardInfo() { return this.idCardInfo; } public void setIdCardInfo(IdCardInfo idCardInfo) { this.idCardInfo = idCardInfo; } public static class IdCardInfo { private String sex; private String endDate; private String authority; private String address; private String number; private String startDate; private String backImageUrl; private String nationality; private String birth; private String name; private String frontImageUrl; public String getSex() { return this.sex; } public void setSex(String sex) { this.sex = sex; } public String getEndDate() { return this.endDate; } public void setEndDate(String endDate) { this.endDate = endDate; } public String getAuthority() { return this.authority; } public void setAuthority(String authority) { this.authority = authority; } public String getAddress() { return this.address; } public void setAddress(String address) { this.address = address; } public String getNumber() { return this.number; } public void setNumber(String number) { this.number = number; } public String getStartDate() { return this.startDate; } public void setStartDate(String startDate) { this.startDate = startDate; } public String getBackImageUrl() { return this.backImageUrl; } public void setBackImageUrl(String backImageUrl) { this.backImageUrl = backImageUrl; } public String getNationality() { return this.nationality; } public void setNationality(String nationality) { this.nationality = nationality; } public String getBirth() { return this.birth; } public void setBirth(String birth) { this.birth = birth; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getFrontImageUrl() { return this.frontImageUrl; } public void setFrontImageUrl(String frontImageUrl) { this.frontImageUrl = frontImageUrl; } } } @Override public DescribeVerifyResultResponse getInstance(UnmarshallerContext context) { return DescribeVerifyResultResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/DescribeVerifySDKRequest.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.cloudauth.model.v20190307; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudauth.Endpoint; /** * @author auto create * @version */ public class DescribeVerifySDKRequest extends RpcAcsRequest<DescribeVerifySDKResponse> { private String taskId; public DescribeVerifySDKRequest() { super("Cloudauth", "2019-03-07", "DescribeVerifySDK", "cloudauth"); 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 getTaskId() { return this.taskId; } public void setTaskId(String taskId) { this.taskId = taskId; if(taskId != null){ putQueryParameter("TaskId", taskId); } } @Override public Class<DescribeVerifySDKResponse> getResponseClass() { return DescribeVerifySDKResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/DescribeVerifySDKResponse.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.cloudauth.model.v20190307; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth.transform.v20190307.DescribeVerifySDKResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeVerifySDKResponse extends AcsResponse { private String sdkUrl; private String requestId; public String getSdkUrl() { return this.sdkUrl; } public void setSdkUrl(String sdkUrl) { this.sdkUrl = sdkUrl; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public DescribeVerifySDKResponse getInstance(UnmarshallerContext context) { return DescribeVerifySDKResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/DescribeVerifyTokenRequest.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.cloudauth.model.v20190307; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudauth.Endpoint; /** * @author auto create * @version */ public class DescribeVerifyTokenRequest extends RpcAcsRequest<DescribeVerifyTokenResponse> { private String faceRetainedImageUrl; private String userId; private String callbackSeed; private String userIp; private String idCardBackImageUrl; private String idCardNumber; private String idCardFrontImageUrl; private String bizType; private String passedRedirectUrl; private Long userRegistTime; private String bizId; private String name; private String userPhoneNumber; private String callbackUrl; private String failedRedirectUrl; public DescribeVerifyTokenRequest() { super("Cloudauth", "2019-03-07", "DescribeVerifyToken", "cloudauth"); 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 getFaceRetainedImageUrl() { return this.faceRetainedImageUrl; } public void setFaceRetainedImageUrl(String faceRetainedImageUrl) { this.faceRetainedImageUrl = faceRetainedImageUrl; if(faceRetainedImageUrl != null){ putQueryParameter("FaceRetainedImageUrl", faceRetainedImageUrl); } } public String getUserId() { return this.userId; } public void setUserId(String userId) { this.userId = userId; if(userId != null){ putQueryParameter("UserId", userId); } } public String getCallbackSeed() { return this.callbackSeed; } public void setCallbackSeed(String callbackSeed) { this.callbackSeed = callbackSeed; if(callbackSeed != null){ putQueryParameter("CallbackSeed", callbackSeed); } } public String getUserIp() { return this.userIp; } public void setUserIp(String userIp) { this.userIp = userIp; if(userIp != null){ putQueryParameter("UserIp", userIp); } } public String getIdCardBackImageUrl() { return this.idCardBackImageUrl; } public void setIdCardBackImageUrl(String idCardBackImageUrl) { this.idCardBackImageUrl = idCardBackImageUrl; if(idCardBackImageUrl != null){ putQueryParameter("IdCardBackImageUrl", idCardBackImageUrl); } } public String getIdCardNumber() { return this.idCardNumber; } public void setIdCardNumber(String idCardNumber) { this.idCardNumber = idCardNumber; if(idCardNumber != null){ putQueryParameter("IdCardNumber", idCardNumber); } } public String getIdCardFrontImageUrl() { return this.idCardFrontImageUrl; } public void setIdCardFrontImageUrl(String idCardFrontImageUrl) { this.idCardFrontImageUrl = idCardFrontImageUrl; if(idCardFrontImageUrl != null){ putQueryParameter("IdCardFrontImageUrl", idCardFrontImageUrl); } } public String getBizType() { return this.bizType; } public void setBizType(String bizType) { this.bizType = bizType; if(bizType != null){ putQueryParameter("BizType", bizType); } } public String getPassedRedirectUrl() { return this.passedRedirectUrl; } public void setPassedRedirectUrl(String passedRedirectUrl) { this.passedRedirectUrl = passedRedirectUrl; if(passedRedirectUrl != null){ putQueryParameter("PassedRedirectUrl", passedRedirectUrl); } } public Long getUserRegistTime() { return this.userRegistTime; } public void setUserRegistTime(Long userRegistTime) { this.userRegistTime = userRegistTime; if(userRegistTime != null){ putQueryParameter("UserRegistTime", userRegistTime.toString()); } } public String getBizId() { return this.bizId; } public void setBizId(String bizId) { this.bizId = bizId; if(bizId != null){ putQueryParameter("BizId", bizId); } } public String getName() { return this.name; } public void setName(String name) { this.name = name; if(name != null){ putQueryParameter("Name", name); } } public String getUserPhoneNumber() { return this.userPhoneNumber; } public void setUserPhoneNumber(String userPhoneNumber) { this.userPhoneNumber = userPhoneNumber; if(userPhoneNumber != null){ putQueryParameter("UserPhoneNumber", userPhoneNumber); } } public String getCallbackUrl() { return this.callbackUrl; } public void setCallbackUrl(String callbackUrl) { this.callbackUrl = callbackUrl; if(callbackUrl != null){ putQueryParameter("CallbackUrl", callbackUrl); } } public String getFailedRedirectUrl() { return this.failedRedirectUrl; } public void setFailedRedirectUrl(String failedRedirectUrl) { this.failedRedirectUrl = failedRedirectUrl; if(failedRedirectUrl != null){ putQueryParameter("FailedRedirectUrl", failedRedirectUrl); } } @Override public Class<DescribeVerifyTokenResponse> getResponseClass() { return DescribeVerifyTokenResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/DescribeVerifyTokenResponse.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.cloudauth.model.v20190307; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth.transform.v20190307.DescribeVerifyTokenResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeVerifyTokenResponse extends AcsResponse { private String verifyPageUrl; private String requestId; private String verifyToken; private OssUploadToken ossUploadToken; public String getVerifyPageUrl() { return this.verifyPageUrl; } public void setVerifyPageUrl(String verifyPageUrl) { this.verifyPageUrl = verifyPageUrl; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getVerifyToken() { return this.verifyToken; } public void setVerifyToken(String verifyToken) { this.verifyToken = verifyToken; } public OssUploadToken getOssUploadToken() { return this.ossUploadToken; } public void setOssUploadToken(OssUploadToken ossUploadToken) { this.ossUploadToken = ossUploadToken; } public static class OssUploadToken { private String key; private String token; private String secret; private Long expired; private String path; private String endPoint; private String bucket; public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } public String getToken() { return this.token; } public void setToken(String token) { this.token = token; } public String getSecret() { return this.secret; } public void setSecret(String secret) { this.secret = secret; } public Long getExpired() { return this.expired; } public void setExpired(Long expired) { this.expired = expired; } public String getPath() { return this.path; } public void setPath(String path) { this.path = path; } public String getEndPoint() { return this.endPoint; } public void setEndPoint(String endPoint) { this.endPoint = endPoint; } public String getBucket() { return this.bucket; } public void setBucket(String bucket) { this.bucket = bucket; } } @Override public DescribeVerifyTokenResponse getInstance(UnmarshallerContext context) { return DescribeVerifyTokenResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/DetectFaceAttributesRequest.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.cloudauth.model.v20190307; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudauth.Endpoint; /** * @author auto create * @version */ public class DetectFaceAttributesRequest extends RpcAcsRequest<DetectFaceAttributesResponse> { private String bizType; private String materialValue; public DetectFaceAttributesRequest() { super("Cloudauth", "2019-03-07", "DetectFaceAttributes", "cloudauth"); 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 getBizType() { return this.bizType; } public void setBizType(String bizType) { this.bizType = bizType; if(bizType != null){ putBodyParameter("BizType", bizType); } } public String getMaterialValue() { return this.materialValue; } public void setMaterialValue(String materialValue) { this.materialValue = materialValue; if(materialValue != null){ putBodyParameter("MaterialValue", materialValue); } } @Override public Class<DetectFaceAttributesResponse> getResponseClass() { return DetectFaceAttributesResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/DetectFaceAttributesResponse.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.cloudauth.model.v20190307; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth.transform.v20190307.DetectFaceAttributesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DetectFaceAttributesResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean success; private Data data; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public 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 Data getData() { return this.data; } public void setData(Data data) { this.data = data; } public static class Data { private Integer imgHeight; private Integer imgWidth; private List<FaceAttributesDetectInfo> faceInfos; public Integer getImgHeight() { return this.imgHeight; } public void setImgHeight(Integer imgHeight) { this.imgHeight = imgHeight; } public Integer getImgWidth() { return this.imgWidth; } public void setImgWidth(Integer imgWidth) { this.imgWidth = imgWidth; } public List<FaceAttributesDetectInfo> getFaceInfos() { return this.faceInfos; } public void setFaceInfos(List<FaceAttributesDetectInfo> faceInfos) { this.faceInfos = faceInfos; } public static class FaceAttributesDetectInfo { private FaceRect faceRect; private FaceAttributes faceAttributes; public FaceRect getFaceRect() { return this.faceRect; } public void setFaceRect(FaceRect faceRect) { this.faceRect = faceRect; } public FaceAttributes getFaceAttributes() { return this.faceAttributes; } public void setFaceAttributes(FaceAttributes faceAttributes) { this.faceAttributes = faceAttributes; } public static class FaceRect { private Integer left; private Integer top; private Integer width; private Integer height; public Integer getLeft() { return this.left; } public void setLeft(Integer left) { this.left = left; } public Integer getTop() { return this.top; } public void setTop(Integer top) { this.top = top; } public Integer getWidth() { return this.width; } public void setWidth(Integer width) { this.width = width; } public Integer getHeight() { return this.height; } public void setHeight(Integer height) { this.height = height; } } public static class FaceAttributes { private String glasses; private Float facequal; private Integer integrity; private String facetype; private String respirator; private Float appearanceScore; private Integer age; private Float blur; private Gender gender; private Smiling smiling; private Headpose headpose; public String getGlasses() { return this.glasses; } public void setGlasses(String glasses) { this.glasses = glasses; } public Float getFacequal() { return this.facequal; } public void setFacequal(Float facequal) { this.facequal = facequal; } public Integer getIntegrity() { return this.integrity; } public void setIntegrity(Integer integrity) { this.integrity = integrity; } public String getFacetype() { return this.facetype; } public void setFacetype(String facetype) { this.facetype = facetype; } public String getRespirator() { return this.respirator; } public void setRespirator(String respirator) { this.respirator = respirator; } public Float getAppearanceScore() { return this.appearanceScore; } public void setAppearanceScore(Float appearanceScore) { this.appearanceScore = appearanceScore; } public Integer getAge() { return this.age; } public void setAge(Integer age) { this.age = age; } public Float getBlur() { return this.blur; } public void setBlur(Float blur) { this.blur = blur; } public Gender getGender() { return this.gender; } public void setGender(Gender gender) { this.gender = gender; } public Smiling getSmiling() { return this.smiling; } public void setSmiling(Smiling smiling) { this.smiling = smiling; } public Headpose getHeadpose() { return this.headpose; } public void setHeadpose(Headpose headpose) { this.headpose = headpose; } public static class Gender { private String value; private Float score; public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } public Float getScore() { return this.score; } public void setScore(Float score) { this.score = score; } } public static class Smiling { private Float value; private Float threshold; public Float getValue() { return this.value; } public void setValue(Float value) { this.value = value; } public Float getThreshold() { return this.threshold; } public void setThreshold(Float threshold) { this.threshold = threshold; } } public static class Headpose { private Float pitchAngle; private Float rollAngle; private Float yawAngle; public Float getPitchAngle() { return this.pitchAngle; } public void setPitchAngle(Float pitchAngle) { this.pitchAngle = pitchAngle; } public Float getRollAngle() { return this.rollAngle; } public void setRollAngle(Float rollAngle) { this.rollAngle = rollAngle; } public Float getYawAngle() { return this.yawAngle; } public void setYawAngle(Float yawAngle) { this.yawAngle = yawAngle; } } } } } @Override public DetectFaceAttributesResponse getInstance(UnmarshallerContext context) { return DetectFaceAttributesResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/Id2MetaPeriodVerifyRequest.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.cloudauth.model.v20190307; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.ProtocolType; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudauth.Endpoint; /** * @author auto create * @version */ public class Id2MetaPeriodVerifyRequest extends RpcAcsRequest<Id2MetaPeriodVerifyResponse> { private String paramType; private String validityStartDate; private String validityEndDate; private String identifyNum; private String userName; public Id2MetaPeriodVerifyRequest() { super("Cloudauth", "2019-03-07", "Id2MetaPeriodVerify", "cloudauth"); setProtocol(ProtocolType.HTTPS); 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 getParamType() { return this.paramType; } public void setParamType(String paramType) { this.paramType = paramType; if(paramType != null){ putBodyParameter("ParamType", paramType); } } public String getValidityStartDate() { return this.validityStartDate; } public void setValidityStartDate(String validityStartDate) { this.validityStartDate = validityStartDate; if(validityStartDate != null){ putBodyParameter("ValidityStartDate", validityStartDate); } } public String getValidityEndDate() { return this.validityEndDate; } public void setValidityEndDate(String validityEndDate) { this.validityEndDate = validityEndDate; if(validityEndDate != null){ putBodyParameter("ValidityEndDate", validityEndDate); } } public String getIdentifyNum() { return this.identifyNum; } public void setIdentifyNum(String identifyNum) { this.identifyNum = identifyNum; if(identifyNum != null){ putBodyParameter("IdentifyNum", identifyNum); } } public String getUserName() { return this.userName; } public void setUserName(String userName) { this.userName = userName; if(userName != null){ putBodyParameter("UserName", userName); } } @Override public Class<Id2MetaPeriodVerifyResponse> getResponseClass() { return Id2MetaPeriodVerifyResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/Id2MetaPeriodVerifyResponse.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.cloudauth.model.v20190307; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth.transform.v20190307.Id2MetaPeriodVerifyResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class Id2MetaPeriodVerifyResponse extends AcsResponse { private String requestId; private String code; private String message; private ResultObject resultObject; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public ResultObject getResultObject() { return this.resultObject; } public void setResultObject(ResultObject resultObject) { this.resultObject = resultObject; } public static class ResultObject { private String bizCode; public String getBizCode() { return this.bizCode; } public void setBizCode(String bizCode) { this.bizCode = bizCode; } } @Override public Id2MetaPeriodVerifyResponse getInstance(UnmarshallerContext context) { return Id2MetaPeriodVerifyResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/Id2MetaStandardVerifyRequest.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.cloudauth.model.v20190307; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.ProtocolType; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudauth.Endpoint; /** * @author auto create * @version */ public class Id2MetaStandardVerifyRequest extends RpcAcsRequest<Id2MetaStandardVerifyResponse> { private String paramType; private String identifyNum; private String userName; public Id2MetaStandardVerifyRequest() { super("Cloudauth", "2019-03-07", "Id2MetaStandardVerify", "cloudauth"); setProtocol(ProtocolType.HTTPS); 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 getParamType() { return this.paramType; } public void setParamType(String paramType) { this.paramType = paramType; if(paramType != null){ putBodyParameter("ParamType", paramType); } } public String getIdentifyNum() { return this.identifyNum; } public void setIdentifyNum(String identifyNum) { this.identifyNum = identifyNum; if(identifyNum != null){ putBodyParameter("IdentifyNum", identifyNum); } } public String getUserName() { return this.userName; } public void setUserName(String userName) { this.userName = userName; if(userName != null){ putBodyParameter("UserName", userName); } } @Override public Class<Id2MetaStandardVerifyResponse> getResponseClass() { return Id2MetaStandardVerifyResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/Id2MetaStandardVerifyResponse.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.cloudauth.model.v20190307; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth.transform.v20190307.Id2MetaStandardVerifyResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class Id2MetaStandardVerifyResponse extends AcsResponse { private String requestId; private String code; private String message; private ResultObject resultObject; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public ResultObject getResultObject() { return this.resultObject; } public void setResultObject(ResultObject resultObject) { this.resultObject = resultObject; } public static class ResultObject { private String bizCode; public String getBizCode() { return this.bizCode; } public void setBizCode(String bizCode) { this.bizCode = bizCode; } } @Override public Id2MetaStandardVerifyResponse getInstance(UnmarshallerContext context) { return Id2MetaStandardVerifyResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/Id2MetaVerifyRequest.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.cloudauth.model.v20190307; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.ProtocolType; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudauth.Endpoint; /** * @author auto create * @version */ public class Id2MetaVerifyRequest extends RpcAcsRequest<Id2MetaVerifyResponse> { private String paramType; private String identifyNum; private String userName; public Id2MetaVerifyRequest() { super("Cloudauth", "2019-03-07", "Id2MetaVerify", "cloudauth"); setProtocol(ProtocolType.HTTPS); 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 getParamType() { return this.paramType; } public void setParamType(String paramType) { this.paramType = paramType; if(paramType != null){ putBodyParameter("ParamType", paramType); } } public String getIdentifyNum() { return this.identifyNum; } public void setIdentifyNum(String identifyNum) { this.identifyNum = identifyNum; if(identifyNum != null){ putBodyParameter("IdentifyNum", identifyNum); } } public String getUserName() { return this.userName; } public void setUserName(String userName) { this.userName = userName; if(userName != null){ putBodyParameter("UserName", userName); } } @Override public Class<Id2MetaVerifyResponse> getResponseClass() { return Id2MetaVerifyResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/Id2MetaVerifyResponse.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.cloudauth.model.v20190307; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth.transform.v20190307.Id2MetaVerifyResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class Id2MetaVerifyResponse extends AcsResponse { private String requestId; private String code; private String message; private ResultObject resultObject; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public ResultObject getResultObject() { return this.resultObject; } public void setResultObject(ResultObject resultObject) { this.resultObject = resultObject; } public static class ResultObject { private String bizCode; public String getBizCode() { return this.bizCode; } public void setBizCode(String bizCode) { this.bizCode = bizCode; } } @Override public Id2MetaVerifyResponse getInstance(UnmarshallerContext context) { return Id2MetaVerifyResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/InitFaceVerifyRequest.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.cloudauth.model.v20190307; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudauth.Endpoint; /** * @author auto create * @version */ public class InitFaceVerifyRequest extends RpcAcsRequest<InitFaceVerifyResponse> { private String faceContrastPicture; private String readImg; private String rarelyCharacters; private String voluntaryCustomizedContent; private String userId; private String encryptType; private String mode; private String outerOrderNo; private String faceContrastPictureUrl; private String model; private String certifyUrlStyle; private String metaInfo; private String cameraSelection; private String validityDate; private String certName; private String ip; private Long sceneId; private String ossBucketName; private String crop; private String certifyUrlType; private String birthday; private String productCode; private String videoEvidence; private String certifyId; private String certNo; private String certType; private String suitableType; private String ossObjectName; private String appQualityCheck; private String mobile; private String faceGuardOutput; private String authId; private String procedurePriority; private String callbackToken; private String uiCustomUrl; private String returnUrl; private String callbackUrl; public InitFaceVerifyRequest() { super("Cloudauth", "2019-03-07", "InitFaceVerify", "cloudauth"); 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 getFaceContrastPicture() { return this.faceContrastPicture; } public void setFaceContrastPicture(String faceContrastPicture) { this.faceContrastPicture = faceContrastPicture; if(faceContrastPicture != null){ putBodyParameter("FaceContrastPicture", faceContrastPicture); } } public String getReadImg() { return this.readImg; } public void setReadImg(String readImg) { this.readImg = readImg; if(readImg != null){ putQueryParameter("ReadImg", readImg); } } public String getRarelyCharacters() { return this.rarelyCharacters; } public void setRarelyCharacters(String rarelyCharacters) { this.rarelyCharacters = rarelyCharacters; if(rarelyCharacters != null){ putQueryParameter("RarelyCharacters", rarelyCharacters); } } public String getVoluntaryCustomizedContent() { return this.voluntaryCustomizedContent; } public void setVoluntaryCustomizedContent(String voluntaryCustomizedContent) { this.voluntaryCustomizedContent = voluntaryCustomizedContent; if(voluntaryCustomizedContent != null){ putQueryParameter("VoluntaryCustomizedContent", voluntaryCustomizedContent); } } public String getUserId() { return this.userId; } public void setUserId(String userId) { this.userId = userId; if(userId != null){ putQueryParameter("UserId", userId); } } public String getEncryptType() { return this.encryptType; } public void setEncryptType(String encryptType) { this.encryptType = encryptType; if(encryptType != null){ putQueryParameter("EncryptType", encryptType); } } public String getMode() { return this.mode; } public void setMode(String mode) { this.mode = mode; if(mode != null){ putQueryParameter("Mode", mode); } } public String getOuterOrderNo() { return this.outerOrderNo; } public void setOuterOrderNo(String outerOrderNo) { this.outerOrderNo = outerOrderNo; if(outerOrderNo != null){ putQueryParameter("OuterOrderNo", outerOrderNo); } } public String getFaceContrastPictureUrl() { return this.faceContrastPictureUrl; } public void setFaceContrastPictureUrl(String faceContrastPictureUrl) { this.faceContrastPictureUrl = faceContrastPictureUrl; if(faceContrastPictureUrl != null){ putQueryParameter("FaceContrastPictureUrl", faceContrastPictureUrl); } } public String getModel() { return this.model; } public void setModel(String model) { this.model = model; if(model != null){ putBodyParameter("Model", model); } } public String getCertifyUrlStyle() { return this.certifyUrlStyle; } public void setCertifyUrlStyle(String certifyUrlStyle) { this.certifyUrlStyle = certifyUrlStyle; if(certifyUrlStyle != null){ putQueryParameter("CertifyUrlStyle", certifyUrlStyle); } } public String getMetaInfo() { return this.metaInfo; } public void setMetaInfo(String metaInfo) { this.metaInfo = metaInfo; if(metaInfo != null){ putQueryParameter("MetaInfo", metaInfo); } } public String getCameraSelection() { return this.cameraSelection; } public void setCameraSelection(String cameraSelection) { this.cameraSelection = cameraSelection; if(cameraSelection != null){ putQueryParameter("CameraSelection", cameraSelection); } } public String getValidityDate() { return this.validityDate; } public void setValidityDate(String validityDate) { this.validityDate = validityDate; if(validityDate != null){ putQueryParameter("ValidityDate", validityDate); } } public String getCertName() { return this.certName; } public void setCertName(String certName) { this.certName = certName; if(certName != null){ putQueryParameter("CertName", certName); } } public String getIp() { return this.ip; } public void setIp(String ip) { this.ip = ip; if(ip != null){ putQueryParameter("Ip", ip); } } public Long getSceneId() { return this.sceneId; } public void setSceneId(Long sceneId) { this.sceneId = sceneId; if(sceneId != null){ putQueryParameter("SceneId", sceneId.toString()); } } public String getOssBucketName() { return this.ossBucketName; } public void setOssBucketName(String ossBucketName) { this.ossBucketName = ossBucketName; if(ossBucketName != null){ putQueryParameter("OssBucketName", ossBucketName); } } public String getCrop() { return this.crop; } public void setCrop(String crop) { this.crop = crop; if(crop != null){ putBodyParameter("Crop", crop); } } public String getCertifyUrlType() { return this.certifyUrlType; } public void setCertifyUrlType(String certifyUrlType) { this.certifyUrlType = certifyUrlType; if(certifyUrlType != null){ putQueryParameter("CertifyUrlType", certifyUrlType); } } public String getBirthday() { return this.birthday; } public void setBirthday(String birthday) { this.birthday = birthday; if(birthday != null){ putQueryParameter("Birthday", birthday); } } public String getProductCode() { return this.productCode; } public void setProductCode(String productCode) { this.productCode = productCode; if(productCode != null){ putQueryParameter("ProductCode", productCode); } } public String getVideoEvidence() { return this.videoEvidence; } public void setVideoEvidence(String videoEvidence) { this.videoEvidence = videoEvidence; if(videoEvidence != null){ putQueryParameter("VideoEvidence", videoEvidence); } } public String getCertifyId() { return this.certifyId; } public void setCertifyId(String certifyId) { this.certifyId = certifyId; if(certifyId != null){ putQueryParameter("CertifyId", certifyId); } } public String getCertNo() { return this.certNo; } public void setCertNo(String certNo) { this.certNo = certNo; if(certNo != null){ putQueryParameter("CertNo", certNo); } } public String getCertType() { return this.certType; } public void setCertType(String certType) { this.certType = certType; if(certType != null){ putQueryParameter("CertType", certType); } } public String getSuitableType() { return this.suitableType; } public void setSuitableType(String suitableType) { this.suitableType = suitableType; if(suitableType != null){ putQueryParameter("SuitableType", suitableType); } } public String getOssObjectName() { return this.ossObjectName; } public void setOssObjectName(String ossObjectName) { this.ossObjectName = ossObjectName; if(ossObjectName != null){ putQueryParameter("OssObjectName", ossObjectName); } } public String getAppQualityCheck() { return this.appQualityCheck; } public void setAppQualityCheck(String appQualityCheck) { this.appQualityCheck = appQualityCheck; if(appQualityCheck != null){ putQueryParameter("AppQualityCheck", appQualityCheck); } } public String getMobile() { return this.mobile; } public void setMobile(String mobile) { this.mobile = mobile; if(mobile != null){ putQueryParameter("Mobile", mobile); } } public String getFaceGuardOutput() { return this.faceGuardOutput; } public void setFaceGuardOutput(String faceGuardOutput) { this.faceGuardOutput = faceGuardOutput; if(faceGuardOutput != null){ putQueryParameter("FaceGuardOutput", faceGuardOutput); } } public String getAuthId() { return this.authId; } public void setAuthId(String authId) { this.authId = authId; if(authId != null){ putBodyParameter("AuthId", authId); } } public String getProcedurePriority() { return this.procedurePriority; } public void setProcedurePriority(String procedurePriority) { this.procedurePriority = procedurePriority; if(procedurePriority != null){ putQueryParameter("ProcedurePriority", procedurePriority); } } public String getCallbackToken() { return this.callbackToken; } public void setCallbackToken(String callbackToken) { this.callbackToken = callbackToken; if(callbackToken != null){ putQueryParameter("CallbackToken", callbackToken); } } public String getUiCustomUrl() { return this.uiCustomUrl; } public void setUiCustomUrl(String uiCustomUrl) { this.uiCustomUrl = uiCustomUrl; if(uiCustomUrl != null){ putQueryParameter("UiCustomUrl", uiCustomUrl); } } public String getReturnUrl() { return this.returnUrl; } public void setReturnUrl(String returnUrl) { this.returnUrl = returnUrl; if(returnUrl != null){ putQueryParameter("ReturnUrl", returnUrl); } } public String getCallbackUrl() { return this.callbackUrl; } public void setCallbackUrl(String callbackUrl) { this.callbackUrl = callbackUrl; if(callbackUrl != null){ putQueryParameter("CallbackUrl", callbackUrl); } } @Override public Class<InitFaceVerifyResponse> getResponseClass() { return InitFaceVerifyResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/InitFaceVerifyResponse.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.cloudauth.model.v20190307; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth.transform.v20190307.InitFaceVerifyResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class InitFaceVerifyResponse extends AcsResponse { private String code; private String message; private String requestId; private ResultObject resultObject; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public ResultObject getResultObject() { return this.resultObject; } public void setResultObject(ResultObject resultObject) { this.resultObject = resultObject; } public static class ResultObject { private String certifyId; private String certifyUrl; public String getCertifyId() { return this.certifyId; } public void setCertifyId(String certifyId) { this.certifyId = certifyId; } public String getCertifyUrl() { return this.certifyUrl; } public void setCertifyUrl(String certifyUrl) { this.certifyUrl = certifyUrl; } } @Override public InitFaceVerifyResponse getInstance(UnmarshallerContext context) { return InitFaceVerifyResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/InsertWhiteListSettingRequest.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.cloudauth.model.v20190307; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.ProtocolType; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudauth.Endpoint; /** * @author auto create * @version */ public class InsertWhiteListSettingRequest extends RpcAcsRequest<InsertWhiteListSettingResponse> { private Integer validDay; private String remark; private String certifyId; private String certNo; private String serviceCode; private Long sceneId; public InsertWhiteListSettingRequest() { super("Cloudauth", "2019-03-07", "InsertWhiteListSetting", "cloudauth"); setProtocol(ProtocolType.HTTPS); 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 getValidDay() { return this.validDay; } public void setValidDay(Integer validDay) { this.validDay = validDay; if(validDay != null){ putQueryParameter("ValidDay", validDay.toString()); } } public String getRemark() { return this.remark; } public void setRemark(String remark) { this.remark = remark; if(remark != null){ putQueryParameter("Remark", remark); } } public String getCertifyId() { return this.certifyId; } public void setCertifyId(String certifyId) { this.certifyId = certifyId; if(certifyId != null){ putQueryParameter("CertifyId", certifyId); } } public String getCertNo() { return this.certNo; } public void setCertNo(String certNo) { this.certNo = certNo; if(certNo != null){ putQueryParameter("CertNo", certNo); } } public String getServiceCode() { return this.serviceCode; } public void setServiceCode(String serviceCode) { this.serviceCode = serviceCode; if(serviceCode != null){ putQueryParameter("ServiceCode", serviceCode); } } public Long getSceneId() { return this.sceneId; } public void setSceneId(Long sceneId) { this.sceneId = sceneId; if(sceneId != null){ putQueryParameter("SceneId", sceneId.toString()); } } @Override public Class<InsertWhiteListSettingResponse> getResponseClass() { return InsertWhiteListSettingResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/InsertWhiteListSettingResponse.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.cloudauth.model.v20190307; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth.transform.v20190307.InsertWhiteListSettingResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class InsertWhiteListSettingResponse extends AcsResponse { private String requestId; private String code; private String message; private Boolean success; private Boolean resultObject; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public Boolean getResultObject() { return this.resultObject; } public void setResultObject(Boolean resultObject) { this.resultObject = resultObject; } @Override public InsertWhiteListSettingResponse getInstance(UnmarshallerContext context) { return InsertWhiteListSettingResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/LivenessFaceVerifyRequest.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.cloudauth.model.v20190307; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudauth.Endpoint; /** * @author auto create * @version */ public class LivenessFaceVerifyRequest extends RpcAcsRequest<LivenessFaceVerifyResponse> { private String productCode; private String faceContrastPicture; private String deviceToken; private String userId; private String certifyId; private String outerOrderNo; private String faceContrastPictureUrl; private String model; private String ossObjectName; private String ip; private String mobile; private Long sceneId; private String ossBucketName; private String crop; public LivenessFaceVerifyRequest() { super("Cloudauth", "2019-03-07", "LivenessFaceVerify", "cloudauth"); 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 getProductCode() { return this.productCode; } public void setProductCode(String productCode) { this.productCode = productCode; if(productCode != null){ putBodyParameter("ProductCode", productCode); } } public String getFaceContrastPicture() { return this.faceContrastPicture; } public void setFaceContrastPicture(String faceContrastPicture) { this.faceContrastPicture = faceContrastPicture; if(faceContrastPicture != null){ putBodyParameter("FaceContrastPicture", faceContrastPicture); } } public String getDeviceToken() { return this.deviceToken; } public void setDeviceToken(String deviceToken) { this.deviceToken = deviceToken; if(deviceToken != null){ putBodyParameter("DeviceToken", deviceToken); } } public String getUserId() { return this.userId; } public void setUserId(String userId) { this.userId = userId; if(userId != null){ putBodyParameter("UserId", userId); } } public String getCertifyId() { return this.certifyId; } public void setCertifyId(String certifyId) { this.certifyId = certifyId; if(certifyId != null){ putBodyParameter("CertifyId", certifyId); } } public String getOuterOrderNo() { return this.outerOrderNo; } public void setOuterOrderNo(String outerOrderNo) { this.outerOrderNo = outerOrderNo; if(outerOrderNo != null){ putBodyParameter("OuterOrderNo", outerOrderNo); } } public String getFaceContrastPictureUrl() { return this.faceContrastPictureUrl; } public void setFaceContrastPictureUrl(String faceContrastPictureUrl) { this.faceContrastPictureUrl = faceContrastPictureUrl; if(faceContrastPictureUrl != null){ putBodyParameter("FaceContrastPictureUrl", faceContrastPictureUrl); } } public String getModel() { return this.model; } public void setModel(String model) { this.model = model; if(model != null){ putQueryParameter("Model", model); } } public String getOssObjectName() { return this.ossObjectName; } public void setOssObjectName(String ossObjectName) { this.ossObjectName = ossObjectName; if(ossObjectName != null){ putBodyParameter("OssObjectName", ossObjectName); } } public String getIp() { return this.ip; } public void setIp(String ip) { this.ip = ip; if(ip != null){ putBodyParameter("Ip", ip); } } public String getMobile() { return this.mobile; } public void setMobile(String mobile) { this.mobile = mobile; if(mobile != null){ putBodyParameter("Mobile", mobile); } } public Long getSceneId() { return this.sceneId; } public void setSceneId(Long sceneId) { this.sceneId = sceneId; if(sceneId != null){ putBodyParameter("SceneId", sceneId.toString()); } } public String getOssBucketName() { return this.ossBucketName; } public void setOssBucketName(String ossBucketName) { this.ossBucketName = ossBucketName; if(ossBucketName != null){ putBodyParameter("OssBucketName", ossBucketName); } } public String getCrop() { return this.crop; } public void setCrop(String crop) { this.crop = crop; if(crop != null){ putBodyParameter("Crop", crop); } } @Override public Class<LivenessFaceVerifyResponse> getResponseClass() { return LivenessFaceVerifyResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/LivenessFaceVerifyResponse.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.cloudauth.model.v20190307; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth.transform.v20190307.LivenessFaceVerifyResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class LivenessFaceVerifyResponse extends AcsResponse { private String code; private String message; private String requestId; private ResultObject resultObject; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public ResultObject getResultObject() { return this.resultObject; } public void setResultObject(ResultObject resultObject) { this.resultObject = resultObject; } public static class ResultObject { private String certifyId; private String subCode; private String materialInfo; private String passed; public String getCertifyId() { return this.certifyId; } public void setCertifyId(String certifyId) { this.certifyId = certifyId; } public String getSubCode() { return this.subCode; } public void setSubCode(String subCode) { this.subCode = subCode; } public String getMaterialInfo() { return this.materialInfo; } public void setMaterialInfo(String materialInfo) { this.materialInfo = materialInfo; } public String getPassed() { return this.passed; } public void setPassed(String passed) { this.passed = passed; } } @Override public LivenessFaceVerifyResponse getInstance(UnmarshallerContext context) { return LivenessFaceVerifyResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/Mobile3MetaDetailStandardVerifyRequest.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.cloudauth.model.v20190307; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.ProtocolType; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudauth.Endpoint; /** * @author auto create * @version */ public class Mobile3MetaDetailStandardVerifyRequest extends RpcAcsRequest<Mobile3MetaDetailStandardVerifyResponse> { private String paramType; private String mobile; private String identifyNum; private String userName; public Mobile3MetaDetailStandardVerifyRequest() { super("Cloudauth", "2019-03-07", "Mobile3MetaDetailStandardVerify", "cloudauth"); setProtocol(ProtocolType.HTTPS); 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 getParamType() { return this.paramType; } public void setParamType(String paramType) { this.paramType = paramType; if(paramType != null){ putBodyParameter("ParamType", paramType); } } public String getMobile() { return this.mobile; } public void setMobile(String mobile) { this.mobile = mobile; if(mobile != null){ putBodyParameter("Mobile", mobile); } } public String getIdentifyNum() { return this.identifyNum; } public void setIdentifyNum(String identifyNum) { this.identifyNum = identifyNum; if(identifyNum != null){ putBodyParameter("IdentifyNum", identifyNum); } } public String getUserName() { return this.userName; } public void setUserName(String userName) { this.userName = userName; if(userName != null){ putBodyParameter("UserName", userName); } } @Override public Class<Mobile3MetaDetailStandardVerifyResponse> getResponseClass() { return Mobile3MetaDetailStandardVerifyResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/Mobile3MetaDetailStandardVerifyResponse.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.cloudauth.model.v20190307; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth.transform.v20190307.Mobile3MetaDetailStandardVerifyResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class Mobile3MetaDetailStandardVerifyResponse extends AcsResponse { private String requestId; private String code; private String message; private ResultObject resultObject; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public ResultObject getResultObject() { return this.resultObject; } public void setResultObject(ResultObject resultObject) { this.resultObject = resultObject; } public static class ResultObject { private String bizCode; private String subCode; private String ispName; public String getBizCode() { return this.bizCode; } public void setBizCode(String bizCode) { this.bizCode = bizCode; } public String getSubCode() { return this.subCode; } public void setSubCode(String subCode) { this.subCode = subCode; } public String getIspName() { return this.ispName; } public void setIspName(String ispName) { this.ispName = ispName; } } @Override public Mobile3MetaDetailStandardVerifyResponse getInstance(UnmarshallerContext context) { return Mobile3MetaDetailStandardVerifyResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/Mobile3MetaDetailVerifyRequest.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.cloudauth.model.v20190307; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.ProtocolType; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudauth.Endpoint; /** * @author auto create * @version */ public class Mobile3MetaDetailVerifyRequest extends RpcAcsRequest<Mobile3MetaDetailVerifyResponse> { private String paramType; private String mobile; private String identifyNum; private String userName; public Mobile3MetaDetailVerifyRequest() { super("Cloudauth", "2019-03-07", "Mobile3MetaDetailVerify", "cloudauth"); setProtocol(ProtocolType.HTTPS); 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 getParamType() { return this.paramType; } public void setParamType(String paramType) { this.paramType = paramType; if(paramType != null){ putBodyParameter("ParamType", paramType); } } public String getMobile() { return this.mobile; } public void setMobile(String mobile) { this.mobile = mobile; if(mobile != null){ putBodyParameter("Mobile", mobile); } } public String getIdentifyNum() { return this.identifyNum; } public void setIdentifyNum(String identifyNum) { this.identifyNum = identifyNum; if(identifyNum != null){ putBodyParameter("IdentifyNum", identifyNum); } } public String getUserName() { return this.userName; } public void setUserName(String userName) { this.userName = userName; if(userName != null){ putBodyParameter("UserName", userName); } } @Override public Class<Mobile3MetaDetailVerifyResponse> getResponseClass() { return Mobile3MetaDetailVerifyResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/Mobile3MetaDetailVerifyResponse.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.cloudauth.model.v20190307; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth.transform.v20190307.Mobile3MetaDetailVerifyResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class Mobile3MetaDetailVerifyResponse extends AcsResponse { private String requestId; private String code; private String message; private ResultObject resultObject; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public ResultObject getResultObject() { return this.resultObject; } public void setResultObject(ResultObject resultObject) { this.resultObject = resultObject; } public static class ResultObject { private String bizCode; private String subCode; private String ispName; public String getBizCode() { return this.bizCode; } public void setBizCode(String bizCode) { this.bizCode = bizCode; } public String getSubCode() { return this.subCode; } public void setSubCode(String subCode) { this.subCode = subCode; } public String getIspName() { return this.ispName; } public void setIspName(String ispName) { this.ispName = ispName; } } @Override public Mobile3MetaDetailVerifyResponse getInstance(UnmarshallerContext context) { return Mobile3MetaDetailVerifyResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/Mobile3MetaSimpleStandardVerifyRequest.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.cloudauth.model.v20190307; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.ProtocolType; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudauth.Endpoint; /** * @author auto create * @version */ public class Mobile3MetaSimpleStandardVerifyRequest extends RpcAcsRequest<Mobile3MetaSimpleStandardVerifyResponse> { private String paramType; private String mobile; private String identifyNum; private String userName; public Mobile3MetaSimpleStandardVerifyRequest() { super("Cloudauth", "2019-03-07", "Mobile3MetaSimpleStandardVerify", "cloudauth"); setProtocol(ProtocolType.HTTPS); 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 getParamType() { return this.paramType; } public void setParamType(String paramType) { this.paramType = paramType; if(paramType != null){ putBodyParameter("ParamType", paramType); } } public String getMobile() { return this.mobile; } public void setMobile(String mobile) { this.mobile = mobile; if(mobile != null){ putBodyParameter("Mobile", mobile); } } public String getIdentifyNum() { return this.identifyNum; } public void setIdentifyNum(String identifyNum) { this.identifyNum = identifyNum; if(identifyNum != null){ putBodyParameter("IdentifyNum", identifyNum); } } public String getUserName() { return this.userName; } public void setUserName(String userName) { this.userName = userName; if(userName != null){ putBodyParameter("UserName", userName); } } @Override public Class<Mobile3MetaSimpleStandardVerifyResponse> getResponseClass() { return Mobile3MetaSimpleStandardVerifyResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/Mobile3MetaSimpleStandardVerifyResponse.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.cloudauth.model.v20190307; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth.transform.v20190307.Mobile3MetaSimpleStandardVerifyResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class Mobile3MetaSimpleStandardVerifyResponse extends AcsResponse { private String requestId; private String code; private String message; private ResultObject resultObject; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public ResultObject getResultObject() { return this.resultObject; } public void setResultObject(ResultObject resultObject) { this.resultObject = resultObject; } public static class ResultObject { private String bizCode; private String ispName; public String getBizCode() { return this.bizCode; } public void setBizCode(String bizCode) { this.bizCode = bizCode; } public String getIspName() { return this.ispName; } public void setIspName(String ispName) { this.ispName = ispName; } } @Override public Mobile3MetaSimpleStandardVerifyResponse getInstance(UnmarshallerContext context) { return Mobile3MetaSimpleStandardVerifyResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/Mobile3MetaSimpleVerifyRequest.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.cloudauth.model.v20190307; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.ProtocolType; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudauth.Endpoint; /** * @author auto create * @version */ public class Mobile3MetaSimpleVerifyRequest extends RpcAcsRequest<Mobile3MetaSimpleVerifyResponse> { private String paramType; private String mobile; private String identifyNum; private String userName; public Mobile3MetaSimpleVerifyRequest() { super("Cloudauth", "2019-03-07", "Mobile3MetaSimpleVerify", "cloudauth"); setProtocol(ProtocolType.HTTPS); 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 getParamType() { return this.paramType; } public void setParamType(String paramType) { this.paramType = paramType; if(paramType != null){ putBodyParameter("ParamType", paramType); } } public String getMobile() { return this.mobile; } public void setMobile(String mobile) { this.mobile = mobile; if(mobile != null){ putBodyParameter("Mobile", mobile); } } public String getIdentifyNum() { return this.identifyNum; } public void setIdentifyNum(String identifyNum) { this.identifyNum = identifyNum; if(identifyNum != null){ putBodyParameter("IdentifyNum", identifyNum); } } public String getUserName() { return this.userName; } public void setUserName(String userName) { this.userName = userName; if(userName != null){ putBodyParameter("UserName", userName); } } @Override public Class<Mobile3MetaSimpleVerifyResponse> getResponseClass() { return Mobile3MetaSimpleVerifyResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/Mobile3MetaSimpleVerifyResponse.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.cloudauth.model.v20190307; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth.transform.v20190307.Mobile3MetaSimpleVerifyResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class Mobile3MetaSimpleVerifyResponse extends AcsResponse { private String requestId; private String code; private String message; private ResultObject resultObject; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public ResultObject getResultObject() { return this.resultObject; } public void setResultObject(ResultObject resultObject) { this.resultObject = resultObject; } public static class ResultObject { private String bizCode; private String ispName; public String getBizCode() { return this.bizCode; } public void setBizCode(String bizCode) { this.bizCode = bizCode; } public String getIspName() { return this.ispName; } public void setIspName(String ispName) { this.ispName = ispName; } } @Override public Mobile3MetaSimpleVerifyResponse getInstance(UnmarshallerContext context) { return Mobile3MetaSimpleVerifyResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/MobileDetectRequest.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.cloudauth.model.v20190307; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.ProtocolType; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudauth.Endpoint; /** * @author auto create * @version */ public class MobileDetectRequest extends RpcAcsRequest<MobileDetectResponse> { private String paramType; private String mobiles; public MobileDetectRequest() { super("Cloudauth", "2019-03-07", "MobileDetect", "cloudauth"); setProtocol(ProtocolType.HTTPS); 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 getParamType() { return this.paramType; } public void setParamType(String paramType) { this.paramType = paramType; if(paramType != null){ putBodyParameter("ParamType", paramType); } } public String getMobiles() { return this.mobiles; } public void setMobiles(String mobiles) { this.mobiles = mobiles; if(mobiles != null){ putBodyParameter("Mobiles", mobiles); } } @Override public Class<MobileDetectResponse> getResponseClass() { return MobileDetectResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/MobileDetectResponse.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.cloudauth.model.v20190307; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth.transform.v20190307.MobileDetectResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class MobileDetectResponse extends AcsResponse { private String requestId; private String code; private String message; private ResultObject resultObject; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public ResultObject getResultObject() { return this.resultObject; } public void setResultObject(ResultObject resultObject) { this.resultObject = resultObject; } public static class ResultObject { private String chargeCount; private List<ItemsItem> items; public String getChargeCount() { return this.chargeCount; } public void setChargeCount(String chargeCount) { this.chargeCount = chargeCount; } public List<ItemsItem> getItems() { return this.items; } public void setItems(List<ItemsItem> items) { this.items = items; } public static class ItemsItem { private String mobile; private String bizCode; private String subCode; private String ispName; private String area; public String getMobile() { return this.mobile; } public void setMobile(String mobile) { this.mobile = mobile; } public String getBizCode() { return this.bizCode; } public void setBizCode(String bizCode) { this.bizCode = bizCode; } public String getSubCode() { return this.subCode; } public void setSubCode(String subCode) { this.subCode = subCode; } public String getIspName() { return this.ispName; } public void setIspName(String ispName) { this.ispName = ispName; } public String getArea() { return this.area; } public void setArea(String area) { this.area = area; } } } @Override public MobileDetectResponse getInstance(UnmarshallerContext context) { return MobileDetectResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/MobileOnlineStatusRequest.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.cloudauth.model.v20190307; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.ProtocolType; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudauth.Endpoint; /** * @author auto create * @version */ public class MobileOnlineStatusRequest extends RpcAcsRequest<MobileOnlineStatusResponse> { private String paramType; private String mobile; public MobileOnlineStatusRequest() { super("Cloudauth", "2019-03-07", "MobileOnlineStatus", "cloudauth"); setProtocol(ProtocolType.HTTPS); 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 getParamType() { return this.paramType; } public void setParamType(String paramType) { this.paramType = paramType; if(paramType != null){ putBodyParameter("ParamType", paramType); } } public String getMobile() { return this.mobile; } public void setMobile(String mobile) { this.mobile = mobile; if(mobile != null){ putBodyParameter("Mobile", mobile); } } @Override public Class<MobileOnlineStatusResponse> getResponseClass() { return MobileOnlineStatusResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/MobileOnlineStatusResponse.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.cloudauth.model.v20190307; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth.transform.v20190307.MobileOnlineStatusResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class MobileOnlineStatusResponse extends AcsResponse { private String requestId; private String code; private String message; private ResultObject resultObject; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public ResultObject getResultObject() { return this.resultObject; } public void setResultObject(ResultObject resultObject) { this.resultObject = resultObject; } public static class ResultObject { private String bizCode; private String ispName; private String subCode; public String getBizCode() { return this.bizCode; } public void setBizCode(String bizCode) { this.bizCode = bizCode; } public String getIspName() { return this.ispName; } public void setIspName(String ispName) { this.ispName = ispName; } public String getSubCode() { return this.subCode; } public void setSubCode(String subCode) { this.subCode = subCode; } } @Override public MobileOnlineStatusResponse getInstance(UnmarshallerContext context) { return MobileOnlineStatusResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth/2.0.37/com/aliyuncs/cloudauth/model/v20190307/MobileOnlineTimeRequest.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.cloudauth.model.v20190307; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.ProtocolType; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudauth.Endpoint; /** * @author auto create * @version */ public class MobileOnlineTimeRequest extends RpcAcsRequest<MobileOnlineTimeResponse> { private String paramType; private String mobile; public MobileOnlineTimeRequest() { super("Cloudauth", "2019-03-07", "MobileOnlineTime", "cloudauth"); setProtocol(ProtocolType.HTTPS); 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 getParamType() { return this.paramType; } public void setParamType(String paramType) { this.paramType = paramType; if(paramType != null){ putBodyParameter("ParamType", paramType); } } public String getMobile() { return this.mobile; } public void setMobile(String mobile) { this.mobile = mobile; if(mobile != null){ putBodyParameter("Mobile", mobile); } } @Override public Class<MobileOnlineTimeResponse> getResponseClass() { return MobileOnlineTimeResponse.class; } }