index
int64
repo_id
string
file_path
string
content
string
0
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/model
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/model/v20150701/GetAliyunAccountWithBindTaobaoHidRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aas.model.v20150701; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.aas.Endpoint; /** * @author auto create * @version */ public class GetAliyunAccountWithBindTaobaoHidRequest extends RpcAcsRequest<GetAliyunAccountWithBindTaobaoHidResponse> { private String havanaId; public GetAliyunAccountWithBindTaobaoHidRequest() { super("Aas", "2015-07-01", "GetAliyunAccountWithBindTaobaoHid"); 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 getHavanaId() { return this.havanaId; } public void setHavanaId(String havanaId) { this.havanaId = havanaId; if(havanaId != null){ putQueryParameter("HavanaId", havanaId); } } @Override public Class<GetAliyunAccountWithBindTaobaoHidResponse> getResponseClass() { return GetAliyunAccountWithBindTaobaoHidResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/model
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/model/v20150701/GetAliyunAccountWithBindTaobaoHidResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aas.model.v20150701; import com.aliyuncs.AcsResponse; import com.aliyuncs.aas.transform.v20150701.GetAliyunAccountWithBindTaobaoHidResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetAliyunAccountWithBindTaobaoHidResponse extends AcsResponse { private String requestId; private String pK; private String partnerPk; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getPK() { return this.pK; } public void setPK(String pK) { this.pK = pK; } public String getPartnerPk() { return this.partnerPk; } public void setPartnerPk(String partnerPk) { this.partnerPk = partnerPk; } @Override public GetAliyunAccountWithBindTaobaoHidResponse getInstance(UnmarshallerContext context) { return GetAliyunAccountWithBindTaobaoHidResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/model
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/model/v20150701/GetBasicInfoForAccountRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aas.model.v20150701; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.aas.Endpoint; /** * @author auto create * @version */ public class GetBasicInfoForAccountRequest extends RpcAcsRequest<GetBasicInfoForAccountResponse> { private String aliyunId; public GetBasicInfoForAccountRequest() { super("Aas", "2015-07-01", "GetBasicInfoForAccount"); 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 getAliyunId() { return this.aliyunId; } public void setAliyunId(String aliyunId) { this.aliyunId = aliyunId; if(aliyunId != null){ putQueryParameter("AliyunId", aliyunId); } } @Override public Class<GetBasicInfoForAccountResponse> getResponseClass() { return GetBasicInfoForAccountResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/model
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/model/v20150701/GetBasicInfoForAccountResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aas.model.v20150701; import com.aliyuncs.AcsResponse; import com.aliyuncs.aas.transform.v20150701.GetBasicInfoForAccountResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetBasicInfoForAccountResponse extends AcsResponse { private String requestId; private String pK; private String lastLoginDate; private String accountStatus; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getPK() { return this.pK; } public void setPK(String pK) { this.pK = pK; } public String getLastLoginDate() { return this.lastLoginDate; } public void setLastLoginDate(String lastLoginDate) { this.lastLoginDate = lastLoginDate; } public String getAccountStatus() { return this.accountStatus; } public void setAccountStatus(String accountStatus) { this.accountStatus = accountStatus; } @Override public GetBasicInfoForAccountResponse getInstance(UnmarshallerContext context) { return GetBasicInfoForAccountResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/model
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/model/v20150701/GetShortTermAccessKeyForAccountRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aas.model.v20150701; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.aas.Endpoint; /** * @author auto create * @version */ public class GetShortTermAccessKeyForAccountRequest extends RpcAcsRequest<GetShortTermAccessKeyForAccountResponse> { private String expireTime; private Boolean isMfaPresent; private String pK; public GetShortTermAccessKeyForAccountRequest() { super("Aas", "2015-07-01", "GetShortTermAccessKeyForAccount"); 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 getExpireTime() { return this.expireTime; } public void setExpireTime(String expireTime) { this.expireTime = expireTime; if(expireTime != null){ putQueryParameter("ExpireTime", expireTime); } } public Boolean getIsMfaPresent() { return this.isMfaPresent; } public void setIsMfaPresent(Boolean isMfaPresent) { this.isMfaPresent = isMfaPresent; if(isMfaPresent != null){ putQueryParameter("IsMfaPresent", isMfaPresent.toString()); } } public String getPK() { return this.pK; } public void setPK(String pK) { this.pK = pK; if(pK != null){ putQueryParameter("PK", pK); } } @Override public Class<GetShortTermAccessKeyForAccountResponse> getResponseClass() { return GetShortTermAccessKeyForAccountResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/model
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/model/v20150701/GetShortTermAccessKeyForAccountResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aas.model.v20150701; import com.aliyuncs.AcsResponse; import com.aliyuncs.aas.transform.v20150701.GetShortTermAccessKeyForAccountResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetShortTermAccessKeyForAccountResponse extends AcsResponse { private String requestId; private String pK; private AccessKey accessKey; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getPK() { return this.pK; } public void setPK(String pK) { this.pK = pK; } public AccessKey getAccessKey() { return this.accessKey; } public void setAccessKey(AccessKey accessKey) { this.accessKey = accessKey; } public static class AccessKey { private String createTime; private String accessKeyId; private String accessKeySecret; private String accessKeyStatus; private String accessKeyType; private String expireTime; public String getCreateTime() { return this.createTime; } public void setCreateTime(String createTime) { this.createTime = createTime; } public String getAccessKeyId() { return this.accessKeyId; } public void setAccessKeyId(String accessKeyId) { this.accessKeyId = accessKeyId; } public String getAccessKeySecret() { return this.accessKeySecret; } public void setAccessKeySecret(String accessKeySecret) { this.accessKeySecret = accessKeySecret; } public String getAccessKeyStatus() { return this.accessKeyStatus; } public void setAccessKeyStatus(String accessKeyStatus) { this.accessKeyStatus = accessKeyStatus; } public String getAccessKeyType() { return this.accessKeyType; } public void setAccessKeyType(String accessKeyType) { this.accessKeyType = accessKeyType; } public String getExpireTime() { return this.expireTime; } public void setExpireTime(String expireTime) { this.expireTime = expireTime; } } @Override public GetShortTermAccessKeyForAccountResponse getInstance(UnmarshallerContext context) { return GetShortTermAccessKeyForAccountResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/model
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/model/v20150701/ListAccessKeysForAccountRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aas.model.v20150701; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.aas.Endpoint; /** * @author auto create * @version */ public class ListAccessKeysForAccountRequest extends RpcAcsRequest<ListAccessKeysForAccountResponse> { private String aKType; private String aKStatus; private String pK; public ListAccessKeysForAccountRequest() { super("Aas", "2015-07-01", "ListAccessKeysForAccount"); 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 getAKType() { return this.aKType; } public void setAKType(String aKType) { this.aKType = aKType; if(aKType != null){ putQueryParameter("AKType", aKType); } } public String getAKStatus() { return this.aKStatus; } public void setAKStatus(String aKStatus) { this.aKStatus = aKStatus; if(aKStatus != null){ putQueryParameter("AKStatus", aKStatus); } } public String getPK() { return this.pK; } public void setPK(String pK) { this.pK = pK; if(pK != null){ putQueryParameter("PK", pK); } } @Override public Class<ListAccessKeysForAccountResponse> getResponseClass() { return ListAccessKeysForAccountResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/model
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/model/v20150701/ListAccessKeysForAccountResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aas.model.v20150701; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.aas.transform.v20150701.ListAccessKeysForAccountResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListAccessKeysForAccountResponse extends AcsResponse { private String requestId; private String pK; private List<AccessKey> accessKeys; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getPK() { return this.pK; } public void setPK(String pK) { this.pK = pK; } public List<AccessKey> getAccessKeys() { return this.accessKeys; } public void setAccessKeys(List<AccessKey> accessKeys) { this.accessKeys = accessKeys; } public static class AccessKey { private String createTime; private String accessKeyId; private String accessKeySecret; private String accessKeyStatus; private String accessKeyType; public String getCreateTime() { return this.createTime; } public void setCreateTime(String createTime) { this.createTime = createTime; } public String getAccessKeyId() { return this.accessKeyId; } public void setAccessKeyId(String accessKeyId) { this.accessKeyId = accessKeyId; } public String getAccessKeySecret() { return this.accessKeySecret; } public void setAccessKeySecret(String accessKeySecret) { this.accessKeySecret = accessKeySecret; } public String getAccessKeyStatus() { return this.accessKeyStatus; } public void setAccessKeyStatus(String accessKeyStatus) { this.accessKeyStatus = accessKeyStatus; } public String getAccessKeyType() { return this.accessKeyType; } public void setAccessKeyType(String accessKeyType) { this.accessKeyType = accessKeyType; } } @Override public ListAccessKeysForAccountResponse getInstance(UnmarshallerContext context) { return ListAccessKeysForAccountResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/model
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/model/v20150701/ListAliyunAccountRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aas.model.v20150701; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.aas.Endpoint; /** * @author auto create * @version */ public class ListAliyunAccountRequest extends RpcAcsRequest<ListAliyunAccountResponse> { private String marker; private Integer maxItems; public ListAliyunAccountRequest() { super("Aas", "2015-07-01", "ListAliyunAccount"); 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 getMarker() { return this.marker; } public void setMarker(String marker) { this.marker = marker; if(marker != null){ putQueryParameter("Marker", marker); } } public Integer getMaxItems() { return this.maxItems; } public void setMaxItems(Integer maxItems) { this.maxItems = maxItems; if(maxItems != null){ putQueryParameter("MaxItems", maxItems.toString()); } } @Override public Class<ListAliyunAccountResponse> getResponseClass() { return ListAliyunAccountResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/model
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/model/v20150701/ListAliyunAccountResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aas.model.v20150701; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.aas.transform.v20150701.ListAliyunAccountResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListAliyunAccountResponse extends AcsResponse { private String requestId; private Boolean isTruncated; private String marker; private Integer totalAccount; private Boolean hasNext; private List<Account> accounts; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getIsTruncated() { return this.isTruncated; } public void setIsTruncated(Boolean isTruncated) { this.isTruncated = isTruncated; } public String getMarker() { return this.marker; } public void setMarker(String marker) { this.marker = marker; } public Integer getTotalAccount() { return this.totalAccount; } public void setTotalAccount(Integer totalAccount) { this.totalAccount = totalAccount; } public Boolean getHasNext() { return this.hasNext; } public void setHasNext(Boolean hasNext) { this.hasNext = hasNext; } public List<Account> getAccounts() { return this.accounts; } public void setAccounts(List<Account> accounts) { this.accounts = accounts; } public static class Account { private String pK; private String lastLoginDate; private String accountStatus; private String aliyunId; public String getPK() { return this.pK; } public void setPK(String pK) { this.pK = pK; } public String getLastLoginDate() { return this.lastLoginDate; } public void setLastLoginDate(String lastLoginDate) { this.lastLoginDate = lastLoginDate; } public String getAccountStatus() { return this.accountStatus; } public void setAccountStatus(String accountStatus) { this.accountStatus = accountStatus; } public String getAliyunId() { return this.aliyunId; } public void setAliyunId(String aliyunId) { this.aliyunId = aliyunId; } } @Override public ListAliyunAccountResponse getInstance(UnmarshallerContext context) { return ListAliyunAccountResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/model
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/model/v20150701/UpdateAccessKeyStatusForAccountRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aas.model.v20150701; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.aas.Endpoint; /** * @author auto create * @version */ public class UpdateAccessKeyStatusForAccountRequest extends RpcAcsRequest<UpdateAccessKeyStatusForAccountResponse> { private String aKStatus; private String aKId; private String pK; public UpdateAccessKeyStatusForAccountRequest() { super("Aas", "2015-07-01", "UpdateAccessKeyStatusForAccount"); 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 getAKStatus() { return this.aKStatus; } public void setAKStatus(String aKStatus) { this.aKStatus = aKStatus; if(aKStatus != null){ putQueryParameter("AKStatus", aKStatus); } } public String getAKId() { return this.aKId; } public void setAKId(String aKId) { this.aKId = aKId; if(aKId != null){ putQueryParameter("AKId", aKId); } } public String getPK() { return this.pK; } public void setPK(String pK) { this.pK = pK; if(pK != null){ putQueryParameter("PK", pK); } } @Override public Class<UpdateAccessKeyStatusForAccountResponse> getResponseClass() { return UpdateAccessKeyStatusForAccountResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/model
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/model/v20150701/UpdateAccessKeyStatusForAccountResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aas.model.v20150701; import com.aliyuncs.AcsResponse; import com.aliyuncs.aas.transform.v20150701.UpdateAccessKeyStatusForAccountResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdateAccessKeyStatusForAccountResponse extends AcsResponse { private String requestId; private String pK; private String result; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getPK() { return this.pK; } public void setPK(String pK) { this.pK = pK; } public String getResult() { return this.result; } public void setResult(String result) { this.result = result; } @Override public UpdateAccessKeyStatusForAccountResponse getInstance(UnmarshallerContext context) { return UpdateAccessKeyStatusForAccountResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/model
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/model/v20150701/UpdatePasswordForAccountRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aas.model.v20150701; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.aas.Endpoint; /** * @author auto create * @version */ public class UpdatePasswordForAccountRequest extends RpcAcsRequest<UpdatePasswordForAccountResponse> { private String pK; private String newPassword; public UpdatePasswordForAccountRequest() { super("Aas", "2015-07-01", "UpdatePasswordForAccount"); 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 getPK() { return this.pK; } public void setPK(String pK) { this.pK = pK; if(pK != null){ putQueryParameter("PK", pK); } } public String getNewPassword() { return this.newPassword; } public void setNewPassword(String newPassword) { this.newPassword = newPassword; if(newPassword != null){ putQueryParameter("NewPassword", newPassword); } } @Override public Class<UpdatePasswordForAccountResponse> getResponseClass() { return UpdatePasswordForAccountResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/model
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/model/v20150701/UpdatePasswordForAccountResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aas.model.v20150701; import com.aliyuncs.AcsResponse; import com.aliyuncs.aas.transform.v20150701.UpdatePasswordForAccountResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdatePasswordForAccountResponse extends AcsResponse { private String requestId; private String pK; private String result; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getPK() { return this.pK; } public void setPK(String pK) { this.pK = pK; } public String getResult() { return this.result; } public void setResult(String result) { this.result = result; } @Override public UpdatePasswordForAccountResponse getInstance(UnmarshallerContext context) { return UpdatePasswordForAccountResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/model
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/model/v20150701/UpdateStatusForAccountRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aas.model.v20150701; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.aas.Endpoint; /** * @author auto create * @version */ public class UpdateStatusForAccountRequest extends RpcAcsRequest<UpdateStatusForAccountResponse> { private String accountStatus; private String pK; public UpdateStatusForAccountRequest() { super("Aas", "2015-07-01", "UpdateStatusForAccount"); 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 getAccountStatus() { return this.accountStatus; } public void setAccountStatus(String accountStatus) { this.accountStatus = accountStatus; if(accountStatus != null){ putQueryParameter("AccountStatus", accountStatus); } } public String getPK() { return this.pK; } public void setPK(String pK) { this.pK = pK; if(pK != null){ putQueryParameter("PK", pK); } } @Override public Class<UpdateStatusForAccountResponse> getResponseClass() { return UpdateStatusForAccountResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/model
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/model/v20150701/UpdateStatusForAccountResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aas.model.v20150701; import com.aliyuncs.AcsResponse; import com.aliyuncs.aas.transform.v20150701.UpdateStatusForAccountResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdateStatusForAccountResponse extends AcsResponse { private String requestId; private String pK; private String result; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getPK() { return this.pK; } public void setPK(String pK) { this.pK = pK; } public String getResult() { return this.result; } public void setResult(String result) { this.result = result; } @Override public UpdateStatusForAccountResponse getInstance(UnmarshallerContext context) { return UpdateStatusForAccountResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/model
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/model/v20150701/VerifyAccountLoginTokenRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aas.model.v20150701; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.aas.Endpoint; /** * @author auto create * @version */ public class VerifyAccountLoginTokenRequest extends RpcAcsRequest<VerifyAccountLoginTokenResponse> { private String loginToken; public VerifyAccountLoginTokenRequest() { super("Aas", "2015-07-01", "VerifyAccountLoginToken"); 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 getLoginToken() { return this.loginToken; } public void setLoginToken(String loginToken) { this.loginToken = loginToken; if(loginToken != null){ putQueryParameter("LoginToken", loginToken); } } @Override public Class<VerifyAccountLoginTokenResponse> getResponseClass() { return VerifyAccountLoginTokenResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/model
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/model/v20150701/VerifyAccountLoginTokenResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aas.model.v20150701; import com.aliyuncs.AcsResponse; import com.aliyuncs.aas.transform.v20150701.VerifyAccountLoginTokenResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class VerifyAccountLoginTokenResponse extends AcsResponse { private String requestId; private LoginToken loginToken; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public LoginToken getLoginToken() { return this.loginToken; } public void setLoginToken(LoginToken loginToken) { this.loginToken = loginToken; } public static class LoginToken { private String targetPk; private String loginTokenString; public String getTargetPk() { return this.targetPk; } public void setTargetPk(String targetPk) { this.targetPk = targetPk; } public String getLoginTokenString() { return this.loginTokenString; } public void setLoginTokenString(String loginTokenString) { this.loginTokenString = loginTokenString; } } @Override public VerifyAccountLoginTokenResponse getInstance(UnmarshallerContext context) { return VerifyAccountLoginTokenResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/transform
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/transform/v20150701/ChangePreferredLanguageResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aas.transform.v20150701; import com.aliyuncs.aas.model.v20150701.ChangePreferredLanguageResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ChangePreferredLanguageResponseUnmarshaller { public static ChangePreferredLanguageResponse unmarshall(ChangePreferredLanguageResponse changePreferredLanguageResponse, UnmarshallerContext _ctx) { changePreferredLanguageResponse.setRequestId(_ctx.stringValue("ChangePreferredLanguageResponse.RequestId")); changePreferredLanguageResponse.setCode(_ctx.stringValue("ChangePreferredLanguageResponse.Code")); changePreferredLanguageResponse.setMessage(_ctx.stringValue("ChangePreferredLanguageResponse.Message")); changePreferredLanguageResponse.setSuccess(_ctx.booleanValue("ChangePreferredLanguageResponse.Success")); return changePreferredLanguageResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/transform
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/transform/v20150701/CheckMfaBindResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aas.transform.v20150701; import com.aliyuncs.aas.model.v20150701.CheckMfaBindResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CheckMfaBindResponseUnmarshaller { public static CheckMfaBindResponse unmarshall(CheckMfaBindResponse checkMfaBindResponse, UnmarshallerContext _ctx) { checkMfaBindResponse.setRequestId(_ctx.stringValue("CheckMfaBindResponse.RequestId")); checkMfaBindResponse.setIsBindMfa(_ctx.booleanValue("CheckMfaBindResponse.IsBindMfa")); checkMfaBindResponse.setCode(_ctx.integerValue("CheckMfaBindResponse.Code")); checkMfaBindResponse.setMessage(_ctx.stringValue("CheckMfaBindResponse.Message")); checkMfaBindResponse.setSuccess(_ctx.booleanValue("CheckMfaBindResponse.Success")); return checkMfaBindResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/transform
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/transform/v20150701/CreateAccessKeyForAccountResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aas.transform.v20150701; import com.aliyuncs.aas.model.v20150701.CreateAccessKeyForAccountResponse; import com.aliyuncs.aas.model.v20150701.CreateAccessKeyForAccountResponse.AccessKey; import com.aliyuncs.transform.UnmarshallerContext; public class CreateAccessKeyForAccountResponseUnmarshaller { public static CreateAccessKeyForAccountResponse unmarshall(CreateAccessKeyForAccountResponse createAccessKeyForAccountResponse, UnmarshallerContext _ctx) { createAccessKeyForAccountResponse.setRequestId(_ctx.stringValue("CreateAccessKeyForAccountResponse.RequestId")); createAccessKeyForAccountResponse.setPK(_ctx.stringValue("CreateAccessKeyForAccountResponse.PK")); AccessKey accessKey = new AccessKey(); accessKey.setCreateTime(_ctx.stringValue("CreateAccessKeyForAccountResponse.AccessKey.CreateTime")); accessKey.setAccessKeyId(_ctx.stringValue("CreateAccessKeyForAccountResponse.AccessKey.AccessKeyId")); accessKey.setAccessKeySecret(_ctx.stringValue("CreateAccessKeyForAccountResponse.AccessKey.AccessKeySecret")); accessKey.setAccessKeyStatus(_ctx.stringValue("CreateAccessKeyForAccountResponse.AccessKey.AccessKeyStatus")); accessKey.setAccessKeyType(_ctx.stringValue("CreateAccessKeyForAccountResponse.AccessKey.AccessKeyType")); createAccessKeyForAccountResponse.setAccessKey(accessKey); return createAccessKeyForAccountResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/transform
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/transform/v20150701/CreateAliyunAccountResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aas.transform.v20150701; import com.aliyuncs.aas.model.v20150701.CreateAliyunAccountResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreateAliyunAccountResponseUnmarshaller { public static CreateAliyunAccountResponse unmarshall(CreateAliyunAccountResponse createAliyunAccountResponse, UnmarshallerContext _ctx) { createAliyunAccountResponse.setRequestId(_ctx.stringValue("CreateAliyunAccountResponse.RequestId")); createAliyunAccountResponse.setPK(_ctx.stringValue("CreateAliyunAccountResponse.PK")); createAliyunAccountResponse.setAliyunId(_ctx.stringValue("CreateAliyunAccountResponse.AliyunId")); return createAliyunAccountResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/transform
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/transform/v20150701/CreateAliyunAccountWithBindHidResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aas.transform.v20150701; import com.aliyuncs.aas.model.v20150701.CreateAliyunAccountWithBindHidResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreateAliyunAccountWithBindHidResponseUnmarshaller { public static CreateAliyunAccountWithBindHidResponse unmarshall(CreateAliyunAccountWithBindHidResponse createAliyunAccountWithBindHidResponse, UnmarshallerContext _ctx) { createAliyunAccountWithBindHidResponse.setRequestId(_ctx.stringValue("CreateAliyunAccountWithBindHidResponse.RequestId")); createAliyunAccountWithBindHidResponse.setPK(_ctx.stringValue("CreateAliyunAccountWithBindHidResponse.PK")); return createAliyunAccountWithBindHidResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/transform
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/transform/v20150701/CreateIntlAliyunAccountResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aas.transform.v20150701; import com.aliyuncs.aas.model.v20150701.CreateIntlAliyunAccountResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreateIntlAliyunAccountResponseUnmarshaller { public static CreateIntlAliyunAccountResponse unmarshall(CreateIntlAliyunAccountResponse createIntlAliyunAccountResponse, UnmarshallerContext _ctx) { createIntlAliyunAccountResponse.setRequestId(_ctx.stringValue("CreateIntlAliyunAccountResponse.RequestId")); createIntlAliyunAccountResponse.setPK(_ctx.stringValue("CreateIntlAliyunAccountResponse.PK")); return createIntlAliyunAccountResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/transform
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/transform/v20150701/CreateShortTermAccessKeyForAccountResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aas.transform.v20150701; import com.aliyuncs.aas.model.v20150701.CreateShortTermAccessKeyForAccountResponse; import com.aliyuncs.aas.model.v20150701.CreateShortTermAccessKeyForAccountResponse.AccessKey; import com.aliyuncs.transform.UnmarshallerContext; public class CreateShortTermAccessKeyForAccountResponseUnmarshaller { public static CreateShortTermAccessKeyForAccountResponse unmarshall(CreateShortTermAccessKeyForAccountResponse createShortTermAccessKeyForAccountResponse, UnmarshallerContext _ctx) { createShortTermAccessKeyForAccountResponse.setRequestId(_ctx.stringValue("CreateShortTermAccessKeyForAccountResponse.RequestId")); createShortTermAccessKeyForAccountResponse.setPK(_ctx.stringValue("CreateShortTermAccessKeyForAccountResponse.PK")); AccessKey accessKey = new AccessKey(); accessKey.setCreateTime(_ctx.stringValue("CreateShortTermAccessKeyForAccountResponse.AccessKey.CreateTime")); accessKey.setAccessKeyId(_ctx.stringValue("CreateShortTermAccessKeyForAccountResponse.AccessKey.AccessKeyId")); accessKey.setAccessKeySecret(_ctx.stringValue("CreateShortTermAccessKeyForAccountResponse.AccessKey.AccessKeySecret")); accessKey.setAccessKeyStatus(_ctx.stringValue("CreateShortTermAccessKeyForAccountResponse.AccessKey.AccessKeyStatus")); accessKey.setAccessKeyType(_ctx.stringValue("CreateShortTermAccessKeyForAccountResponse.AccessKey.AccessKeyType")); accessKey.setExpireTime(_ctx.stringValue("CreateShortTermAccessKeyForAccountResponse.AccessKey.ExpireTime")); createShortTermAccessKeyForAccountResponse.setAccessKey(accessKey); return createShortTermAccessKeyForAccountResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/transform
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/transform/v20150701/DeleteAccessKeyForAccountResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aas.transform.v20150701; import com.aliyuncs.aas.model.v20150701.DeleteAccessKeyForAccountResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteAccessKeyForAccountResponseUnmarshaller { public static DeleteAccessKeyForAccountResponse unmarshall(DeleteAccessKeyForAccountResponse deleteAccessKeyForAccountResponse, UnmarshallerContext _ctx) { deleteAccessKeyForAccountResponse.setRequestId(_ctx.stringValue("DeleteAccessKeyForAccountResponse.RequestId")); deleteAccessKeyForAccountResponse.setPK(_ctx.stringValue("DeleteAccessKeyForAccountResponse.PK")); deleteAccessKeyForAccountResponse.setResult(_ctx.stringValue("DeleteAccessKeyForAccountResponse.Result")); return deleteAccessKeyForAccountResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/transform
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/transform/v20150701/GenerateAccountLoginTokenResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aas.transform.v20150701; import com.aliyuncs.aas.model.v20150701.GenerateAccountLoginTokenResponse; import com.aliyuncs.aas.model.v20150701.GenerateAccountLoginTokenResponse.LoginToken; import com.aliyuncs.transform.UnmarshallerContext; public class GenerateAccountLoginTokenResponseUnmarshaller { public static GenerateAccountLoginTokenResponse unmarshall(GenerateAccountLoginTokenResponse generateAccountLoginTokenResponse, UnmarshallerContext _ctx) { generateAccountLoginTokenResponse.setRequestId(_ctx.stringValue("GenerateAccountLoginTokenResponse.RequestId")); LoginToken loginToken = new LoginToken(); loginToken.setTargetPk(_ctx.stringValue("GenerateAccountLoginTokenResponse.LoginToken.TargetPk")); loginToken.setLoginTokenString(_ctx.stringValue("GenerateAccountLoginTokenResponse.LoginToken.LoginTokenString")); generateAccountLoginTokenResponse.setLoginToken(loginToken); return generateAccountLoginTokenResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/transform
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/transform/v20150701/GetAliyunAccountWithBindHidResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aas.transform.v20150701; import com.aliyuncs.aas.model.v20150701.GetAliyunAccountWithBindHidResponse; import com.aliyuncs.transform.UnmarshallerContext; public class GetAliyunAccountWithBindHidResponseUnmarshaller { public static GetAliyunAccountWithBindHidResponse unmarshall(GetAliyunAccountWithBindHidResponse getAliyunAccountWithBindHidResponse, UnmarshallerContext _ctx) { getAliyunAccountWithBindHidResponse.setRequestId(_ctx.stringValue("GetAliyunAccountWithBindHidResponse.RequestId")); getAliyunAccountWithBindHidResponse.setPK(_ctx.stringValue("GetAliyunAccountWithBindHidResponse.PK")); return getAliyunAccountWithBindHidResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/transform
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/transform/v20150701/GetAliyunAccountWithBindTaobaoHidResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aas.transform.v20150701; import com.aliyuncs.aas.model.v20150701.GetAliyunAccountWithBindTaobaoHidResponse; import com.aliyuncs.transform.UnmarshallerContext; public class GetAliyunAccountWithBindTaobaoHidResponseUnmarshaller { public static GetAliyunAccountWithBindTaobaoHidResponse unmarshall(GetAliyunAccountWithBindTaobaoHidResponse getAliyunAccountWithBindTaobaoHidResponse, UnmarshallerContext _ctx) { getAliyunAccountWithBindTaobaoHidResponse.setRequestId(_ctx.stringValue("GetAliyunAccountWithBindTaobaoHidResponse.RequestId")); getAliyunAccountWithBindTaobaoHidResponse.setPK(_ctx.stringValue("GetAliyunAccountWithBindTaobaoHidResponse.PK")); getAliyunAccountWithBindTaobaoHidResponse.setPartnerPk(_ctx.stringValue("GetAliyunAccountWithBindTaobaoHidResponse.PartnerPk")); return getAliyunAccountWithBindTaobaoHidResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/transform
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/transform/v20150701/GetBasicInfoForAccountResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aas.transform.v20150701; import com.aliyuncs.aas.model.v20150701.GetBasicInfoForAccountResponse; import com.aliyuncs.transform.UnmarshallerContext; public class GetBasicInfoForAccountResponseUnmarshaller { public static GetBasicInfoForAccountResponse unmarshall(GetBasicInfoForAccountResponse getBasicInfoForAccountResponse, UnmarshallerContext _ctx) { getBasicInfoForAccountResponse.setRequestId(_ctx.stringValue("GetBasicInfoForAccountResponse.RequestId")); getBasicInfoForAccountResponse.setPK(_ctx.stringValue("GetBasicInfoForAccountResponse.PK")); getBasicInfoForAccountResponse.setLastLoginDate(_ctx.stringValue("GetBasicInfoForAccountResponse.LastLoginDate")); getBasicInfoForAccountResponse.setAccountStatus(_ctx.stringValue("GetBasicInfoForAccountResponse.AccountStatus")); return getBasicInfoForAccountResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/transform
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/transform/v20150701/GetShortTermAccessKeyForAccountResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aas.transform.v20150701; import com.aliyuncs.aas.model.v20150701.GetShortTermAccessKeyForAccountResponse; import com.aliyuncs.aas.model.v20150701.GetShortTermAccessKeyForAccountResponse.AccessKey; import com.aliyuncs.transform.UnmarshallerContext; public class GetShortTermAccessKeyForAccountResponseUnmarshaller { public static GetShortTermAccessKeyForAccountResponse unmarshall(GetShortTermAccessKeyForAccountResponse getShortTermAccessKeyForAccountResponse, UnmarshallerContext _ctx) { getShortTermAccessKeyForAccountResponse.setRequestId(_ctx.stringValue("GetShortTermAccessKeyForAccountResponse.RequestId")); getShortTermAccessKeyForAccountResponse.setPK(_ctx.stringValue("GetShortTermAccessKeyForAccountResponse.PK")); AccessKey accessKey = new AccessKey(); accessKey.setCreateTime(_ctx.stringValue("GetShortTermAccessKeyForAccountResponse.AccessKey.CreateTime")); accessKey.setAccessKeyId(_ctx.stringValue("GetShortTermAccessKeyForAccountResponse.AccessKey.AccessKeyId")); accessKey.setAccessKeySecret(_ctx.stringValue("GetShortTermAccessKeyForAccountResponse.AccessKey.AccessKeySecret")); accessKey.setAccessKeyStatus(_ctx.stringValue("GetShortTermAccessKeyForAccountResponse.AccessKey.AccessKeyStatus")); accessKey.setAccessKeyType(_ctx.stringValue("GetShortTermAccessKeyForAccountResponse.AccessKey.AccessKeyType")); accessKey.setExpireTime(_ctx.stringValue("GetShortTermAccessKeyForAccountResponse.AccessKey.ExpireTime")); getShortTermAccessKeyForAccountResponse.setAccessKey(accessKey); return getShortTermAccessKeyForAccountResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/transform
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/transform/v20150701/ListAccessKeysForAccountResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aas.transform.v20150701; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aas.model.v20150701.ListAccessKeysForAccountResponse; import com.aliyuncs.aas.model.v20150701.ListAccessKeysForAccountResponse.AccessKey; import com.aliyuncs.transform.UnmarshallerContext; public class ListAccessKeysForAccountResponseUnmarshaller { public static ListAccessKeysForAccountResponse unmarshall(ListAccessKeysForAccountResponse listAccessKeysForAccountResponse, UnmarshallerContext _ctx) { listAccessKeysForAccountResponse.setRequestId(_ctx.stringValue("ListAccessKeysForAccountResponse.RequestId")); listAccessKeysForAccountResponse.setPK(_ctx.stringValue("ListAccessKeysForAccountResponse.PK")); List<AccessKey> accessKeys = new ArrayList<AccessKey>(); for (int i = 0; i < _ctx.lengthValue("ListAccessKeysForAccountResponse.AccessKeys.Length"); i++) { AccessKey accessKey = new AccessKey(); accessKey.setCreateTime(_ctx.stringValue("ListAccessKeysForAccountResponse.AccessKeys["+ i +"].CreateTime")); accessKey.setAccessKeyId(_ctx.stringValue("ListAccessKeysForAccountResponse.AccessKeys["+ i +"].AccessKeyId")); accessKey.setAccessKeySecret(_ctx.stringValue("ListAccessKeysForAccountResponse.AccessKeys["+ i +"].AccessKeySecret")); accessKey.setAccessKeyStatus(_ctx.stringValue("ListAccessKeysForAccountResponse.AccessKeys["+ i +"].AccessKeyStatus")); accessKey.setAccessKeyType(_ctx.stringValue("ListAccessKeysForAccountResponse.AccessKeys["+ i +"].AccessKeyType")); accessKeys.add(accessKey); } listAccessKeysForAccountResponse.setAccessKeys(accessKeys); return listAccessKeysForAccountResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/transform
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/transform/v20150701/ListAliyunAccountResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aas.transform.v20150701; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aas.model.v20150701.ListAliyunAccountResponse; import com.aliyuncs.aas.model.v20150701.ListAliyunAccountResponse.Account; import com.aliyuncs.transform.UnmarshallerContext; public class ListAliyunAccountResponseUnmarshaller { public static ListAliyunAccountResponse unmarshall(ListAliyunAccountResponse listAliyunAccountResponse, UnmarshallerContext _ctx) { listAliyunAccountResponse.setRequestId(_ctx.stringValue("ListAliyunAccountResponse.RequestId")); listAliyunAccountResponse.setIsTruncated(_ctx.booleanValue("ListAliyunAccountResponse.IsTruncated")); listAliyunAccountResponse.setMarker(_ctx.stringValue("ListAliyunAccountResponse.Marker")); listAliyunAccountResponse.setTotalAccount(_ctx.integerValue("ListAliyunAccountResponse.TotalAccount")); listAliyunAccountResponse.setHasNext(_ctx.booleanValue("ListAliyunAccountResponse.HasNext")); List<Account> accounts = new ArrayList<Account>(); for (int i = 0; i < _ctx.lengthValue("ListAliyunAccountResponse.Accounts.Length"); i++) { Account account = new Account(); account.setPK(_ctx.stringValue("ListAliyunAccountResponse.Accounts["+ i +"].PK")); account.setLastLoginDate(_ctx.stringValue("ListAliyunAccountResponse.Accounts["+ i +"].LastLoginDate")); account.setAccountStatus(_ctx.stringValue("ListAliyunAccountResponse.Accounts["+ i +"].AccountStatus")); account.setAliyunId(_ctx.stringValue("ListAliyunAccountResponse.Accounts["+ i +"].AliyunId")); accounts.add(account); } listAliyunAccountResponse.setAccounts(accounts); return listAliyunAccountResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/transform
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/transform/v20150701/UpdateAccessKeyStatusForAccountResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aas.transform.v20150701; import com.aliyuncs.aas.model.v20150701.UpdateAccessKeyStatusForAccountResponse; import com.aliyuncs.transform.UnmarshallerContext; public class UpdateAccessKeyStatusForAccountResponseUnmarshaller { public static UpdateAccessKeyStatusForAccountResponse unmarshall(UpdateAccessKeyStatusForAccountResponse updateAccessKeyStatusForAccountResponse, UnmarshallerContext _ctx) { updateAccessKeyStatusForAccountResponse.setRequestId(_ctx.stringValue("UpdateAccessKeyStatusForAccountResponse.RequestId")); updateAccessKeyStatusForAccountResponse.setPK(_ctx.stringValue("UpdateAccessKeyStatusForAccountResponse.PK")); updateAccessKeyStatusForAccountResponse.setResult(_ctx.stringValue("UpdateAccessKeyStatusForAccountResponse.Result")); return updateAccessKeyStatusForAccountResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/transform
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/transform/v20150701/UpdatePasswordForAccountResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aas.transform.v20150701; import com.aliyuncs.aas.model.v20150701.UpdatePasswordForAccountResponse; import com.aliyuncs.transform.UnmarshallerContext; public class UpdatePasswordForAccountResponseUnmarshaller { public static UpdatePasswordForAccountResponse unmarshall(UpdatePasswordForAccountResponse updatePasswordForAccountResponse, UnmarshallerContext _ctx) { updatePasswordForAccountResponse.setRequestId(_ctx.stringValue("UpdatePasswordForAccountResponse.RequestId")); updatePasswordForAccountResponse.setPK(_ctx.stringValue("UpdatePasswordForAccountResponse.PK")); updatePasswordForAccountResponse.setResult(_ctx.stringValue("UpdatePasswordForAccountResponse.Result")); return updatePasswordForAccountResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/transform
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/transform/v20150701/UpdateStatusForAccountResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aas.transform.v20150701; import com.aliyuncs.aas.model.v20150701.UpdateStatusForAccountResponse; import com.aliyuncs.transform.UnmarshallerContext; public class UpdateStatusForAccountResponseUnmarshaller { public static UpdateStatusForAccountResponse unmarshall(UpdateStatusForAccountResponse updateStatusForAccountResponse, UnmarshallerContext _ctx) { updateStatusForAccountResponse.setRequestId(_ctx.stringValue("UpdateStatusForAccountResponse.RequestId")); updateStatusForAccountResponse.setPK(_ctx.stringValue("UpdateStatusForAccountResponse.PK")); updateStatusForAccountResponse.setResult(_ctx.stringValue("UpdateStatusForAccountResponse.Result")); return updateStatusForAccountResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/transform
java-sources/com/aliyun/aliyun-java-sdk-aas/2.4.1/com/aliyuncs/aas/transform/v20150701/VerifyAccountLoginTokenResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aas.transform.v20150701; import com.aliyuncs.aas.model.v20150701.VerifyAccountLoginTokenResponse; import com.aliyuncs.aas.model.v20150701.VerifyAccountLoginTokenResponse.LoginToken; import com.aliyuncs.transform.UnmarshallerContext; public class VerifyAccountLoginTokenResponseUnmarshaller { public static VerifyAccountLoginTokenResponse unmarshall(VerifyAccountLoginTokenResponse verifyAccountLoginTokenResponse, UnmarshallerContext _ctx) { verifyAccountLoginTokenResponse.setRequestId(_ctx.stringValue("VerifyAccountLoginTokenResponse.RequestId")); LoginToken loginToken = new LoginToken(); loginToken.setTargetPk(_ctx.stringValue("VerifyAccountLoginTokenResponse.LoginToken.TargetPk")); loginToken.setLoginTokenString(_ctx.stringValue("VerifyAccountLoginTokenResponse.LoginToken.LoginTokenString")); verifyAccountLoginTokenResponse.setLoginToken(loginToken); return verifyAccountLoginTokenResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/AccountOneKeyDeleteRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class AccountOneKeyDeleteRequest extends RpcAcsRequest<AccountOneKeyDeleteResponse> { private String appName; private String pk; public AccountOneKeyDeleteRequest() { super("account-crm", "2016-06-06", "AccountOneKeyDelete"); setMethod(MethodType.POST); } public String getAppName() { return this.appName; } public void setAppName(String appName) { this.appName = appName; if(appName != null){ putQueryParameter("AppName", appName); } } public String getPk() { return this.pk; } public void setPk(String pk) { this.pk = pk; if(pk != null){ putQueryParameter("Pk", pk); } } @Override public Class<AccountOneKeyDeleteResponse> getResponseClass() { return AccountOneKeyDeleteResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/AccountOneKeyDeleteResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.AccountOneKeyDeleteResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class AccountOneKeyDeleteResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean 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 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; } @Override public AccountOneKeyDeleteResponse getInstance(UnmarshallerContext context) { return AccountOneKeyDeleteResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/AddCustomerLabelRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class AddCustomerLabelRequest extends RpcAcsRequest<AddCustomerLabelResponse> { private String labelSeries; private String organization; private String endtime; private Long pK; private String startTime; private List<String> labelTypess; private String userName; private String token; public AddCustomerLabelRequest() { super("account-crm", "2016-06-06", "AddCustomerLabel"); setMethod(MethodType.POST); } public String getLabelSeries() { return this.labelSeries; } public void setLabelSeries(String labelSeries) { this.labelSeries = labelSeries; if(labelSeries != null){ putQueryParameter("LabelSeries", labelSeries); } } public String getOrganization() { return this.organization; } public void setOrganization(String organization) { this.organization = organization; if(organization != null){ putQueryParameter("Organization", organization); } } public String getEndtime() { return this.endtime; } public void setEndtime(String endtime) { this.endtime = endtime; if(endtime != null){ putQueryParameter("Endtime", endtime); } } public Long getPK() { return this.pK; } public void setPK(Long pK) { this.pK = pK; if(pK != null){ putQueryParameter("PK", pK.toString()); } } public String getStartTime() { return this.startTime; } public void setStartTime(String startTime) { this.startTime = startTime; if(startTime != null){ putQueryParameter("StartTime", startTime); } } public List<String> getLabelTypess() { return this.labelTypess; } public void setLabelTypess(List<String> labelTypess) { this.labelTypess = labelTypess; if (labelTypess != null) { for (int i = 0; i < labelTypess.size(); i++) { putQueryParameter("LabelTypes." + (i + 1) , labelTypess.get(i)); } } } public String getUserName() { return this.userName; } public void setUserName(String userName) { this.userName = userName; if(userName != null){ putQueryParameter("UserName", userName); } } public String getToken() { return this.token; } public void setToken(String token) { this.token = token; if(token != null){ putQueryParameter("Token", token); } } @Override public Class<AddCustomerLabelResponse> getResponseClass() { return AddCustomerLabelResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/AddCustomerLabelResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.AddCustomerLabelResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class AddCustomerLabelResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean 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 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; } @Override public AddCustomerLabelResponse getInstance(UnmarshallerContext context) { return AddCustomerLabelResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/AllowAgAccountLoginRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class AllowAgAccountLoginRequest extends RpcAcsRequest<AllowAgAccountLoginResponse> { private String appName; private String mpk; private String pk; private String agAccountType; public AllowAgAccountLoginRequest() { super("account-crm", "2016-06-06", "AllowAgAccountLogin"); setMethod(MethodType.POST); } public String getAppName() { return this.appName; } public void setAppName(String appName) { this.appName = appName; if(appName != null){ putQueryParameter("AppName", appName); } } public String getMpk() { return this.mpk; } public void setMpk(String mpk) { this.mpk = mpk; if(mpk != null){ putQueryParameter("Mpk", mpk); } } public String getPk() { return this.pk; } public void setPk(String pk) { this.pk = pk; if(pk != null){ putQueryParameter("Pk", pk); } } public String getAgAccountType() { return this.agAccountType; } public void setAgAccountType(String agAccountType) { this.agAccountType = agAccountType; if(agAccountType != null){ putQueryParameter("AgAccountType", agAccountType); } } @Override public Class<AllowAgAccountLoginResponse> getResponseClass() { return AllowAgAccountLoginResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/AllowAgAccountLoginResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.AllowAgAccountLoginResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class AllowAgAccountLoginResponse extends AcsResponse { private String code; private String message; private Boolean data; private String requestId; private Boolean 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 Boolean getData() { return this.data; } public void setData(Boolean data) { this.data = data; } 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; } @Override public AllowAgAccountLoginResponse getInstance(UnmarshallerContext context) { return AllowAgAccountLoginResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/ApplyIdentityRegistrationRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class ApplyIdentityRegistrationRequest extends RpcAcsRequest<ApplyIdentityRegistrationResponse> { private String docNum; private Integer accountType; private String docFrontPic; private String docType; private String registeredNum; private String registeredCountry; private String docBackPic; private String registeredAddress; private String customerId; private String tel; private String fullName; private String email; public ApplyIdentityRegistrationRequest() { super("account-crm", "2016-06-06", "ApplyIdentityRegistration"); setMethod(MethodType.POST); } public String getDocNum() { return this.docNum; } public void setDocNum(String docNum) { this.docNum = docNum; if(docNum != null){ putQueryParameter("DocNum", docNum); } } public Integer getAccountType() { return this.accountType; } public void setAccountType(Integer accountType) { this.accountType = accountType; if(accountType != null){ putQueryParameter("AccountType", accountType.toString()); } } public String getDocFrontPic() { return this.docFrontPic; } public void setDocFrontPic(String docFrontPic) { this.docFrontPic = docFrontPic; if(docFrontPic != null){ putQueryParameter("DocFrontPic", docFrontPic); } } public String getDocType() { return this.docType; } public void setDocType(String docType) { this.docType = docType; if(docType != null){ putQueryParameter("DocType", docType); } } public String getRegisteredNum() { return this.registeredNum; } public void setRegisteredNum(String registeredNum) { this.registeredNum = registeredNum; if(registeredNum != null){ putQueryParameter("RegisteredNum", registeredNum); } } public String getRegisteredCountry() { return this.registeredCountry; } public void setRegisteredCountry(String registeredCountry) { this.registeredCountry = registeredCountry; if(registeredCountry != null){ putQueryParameter("RegisteredCountry", registeredCountry); } } public String getDocBackPic() { return this.docBackPic; } public void setDocBackPic(String docBackPic) { this.docBackPic = docBackPic; if(docBackPic != null){ putQueryParameter("DocBackPic", docBackPic); } } public String getRegisteredAddress() { return this.registeredAddress; } public void setRegisteredAddress(String registeredAddress) { this.registeredAddress = registeredAddress; if(registeredAddress != null){ putQueryParameter("RegisteredAddress", registeredAddress); } } public String getCustomerId() { return this.customerId; } public void setCustomerId(String customerId) { this.customerId = customerId; if(customerId != null){ putQueryParameter("CustomerId", customerId); } } public String getTel() { return this.tel; } public void setTel(String tel) { this.tel = tel; if(tel != null){ putQueryParameter("Tel", tel); } } public String getFullName() { return this.fullName; } public void setFullName(String fullName) { this.fullName = fullName; if(fullName != null){ putQueryParameter("FullName", fullName); } } public String getEmail() { return this.email; } public void setEmail(String email) { this.email = email; if(email != null){ putQueryParameter("Email", email); } } @Override public Class<ApplyIdentityRegistrationResponse> getResponseClass() { return ApplyIdentityRegistrationResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/ApplyIdentityRegistrationResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.ApplyIdentityRegistrationResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ApplyIdentityRegistrationResponse extends AcsResponse { private String code; private String message; private Long data; private String requestId; private Boolean 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 Long getData() { return this.data; } public void setData(Long data) { this.data = data; } 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; } @Override public ApplyIdentityRegistrationResponse getInstance(UnmarshallerContext context) { return ApplyIdentityRegistrationResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/AsyncCreateAgAccountRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class AsyncCreateAgAccountRequest extends RpcAcsRequest<AsyncCreateAgAccountResponse> { private String loginEmail; private String maserAccountInfo; private String mpk; public AsyncCreateAgAccountRequest() { super("account-crm", "2016-06-06", "AsyncCreateAgAccount"); setMethod(MethodType.POST); } public String getLoginEmail() { return this.loginEmail; } public void setLoginEmail(String loginEmail) { this.loginEmail = loginEmail; if(loginEmail != null){ putQueryParameter("LoginEmail", loginEmail); } } public String getMaserAccountInfo() { return this.maserAccountInfo; } public void setMaserAccountInfo(String maserAccountInfo) { this.maserAccountInfo = maserAccountInfo; if(maserAccountInfo != null){ putQueryParameter("MaserAccountInfo", maserAccountInfo); } } public String getMpk() { return this.mpk; } public void setMpk(String mpk) { this.mpk = mpk; if(mpk != null){ putQueryParameter("Mpk", mpk); } } @Override public Class<AsyncCreateAgAccountResponse> getResponseClass() { return AsyncCreateAgAccountResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/AsyncCreateAgAccountResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.AsyncCreateAgAccountResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class AsyncCreateAgAccountResponse extends AcsResponse { private String code; private String traceNo; private String message; private String requestId; private Boolean success; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getTraceNo() { return this.traceNo; } public void setTraceNo(String traceNo) { this.traceNo = traceNo; } 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; } @Override public AsyncCreateAgAccountResponse getInstance(UnmarshallerContext context) { return AsyncCreateAgAccountResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/AsyncModifyAgLoginEmailRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class AsyncModifyAgLoginEmailRequest extends RpcAcsRequest<AsyncModifyAgLoginEmailResponse> { private String mpk; private String pk; private String newLoginEmail; public AsyncModifyAgLoginEmailRequest() { super("account-crm", "2016-06-06", "AsyncModifyAgLoginEmail"); setMethod(MethodType.POST); } public String getMpk() { return this.mpk; } public void setMpk(String mpk) { this.mpk = mpk; if(mpk != null){ putQueryParameter("Mpk", mpk); } } public String getPk() { return this.pk; } public void setPk(String pk) { this.pk = pk; if(pk != null){ putQueryParameter("Pk", pk); } } public String getNewLoginEmail() { return this.newLoginEmail; } public void setNewLoginEmail(String newLoginEmail) { this.newLoginEmail = newLoginEmail; if(newLoginEmail != null){ putQueryParameter("NewLoginEmail", newLoginEmail); } } @Override public Class<AsyncModifyAgLoginEmailResponse> getResponseClass() { return AsyncModifyAgLoginEmailResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/AsyncModifyAgLoginEmailResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.AsyncModifyAgLoginEmailResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class AsyncModifyAgLoginEmailResponse extends AcsResponse { private String code; private String traceNo; private String message; private String requestId; private Boolean success; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getTraceNo() { return this.traceNo; } public void setTraceNo(String traceNo) { this.traceNo = traceNo; } 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; } @Override public AsyncModifyAgLoginEmailResponse getInstance(UnmarshallerContext context) { return AsyncModifyAgLoginEmailResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/AuthAndActiveWithHidRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class AuthAndActiveWithHidRequest extends RpcAcsRequest<AuthAndActiveWithHidResponse> { private String appName; private String sessionId; private String havanaId; public AuthAndActiveWithHidRequest() { super("account-crm", "2016-06-06", "AuthAndActiveWithHid"); setMethod(MethodType.POST); } public String getAppName() { return this.appName; } public void setAppName(String appName) { this.appName = appName; if(appName != null){ putQueryParameter("AppName", appName); } } public String getSessionId() { return this.sessionId; } public void setSessionId(String sessionId) { this.sessionId = sessionId; if(sessionId != null){ putQueryParameter("SessionId", sessionId); } } public String getHavanaId() { return this.havanaId; } public void setHavanaId(String havanaId) { this.havanaId = havanaId; if(havanaId != null){ putQueryParameter("HavanaId", havanaId); } } @Override public Class<AuthAndActiveWithHidResponse> getResponseClass() { return AuthAndActiveWithHidResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/AuthAndActiveWithHidResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.AuthAndActiveWithHidResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class AuthAndActiveWithHidResponse extends AcsResponse { private String code; private String msg; private String requestId; private Data data; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMsg() { return this.msg; } public void setMsg(String msg) { this.msg = msg; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Data getData() { return this.data; } public void setData(Data data) { this.data = data; } public static class Data { private AccountModel accountModel; private SessionModel sessionModel; public AccountModel getAccountModel() { return this.accountModel; } public void setAccountModel(AccountModel accountModel) { this.accountModel = accountModel; } public SessionModel getSessionModel() { return this.sessionModel; } public void setSessionModel(SessionModel sessionModel) { this.sessionModel = sessionModel; } public static class AccountModel { private String email; private String mobile; private Long havanaId; private Long createTime; private String pK; private String aliyunId; public String getEmail() { return this.email; } public void setEmail(String email) { this.email = email; } public String getMobile() { return this.mobile; } public void setMobile(String mobile) { this.mobile = mobile; } public Long getHavanaId() { return this.havanaId; } public void setHavanaId(Long havanaId) { this.havanaId = havanaId; } public Long getCreateTime() { return this.createTime; } public void setCreateTime(Long createTime) { this.createTime = createTime; } public String getPK() { return this.pK; } public void setPK(String pK) { this.pK = pK; } public String getAliyunId() { return this.aliyunId; } public void setAliyunId(String aliyunId) { this.aliyunId = aliyunId; } } public static class SessionModel { private String aliyunPK; private String loginTicket; public String getAliyunPK() { return this.aliyunPK; } public void setAliyunPK(String aliyunPK) { this.aliyunPK = aliyunPK; } public String getLoginTicket() { return this.loginTicket; } public void setLoginTicket(String loginTicket) { this.loginTicket = loginTicket; } } } @Override public AuthAndActiveWithHidResponse getInstance(UnmarshallerContext context) { return AuthAndActiveWithHidResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/AuthAndRefreshLoginTicketRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class AuthAndRefreshLoginTicketRequest extends RpcAcsRequest<AuthAndRefreshLoginTicketResponse> { private String appName; private String sessionId; private String havanaId; public AuthAndRefreshLoginTicketRequest() { super("account-crm", "2016-06-06", "AuthAndRefreshLoginTicket"); setMethod(MethodType.POST); } public String getAppName() { return this.appName; } public void setAppName(String appName) { this.appName = appName; if(appName != null){ putQueryParameter("AppName", appName); } } public String getSessionId() { return this.sessionId; } public void setSessionId(String sessionId) { this.sessionId = sessionId; if(sessionId != null){ putQueryParameter("SessionId", sessionId); } } public String getHavanaId() { return this.havanaId; } public void setHavanaId(String havanaId) { this.havanaId = havanaId; if(havanaId != null){ putQueryParameter("HavanaId", havanaId); } } @Override public Class<AuthAndRefreshLoginTicketResponse> getResponseClass() { return AuthAndRefreshLoginTicketResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/AuthAndRefreshLoginTicketResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.AuthAndRefreshLoginTicketResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class AuthAndRefreshLoginTicketResponse extends AcsResponse { private String code; private String msg; private String requestId; private Data data; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMsg() { return this.msg; } public void setMsg(String msg) { this.msg = msg; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Data getData() { return this.data; } public void setData(Data data) { this.data = data; } public static class Data { private String newLoginTicket; public String getNewLoginTicket() { return this.newLoginTicket; } public void setNewLoginTicket(String newLoginTicket) { this.newLoginTicket = newLoginTicket; } } @Override public AuthAndRefreshLoginTicketResponse getInstance(UnmarshallerContext context) { return AuthAndRefreshLoginTicketResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/AuthLoginTicketRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class AuthLoginTicketRequest extends RpcAcsRequest<AuthLoginTicketResponse> { private String authCode; private String appName; private String minorAuthCode; private String scene; public AuthLoginTicketRequest() { super("account-crm", "2016-06-06", "AuthLoginTicket"); setMethod(MethodType.POST); } public String getAuthCode() { return this.authCode; } public void setAuthCode(String authCode) { this.authCode = authCode; if(authCode != null){ putQueryParameter("AuthCode", authCode); } } public String getAppName() { return this.appName; } public void setAppName(String appName) { this.appName = appName; if(appName != null){ putQueryParameter("AppName", appName); } } public String getMinorAuthCode() { return this.minorAuthCode; } public void setMinorAuthCode(String minorAuthCode) { this.minorAuthCode = minorAuthCode; if(minorAuthCode != null){ putQueryParameter("MinorAuthCode", minorAuthCode); } } public String getScene() { return this.scene; } public void setScene(String scene) { this.scene = scene; if(scene != null){ putQueryParameter("Scene", scene); } } @Override public Class<AuthLoginTicketResponse> getResponseClass() { return AuthLoginTicketResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/AuthLoginTicketResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.AuthLoginTicketResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class AuthLoginTicketResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean success; private LoginTicketDto loginTicketDto; 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 LoginTicketDto getLoginTicketDto() { return this.loginTicketDto; } public void setLoginTicketDto(LoginTicketDto loginTicketDto) { this.loginTicketDto = loginTicketDto; } public static class LoginTicketDto { private String loginTicket; public String getLoginTicket() { return this.loginTicket; } public void setLoginTicket(String loginTicket) { this.loginTicket = loginTicket; } } @Override public AuthLoginTicketResponse getInstance(UnmarshallerContext context) { return AuthLoginTicketResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/BatchQueryAgAccountRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class BatchQueryAgAccountRequest extends RpcAcsRequest<BatchQueryAgAccountResponse> { private String mpk; private String pkList; public BatchQueryAgAccountRequest() { super("account-crm", "2016-06-06", "BatchQueryAgAccount"); setMethod(MethodType.POST); } public String getMpk() { return this.mpk; } public void setMpk(String mpk) { this.mpk = mpk; if(mpk != null){ putQueryParameter("Mpk", mpk); } } public String getPkList() { return this.pkList; } public void setPkList(String pkList) { this.pkList = pkList; if(pkList != null){ putQueryParameter("PkList", pkList); } } @Override public Class<BatchQueryAgAccountResponse> getResponseClass() { return BatchQueryAgAccountResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/BatchQueryAgAccountResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.BatchQueryAgAccountResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class BatchQueryAgAccountResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean success; private List<AgAccount> agAccounts; 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 List<AgAccount> getAgAccounts() { return this.agAccounts; } public void setAgAccounts(List<AgAccount> agAccounts) { this.agAccounts = agAccounts; } public static class AgAccount { private String loginEmail; private String pk; public String getLoginEmail() { return this.loginEmail; } public void setLoginEmail(String loginEmail) { this.loginEmail = loginEmail; } public String getPk() { return this.pk; } public void setPk(String pk) { this.pk = pk; } } @Override public BatchQueryAgAccountResponse getInstance(UnmarshallerContext context) { return BatchQueryAgAccountResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/BatchQueryCreateAccountTraceRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class BatchQueryCreateAccountTraceRequest extends RpcAcsRequest<BatchQueryCreateAccountTraceResponse> { private String traceNoList; private String mpk; public BatchQueryCreateAccountTraceRequest() { super("account-crm", "2016-06-06", "BatchQueryCreateAccountTrace"); setMethod(MethodType.POST); } public String getTraceNoList() { return this.traceNoList; } public void setTraceNoList(String traceNoList) { this.traceNoList = traceNoList; if(traceNoList != null){ putQueryParameter("TraceNoList", traceNoList); } } public String getMpk() { return this.mpk; } public void setMpk(String mpk) { this.mpk = mpk; if(mpk != null){ putQueryParameter("Mpk", mpk); } } @Override public Class<BatchQueryCreateAccountTraceResponse> getResponseClass() { return BatchQueryCreateAccountTraceResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/BatchQueryCreateAccountTraceResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.BatchQueryCreateAccountTraceResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class BatchQueryCreateAccountTraceResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean success; private List<Trace> traces; 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 List<Trace> getTraces() { return this.traces; } public void setTraces(List<Trace> traces) { this.traces = traces; } public static class Trace { private String status; private String traceNo; private String pk; private String nowLoginEmail; public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public String getTraceNo() { return this.traceNo; } public void setTraceNo(String traceNo) { this.traceNo = traceNo; } public String getPk() { return this.pk; } public void setPk(String pk) { this.pk = pk; } public String getNowLoginEmail() { return this.nowLoginEmail; } public void setNowLoginEmail(String nowLoginEmail) { this.nowLoginEmail = nowLoginEmail; } } @Override public BatchQueryCreateAccountTraceResponse getInstance(UnmarshallerContext context) { return BatchQueryCreateAccountTraceResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/BatchQueryModifyLoginEmailTraceRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class BatchQueryModifyLoginEmailTraceRequest extends RpcAcsRequest<BatchQueryModifyLoginEmailTraceResponse> { private String traceNoList; private String mpk; public BatchQueryModifyLoginEmailTraceRequest() { super("account-crm", "2016-06-06", "BatchQueryModifyLoginEmailTrace"); setMethod(MethodType.POST); } public String getTraceNoList() { return this.traceNoList; } public void setTraceNoList(String traceNoList) { this.traceNoList = traceNoList; if(traceNoList != null){ putQueryParameter("TraceNoList", traceNoList); } } public String getMpk() { return this.mpk; } public void setMpk(String mpk) { this.mpk = mpk; if(mpk != null){ putQueryParameter("Mpk", mpk); } } @Override public Class<BatchQueryModifyLoginEmailTraceResponse> getResponseClass() { return BatchQueryModifyLoginEmailTraceResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/BatchQueryModifyLoginEmailTraceResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.BatchQueryModifyLoginEmailTraceResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class BatchQueryModifyLoginEmailTraceResponse extends AcsResponse { private String code; private String message; private String requestId; private String success; private List<Trace> traces; 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 String getSuccess() { return this.success; } public void setSuccess(String success) { this.success = success; } public List<Trace> getTraces() { return this.traces; } public void setTraces(List<Trace> traces) { this.traces = traces; } public static class Trace { private String status; private String traceNo; private String newLoginEmail; private String pk; private String oldLoginEmail; private String nowLoginEmail; public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public String getTraceNo() { return this.traceNo; } public void setTraceNo(String traceNo) { this.traceNo = traceNo; } public String getNewLoginEmail() { return this.newLoginEmail; } public void setNewLoginEmail(String newLoginEmail) { this.newLoginEmail = newLoginEmail; } public String getPk() { return this.pk; } public void setPk(String pk) { this.pk = pk; } public String getOldLoginEmail() { return this.oldLoginEmail; } public void setOldLoginEmail(String oldLoginEmail) { this.oldLoginEmail = oldLoginEmail; } public String getNowLoginEmail() { return this.nowLoginEmail; } public void setNowLoginEmail(String nowLoginEmail) { this.nowLoginEmail = nowLoginEmail; } } @Override public BatchQueryModifyLoginEmailTraceResponse getInstance(UnmarshallerContext context) { return BatchQueryModifyLoginEmailTraceResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/CancelAsyncCreateAgAccountRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class CancelAsyncCreateAgAccountRequest extends RpcAcsRequest<CancelAsyncCreateAgAccountResponse> { private String traceNo; private String mpk; public CancelAsyncCreateAgAccountRequest() { super("account-crm", "2016-06-06", "CancelAsyncCreateAgAccount"); setMethod(MethodType.POST); } public String getTraceNo() { return this.traceNo; } public void setTraceNo(String traceNo) { this.traceNo = traceNo; if(traceNo != null){ putQueryParameter("TraceNo", traceNo); } } public String getMpk() { return this.mpk; } public void setMpk(String mpk) { this.mpk = mpk; if(mpk != null){ putQueryParameter("Mpk", mpk); } } @Override public Class<CancelAsyncCreateAgAccountResponse> getResponseClass() { return CancelAsyncCreateAgAccountResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/CancelAsyncCreateAgAccountResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.CancelAsyncCreateAgAccountResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CancelAsyncCreateAgAccountResponse extends AcsResponse { private String code; private String message; private String requestId; private String 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 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; } @Override public CancelAsyncCreateAgAccountResponse getInstance(UnmarshallerContext context) { return CancelAsyncCreateAgAccountResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/CancelAsyncModifyLoginEmailRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class CancelAsyncModifyLoginEmailRequest extends RpcAcsRequest<CancelAsyncModifyLoginEmailResponse> { private String traceNo; private String mpk; public CancelAsyncModifyLoginEmailRequest() { super("account-crm", "2016-06-06", "CancelAsyncModifyLoginEmail"); setMethod(MethodType.POST); } public String getTraceNo() { return this.traceNo; } public void setTraceNo(String traceNo) { this.traceNo = traceNo; if(traceNo != null){ putQueryParameter("TraceNo", traceNo); } } public String getMpk() { return this.mpk; } public void setMpk(String mpk) { this.mpk = mpk; if(mpk != null){ putQueryParameter("Mpk", mpk); } } @Override public Class<CancelAsyncModifyLoginEmailResponse> getResponseClass() { return CancelAsyncModifyLoginEmailResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/CancelAsyncModifyLoginEmailResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.CancelAsyncModifyLoginEmailResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CancelAsyncModifyLoginEmailResponse extends AcsResponse { private String code; private String message; private String requestId; private String 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 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; } @Override public CancelAsyncModifyLoginEmailResponse getInstance(UnmarshallerContext context) { return CancelAsyncModifyLoginEmailResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/ChangeAgSecurityEmailRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class ChangeAgSecurityEmailRequest extends RpcAcsRequest<ChangeAgSecurityEmailResponse> { private String securityEmail; private String appName; private String mpk; private String pk; public ChangeAgSecurityEmailRequest() { super("account-crm", "2016-06-06", "ChangeAgSecurityEmail"); setMethod(MethodType.POST); } public String getSecurityEmail() { return this.securityEmail; } public void setSecurityEmail(String securityEmail) { this.securityEmail = securityEmail; if(securityEmail != null){ putQueryParameter("SecurityEmail", securityEmail); } } public String getAppName() { return this.appName; } public void setAppName(String appName) { this.appName = appName; if(appName != null){ putQueryParameter("AppName", appName); } } public String getMpk() { return this.mpk; } public void setMpk(String mpk) { this.mpk = mpk; if(mpk != null){ putQueryParameter("Mpk", mpk); } } public String getPk() { return this.pk; } public void setPk(String pk) { this.pk = pk; if(pk != null){ putQueryParameter("Pk", pk); } } @Override public Class<ChangeAgSecurityEmailResponse> getResponseClass() { return ChangeAgSecurityEmailResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/ChangeAgSecurityEmailResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.ChangeAgSecurityEmailResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ChangeAgSecurityEmailResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean 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 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; } @Override public ChangeAgSecurityEmailResponse getInstance(UnmarshallerContext context) { return ChangeAgSecurityEmailResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/ChangeAgSecurityMobileRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class ChangeAgSecurityMobileRequest extends RpcAcsRequest<ChangeAgSecurityMobileResponse> { private String securityMobile; private String appName; private String mpk; private String pk; public ChangeAgSecurityMobileRequest() { super("account-crm", "2016-06-06", "ChangeAgSecurityMobile"); setMethod(MethodType.POST); } public String getSecurityMobile() { return this.securityMobile; } public void setSecurityMobile(String securityMobile) { this.securityMobile = securityMobile; if(securityMobile != null){ putQueryParameter("SecurityMobile", securityMobile); } } public String getAppName() { return this.appName; } public void setAppName(String appName) { this.appName = appName; if(appName != null){ putQueryParameter("AppName", appName); } } public String getMpk() { return this.mpk; } public void setMpk(String mpk) { this.mpk = mpk; if(mpk != null){ putQueryParameter("Mpk", mpk); } } public String getPk() { return this.pk; } public void setPk(String pk) { this.pk = pk; if(pk != null){ putQueryParameter("Pk", pk); } } @Override public Class<ChangeAgSecurityMobileResponse> getResponseClass() { return ChangeAgSecurityMobileResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/ChangeAgSecurityMobileResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.ChangeAgSecurityMobileResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ChangeAgSecurityMobileResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean 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 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; } @Override public ChangeAgSecurityMobileResponse getInstance(UnmarshallerContext context) { return ChangeAgSecurityMobileResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/CreateAccountProfileInfoRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class CreateAccountProfileInfoRequest extends RpcAcsRequest<CreateAccountProfileInfoResponse> { private String accountJson; public CreateAccountProfileInfoRequest() { super("account-crm", "2016-06-06", "CreateAccountProfileInfo"); setMethod(MethodType.POST); } public String getAccountJson() { return this.accountJson; } public void setAccountJson(String accountJson) { this.accountJson = accountJson; if(accountJson != null){ putQueryParameter("AccountJson", accountJson); } } @Override public Class<CreateAccountProfileInfoResponse> getResponseClass() { return CreateAccountProfileInfoResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/CreateAccountProfileInfoResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.CreateAccountProfileInfoResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateAccountProfileInfoResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean 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 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; } @Override public CreateAccountProfileInfoResponse getInstance(UnmarshallerContext context) { return CreateAccountProfileInfoResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/CreateAgAccountRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class CreateAgAccountRequest extends RpcAcsRequest<CreateAgAccountResponse> { private String securityMobile; private String loginEmail; private String own; private String mpk; private String nationCode; public CreateAgAccountRequest() { super("account-crm", "2016-06-06", "CreateAgAccount"); setMethod(MethodType.POST); } public String getSecurityMobile() { return this.securityMobile; } public void setSecurityMobile(String securityMobile) { this.securityMobile = securityMobile; if(securityMobile != null){ putQueryParameter("SecurityMobile", securityMobile); } } public String getLoginEmail() { return this.loginEmail; } public void setLoginEmail(String loginEmail) { this.loginEmail = loginEmail; if(loginEmail != null){ putQueryParameter("LoginEmail", loginEmail); } } public String getOwn() { return this.own; } public void setOwn(String own) { this.own = own; if(own != null){ putQueryParameter("Own", own); } } public String getMpk() { return this.mpk; } public void setMpk(String mpk) { this.mpk = mpk; if(mpk != null){ putQueryParameter("Mpk", mpk); } } public String getNationCode() { return this.nationCode; } public void setNationCode(String nationCode) { this.nationCode = nationCode; if(nationCode != null){ putQueryParameter("NationCode", nationCode); } } @Override public Class<CreateAgAccountResponse> getResponseClass() { return CreateAgAccountResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/CreateAgAccountResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.CreateAgAccountResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateAgAccountResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean success; private AgRelationDto agRelationDto; 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 AgRelationDto getAgRelationDto() { return this.agRelationDto; } public void setAgRelationDto(AgRelationDto agRelationDto) { this.agRelationDto = agRelationDto; } public static class AgRelationDto { private String type; private String pk; private String mpk; public String getType() { return this.type; } public void setType(String type) { this.type = type; } public String getPk() { return this.pk; } public void setPk(String pk) { this.pk = pk; } public String getMpk() { return this.mpk; } public void setMpk(String mpk) { this.mpk = mpk; } } @Override public CreateAgAccountResponse getInstance(UnmarshallerContext context) { return CreateAgAccountResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/CreateContacterRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class CreateContacterRequest extends RpcAcsRequest<CreateContacterResponse> { private String contacterPosition; private String contacterMobile; private Long userId; private String contacterType; private String contacterWangwang; private String contacterEmail; private Boolean emailConfirmed; private String contacterAddress; private String contacterName; private Boolean mobileConfirmed; private String contacterStaffNo; private String contacterDingding; public CreateContacterRequest() { super("account-crm", "2016-06-06", "CreateContacter"); setMethod(MethodType.POST); } public String getContacterPosition() { return this.contacterPosition; } public void setContacterPosition(String contacterPosition) { this.contacterPosition = contacterPosition; if(contacterPosition != null){ putQueryParameter("ContacterPosition", contacterPosition); } } public String getContacterMobile() { return this.contacterMobile; } public void setContacterMobile(String contacterMobile) { this.contacterMobile = contacterMobile; if(contacterMobile != null){ putQueryParameter("ContacterMobile", contacterMobile); } } public Long getUserId() { return this.userId; } public void setUserId(Long userId) { this.userId = userId; if(userId != null){ putQueryParameter("UserId", userId.toString()); } } public String getContacterType() { return this.contacterType; } public void setContacterType(String contacterType) { this.contacterType = contacterType; if(contacterType != null){ putQueryParameter("ContacterType", contacterType); } } public String getContacterWangwang() { return this.contacterWangwang; } public void setContacterWangwang(String contacterWangwang) { this.contacterWangwang = contacterWangwang; if(contacterWangwang != null){ putQueryParameter("ContacterWangwang", contacterWangwang); } } public String getContacterEmail() { return this.contacterEmail; } public void setContacterEmail(String contacterEmail) { this.contacterEmail = contacterEmail; if(contacterEmail != null){ putQueryParameter("ContacterEmail", contacterEmail); } } public Boolean getEmailConfirmed() { return this.emailConfirmed; } public void setEmailConfirmed(Boolean emailConfirmed) { this.emailConfirmed = emailConfirmed; if(emailConfirmed != null){ putQueryParameter("EmailConfirmed", emailConfirmed.toString()); } } public String getContacterAddress() { return this.contacterAddress; } public void setContacterAddress(String contacterAddress) { this.contacterAddress = contacterAddress; if(contacterAddress != null){ putQueryParameter("ContacterAddress", contacterAddress); } } public String getContacterName() { return this.contacterName; } public void setContacterName(String contacterName) { this.contacterName = contacterName; if(contacterName != null){ putQueryParameter("ContacterName", contacterName); } } public Boolean getMobileConfirmed() { return this.mobileConfirmed; } public void setMobileConfirmed(Boolean mobileConfirmed) { this.mobileConfirmed = mobileConfirmed; if(mobileConfirmed != null){ putQueryParameter("MobileConfirmed", mobileConfirmed.toString()); } } public String getContacterStaffNo() { return this.contacterStaffNo; } public void setContacterStaffNo(String contacterStaffNo) { this.contacterStaffNo = contacterStaffNo; if(contacterStaffNo != null){ putQueryParameter("ContacterStaffNo", contacterStaffNo); } } public String getContacterDingding() { return this.contacterDingding; } public void setContacterDingding(String contacterDingding) { this.contacterDingding = contacterDingding; if(contacterDingding != null){ putQueryParameter("ContacterDingding", contacterDingding); } } @Override public Class<CreateContacterResponse> getResponseClass() { return CreateContacterResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/CreateContacterResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.CreateContacterResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateContacterResponse extends AcsResponse { private String code; private String contacterId; private String message; private String requestId; private Boolean success; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getContacterId() { return this.contacterId; } public void setContacterId(String contacterId) { this.contacterId = contacterId; } 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; } @Override public CreateContacterResponse getInstance(UnmarshallerContext context) { return CreateContacterResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/CreateRealNameCertificationRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class CreateRealNameCertificationRequest extends RpcAcsRequest<CreateRealNameCertificationResponse> { private String accountCertifyType; private String licenseNumber; private String licenseType; private String name; private String pk; private String corporateLicenseNumber; private String corporateName; public CreateRealNameCertificationRequest() { super("account-crm", "2016-06-06", "CreateRealNameCertification"); setMethod(MethodType.POST); } public String getAccountCertifyType() { return this.accountCertifyType; } public void setAccountCertifyType(String accountCertifyType) { this.accountCertifyType = accountCertifyType; if(accountCertifyType != null){ putQueryParameter("AccountCertifyType", accountCertifyType); } } public String getLicenseNumber() { return this.licenseNumber; } public void setLicenseNumber(String licenseNumber) { this.licenseNumber = licenseNumber; if(licenseNumber != null){ putQueryParameter("LicenseNumber", licenseNumber); } } public String getLicenseType() { return this.licenseType; } public void setLicenseType(String licenseType) { this.licenseType = licenseType; if(licenseType != null){ putQueryParameter("LicenseType", licenseType); } } public String getName() { return this.name; } public void setName(String name) { this.name = name; if(name != null){ putQueryParameter("Name", name); } } public String getPk() { return this.pk; } public void setPk(String pk) { this.pk = pk; if(pk != null){ putQueryParameter("Pk", pk); } } public String getCorporateLicenseNumber() { return this.corporateLicenseNumber; } public void setCorporateLicenseNumber(String corporateLicenseNumber) { this.corporateLicenseNumber = corporateLicenseNumber; if(corporateLicenseNumber != null){ putQueryParameter("CorporateLicenseNumber", corporateLicenseNumber); } } public String getCorporateName() { return this.corporateName; } public void setCorporateName(String corporateName) { this.corporateName = corporateName; if(corporateName != null){ putQueryParameter("CorporateName", corporateName); } } @Override public Class<CreateRealNameCertificationResponse> getResponseClass() { return CreateRealNameCertificationResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/CreateRealNameCertificationResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.CreateRealNameCertificationResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateRealNameCertificationResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean 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 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; } @Override public CreateRealNameCertificationResponse getInstance(UnmarshallerContext context) { return CreateRealNameCertificationResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/CustomerSensitiveInfoLogicalDeleteRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class CustomerSensitiveInfoLogicalDeleteRequest extends RpcAcsRequest<CustomerSensitiveInfoLogicalDeleteResponse> { private String uid; public CustomerSensitiveInfoLogicalDeleteRequest() { super("account-crm", "2016-06-06", "CustomerSensitiveInfoLogicalDelete"); setMethod(MethodType.POST); } public String getUid() { return this.uid; } public void setUid(String uid) { this.uid = uid; if(uid != null){ putQueryParameter("Uid", uid); } } @Override public Class<CustomerSensitiveInfoLogicalDeleteResponse> getResponseClass() { return CustomerSensitiveInfoLogicalDeleteResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/CustomerSensitiveInfoLogicalDeleteResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.CustomerSensitiveInfoLogicalDeleteResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CustomerSensitiveInfoLogicalDeleteResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean 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 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; } @Override public CustomerSensitiveInfoLogicalDeleteResponse getInstance(UnmarshallerContext context) { return CustomerSensitiveInfoLogicalDeleteResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/CustomerSensitiveInfoPhysicalDeleteRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class CustomerSensitiveInfoPhysicalDeleteRequest extends RpcAcsRequest<CustomerSensitiveInfoPhysicalDeleteResponse> { private String uid; public CustomerSensitiveInfoPhysicalDeleteRequest() { super("account-crm", "2016-06-06", "CustomerSensitiveInfoPhysicalDelete"); setMethod(MethodType.POST); } public String getUid() { return this.uid; } public void setUid(String uid) { this.uid = uid; if(uid != null){ putQueryParameter("Uid", uid); } } @Override public Class<CustomerSensitiveInfoPhysicalDeleteResponse> getResponseClass() { return CustomerSensitiveInfoPhysicalDeleteResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/CustomerSensitiveInfoPhysicalDeleteResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.CustomerSensitiveInfoPhysicalDeleteResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CustomerSensitiveInfoPhysicalDeleteResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean 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 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; } @Override public CustomerSensitiveInfoPhysicalDeleteResponse getInstance(UnmarshallerContext context) { return CustomerSensitiveInfoPhysicalDeleteResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/DeleteContacterRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DeleteContacterRequest extends RpcAcsRequest<DeleteContacterResponse> { private Long userId; private Long contacterId; public DeleteContacterRequest() { super("account-crm", "2016-06-06", "DeleteContacter"); setMethod(MethodType.POST); } public Long getUserId() { return this.userId; } public void setUserId(Long userId) { this.userId = userId; if(userId != null){ putQueryParameter("UserId", userId.toString()); } } public Long getContacterId() { return this.contacterId; } public void setContacterId(Long contacterId) { this.contacterId = contacterId; if(contacterId != null){ putQueryParameter("ContacterId", contacterId.toString()); } } @Override public Class<DeleteContacterResponse> getResponseClass() { return DeleteContacterResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/DeleteContacterResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.DeleteContacterResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteContacterResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean 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 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; } @Override public DeleteContacterResponse getInstance(UnmarshallerContext context) { return DeleteContacterResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/DeleteCustomerLabelRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DeleteCustomerLabelRequest extends RpcAcsRequest<DeleteCustomerLabelResponse> { private String labelSeries; private String organization; private Long pK; private List<String> labelTypess; private String userName; private String token; public DeleteCustomerLabelRequest() { super("account-crm", "2016-06-06", "DeleteCustomerLabel"); setMethod(MethodType.POST); } public String getLabelSeries() { return this.labelSeries; } public void setLabelSeries(String labelSeries) { this.labelSeries = labelSeries; if(labelSeries != null){ putQueryParameter("LabelSeries", labelSeries); } } public String getOrganization() { return this.organization; } public void setOrganization(String organization) { this.organization = organization; if(organization != null){ putQueryParameter("Organization", organization); } } public Long getPK() { return this.pK; } public void setPK(Long pK) { this.pK = pK; if(pK != null){ putQueryParameter("PK", pK.toString()); } } public List<String> getLabelTypess() { return this.labelTypess; } public void setLabelTypess(List<String> labelTypess) { this.labelTypess = labelTypess; if (labelTypess != null) { for (int i = 0; i < labelTypess.size(); i++) { putQueryParameter("LabelTypes." + (i + 1) , labelTypess.get(i)); } } } public String getUserName() { return this.userName; } public void setUserName(String userName) { this.userName = userName; if(userName != null){ putQueryParameter("UserName", userName); } } public String getToken() { return this.token; } public void setToken(String token) { this.token = token; if(token != null){ putQueryParameter("Token", token); } } @Override public Class<DeleteCustomerLabelResponse> getResponseClass() { return DeleteCustomerLabelResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/DeleteCustomerLabelResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.DeleteCustomerLabelResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteCustomerLabelResponse extends AcsResponse { private String code; private String message; private Boolean 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 Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } @Override public DeleteCustomerLabelResponse getInstance(UnmarshallerContext context) { return DeleteCustomerLabelResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/DoLogicalDeleteResourceRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DoLogicalDeleteResourceRequest extends RpcAcsRequest<DoLogicalDeleteResourceResponse> { private String country; private Long hid; private String invoker; private String message; private Boolean success; private Boolean interrupt; private String gmtWakeup; private String pk; private String bid; private String taskExtraData; private String taskIdentifier; public DoLogicalDeleteResourceRequest() { super("account-crm", "2016-06-06", "DoLogicalDeleteResource"); setMethod(MethodType.POST); } public String getCountry() { return this.country; } public void setCountry(String country) { this.country = country; if(country != null){ putQueryParameter("Country", country); } } public Long getHid() { return this.hid; } public void setHid(Long hid) { this.hid = hid; if(hid != null){ putQueryParameter("Hid", hid.toString()); } } public String getInvoker() { return this.invoker; } public void setInvoker(String invoker) { this.invoker = invoker; if(invoker != null){ putQueryParameter("Invoker", invoker); } } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; if(message != null){ putQueryParameter("Message", message); } } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; if(success != null){ putQueryParameter("Success", success.toString()); } } public Boolean getInterrupt() { return this.interrupt; } public void setInterrupt(Boolean interrupt) { this.interrupt = interrupt; if(interrupt != null){ putQueryParameter("Interrupt", interrupt.toString()); } } public String getGmtWakeup() { return this.gmtWakeup; } public void setGmtWakeup(String gmtWakeup) { this.gmtWakeup = gmtWakeup; if(gmtWakeup != null){ putQueryParameter("GmtWakeup", gmtWakeup); } } public String getPk() { return this.pk; } public void setPk(String pk) { this.pk = pk; if(pk != null){ putQueryParameter("Pk", pk); } } public String getBid() { return this.bid; } public void setBid(String bid) { this.bid = bid; if(bid != null){ putQueryParameter("Bid", bid); } } public String getTaskExtraData() { return this.taskExtraData; } public void setTaskExtraData(String taskExtraData) { this.taskExtraData = taskExtraData; if(taskExtraData != null){ putQueryParameter("TaskExtraData", taskExtraData); } } public String getTaskIdentifier() { return this.taskIdentifier; } public void setTaskIdentifier(String taskIdentifier) { this.taskIdentifier = taskIdentifier; if(taskIdentifier != null){ putQueryParameter("TaskIdentifier", taskIdentifier); } } @Override public Class<DoLogicalDeleteResourceResponse> getResponseClass() { return DoLogicalDeleteResourceResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/DoLogicalDeleteResourceResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.DoLogicalDeleteResourceResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DoLogicalDeleteResourceResponse extends AcsResponse { private String pk; private String invoker; private Boolean success; private String gmtWakeup; private Long hid; private String message; private String country; private Boolean interrupt; private String taskExtraData; private String bid; private String taskIdentifier; public String getPk() { return this.pk; } public void setPk(String pk) { this.pk = pk; } public String getInvoker() { return this.invoker; } public void setInvoker(String invoker) { this.invoker = invoker; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getGmtWakeup() { return this.gmtWakeup; } public void setGmtWakeup(String gmtWakeup) { this.gmtWakeup = gmtWakeup; } public Long getHid() { return this.hid; } public void setHid(Long hid) { this.hid = hid; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getCountry() { return this.country; } public void setCountry(String country) { this.country = country; } public Boolean getInterrupt() { return this.interrupt; } public void setInterrupt(Boolean interrupt) { this.interrupt = interrupt; } public String getTaskExtraData() { return this.taskExtraData; } public void setTaskExtraData(String taskExtraData) { this.taskExtraData = taskExtraData; } public String getBid() { return this.bid; } public void setBid(String bid) { this.bid = bid; } public String getTaskIdentifier() { return this.taskIdentifier; } public void setTaskIdentifier(String taskIdentifier) { this.taskIdentifier = taskIdentifier; } @Override public DoLogicalDeleteResourceResponse getInstance(UnmarshallerContext context) { return DoLogicalDeleteResourceResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/ExistBindsByOuterIdRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.ProtocolType; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class ExistBindsByOuterIdRequest extends RpcAcsRequest<ExistBindsByOuterIdResponse> { private String appName; private String tenantId; private String outerId; private String minorOuterId; public ExistBindsByOuterIdRequest() { super("account-crm", "2016-06-06", "ExistBindsByOuterId"); setProtocol(ProtocolType.HTTPS); setMethod(MethodType.GET); } public String getAppName() { return this.appName; } public void setAppName(String appName) { this.appName = appName; if(appName != null){ putQueryParameter("AppName", appName); } } public String getTenantId() { return this.tenantId; } public void setTenantId(String tenantId) { this.tenantId = tenantId; if(tenantId != null){ putQueryParameter("TenantId", tenantId); } } public String getOuterId() { return this.outerId; } public void setOuterId(String outerId) { this.outerId = outerId; if(outerId != null){ putQueryParameter("OuterId", outerId); } } public String getMinorOuterId() { return this.minorOuterId; } public void setMinorOuterId(String minorOuterId) { this.minorOuterId = minorOuterId; if(minorOuterId != null){ putQueryParameter("MinorOuterId", minorOuterId); } } @Override public Class<ExistBindsByOuterIdResponse> getResponseClass() { return ExistBindsByOuterIdResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/ExistBindsByOuterIdResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.ExistBindsByOuterIdResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ExistBindsByOuterIdResponse extends AcsResponse { private String requestId; private Boolean success; private String code; private String httpCode; private String message; private Boolean data; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getHttpCode() { return this.httpCode; } public void setHttpCode(String httpCode) { this.httpCode = httpCode; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Boolean getData() { return this.data; } public void setData(Boolean data) { this.data = data; } @Override public ExistBindsByOuterIdResponse getInstance(UnmarshallerContext context) { return ExistBindsByOuterIdResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/FindAllContacterRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class FindAllContacterRequest extends RpcAcsRequest<FindAllContacterResponse> { private String localeString; private String type; private Long userId; public FindAllContacterRequest() { super("account-crm", "2016-06-06", "FindAllContacter"); setMethod(MethodType.POST); } public String getLocaleString() { return this.localeString; } public void setLocaleString(String localeString) { this.localeString = localeString; if(localeString != null){ putQueryParameter("LocaleString", localeString); } } public String getType() { return this.type; } public void setType(String type) { this.type = type; if(type != null){ putQueryParameter("Type", type); } } public Long getUserId() { return this.userId; } public void setUserId(Long userId) { this.userId = userId; if(userId != null){ putQueryParameter("UserId", userId.toString()); } } @Override public Class<FindAllContacterResponse> getResponseClass() { return FindAllContacterResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/FindAllContacterResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.FindAllContacterResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class FindAllContacterResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean success; private List<ContacterInfo> 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 List<ContacterInfo> getData() { return this.data; } public void setData(List<ContacterInfo> data) { this.data = data; } public static class ContacterInfo { private Long contacterId; private String contacterMobile; private String contacterType; private String contacterName; private String contacterPosition; private Boolean mobileConfirmed; private Boolean emailConfirmed; private String contacterStaffNo; private String contacterDingding; private String contacterAddress; private String contacterWangwang; private String contacterEmail; public Long getContacterId() { return this.contacterId; } public void setContacterId(Long contacterId) { this.contacterId = contacterId; } public String getContacterMobile() { return this.contacterMobile; } public void setContacterMobile(String contacterMobile) { this.contacterMobile = contacterMobile; } public String getContacterType() { return this.contacterType; } public void setContacterType(String contacterType) { this.contacterType = contacterType; } public String getContacterName() { return this.contacterName; } public void setContacterName(String contacterName) { this.contacterName = contacterName; } public String getContacterPosition() { return this.contacterPosition; } public void setContacterPosition(String contacterPosition) { this.contacterPosition = contacterPosition; } public Boolean getMobileConfirmed() { return this.mobileConfirmed; } public void setMobileConfirmed(Boolean mobileConfirmed) { this.mobileConfirmed = mobileConfirmed; } public Boolean getEmailConfirmed() { return this.emailConfirmed; } public void setEmailConfirmed(Boolean emailConfirmed) { this.emailConfirmed = emailConfirmed; } public String getContacterStaffNo() { return this.contacterStaffNo; } public void setContacterStaffNo(String contacterStaffNo) { this.contacterStaffNo = contacterStaffNo; } public String getContacterDingding() { return this.contacterDingding; } public void setContacterDingding(String contacterDingding) { this.contacterDingding = contacterDingding; } public String getContacterAddress() { return this.contacterAddress; } public void setContacterAddress(String contacterAddress) { this.contacterAddress = contacterAddress; } public String getContacterWangwang() { return this.contacterWangwang; } public void setContacterWangwang(String contacterWangwang) { this.contacterWangwang = contacterWangwang; } public String getContacterEmail() { return this.contacterEmail; } public void setContacterEmail(String contacterEmail) { this.contacterEmail = contacterEmail; } } @Override public FindAllContacterResponse getInstance(UnmarshallerContext context) { return FindAllContacterResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/FindBizCategoryConfigRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class FindBizCategoryConfigRequest extends RpcAcsRequest<FindBizCategoryConfigResponse> { private String localeString; private Long userId; public FindBizCategoryConfigRequest() { super("account-crm", "2016-06-06", "FindBizCategoryConfig"); setMethod(MethodType.POST); } public String getLocaleString() { return this.localeString; } public void setLocaleString(String localeString) { this.localeString = localeString; if(localeString != null){ putQueryParameter("LocaleString", localeString); } } public Long getUserId() { return this.userId; } public void setUserId(Long userId) { this.userId = userId; if(userId != null){ putQueryParameter("UserId", userId.toString()); } } @Override public Class<FindBizCategoryConfigResponse> getResponseClass() { return FindBizCategoryConfigResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/FindBizCategoryConfigResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.FindBizCategoryConfigResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class FindBizCategoryConfigResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean success; private List<BizCategory> 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 List<BizCategory> getData() { return this.data; } public void setData(List<BizCategory> data) { this.data = data; } public static class BizCategory { private String code; private Boolean mainBiz; private String name; private String other; private Boolean isCheck; private List<BizSubCategory> subConfigs; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public Boolean getMainBiz() { return this.mainBiz; } public void setMainBiz(Boolean mainBiz) { this.mainBiz = mainBiz; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getOther() { return this.other; } public void setOther(String other) { this.other = other; } public Boolean getIsCheck() { return this.isCheck; } public void setIsCheck(Boolean isCheck) { this.isCheck = isCheck; } public List<BizSubCategory> getSubConfigs() { return this.subConfigs; } public void setSubConfigs(List<BizSubCategory> subConfigs) { this.subConfigs = subConfigs; } public static class BizSubCategory { private String code; private Boolean mainBiz; private String name; private String other; private Boolean isCheck; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public Boolean getMainBiz() { return this.mainBiz; } public void setMainBiz(Boolean mainBiz) { this.mainBiz = mainBiz; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getOther() { return this.other; } public void setOther(String other) { this.other = other; } public Boolean getIsCheck() { return this.isCheck; } public void setIsCheck(Boolean isCheck) { this.isCheck = isCheck; } } } @Override public FindBizCategoryConfigResponse getInstance(UnmarshallerContext context) { return FindBizCategoryConfigResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/FindContacterRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class FindContacterRequest extends RpcAcsRequest<FindContacterResponse> { private String localeString; private String type; private Long contacterId; public FindContacterRequest() { super("account-crm", "2016-06-06", "FindContacter"); setMethod(MethodType.POST); } public String getLocaleString() { return this.localeString; } public void setLocaleString(String localeString) { this.localeString = localeString; if(localeString != null){ putQueryParameter("LocaleString", localeString); } } public String getType() { return this.type; } public void setType(String type) { this.type = type; if(type != null){ putQueryParameter("Type", type); } } public Long getContacterId() { return this.contacterId; } public void setContacterId(Long contacterId) { this.contacterId = contacterId; if(contacterId != null){ putQueryParameter("ContacterId", contacterId.toString()); } } @Override public Class<FindContacterResponse> getResponseClass() { return FindContacterResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/FindContacterResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.FindContacterResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class FindContacterResponse 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 Long contacterId; private String contacterMobile; private String contacterType; private String contacterName; private String contacterPosition; private Boolean mobileConfirmed; private Boolean emailConfirmed; private String contacterStaffNo; private String contacterDingding; private String contacterAddress; private String contacterWangwang; private String contacterEmail; public Long getContacterId() { return this.contacterId; } public void setContacterId(Long contacterId) { this.contacterId = contacterId; } public String getContacterMobile() { return this.contacterMobile; } public void setContacterMobile(String contacterMobile) { this.contacterMobile = contacterMobile; } public String getContacterType() { return this.contacterType; } public void setContacterType(String contacterType) { this.contacterType = contacterType; } public String getContacterName() { return this.contacterName; } public void setContacterName(String contacterName) { this.contacterName = contacterName; } public String getContacterPosition() { return this.contacterPosition; } public void setContacterPosition(String contacterPosition) { this.contacterPosition = contacterPosition; } public Boolean getMobileConfirmed() { return this.mobileConfirmed; } public void setMobileConfirmed(Boolean mobileConfirmed) { this.mobileConfirmed = mobileConfirmed; } public Boolean getEmailConfirmed() { return this.emailConfirmed; } public void setEmailConfirmed(Boolean emailConfirmed) { this.emailConfirmed = emailConfirmed; } public String getContacterStaffNo() { return this.contacterStaffNo; } public void setContacterStaffNo(String contacterStaffNo) { this.contacterStaffNo = contacterStaffNo; } public String getContacterDingding() { return this.contacterDingding; } public void setContacterDingding(String contacterDingding) { this.contacterDingding = contacterDingding; } public String getContacterAddress() { return this.contacterAddress; } public void setContacterAddress(String contacterAddress) { this.contacterAddress = contacterAddress; } public String getContacterWangwang() { return this.contacterWangwang; } public void setContacterWangwang(String contacterWangwang) { this.contacterWangwang = contacterWangwang; } public String getContacterEmail() { return this.contacterEmail; } public void setContacterEmail(String contacterEmail) { this.contacterEmail = contacterEmail; } } @Override public FindContacterResponse getInstance(UnmarshallerContext context) { return FindContacterResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/FindCustomerInfoRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class FindCustomerInfoRequest extends RpcAcsRequest<FindCustomerInfoResponse> { private Long userId; public FindCustomerInfoRequest() { super("account-crm", "2016-06-06", "FindCustomerInfo"); setMethod(MethodType.POST); } public Long getUserId() { return this.userId; } public void setUserId(Long userId) { this.userId = userId; if(userId != null){ putQueryParameter("UserId", userId.toString()); } } @Override public Class<FindCustomerInfoResponse> getResponseClass() { return FindCustomerInfoResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/FindCustomerInfoResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.FindCustomerInfoResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class FindCustomerInfoResponse 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 String biz; private String website; public String getBiz() { return this.biz; } public void setBiz(String biz) { this.biz = biz; } public String getWebsite() { return this.website; } public void setWebsite(String website) { this.website = website; } } @Override public FindCustomerInfoResponse getInstance(UnmarshallerContext context) { return FindCustomerInfoResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/FindCustomerSnapshotRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class FindCustomerSnapshotRequest extends RpcAcsRequest<FindCustomerSnapshotResponse> { private String versionId; private Long pk; private String infoType; public FindCustomerSnapshotRequest() { super("account-crm", "2016-06-06", "FindCustomerSnapshot"); setMethod(MethodType.POST); } public String getVersionId() { return this.versionId; } public void setVersionId(String versionId) { this.versionId = versionId; if(versionId != null){ putQueryParameter("VersionId", versionId); } } public Long getPk() { return this.pk; } public void setPk(Long pk) { this.pk = pk; if(pk != null){ putQueryParameter("Pk", pk.toString()); } } public String getInfoType() { return this.infoType; } public void setInfoType(String infoType) { this.infoType = infoType; if(infoType != null){ putQueryParameter("InfoType", infoType); } } @Override public Class<FindCustomerSnapshotResponse> getResponseClass() { return FindCustomerSnapshotResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/FindCustomerSnapshotResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.FindCustomerSnapshotResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class FindCustomerSnapshotResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean success; private CustomerSnapshot customerSnapshot; 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 CustomerSnapshot getCustomerSnapshot() { return this.customerSnapshot; } public void setCustomerSnapshot(CustomerSnapshot customerSnapshot) { this.customerSnapshot = customerSnapshot; } public static class CustomerSnapshot { private String gmtCreate; private String infoType; private Long kpId; private Long id; private AccountInfoSnapshotModel accountInfoSnapshotModel; private AccountTaxSnapshotModel accountTaxSnapshotModel; public String getGmtCreate() { return this.gmtCreate; } public void setGmtCreate(String gmtCreate) { this.gmtCreate = gmtCreate; } public String getInfoType() { return this.infoType; } public void setInfoType(String infoType) { this.infoType = infoType; } public Long getKpId() { return this.kpId; } public void setKpId(Long kpId) { this.kpId = kpId; } public Long getId() { return this.id; } public void setId(Long id) { this.id = id; } public AccountInfoSnapshotModel getAccountInfoSnapshotModel() { return this.accountInfoSnapshotModel; } public void setAccountInfoSnapshotModel(AccountInfoSnapshotModel accountInfoSnapshotModel) { this.accountInfoSnapshotModel = accountInfoSnapshotModel; } public AccountTaxSnapshotModel getAccountTaxSnapshotModel() { return this.accountTaxSnapshotModel; } public void setAccountTaxSnapshotModel(AccountTaxSnapshotModel accountTaxSnapshotModel) { this.accountTaxSnapshotModel = accountTaxSnapshotModel; } public static class AccountInfoSnapshotModel { private String address6; private String postCode; private String provinceName; private String cityId; private String address4; private String provinceId; private String address3; private String address5; private String cityName; private String address; private String address2; private String trueName; public String getAddress6() { return this.address6; } public void setAddress6(String address6) { this.address6 = address6; } public String getPostCode() { return this.postCode; } public void setPostCode(String postCode) { this.postCode = postCode; } public String getProvinceName() { return this.provinceName; } public void setProvinceName(String provinceName) { this.provinceName = provinceName; } public String getCityId() { return this.cityId; } public void setCityId(String cityId) { this.cityId = cityId; } public String getAddress4() { return this.address4; } public void setAddress4(String address4) { this.address4 = address4; } public String getProvinceId() { return this.provinceId; } public void setProvinceId(String provinceId) { this.provinceId = provinceId; } public String getAddress3() { return this.address3; } public void setAddress3(String address3) { this.address3 = address3; } public String getAddress5() { return this.address5; } public void setAddress5(String address5) { this.address5 = address5; } public String getCityName() { return this.cityName; } public void setCityName(String cityName) { this.cityName = cityName; } public String getAddress() { return this.address; } public void setAddress(String address) { this.address = address; } public String getAddress2() { return this.address2; } public void setAddress2(String address2) { this.address2 = address2; } public String getTrueName() { return this.trueName; } public void setTrueName(String trueName) { this.trueName = trueName; } } public static class AccountTaxSnapshotModel { private String financeTaxCertificateImgName; private String financeTaxCertificateImgUrl; private String secondFinanceTaxCertificateImgUrl; private String tax; private String secondFinanceTax; private String secondFinanceTaxCertificateImgName; public String getFinanceTaxCertificateImgName() { return this.financeTaxCertificateImgName; } public void setFinanceTaxCertificateImgName(String financeTaxCertificateImgName) { this.financeTaxCertificateImgName = financeTaxCertificateImgName; } public String getFinanceTaxCertificateImgUrl() { return this.financeTaxCertificateImgUrl; } public void setFinanceTaxCertificateImgUrl(String financeTaxCertificateImgUrl) { this.financeTaxCertificateImgUrl = financeTaxCertificateImgUrl; } public String getSecondFinanceTaxCertificateImgUrl() { return this.secondFinanceTaxCertificateImgUrl; } public void setSecondFinanceTaxCertificateImgUrl(String secondFinanceTaxCertificateImgUrl) { this.secondFinanceTaxCertificateImgUrl = secondFinanceTaxCertificateImgUrl; } public String getTax() { return this.tax; } public void setTax(String tax) { this.tax = tax; } public String getSecondFinanceTax() { return this.secondFinanceTax; } public void setSecondFinanceTax(String secondFinanceTax) { this.secondFinanceTax = secondFinanceTax; } public String getSecondFinanceTaxCertificateImgName() { return this.secondFinanceTaxCertificateImgName; } public void setSecondFinanceTaxCertificateImgName(String secondFinanceTaxCertificateImgName) { this.secondFinanceTaxCertificateImgName = secondFinanceTaxCertificateImgName; } } } @Override public FindCustomerSnapshotResponse getInstance(UnmarshallerContext context) { return FindCustomerSnapshotResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/FindFinanceTaxDetailRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class FindFinanceTaxDetailRequest extends RpcAcsRequest<FindFinanceTaxDetailResponse> { private Long kpId; public FindFinanceTaxDetailRequest() { super("account-crm", "2016-06-06", "FindFinanceTaxDetail"); setMethod(MethodType.POST); } public Long getKpId() { return this.kpId; } public void setKpId(Long kpId) { this.kpId = kpId; if(kpId != null){ putQueryParameter("KpId", kpId.toString()); } } @Override public Class<FindFinanceTaxDetailResponse> getResponseClass() { return FindFinanceTaxDetailResponse.class; } }