index
int64 | repo_id
string | file_path
string | content
string |
|---|---|---|---|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/AddCustomerLabelResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.AddCustomerLabelResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class AddCustomerLabelResponseUnmarshaller {
public static AddCustomerLabelResponse unmarshall(AddCustomerLabelResponse addCustomerLabelResponse, UnmarshallerContext _ctx) {
addCustomerLabelResponse.setRequestId(_ctx.stringValue("AddCustomerLabelResponse.RequestId"));
addCustomerLabelResponse.setCode(_ctx.stringValue("AddCustomerLabelResponse.Code"));
addCustomerLabelResponse.setMessage(_ctx.stringValue("AddCustomerLabelResponse.Message"));
addCustomerLabelResponse.setSuccess(_ctx.booleanValue("AddCustomerLabelResponse.Success"));
return addCustomerLabelResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/AllowAgAccountLoginResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.AllowAgAccountLoginResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class AllowAgAccountLoginResponseUnmarshaller {
public static AllowAgAccountLoginResponse unmarshall(AllowAgAccountLoginResponse allowAgAccountLoginResponse, UnmarshallerContext _ctx) {
allowAgAccountLoginResponse.setRequestId(_ctx.stringValue("AllowAgAccountLoginResponse.RequestId"));
allowAgAccountLoginResponse.setCode(_ctx.stringValue("AllowAgAccountLoginResponse.Code"));
allowAgAccountLoginResponse.setMessage(_ctx.stringValue("AllowAgAccountLoginResponse.Message"));
allowAgAccountLoginResponse.setData(_ctx.booleanValue("AllowAgAccountLoginResponse.Data"));
allowAgAccountLoginResponse.setSuccess(_ctx.booleanValue("AllowAgAccountLoginResponse.Success"));
return allowAgAccountLoginResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/ApplyIdentityRegistrationResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.ApplyIdentityRegistrationResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class ApplyIdentityRegistrationResponseUnmarshaller {
public static ApplyIdentityRegistrationResponse unmarshall(ApplyIdentityRegistrationResponse applyIdentityRegistrationResponse, UnmarshallerContext _ctx) {
applyIdentityRegistrationResponse.setRequestId(_ctx.stringValue("ApplyIdentityRegistrationResponse.RequestId"));
applyIdentityRegistrationResponse.setCode(_ctx.stringValue("ApplyIdentityRegistrationResponse.Code"));
applyIdentityRegistrationResponse.setMessage(_ctx.stringValue("ApplyIdentityRegistrationResponse.Message"));
applyIdentityRegistrationResponse.setData(_ctx.longValue("ApplyIdentityRegistrationResponse.Data"));
applyIdentityRegistrationResponse.setSuccess(_ctx.booleanValue("ApplyIdentityRegistrationResponse.Success"));
return applyIdentityRegistrationResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/AsyncCreateAgAccountResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.AsyncCreateAgAccountResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class AsyncCreateAgAccountResponseUnmarshaller {
public static AsyncCreateAgAccountResponse unmarshall(AsyncCreateAgAccountResponse asyncCreateAgAccountResponse, UnmarshallerContext _ctx) {
asyncCreateAgAccountResponse.setRequestId(_ctx.stringValue("AsyncCreateAgAccountResponse.RequestId"));
asyncCreateAgAccountResponse.setCode(_ctx.stringValue("AsyncCreateAgAccountResponse.Code"));
asyncCreateAgAccountResponse.setTraceNo(_ctx.stringValue("AsyncCreateAgAccountResponse.TraceNo"));
asyncCreateAgAccountResponse.setMessage(_ctx.stringValue("AsyncCreateAgAccountResponse.Message"));
asyncCreateAgAccountResponse.setSuccess(_ctx.booleanValue("AsyncCreateAgAccountResponse.Success"));
return asyncCreateAgAccountResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/AsyncModifyAgLoginEmailResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.AsyncModifyAgLoginEmailResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class AsyncModifyAgLoginEmailResponseUnmarshaller {
public static AsyncModifyAgLoginEmailResponse unmarshall(AsyncModifyAgLoginEmailResponse asyncModifyAgLoginEmailResponse, UnmarshallerContext _ctx) {
asyncModifyAgLoginEmailResponse.setRequestId(_ctx.stringValue("AsyncModifyAgLoginEmailResponse.RequestId"));
asyncModifyAgLoginEmailResponse.setCode(_ctx.stringValue("AsyncModifyAgLoginEmailResponse.Code"));
asyncModifyAgLoginEmailResponse.setTraceNo(_ctx.stringValue("AsyncModifyAgLoginEmailResponse.TraceNo"));
asyncModifyAgLoginEmailResponse.setMessage(_ctx.stringValue("AsyncModifyAgLoginEmailResponse.Message"));
asyncModifyAgLoginEmailResponse.setSuccess(_ctx.booleanValue("AsyncModifyAgLoginEmailResponse.Success"));
return asyncModifyAgLoginEmailResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/AuthAndActiveWithHidResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.AuthAndActiveWithHidResponse;
import com.aliyuncs.account_crm.model.v20160606.AuthAndActiveWithHidResponse.Data;
import com.aliyuncs.account_crm.model.v20160606.AuthAndActiveWithHidResponse.Data.AccountModel;
import com.aliyuncs.account_crm.model.v20160606.AuthAndActiveWithHidResponse.Data.SessionModel;
import com.aliyuncs.transform.UnmarshallerContext;
public class AuthAndActiveWithHidResponseUnmarshaller {
public static AuthAndActiveWithHidResponse unmarshall(AuthAndActiveWithHidResponse authAndActiveWithHidResponse, UnmarshallerContext _ctx) {
authAndActiveWithHidResponse.setRequestId(_ctx.stringValue("AuthAndActiveWithHidResponse.RequestId"));
authAndActiveWithHidResponse.setCode(_ctx.stringValue("AuthAndActiveWithHidResponse.Code"));
authAndActiveWithHidResponse.setMsg(_ctx.stringValue("AuthAndActiveWithHidResponse.Msg"));
Data data = new Data();
AccountModel accountModel = new AccountModel();
accountModel.setEmail(_ctx.stringValue("AuthAndActiveWithHidResponse.Data.AccountModel.Email"));
accountModel.setMobile(_ctx.stringValue("AuthAndActiveWithHidResponse.Data.AccountModel.Mobile"));
accountModel.setHavanaId(_ctx.longValue("AuthAndActiveWithHidResponse.Data.AccountModel.HavanaId"));
accountModel.setCreateTime(_ctx.longValue("AuthAndActiveWithHidResponse.Data.AccountModel.CreateTime"));
accountModel.setPK(_ctx.stringValue("AuthAndActiveWithHidResponse.Data.AccountModel.PK"));
accountModel.setAliyunId(_ctx.stringValue("AuthAndActiveWithHidResponse.Data.AccountModel.AliyunId"));
data.setAccountModel(accountModel);
SessionModel sessionModel = new SessionModel();
sessionModel.setAliyunPK(_ctx.stringValue("AuthAndActiveWithHidResponse.Data.SessionModel.AliyunPK"));
sessionModel.setLoginTicket(_ctx.stringValue("AuthAndActiveWithHidResponse.Data.SessionModel.LoginTicket"));
data.setSessionModel(sessionModel);
authAndActiveWithHidResponse.setData(data);
return authAndActiveWithHidResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/AuthAndRefreshLoginTicketResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.AuthAndRefreshLoginTicketResponse;
import com.aliyuncs.account_crm.model.v20160606.AuthAndRefreshLoginTicketResponse.Data;
import com.aliyuncs.transform.UnmarshallerContext;
public class AuthAndRefreshLoginTicketResponseUnmarshaller {
public static AuthAndRefreshLoginTicketResponse unmarshall(AuthAndRefreshLoginTicketResponse authAndRefreshLoginTicketResponse, UnmarshallerContext _ctx) {
authAndRefreshLoginTicketResponse.setRequestId(_ctx.stringValue("AuthAndRefreshLoginTicketResponse.RequestId"));
authAndRefreshLoginTicketResponse.setCode(_ctx.stringValue("AuthAndRefreshLoginTicketResponse.Code"));
authAndRefreshLoginTicketResponse.setMsg(_ctx.stringValue("AuthAndRefreshLoginTicketResponse.Msg"));
Data data = new Data();
data.setNewLoginTicket(_ctx.stringValue("AuthAndRefreshLoginTicketResponse.Data.NewLoginTicket"));
authAndRefreshLoginTicketResponse.setData(data);
return authAndRefreshLoginTicketResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/AuthLoginTicketResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.AuthLoginTicketResponse;
import com.aliyuncs.account_crm.model.v20160606.AuthLoginTicketResponse.LoginTicketDto;
import com.aliyuncs.transform.UnmarshallerContext;
public class AuthLoginTicketResponseUnmarshaller {
public static AuthLoginTicketResponse unmarshall(AuthLoginTicketResponse authLoginTicketResponse, UnmarshallerContext _ctx) {
authLoginTicketResponse.setRequestId(_ctx.stringValue("AuthLoginTicketResponse.RequestId"));
authLoginTicketResponse.setCode(_ctx.stringValue("AuthLoginTicketResponse.Code"));
authLoginTicketResponse.setMessage(_ctx.stringValue("AuthLoginTicketResponse.Message"));
authLoginTicketResponse.setSuccess(_ctx.booleanValue("AuthLoginTicketResponse.Success"));
LoginTicketDto loginTicketDto = new LoginTicketDto();
loginTicketDto.setLoginTicket(_ctx.stringValue("AuthLoginTicketResponse.LoginTicketDto.LoginTicket"));
authLoginTicketResponse.setLoginTicketDto(loginTicketDto);
return authLoginTicketResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/BatchQueryAgAccountResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.account_crm.model.v20160606.BatchQueryAgAccountResponse;
import com.aliyuncs.account_crm.model.v20160606.BatchQueryAgAccountResponse.AgAccount;
import com.aliyuncs.transform.UnmarshallerContext;
public class BatchQueryAgAccountResponseUnmarshaller {
public static BatchQueryAgAccountResponse unmarshall(BatchQueryAgAccountResponse batchQueryAgAccountResponse, UnmarshallerContext _ctx) {
batchQueryAgAccountResponse.setRequestId(_ctx.stringValue("BatchQueryAgAccountResponse.RequestId"));
batchQueryAgAccountResponse.setCode(_ctx.stringValue("BatchQueryAgAccountResponse.Code"));
batchQueryAgAccountResponse.setMessage(_ctx.stringValue("BatchQueryAgAccountResponse.Message"));
batchQueryAgAccountResponse.setSuccess(_ctx.booleanValue("BatchQueryAgAccountResponse.Success"));
List<AgAccount> agAccounts = new ArrayList<AgAccount>();
for (int i = 0; i < _ctx.lengthValue("BatchQueryAgAccountResponse.AgAccounts.Length"); i++) {
AgAccount agAccount = new AgAccount();
agAccount.setLoginEmail(_ctx.stringValue("BatchQueryAgAccountResponse.AgAccounts["+ i +"].LoginEmail"));
agAccount.setPk(_ctx.stringValue("BatchQueryAgAccountResponse.AgAccounts["+ i +"].Pk"));
agAccounts.add(agAccount);
}
batchQueryAgAccountResponse.setAgAccounts(agAccounts);
return batchQueryAgAccountResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/BatchQueryCreateAccountTraceResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.account_crm.model.v20160606.BatchQueryCreateAccountTraceResponse;
import com.aliyuncs.account_crm.model.v20160606.BatchQueryCreateAccountTraceResponse.Trace;
import com.aliyuncs.transform.UnmarshallerContext;
public class BatchQueryCreateAccountTraceResponseUnmarshaller {
public static BatchQueryCreateAccountTraceResponse unmarshall(BatchQueryCreateAccountTraceResponse batchQueryCreateAccountTraceResponse, UnmarshallerContext _ctx) {
batchQueryCreateAccountTraceResponse.setRequestId(_ctx.stringValue("BatchQueryCreateAccountTraceResponse.RequestId"));
batchQueryCreateAccountTraceResponse.setCode(_ctx.stringValue("BatchQueryCreateAccountTraceResponse.Code"));
batchQueryCreateAccountTraceResponse.setMessage(_ctx.stringValue("BatchQueryCreateAccountTraceResponse.Message"));
batchQueryCreateAccountTraceResponse.setSuccess(_ctx.booleanValue("BatchQueryCreateAccountTraceResponse.Success"));
List<Trace> traces = new ArrayList<Trace>();
for (int i = 0; i < _ctx.lengthValue("BatchQueryCreateAccountTraceResponse.Traces.Length"); i++) {
Trace trace = new Trace();
trace.setStatus(_ctx.stringValue("BatchQueryCreateAccountTraceResponse.Traces["+ i +"].Status"));
trace.setTraceNo(_ctx.stringValue("BatchQueryCreateAccountTraceResponse.Traces["+ i +"].TraceNo"));
trace.setPk(_ctx.stringValue("BatchQueryCreateAccountTraceResponse.Traces["+ i +"].Pk"));
trace.setNowLoginEmail(_ctx.stringValue("BatchQueryCreateAccountTraceResponse.Traces["+ i +"].NowLoginEmail"));
traces.add(trace);
}
batchQueryCreateAccountTraceResponse.setTraces(traces);
return batchQueryCreateAccountTraceResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/BatchQueryModifyLoginEmailTraceResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.account_crm.model.v20160606.BatchQueryModifyLoginEmailTraceResponse;
import com.aliyuncs.account_crm.model.v20160606.BatchQueryModifyLoginEmailTraceResponse.Trace;
import com.aliyuncs.transform.UnmarshallerContext;
public class BatchQueryModifyLoginEmailTraceResponseUnmarshaller {
public static BatchQueryModifyLoginEmailTraceResponse unmarshall(BatchQueryModifyLoginEmailTraceResponse batchQueryModifyLoginEmailTraceResponse, UnmarshallerContext _ctx) {
batchQueryModifyLoginEmailTraceResponse.setRequestId(_ctx.stringValue("BatchQueryModifyLoginEmailTraceResponse.RequestId"));
batchQueryModifyLoginEmailTraceResponse.setCode(_ctx.stringValue("BatchQueryModifyLoginEmailTraceResponse.Code"));
batchQueryModifyLoginEmailTraceResponse.setMessage(_ctx.stringValue("BatchQueryModifyLoginEmailTraceResponse.Message"));
batchQueryModifyLoginEmailTraceResponse.setSuccess(_ctx.stringValue("BatchQueryModifyLoginEmailTraceResponse.Success"));
List<Trace> traces = new ArrayList<Trace>();
for (int i = 0; i < _ctx.lengthValue("BatchQueryModifyLoginEmailTraceResponse.Traces.Length"); i++) {
Trace trace = new Trace();
trace.setStatus(_ctx.stringValue("BatchQueryModifyLoginEmailTraceResponse.Traces["+ i +"].Status"));
trace.setTraceNo(_ctx.stringValue("BatchQueryModifyLoginEmailTraceResponse.Traces["+ i +"].TraceNo"));
trace.setNewLoginEmail(_ctx.stringValue("BatchQueryModifyLoginEmailTraceResponse.Traces["+ i +"].NewLoginEmail"));
trace.setPk(_ctx.stringValue("BatchQueryModifyLoginEmailTraceResponse.Traces["+ i +"].Pk"));
trace.setOldLoginEmail(_ctx.stringValue("BatchQueryModifyLoginEmailTraceResponse.Traces["+ i +"].OldLoginEmail"));
trace.setNowLoginEmail(_ctx.stringValue("BatchQueryModifyLoginEmailTraceResponse.Traces["+ i +"].NowLoginEmail"));
traces.add(trace);
}
batchQueryModifyLoginEmailTraceResponse.setTraces(traces);
return batchQueryModifyLoginEmailTraceResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/CancelAsyncCreateAgAccountResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.CancelAsyncCreateAgAccountResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class CancelAsyncCreateAgAccountResponseUnmarshaller {
public static CancelAsyncCreateAgAccountResponse unmarshall(CancelAsyncCreateAgAccountResponse cancelAsyncCreateAgAccountResponse, UnmarshallerContext _ctx) {
cancelAsyncCreateAgAccountResponse.setRequestId(_ctx.stringValue("CancelAsyncCreateAgAccountResponse.RequestId"));
cancelAsyncCreateAgAccountResponse.setCode(_ctx.stringValue("CancelAsyncCreateAgAccountResponse.Code"));
cancelAsyncCreateAgAccountResponse.setMessage(_ctx.stringValue("CancelAsyncCreateAgAccountResponse.Message"));
cancelAsyncCreateAgAccountResponse.setSuccess(_ctx.stringValue("CancelAsyncCreateAgAccountResponse.Success"));
return cancelAsyncCreateAgAccountResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/CancelAsyncModifyLoginEmailResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.CancelAsyncModifyLoginEmailResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class CancelAsyncModifyLoginEmailResponseUnmarshaller {
public static CancelAsyncModifyLoginEmailResponse unmarshall(CancelAsyncModifyLoginEmailResponse cancelAsyncModifyLoginEmailResponse, UnmarshallerContext _ctx) {
cancelAsyncModifyLoginEmailResponse.setRequestId(_ctx.stringValue("CancelAsyncModifyLoginEmailResponse.RequestId"));
cancelAsyncModifyLoginEmailResponse.setCode(_ctx.stringValue("CancelAsyncModifyLoginEmailResponse.Code"));
cancelAsyncModifyLoginEmailResponse.setMessage(_ctx.stringValue("CancelAsyncModifyLoginEmailResponse.Message"));
cancelAsyncModifyLoginEmailResponse.setSuccess(_ctx.stringValue("CancelAsyncModifyLoginEmailResponse.Success"));
return cancelAsyncModifyLoginEmailResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/ChangeAgSecurityEmailResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.ChangeAgSecurityEmailResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class ChangeAgSecurityEmailResponseUnmarshaller {
public static ChangeAgSecurityEmailResponse unmarshall(ChangeAgSecurityEmailResponse changeAgSecurityEmailResponse, UnmarshallerContext _ctx) {
changeAgSecurityEmailResponse.setRequestId(_ctx.stringValue("ChangeAgSecurityEmailResponse.RequestId"));
changeAgSecurityEmailResponse.setCode(_ctx.stringValue("ChangeAgSecurityEmailResponse.Code"));
changeAgSecurityEmailResponse.setMessage(_ctx.stringValue("ChangeAgSecurityEmailResponse.Message"));
changeAgSecurityEmailResponse.setSuccess(_ctx.booleanValue("ChangeAgSecurityEmailResponse.Success"));
return changeAgSecurityEmailResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/ChangeAgSecurityMobileResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.ChangeAgSecurityMobileResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class ChangeAgSecurityMobileResponseUnmarshaller {
public static ChangeAgSecurityMobileResponse unmarshall(ChangeAgSecurityMobileResponse changeAgSecurityMobileResponse, UnmarshallerContext _ctx) {
changeAgSecurityMobileResponse.setRequestId(_ctx.stringValue("ChangeAgSecurityMobileResponse.RequestId"));
changeAgSecurityMobileResponse.setCode(_ctx.stringValue("ChangeAgSecurityMobileResponse.Code"));
changeAgSecurityMobileResponse.setMessage(_ctx.stringValue("ChangeAgSecurityMobileResponse.Message"));
changeAgSecurityMobileResponse.setSuccess(_ctx.booleanValue("ChangeAgSecurityMobileResponse.Success"));
return changeAgSecurityMobileResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/CreateAccountProfileInfoResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.CreateAccountProfileInfoResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class CreateAccountProfileInfoResponseUnmarshaller {
public static CreateAccountProfileInfoResponse unmarshall(CreateAccountProfileInfoResponse createAccountProfileInfoResponse, UnmarshallerContext _ctx) {
createAccountProfileInfoResponse.setRequestId(_ctx.stringValue("CreateAccountProfileInfoResponse.RequestId"));
createAccountProfileInfoResponse.setCode(_ctx.stringValue("CreateAccountProfileInfoResponse.Code"));
createAccountProfileInfoResponse.setMessage(_ctx.stringValue("CreateAccountProfileInfoResponse.Message"));
createAccountProfileInfoResponse.setSuccess(_ctx.booleanValue("CreateAccountProfileInfoResponse.Success"));
return createAccountProfileInfoResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/CreateAgAccountResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.CreateAgAccountResponse;
import com.aliyuncs.account_crm.model.v20160606.CreateAgAccountResponse.AgRelationDto;
import com.aliyuncs.transform.UnmarshallerContext;
public class CreateAgAccountResponseUnmarshaller {
public static CreateAgAccountResponse unmarshall(CreateAgAccountResponse createAgAccountResponse, UnmarshallerContext _ctx) {
createAgAccountResponse.setRequestId(_ctx.stringValue("CreateAgAccountResponse.RequestId"));
createAgAccountResponse.setCode(_ctx.stringValue("CreateAgAccountResponse.Code"));
createAgAccountResponse.setMessage(_ctx.stringValue("CreateAgAccountResponse.Message"));
createAgAccountResponse.setSuccess(_ctx.booleanValue("CreateAgAccountResponse.Success"));
AgRelationDto agRelationDto = new AgRelationDto();
agRelationDto.setType(_ctx.stringValue("CreateAgAccountResponse.AgRelationDto.Type"));
agRelationDto.setPk(_ctx.stringValue("CreateAgAccountResponse.AgRelationDto.Pk"));
agRelationDto.setMpk(_ctx.stringValue("CreateAgAccountResponse.AgRelationDto.Mpk"));
createAgAccountResponse.setAgRelationDto(agRelationDto);
return createAgAccountResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/CreateContacterResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.CreateContacterResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class CreateContacterResponseUnmarshaller {
public static CreateContacterResponse unmarshall(CreateContacterResponse createContacterResponse, UnmarshallerContext _ctx) {
createContacterResponse.setRequestId(_ctx.stringValue("CreateContacterResponse.RequestId"));
createContacterResponse.setCode(_ctx.stringValue("CreateContacterResponse.Code"));
createContacterResponse.setContacterId(_ctx.stringValue("CreateContacterResponse.ContacterId"));
createContacterResponse.setMessage(_ctx.stringValue("CreateContacterResponse.Message"));
createContacterResponse.setSuccess(_ctx.booleanValue("CreateContacterResponse.Success"));
return createContacterResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/CreateRealNameCertificationResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.CreateRealNameCertificationResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class CreateRealNameCertificationResponseUnmarshaller {
public static CreateRealNameCertificationResponse unmarshall(CreateRealNameCertificationResponse createRealNameCertificationResponse, UnmarshallerContext _ctx) {
createRealNameCertificationResponse.setRequestId(_ctx.stringValue("CreateRealNameCertificationResponse.RequestId"));
createRealNameCertificationResponse.setCode(_ctx.stringValue("CreateRealNameCertificationResponse.Code"));
createRealNameCertificationResponse.setMessage(_ctx.stringValue("CreateRealNameCertificationResponse.Message"));
createRealNameCertificationResponse.setSuccess(_ctx.booleanValue("CreateRealNameCertificationResponse.Success"));
return createRealNameCertificationResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/CustomerSensitiveInfoLogicalDeleteResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.CustomerSensitiveInfoLogicalDeleteResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class CustomerSensitiveInfoLogicalDeleteResponseUnmarshaller {
public static CustomerSensitiveInfoLogicalDeleteResponse unmarshall(CustomerSensitiveInfoLogicalDeleteResponse customerSensitiveInfoLogicalDeleteResponse, UnmarshallerContext _ctx) {
customerSensitiveInfoLogicalDeleteResponse.setRequestId(_ctx.stringValue("CustomerSensitiveInfoLogicalDeleteResponse.RequestId"));
customerSensitiveInfoLogicalDeleteResponse.setCode(_ctx.stringValue("CustomerSensitiveInfoLogicalDeleteResponse.Code"));
customerSensitiveInfoLogicalDeleteResponse.setMessage(_ctx.stringValue("CustomerSensitiveInfoLogicalDeleteResponse.Message"));
customerSensitiveInfoLogicalDeleteResponse.setSuccess(_ctx.booleanValue("CustomerSensitiveInfoLogicalDeleteResponse.Success"));
return customerSensitiveInfoLogicalDeleteResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/CustomerSensitiveInfoPhysicalDeleteResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.CustomerSensitiveInfoPhysicalDeleteResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class CustomerSensitiveInfoPhysicalDeleteResponseUnmarshaller {
public static CustomerSensitiveInfoPhysicalDeleteResponse unmarshall(CustomerSensitiveInfoPhysicalDeleteResponse customerSensitiveInfoPhysicalDeleteResponse, UnmarshallerContext _ctx) {
customerSensitiveInfoPhysicalDeleteResponse.setRequestId(_ctx.stringValue("CustomerSensitiveInfoPhysicalDeleteResponse.RequestId"));
customerSensitiveInfoPhysicalDeleteResponse.setCode(_ctx.stringValue("CustomerSensitiveInfoPhysicalDeleteResponse.Code"));
customerSensitiveInfoPhysicalDeleteResponse.setMessage(_ctx.stringValue("CustomerSensitiveInfoPhysicalDeleteResponse.Message"));
customerSensitiveInfoPhysicalDeleteResponse.setSuccess(_ctx.booleanValue("CustomerSensitiveInfoPhysicalDeleteResponse.Success"));
return customerSensitiveInfoPhysicalDeleteResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/DeleteContacterResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.DeleteContacterResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class DeleteContacterResponseUnmarshaller {
public static DeleteContacterResponse unmarshall(DeleteContacterResponse deleteContacterResponse, UnmarshallerContext _ctx) {
deleteContacterResponse.setRequestId(_ctx.stringValue("DeleteContacterResponse.RequestId"));
deleteContacterResponse.setCode(_ctx.stringValue("DeleteContacterResponse.Code"));
deleteContacterResponse.setMessage(_ctx.stringValue("DeleteContacterResponse.Message"));
deleteContacterResponse.setSuccess(_ctx.booleanValue("DeleteContacterResponse.Success"));
return deleteContacterResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/DeleteCustomerLabelResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.DeleteCustomerLabelResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class DeleteCustomerLabelResponseUnmarshaller {
public static DeleteCustomerLabelResponse unmarshall(DeleteCustomerLabelResponse deleteCustomerLabelResponse, UnmarshallerContext _ctx) {
deleteCustomerLabelResponse.setCode(_ctx.stringValue("DeleteCustomerLabelResponse.Code"));
deleteCustomerLabelResponse.setMessage(_ctx.stringValue("DeleteCustomerLabelResponse.Message"));
deleteCustomerLabelResponse.setSuccess(_ctx.booleanValue("DeleteCustomerLabelResponse.Success"));
return deleteCustomerLabelResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/DoLogicalDeleteResourceResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.DoLogicalDeleteResourceResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class DoLogicalDeleteResourceResponseUnmarshaller {
public static DoLogicalDeleteResourceResponse unmarshall(DoLogicalDeleteResourceResponse doLogicalDeleteResourceResponse, UnmarshallerContext _ctx) {
doLogicalDeleteResourceResponse.setPk(_ctx.stringValue("DoLogicalDeleteResourceResponse.Pk"));
doLogicalDeleteResourceResponse.setInvoker(_ctx.stringValue("DoLogicalDeleteResourceResponse.Invoker"));
doLogicalDeleteResourceResponse.setSuccess(_ctx.booleanValue("DoLogicalDeleteResourceResponse.Success"));
doLogicalDeleteResourceResponse.setGmtWakeup(_ctx.stringValue("DoLogicalDeleteResourceResponse.GmtWakeup"));
doLogicalDeleteResourceResponse.setHid(_ctx.longValue("DoLogicalDeleteResourceResponse.Hid"));
doLogicalDeleteResourceResponse.setMessage(_ctx.stringValue("DoLogicalDeleteResourceResponse.Message"));
doLogicalDeleteResourceResponse.setCountry(_ctx.stringValue("DoLogicalDeleteResourceResponse.Country"));
doLogicalDeleteResourceResponse.setInterrupt(_ctx.booleanValue("DoLogicalDeleteResourceResponse.Interrupt"));
doLogicalDeleteResourceResponse.setTaskExtraData(_ctx.stringValue("DoLogicalDeleteResourceResponse.TaskExtraData"));
doLogicalDeleteResourceResponse.setBid(_ctx.stringValue("DoLogicalDeleteResourceResponse.Bid"));
doLogicalDeleteResourceResponse.setTaskIdentifier(_ctx.stringValue("DoLogicalDeleteResourceResponse.TaskIdentifier"));
return doLogicalDeleteResourceResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/ExistBindsByOuterIdResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.ExistBindsByOuterIdResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class ExistBindsByOuterIdResponseUnmarshaller {
public static ExistBindsByOuterIdResponse unmarshall(ExistBindsByOuterIdResponse existBindsByOuterIdResponse, UnmarshallerContext _ctx) {
existBindsByOuterIdResponse.setRequestId(_ctx.stringValue("ExistBindsByOuterIdResponse.RequestId"));
existBindsByOuterIdResponse.setSuccess(_ctx.booleanValue("ExistBindsByOuterIdResponse.Success"));
existBindsByOuterIdResponse.setCode(_ctx.stringValue("ExistBindsByOuterIdResponse.Code"));
existBindsByOuterIdResponse.setHttpCode(_ctx.stringValue("ExistBindsByOuterIdResponse.HttpCode"));
existBindsByOuterIdResponse.setMessage(_ctx.stringValue("ExistBindsByOuterIdResponse.Message"));
existBindsByOuterIdResponse.setData(_ctx.booleanValue("ExistBindsByOuterIdResponse.Data"));
return existBindsByOuterIdResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/FindAllContacterResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.account_crm.model.v20160606.FindAllContacterResponse;
import com.aliyuncs.account_crm.model.v20160606.FindAllContacterResponse.ContacterInfo;
import com.aliyuncs.transform.UnmarshallerContext;
public class FindAllContacterResponseUnmarshaller {
public static FindAllContacterResponse unmarshall(FindAllContacterResponse findAllContacterResponse, UnmarshallerContext _ctx) {
findAllContacterResponse.setRequestId(_ctx.stringValue("FindAllContacterResponse.RequestId"));
findAllContacterResponse.setCode(_ctx.stringValue("FindAllContacterResponse.Code"));
findAllContacterResponse.setMessage(_ctx.stringValue("FindAllContacterResponse.Message"));
findAllContacterResponse.setSuccess(_ctx.booleanValue("FindAllContacterResponse.Success"));
List<ContacterInfo> data = new ArrayList<ContacterInfo>();
for (int i = 0; i < _ctx.lengthValue("FindAllContacterResponse.Data.Length"); i++) {
ContacterInfo contacterInfo = new ContacterInfo();
contacterInfo.setContacterId(_ctx.longValue("FindAllContacterResponse.Data["+ i +"].ContacterId"));
contacterInfo.setContacterMobile(_ctx.stringValue("FindAllContacterResponse.Data["+ i +"].ContacterMobile"));
contacterInfo.setContacterType(_ctx.stringValue("FindAllContacterResponse.Data["+ i +"].ContacterType"));
contacterInfo.setContacterName(_ctx.stringValue("FindAllContacterResponse.Data["+ i +"].ContacterName"));
contacterInfo.setContacterPosition(_ctx.stringValue("FindAllContacterResponse.Data["+ i +"].ContacterPosition"));
contacterInfo.setMobileConfirmed(_ctx.booleanValue("FindAllContacterResponse.Data["+ i +"].MobileConfirmed"));
contacterInfo.setEmailConfirmed(_ctx.booleanValue("FindAllContacterResponse.Data["+ i +"].EmailConfirmed"));
contacterInfo.setContacterStaffNo(_ctx.stringValue("FindAllContacterResponse.Data["+ i +"].ContacterStaffNo"));
contacterInfo.setContacterDingding(_ctx.stringValue("FindAllContacterResponse.Data["+ i +"].ContacterDingding"));
contacterInfo.setContacterAddress(_ctx.stringValue("FindAllContacterResponse.Data["+ i +"].ContacterAddress"));
contacterInfo.setContacterWangwang(_ctx.stringValue("FindAllContacterResponse.Data["+ i +"].ContacterWangwang"));
contacterInfo.setContacterEmail(_ctx.stringValue("FindAllContacterResponse.Data["+ i +"].ContacterEmail"));
data.add(contacterInfo);
}
findAllContacterResponse.setData(data);
return findAllContacterResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/FindBizCategoryConfigResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.account_crm.model.v20160606.FindBizCategoryConfigResponse;
import com.aliyuncs.account_crm.model.v20160606.FindBizCategoryConfigResponse.BizCategory;
import com.aliyuncs.account_crm.model.v20160606.FindBizCategoryConfigResponse.BizCategory.BizSubCategory;
import com.aliyuncs.transform.UnmarshallerContext;
public class FindBizCategoryConfigResponseUnmarshaller {
public static FindBizCategoryConfigResponse unmarshall(FindBizCategoryConfigResponse findBizCategoryConfigResponse, UnmarshallerContext _ctx) {
findBizCategoryConfigResponse.setRequestId(_ctx.stringValue("FindBizCategoryConfigResponse.RequestId"));
findBizCategoryConfigResponse.setCode(_ctx.stringValue("FindBizCategoryConfigResponse.Code"));
findBizCategoryConfigResponse.setMessage(_ctx.stringValue("FindBizCategoryConfigResponse.Message"));
findBizCategoryConfigResponse.setSuccess(_ctx.booleanValue("FindBizCategoryConfigResponse.Success"));
List<BizCategory> data = new ArrayList<BizCategory>();
for (int i = 0; i < _ctx.lengthValue("FindBizCategoryConfigResponse.Data.Length"); i++) {
BizCategory bizCategory = new BizCategory();
bizCategory.setCode(_ctx.stringValue("FindBizCategoryConfigResponse.Data["+ i +"].Code"));
bizCategory.setMainBiz(_ctx.booleanValue("FindBizCategoryConfigResponse.Data["+ i +"].MainBiz"));
bizCategory.setName(_ctx.stringValue("FindBizCategoryConfigResponse.Data["+ i +"].Name"));
bizCategory.setOther(_ctx.stringValue("FindBizCategoryConfigResponse.Data["+ i +"].Other"));
bizCategory.setIsCheck(_ctx.booleanValue("FindBizCategoryConfigResponse.Data["+ i +"].IsCheck"));
List<BizSubCategory> subConfigs = new ArrayList<BizSubCategory>();
for (int j = 0; j < _ctx.lengthValue("FindBizCategoryConfigResponse.Data["+ i +"].SubConfigs.Length"); j++) {
BizSubCategory bizSubCategory = new BizSubCategory();
bizSubCategory.setCode(_ctx.stringValue("FindBizCategoryConfigResponse.Data["+ i +"].SubConfigs["+ j +"].Code"));
bizSubCategory.setMainBiz(_ctx.booleanValue("FindBizCategoryConfigResponse.Data["+ i +"].SubConfigs["+ j +"].MainBiz"));
bizSubCategory.setName(_ctx.stringValue("FindBizCategoryConfigResponse.Data["+ i +"].SubConfigs["+ j +"].Name"));
bizSubCategory.setOther(_ctx.stringValue("FindBizCategoryConfigResponse.Data["+ i +"].SubConfigs["+ j +"].Other"));
bizSubCategory.setIsCheck(_ctx.booleanValue("FindBizCategoryConfigResponse.Data["+ i +"].SubConfigs["+ j +"].IsCheck"));
subConfigs.add(bizSubCategory);
}
bizCategory.setSubConfigs(subConfigs);
data.add(bizCategory);
}
findBizCategoryConfigResponse.setData(data);
return findBizCategoryConfigResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/FindContacterResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.FindContacterResponse;
import com.aliyuncs.account_crm.model.v20160606.FindContacterResponse.Data;
import com.aliyuncs.transform.UnmarshallerContext;
public class FindContacterResponseUnmarshaller {
public static FindContacterResponse unmarshall(FindContacterResponse findContacterResponse, UnmarshallerContext _ctx) {
findContacterResponse.setRequestId(_ctx.stringValue("FindContacterResponse.RequestId"));
findContacterResponse.setCode(_ctx.stringValue("FindContacterResponse.Code"));
findContacterResponse.setMessage(_ctx.stringValue("FindContacterResponse.Message"));
findContacterResponse.setSuccess(_ctx.booleanValue("FindContacterResponse.Success"));
Data data = new Data();
data.setContacterId(_ctx.longValue("FindContacterResponse.Data.ContacterId"));
data.setContacterMobile(_ctx.stringValue("FindContacterResponse.Data.ContacterMobile"));
data.setContacterType(_ctx.stringValue("FindContacterResponse.Data.ContacterType"));
data.setContacterName(_ctx.stringValue("FindContacterResponse.Data.ContacterName"));
data.setContacterPosition(_ctx.stringValue("FindContacterResponse.Data.ContacterPosition"));
data.setMobileConfirmed(_ctx.booleanValue("FindContacterResponse.Data.MobileConfirmed"));
data.setEmailConfirmed(_ctx.booleanValue("FindContacterResponse.Data.EmailConfirmed"));
data.setContacterStaffNo(_ctx.stringValue("FindContacterResponse.Data.ContacterStaffNo"));
data.setContacterDingding(_ctx.stringValue("FindContacterResponse.Data.ContacterDingding"));
data.setContacterAddress(_ctx.stringValue("FindContacterResponse.Data.ContacterAddress"));
data.setContacterWangwang(_ctx.stringValue("FindContacterResponse.Data.ContacterWangwang"));
data.setContacterEmail(_ctx.stringValue("FindContacterResponse.Data.ContacterEmail"));
findContacterResponse.setData(data);
return findContacterResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/FindCustomerInfoResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.FindCustomerInfoResponse;
import com.aliyuncs.account_crm.model.v20160606.FindCustomerInfoResponse.Data;
import com.aliyuncs.transform.UnmarshallerContext;
public class FindCustomerInfoResponseUnmarshaller {
public static FindCustomerInfoResponse unmarshall(FindCustomerInfoResponse findCustomerInfoResponse, UnmarshallerContext _ctx) {
findCustomerInfoResponse.setRequestId(_ctx.stringValue("FindCustomerInfoResponse.RequestId"));
findCustomerInfoResponse.setCode(_ctx.stringValue("FindCustomerInfoResponse.Code"));
findCustomerInfoResponse.setMessage(_ctx.stringValue("FindCustomerInfoResponse.Message"));
findCustomerInfoResponse.setSuccess(_ctx.booleanValue("FindCustomerInfoResponse.Success"));
Data data = new Data();
data.setBiz(_ctx.stringValue("FindCustomerInfoResponse.Data.Biz"));
data.setWebsite(_ctx.stringValue("FindCustomerInfoResponse.Data.Website"));
findCustomerInfoResponse.setData(data);
return findCustomerInfoResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/FindCustomerSnapshotResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.FindCustomerSnapshotResponse;
import com.aliyuncs.account_crm.model.v20160606.FindCustomerSnapshotResponse.CustomerSnapshot;
import com.aliyuncs.account_crm.model.v20160606.FindCustomerSnapshotResponse.CustomerSnapshot.AccountInfoSnapshotModel;
import com.aliyuncs.account_crm.model.v20160606.FindCustomerSnapshotResponse.CustomerSnapshot.AccountTaxSnapshotModel;
import com.aliyuncs.transform.UnmarshallerContext;
public class FindCustomerSnapshotResponseUnmarshaller {
public static FindCustomerSnapshotResponse unmarshall(FindCustomerSnapshotResponse findCustomerSnapshotResponse, UnmarshallerContext _ctx) {
findCustomerSnapshotResponse.setRequestId(_ctx.stringValue("FindCustomerSnapshotResponse.RequestId"));
findCustomerSnapshotResponse.setCode(_ctx.stringValue("FindCustomerSnapshotResponse.Code"));
findCustomerSnapshotResponse.setMessage(_ctx.stringValue("FindCustomerSnapshotResponse.Message"));
findCustomerSnapshotResponse.setSuccess(_ctx.booleanValue("FindCustomerSnapshotResponse.Success"));
CustomerSnapshot customerSnapshot = new CustomerSnapshot();
customerSnapshot.setGmtCreate(_ctx.stringValue("FindCustomerSnapshotResponse.CustomerSnapshot.GmtCreate"));
customerSnapshot.setInfoType(_ctx.stringValue("FindCustomerSnapshotResponse.CustomerSnapshot.InfoType"));
customerSnapshot.setKpId(_ctx.longValue("FindCustomerSnapshotResponse.CustomerSnapshot.KpId"));
customerSnapshot.setId(_ctx.longValue("FindCustomerSnapshotResponse.CustomerSnapshot.Id"));
AccountInfoSnapshotModel accountInfoSnapshotModel = new AccountInfoSnapshotModel();
accountInfoSnapshotModel.setAddress6(_ctx.stringValue("FindCustomerSnapshotResponse.CustomerSnapshot.AccountInfoSnapshotModel.Address6"));
accountInfoSnapshotModel.setPostCode(_ctx.stringValue("FindCustomerSnapshotResponse.CustomerSnapshot.AccountInfoSnapshotModel.PostCode"));
accountInfoSnapshotModel.setProvinceName(_ctx.stringValue("FindCustomerSnapshotResponse.CustomerSnapshot.AccountInfoSnapshotModel.ProvinceName"));
accountInfoSnapshotModel.setCityId(_ctx.stringValue("FindCustomerSnapshotResponse.CustomerSnapshot.AccountInfoSnapshotModel.CityId"));
accountInfoSnapshotModel.setAddress4(_ctx.stringValue("FindCustomerSnapshotResponse.CustomerSnapshot.AccountInfoSnapshotModel.Address4"));
accountInfoSnapshotModel.setProvinceId(_ctx.stringValue("FindCustomerSnapshotResponse.CustomerSnapshot.AccountInfoSnapshotModel.ProvinceId"));
accountInfoSnapshotModel.setAddress3(_ctx.stringValue("FindCustomerSnapshotResponse.CustomerSnapshot.AccountInfoSnapshotModel.Address3"));
accountInfoSnapshotModel.setAddress5(_ctx.stringValue("FindCustomerSnapshotResponse.CustomerSnapshot.AccountInfoSnapshotModel.Address5"));
accountInfoSnapshotModel.setCityName(_ctx.stringValue("FindCustomerSnapshotResponse.CustomerSnapshot.AccountInfoSnapshotModel.CityName"));
accountInfoSnapshotModel.setAddress(_ctx.stringValue("FindCustomerSnapshotResponse.CustomerSnapshot.AccountInfoSnapshotModel.Address"));
accountInfoSnapshotModel.setAddress2(_ctx.stringValue("FindCustomerSnapshotResponse.CustomerSnapshot.AccountInfoSnapshotModel.Address2"));
accountInfoSnapshotModel.setTrueName(_ctx.stringValue("FindCustomerSnapshotResponse.CustomerSnapshot.AccountInfoSnapshotModel.TrueName"));
customerSnapshot.setAccountInfoSnapshotModel(accountInfoSnapshotModel);
AccountTaxSnapshotModel accountTaxSnapshotModel = new AccountTaxSnapshotModel();
accountTaxSnapshotModel.setFinanceTaxCertificateImgName(_ctx.stringValue("FindCustomerSnapshotResponse.CustomerSnapshot.AccountTaxSnapshotModel.FinanceTaxCertificateImgName"));
accountTaxSnapshotModel.setFinanceTaxCertificateImgUrl(_ctx.stringValue("FindCustomerSnapshotResponse.CustomerSnapshot.AccountTaxSnapshotModel.FinanceTaxCertificateImgUrl"));
accountTaxSnapshotModel.setSecondFinanceTaxCertificateImgUrl(_ctx.stringValue("FindCustomerSnapshotResponse.CustomerSnapshot.AccountTaxSnapshotModel.SecondFinanceTaxCertificateImgUrl"));
accountTaxSnapshotModel.setTax(_ctx.stringValue("FindCustomerSnapshotResponse.CustomerSnapshot.AccountTaxSnapshotModel.Tax"));
accountTaxSnapshotModel.setSecondFinanceTax(_ctx.stringValue("FindCustomerSnapshotResponse.CustomerSnapshot.AccountTaxSnapshotModel.SecondFinanceTax"));
accountTaxSnapshotModel.setSecondFinanceTaxCertificateImgName(_ctx.stringValue("FindCustomerSnapshotResponse.CustomerSnapshot.AccountTaxSnapshotModel.SecondFinanceTaxCertificateImgName"));
customerSnapshot.setAccountTaxSnapshotModel(accountTaxSnapshotModel);
findCustomerSnapshotResponse.setCustomerSnapshot(customerSnapshot);
return findCustomerSnapshotResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/FindFinanceTaxDetailResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.FindFinanceTaxDetailResponse;
import com.aliyuncs.account_crm.model.v20160606.FindFinanceTaxDetailResponse.Finance;
import com.aliyuncs.transform.UnmarshallerContext;
public class FindFinanceTaxDetailResponseUnmarshaller {
public static FindFinanceTaxDetailResponse unmarshall(FindFinanceTaxDetailResponse findFinanceTaxDetailResponse, UnmarshallerContext _ctx) {
findFinanceTaxDetailResponse.setRequestId(_ctx.stringValue("FindFinanceTaxDetailResponse.RequestId"));
findFinanceTaxDetailResponse.setCode(_ctx.stringValue("FindFinanceTaxDetailResponse.Code"));
findFinanceTaxDetailResponse.setMessage(_ctx.stringValue("FindFinanceTaxDetailResponse.Message"));
findFinanceTaxDetailResponse.setSuccess(_ctx.booleanValue("FindFinanceTaxDetailResponse.Success"));
Finance finance = new Finance();
finance.setSecondFinanceTax(_ctx.stringValue("FindFinanceTaxDetailResponse.Finance.secondFinanceTax"));
finance.setSecondFinanceTaxCertificateImgName(_ctx.stringValue("FindFinanceTaxDetailResponse.Finance.secondFinanceTaxCertificateImgName"));
finance.setFinanceTaxCertificateImgName(_ctx.stringValue("FindFinanceTaxDetailResponse.Finance.FinanceTaxCertificateImgName"));
finance.setFinanceTaxCertificateImgUrl(_ctx.stringValue("FindFinanceTaxDetailResponse.Finance.financeTaxCertificateImgUrl"));
finance.setSecondFinanceTaxCertificateImgUrl(_ctx.stringValue("FindFinanceTaxDetailResponse.Finance.secondFinanceTaxCertificateImgUrl"));
finance.setTax(_ctx.stringValue("FindFinanceTaxDetailResponse.Finance.Tax"));
findFinanceTaxDetailResponse.setFinance(finance);
return findFinanceTaxDetailResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/FindFinanceTaxResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.FindFinanceTaxResponse;
import com.aliyuncs.account_crm.model.v20160606.FindFinanceTaxResponse.FinanceVersion;
import com.aliyuncs.transform.UnmarshallerContext;
public class FindFinanceTaxResponseUnmarshaller {
public static FindFinanceTaxResponse unmarshall(FindFinanceTaxResponse findFinanceTaxResponse, UnmarshallerContext _ctx) {
findFinanceTaxResponse.setRequestId(_ctx.stringValue("FindFinanceTaxResponse.RequestId"));
findFinanceTaxResponse.setCode(_ctx.stringValue("FindFinanceTaxResponse.Code"));
findFinanceTaxResponse.setMessage(_ctx.stringValue("FindFinanceTaxResponse.Message"));
findFinanceTaxResponse.setSuccess(_ctx.booleanValue("FindFinanceTaxResponse.Success"));
FinanceVersion financeVersion = new FinanceVersion();
financeVersion.setFinanceTaxCertificateImgName(_ctx.stringValue("FindFinanceTaxResponse.FinanceVersion.FinanceTaxCertificateImgName"));
financeVersion.setVersion(_ctx.stringValue("FindFinanceTaxResponse.FinanceVersion.Version"));
financeVersion.setFinanceTaxCertificateImgUrl(_ctx.stringValue("FindFinanceTaxResponse.FinanceVersion.FinanceTaxCertificateImgUrl"));
financeVersion.setSecondFinanceTaxCertificateImgUrl(_ctx.stringValue("FindFinanceTaxResponse.FinanceVersion.SecondFinanceTaxCertificateImgUrl"));
financeVersion.setTax(_ctx.stringValue("FindFinanceTaxResponse.FinanceVersion.Tax"));
financeVersion.setSecondFinanceTax(_ctx.stringValue("FindFinanceTaxResponse.FinanceVersion.SecondFinanceTax"));
financeVersion.setSecondFinanceTaxCertificateImgName(_ctx.stringValue("FindFinanceTaxResponse.FinanceVersion.SecondFinanceTaxCertificateImgName"));
findFinanceTaxResponse.setFinanceVersion(financeVersion);
return findFinanceTaxResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/ForbiddenAgAccountLoginResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.ForbiddenAgAccountLoginResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class ForbiddenAgAccountLoginResponseUnmarshaller {
public static ForbiddenAgAccountLoginResponse unmarshall(ForbiddenAgAccountLoginResponse forbiddenAgAccountLoginResponse, UnmarshallerContext _ctx) {
forbiddenAgAccountLoginResponse.setRequestId(_ctx.stringValue("ForbiddenAgAccountLoginResponse.RequestId"));
forbiddenAgAccountLoginResponse.setCode(_ctx.stringValue("ForbiddenAgAccountLoginResponse.Code"));
forbiddenAgAccountLoginResponse.setMessage(_ctx.stringValue("ForbiddenAgAccountLoginResponse.Message"));
forbiddenAgAccountLoginResponse.setData(_ctx.booleanValue("ForbiddenAgAccountLoginResponse.Data"));
forbiddenAgAccountLoginResponse.setSuccess(_ctx.booleanValue("ForbiddenAgAccountLoginResponse.Success"));
return forbiddenAgAccountLoginResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/GetAgAccountAkResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.GetAgAccountAkResponse;
import com.aliyuncs.account_crm.model.v20160606.GetAgAccountAkResponse.AccountAkDto;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetAgAccountAkResponseUnmarshaller {
public static GetAgAccountAkResponse unmarshall(GetAgAccountAkResponse getAgAccountAkResponse, UnmarshallerContext _ctx) {
getAgAccountAkResponse.setRequestId(_ctx.stringValue("GetAgAccountAkResponse.RequestId"));
getAgAccountAkResponse.setCode(_ctx.stringValue("GetAgAccountAkResponse.Code"));
getAgAccountAkResponse.setMessage(_ctx.stringValue("GetAgAccountAkResponse.Message"));
getAgAccountAkResponse.setSuccess(_ctx.stringValue("GetAgAccountAkResponse.Success"));
AccountAkDto accountAkDto = new AccountAkDto();
accountAkDto.setAk(_ctx.stringValue("GetAgAccountAkResponse.AccountAkDto.Ak"));
accountAkDto.setSecret(_ctx.stringValue("GetAgAccountAkResponse.AccountAkDto.Secret"));
getAgAccountAkResponse.setAccountAkDto(accountAkDto);
return getAgAccountAkResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/GetAgRelationResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.GetAgRelationResponse;
import com.aliyuncs.account_crm.model.v20160606.GetAgRelationResponse.AgRelationDto;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetAgRelationResponseUnmarshaller {
public static GetAgRelationResponse unmarshall(GetAgRelationResponse getAgRelationResponse, UnmarshallerContext _ctx) {
getAgRelationResponse.setRequestId(_ctx.stringValue("GetAgRelationResponse.RequestId"));
getAgRelationResponse.setCode(_ctx.stringValue("GetAgRelationResponse.Code"));
getAgRelationResponse.setMessage(_ctx.stringValue("GetAgRelationResponse.Message"));
getAgRelationResponse.setSuccess(_ctx.booleanValue("GetAgRelationResponse.Success"));
AgRelationDto agRelationDto = new AgRelationDto();
agRelationDto.setType(_ctx.stringValue("GetAgRelationResponse.AgRelationDto.Type"));
agRelationDto.setPk(_ctx.stringValue("GetAgRelationResponse.AgRelationDto.Pk"));
agRelationDto.setMpk(_ctx.stringValue("GetAgRelationResponse.AgRelationDto.Mpk"));
getAgRelationResponse.setAgRelationDto(agRelationDto);
return getAgRelationResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/GetAliyunIdByPkResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.GetAliyunIdByPkResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetAliyunIdByPkResponseUnmarshaller {
public static GetAliyunIdByPkResponse unmarshall(GetAliyunIdByPkResponse getAliyunIdByPkResponse, UnmarshallerContext _ctx) {
getAliyunIdByPkResponse.setRequestId(_ctx.stringValue("GetAliyunIdByPkResponse.RequestId"));
getAliyunIdByPkResponse.setCode(_ctx.stringValue("GetAliyunIdByPkResponse.Code"));
getAliyunIdByPkResponse.setMessage(_ctx.stringValue("GetAliyunIdByPkResponse.Message"));
getAliyunIdByPkResponse.setAliyunId(_ctx.stringValue("GetAliyunIdByPkResponse.AliyunId"));
getAliyunIdByPkResponse.setSuccess(_ctx.booleanValue("GetAliyunIdByPkResponse.Success"));
return getAliyunIdByPkResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/GetAliyunPKByAliyunIDResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.GetAliyunPKByAliyunIDResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetAliyunPKByAliyunIDResponseUnmarshaller {
public static GetAliyunPKByAliyunIDResponse unmarshall(GetAliyunPKByAliyunIDResponse getAliyunPKByAliyunIDResponse, UnmarshallerContext _ctx) {
getAliyunPKByAliyunIDResponse.setRequestId(_ctx.stringValue("GetAliyunPKByAliyunIDResponse.RequestId"));
getAliyunPKByAliyunIDResponse.setCode(_ctx.stringValue("GetAliyunPKByAliyunIDResponse.Code"));
getAliyunPKByAliyunIDResponse.setMsg(_ctx.stringValue("GetAliyunPKByAliyunIDResponse.Msg"));
getAliyunPKByAliyunIDResponse.setData(_ctx.stringValue("GetAliyunPKByAliyunIDResponse.Data"));
return getAliyunPKByAliyunIDResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/GetCustomerCategoryDictionaryResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.account_crm.model.v20160606.GetCustomerCategoryDictionaryResponse;
import com.aliyuncs.account_crm.model.v20160606.GetCustomerCategoryDictionaryResponse.EnumConfig;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetCustomerCategoryDictionaryResponseUnmarshaller {
public static GetCustomerCategoryDictionaryResponse unmarshall(GetCustomerCategoryDictionaryResponse getCustomerCategoryDictionaryResponse, UnmarshallerContext _ctx) {
getCustomerCategoryDictionaryResponse.setRequestId(_ctx.stringValue("GetCustomerCategoryDictionaryResponse.RequestId"));
getCustomerCategoryDictionaryResponse.setCode(_ctx.stringValue("GetCustomerCategoryDictionaryResponse.Code"));
getCustomerCategoryDictionaryResponse.setMessage(_ctx.stringValue("GetCustomerCategoryDictionaryResponse.Message"));
getCustomerCategoryDictionaryResponse.setSuccess(_ctx.booleanValue("GetCustomerCategoryDictionaryResponse.Success"));
List<EnumConfig> data = new ArrayList<EnumConfig>();
for (int i = 0; i < _ctx.lengthValue("GetCustomerCategoryDictionaryResponse.Data.Length"); i++) {
EnumConfig enumConfig = new EnumConfig();
enumConfig.setEnumValue(_ctx.stringValue("GetCustomerCategoryDictionaryResponse.Data["+ i +"].enumValue"));
enumConfig.setEnumName(_ctx.stringValue("GetCustomerCategoryDictionaryResponse.Data["+ i +"].enumName"));
data.add(enumConfig);
}
getCustomerCategoryDictionaryResponse.setData(data);
return getCustomerCategoryDictionaryResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/GetCustomerCategoryResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.account_crm.model.v20160606.GetCustomerCategoryResponse;
import com.aliyuncs.account_crm.model.v20160606.GetCustomerCategoryResponse.BizCategory;
import com.aliyuncs.account_crm.model.v20160606.GetCustomerCategoryResponse.BizCategory.BizSubCategory;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetCustomerCategoryResponseUnmarshaller {
public static GetCustomerCategoryResponse unmarshall(GetCustomerCategoryResponse getCustomerCategoryResponse, UnmarshallerContext _ctx) {
getCustomerCategoryResponse.setRequestId(_ctx.stringValue("GetCustomerCategoryResponse.RequestId"));
getCustomerCategoryResponse.setCode(_ctx.stringValue("GetCustomerCategoryResponse.Code"));
getCustomerCategoryResponse.setMessage(_ctx.stringValue("GetCustomerCategoryResponse.Message"));
getCustomerCategoryResponse.setSuccess(_ctx.booleanValue("GetCustomerCategoryResponse.Success"));
List<BizCategory> data = new ArrayList<BizCategory>();
for (int i = 0; i < _ctx.lengthValue("GetCustomerCategoryResponse.Data.Length"); i++) {
BizCategory bizCategory = new BizCategory();
bizCategory.setCode(_ctx.stringValue("GetCustomerCategoryResponse.Data["+ i +"].Code"));
bizCategory.setMainBiz(_ctx.booleanValue("GetCustomerCategoryResponse.Data["+ i +"].MainBiz"));
bizCategory.setName(_ctx.stringValue("GetCustomerCategoryResponse.Data["+ i +"].Name"));
bizCategory.setOther(_ctx.stringValue("GetCustomerCategoryResponse.Data["+ i +"].Other"));
bizCategory.setIsCheck(_ctx.booleanValue("GetCustomerCategoryResponse.Data["+ i +"].IsCheck"));
List<BizSubCategory> subConfigs = new ArrayList<BizSubCategory>();
for (int j = 0; j < _ctx.lengthValue("GetCustomerCategoryResponse.Data["+ i +"].SubConfigs.Length"); j++) {
BizSubCategory bizSubCategory = new BizSubCategory();
bizSubCategory.setCode(_ctx.stringValue("GetCustomerCategoryResponse.Data["+ i +"].SubConfigs["+ j +"].Code"));
bizSubCategory.setMainBiz(_ctx.booleanValue("GetCustomerCategoryResponse.Data["+ i +"].SubConfigs["+ j +"].MainBiz"));
bizSubCategory.setName(_ctx.stringValue("GetCustomerCategoryResponse.Data["+ i +"].SubConfigs["+ j +"].Name"));
bizSubCategory.setOther(_ctx.stringValue("GetCustomerCategoryResponse.Data["+ i +"].SubConfigs["+ j +"].Other"));
bizSubCategory.setIsCheck(_ctx.booleanValue("GetCustomerCategoryResponse.Data["+ i +"].SubConfigs["+ j +"].IsCheck"));
subConfigs.add(bizSubCategory);
}
bizCategory.setSubConfigs(subConfigs);
data.add(bizCategory);
}
getCustomerCategoryResponse.setData(data);
return getCustomerCategoryResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/GetCustomerInformationResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.GetCustomerInformationResponse;
import com.aliyuncs.account_crm.model.v20160606.GetCustomerInformationResponse.Data;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetCustomerInformationResponseUnmarshaller {
public static GetCustomerInformationResponse unmarshall(GetCustomerInformationResponse getCustomerInformationResponse, UnmarshallerContext _ctx) {
getCustomerInformationResponse.setRequestId(_ctx.stringValue("GetCustomerInformationResponse.RequestId"));
getCustomerInformationResponse.setCode(_ctx.stringValue("GetCustomerInformationResponse.Code"));
getCustomerInformationResponse.setMessage(_ctx.stringValue("GetCustomerInformationResponse.Message"));
getCustomerInformationResponse.setSuccess(_ctx.booleanValue("GetCustomerInformationResponse.Success"));
Data data = new Data();
data.setBiz(_ctx.stringValue("GetCustomerInformationResponse.Data.Biz"));
data.setWebsite(_ctx.stringValue("GetCustomerInformationResponse.Data.Website"));
getCustomerInformationResponse.setData(data);
return getCustomerInformationResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/GetDingTalkUserOrgByAliyunTmpCodeResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.account_crm.model.v20160606.GetDingTalkUserOrgByAliyunTmpCodeResponse;
import com.aliyuncs.account_crm.model.v20160606.GetDingTalkUserOrgByAliyunTmpCodeResponse.Data;
import com.aliyuncs.account_crm.model.v20160606.GetDingTalkUserOrgByAliyunTmpCodeResponse.Data.OrgDtoListItem;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetDingTalkUserOrgByAliyunTmpCodeResponseUnmarshaller {
public static GetDingTalkUserOrgByAliyunTmpCodeResponse unmarshall(GetDingTalkUserOrgByAliyunTmpCodeResponse getDingTalkUserOrgByAliyunTmpCodeResponse, UnmarshallerContext _ctx) {
getDingTalkUserOrgByAliyunTmpCodeResponse.setRequestId(_ctx.stringValue("GetDingTalkUserOrgByAliyunTmpCodeResponse.RequestId"));
getDingTalkUserOrgByAliyunTmpCodeResponse.setSuccess(_ctx.booleanValue("GetDingTalkUserOrgByAliyunTmpCodeResponse.Success"));
getDingTalkUserOrgByAliyunTmpCodeResponse.setCode(_ctx.stringValue("GetDingTalkUserOrgByAliyunTmpCodeResponse.Code"));
getDingTalkUserOrgByAliyunTmpCodeResponse.setHttpCode(_ctx.stringValue("GetDingTalkUserOrgByAliyunTmpCodeResponse.HttpCode"));
getDingTalkUserOrgByAliyunTmpCodeResponse.setMessage(_ctx.stringValue("GetDingTalkUserOrgByAliyunTmpCodeResponse.Message"));
Data data = new Data();
data.setAssociatedUnionId(_ctx.stringValue("GetDingTalkUserOrgByAliyunTmpCodeResponse.Data.AssociatedUnionId"));
data.setNick(_ctx.stringValue("GetDingTalkUserOrgByAliyunTmpCodeResponse.Data.Nick"));
List<OrgDtoListItem> orgDtoList = new ArrayList<OrgDtoListItem>();
for (int i = 0; i < _ctx.lengthValue("GetDingTalkUserOrgByAliyunTmpCodeResponse.Data.OrgDtoList.Length"); i++) {
OrgDtoListItem orgDtoListItem = new OrgDtoListItem();
orgDtoListItem.setOrgName(_ctx.stringValue("GetDingTalkUserOrgByAliyunTmpCodeResponse.Data.OrgDtoList["+ i +"].OrgName"));
orgDtoListItem.setOrgId(_ctx.stringValue("GetDingTalkUserOrgByAliyunTmpCodeResponse.Data.OrgDtoList["+ i +"].OrgId"));
orgDtoListItem.setCorpId(_ctx.stringValue("GetDingTalkUserOrgByAliyunTmpCodeResponse.Data.OrgDtoList["+ i +"].CorpId"));
orgDtoList.add(orgDtoListItem);
}
data.setOrgDtoList(orgDtoList);
getDingTalkUserOrgByAliyunTmpCodeResponse.setData(data);
return getDingTalkUserOrgByAliyunTmpCodeResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/GetIdentityRegistrationByCustomerResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.GetIdentityRegistrationByCustomerResponse;
import com.aliyuncs.account_crm.model.v20160606.GetIdentityRegistrationByCustomerResponse.Data;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetIdentityRegistrationByCustomerResponseUnmarshaller {
public static GetIdentityRegistrationByCustomerResponse unmarshall(GetIdentityRegistrationByCustomerResponse getIdentityRegistrationByCustomerResponse, UnmarshallerContext _ctx) {
getIdentityRegistrationByCustomerResponse.setRequestId(_ctx.stringValue("GetIdentityRegistrationByCustomerResponse.RequestId"));
getIdentityRegistrationByCustomerResponse.setCode(_ctx.stringValue("GetIdentityRegistrationByCustomerResponse.Code"));
getIdentityRegistrationByCustomerResponse.setMessage(_ctx.stringValue("GetIdentityRegistrationByCustomerResponse.Message"));
getIdentityRegistrationByCustomerResponse.setSuccess(_ctx.booleanValue("GetIdentityRegistrationByCustomerResponse.Success"));
Data data = new Data();
data.setDocBackPic(_ctx.stringValue("GetIdentityRegistrationByCustomerResponse.Data.DocBackPic"));
data.setFullName(_ctx.stringValue("GetIdentityRegistrationByCustomerResponse.Data.FullName"));
data.setDocFrontPic(_ctx.stringValue("GetIdentityRegistrationByCustomerResponse.Data.DocFrontPic"));
data.setTel(_ctx.stringValue("GetIdentityRegistrationByCustomerResponse.Data.Tel"));
data.setAccountType(_ctx.integerValue("GetIdentityRegistrationByCustomerResponse.Data.AccountType"));
data.setAuditCode(_ctx.stringValue("GetIdentityRegistrationByCustomerResponse.Data.AuditCode"));
data.setRegisteredCountry(_ctx.stringValue("GetIdentityRegistrationByCustomerResponse.Data.RegisteredCountry"));
data.setRegisteredNum(_ctx.stringValue("GetIdentityRegistrationByCustomerResponse.Data.RegisteredNum"));
data.setEmail(_ctx.stringValue("GetIdentityRegistrationByCustomerResponse.Data.Email"));
data.setApplyStatus(_ctx.stringValue("GetIdentityRegistrationByCustomerResponse.Data.ApplyStatus"));
data.setRegisteredAddress(_ctx.stringValue("GetIdentityRegistrationByCustomerResponse.Data.RegisteredAddress"));
data.setDocNum(_ctx.stringValue("GetIdentityRegistrationByCustomerResponse.Data.DocNum"));
data.setCustomerId(_ctx.longValue("GetIdentityRegistrationByCustomerResponse.Data.CustomerId"));
data.setDocType(_ctx.stringValue("GetIdentityRegistrationByCustomerResponse.Data.DocType"));
data.setApplicationId(_ctx.longValue("GetIdentityRegistrationByCustomerResponse.Data.ApplicationId"));
getIdentityRegistrationByCustomerResponse.setData(data);
return getIdentityRegistrationByCustomerResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/GetProfileTypeByPkResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.GetProfileTypeByPkResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetProfileTypeByPkResponseUnmarshaller {
public static GetProfileTypeByPkResponse unmarshall(GetProfileTypeByPkResponse getProfileTypeByPkResponse, UnmarshallerContext _ctx) {
getProfileTypeByPkResponse.setRequestId(_ctx.stringValue("GetProfileTypeByPkResponse.RequestId"));
getProfileTypeByPkResponse.setCode(_ctx.stringValue("GetProfileTypeByPkResponse.Code"));
getProfileTypeByPkResponse.setMessage(_ctx.stringValue("GetProfileTypeByPkResponse.Message"));
getProfileTypeByPkResponse.setAccountType(_ctx.stringValue("GetProfileTypeByPkResponse.AccountType"));
getProfileTypeByPkResponse.setSuccess(_ctx.booleanValue("GetProfileTypeByPkResponse.Success"));
return getProfileTypeByPkResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/GetUploadIdentityRegistrationDocConfigResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.GetUploadIdentityRegistrationDocConfigResponse;
import com.aliyuncs.account_crm.model.v20160606.GetUploadIdentityRegistrationDocConfigResponse.Data;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetUploadIdentityRegistrationDocConfigResponseUnmarshaller {
public static GetUploadIdentityRegistrationDocConfigResponse unmarshall(GetUploadIdentityRegistrationDocConfigResponse getUploadIdentityRegistrationDocConfigResponse, UnmarshallerContext _ctx) {
getUploadIdentityRegistrationDocConfigResponse.setRequestId(_ctx.stringValue("GetUploadIdentityRegistrationDocConfigResponse.RequestId"));
getUploadIdentityRegistrationDocConfigResponse.setCode(_ctx.stringValue("GetUploadIdentityRegistrationDocConfigResponse.Code"));
getUploadIdentityRegistrationDocConfigResponse.setMessage(_ctx.stringValue("GetUploadIdentityRegistrationDocConfigResponse.Message"));
getUploadIdentityRegistrationDocConfigResponse.setSuccess(_ctx.booleanValue("GetUploadIdentityRegistrationDocConfigResponse.Success"));
Data data = new Data();
data.setFileName(_ctx.stringValue("GetUploadIdentityRegistrationDocConfigResponse.Data.fileName"));
data.setBucketName(_ctx.stringValue("GetUploadIdentityRegistrationDocConfigResponse.Data.BucketName"));
getUploadIdentityRegistrationDocConfigResponse.setData(data);
return getUploadIdentityRegistrationDocConfigResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/LoadRealNameInfoByPkResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.LoadRealNameInfoByPkResponse;
import com.aliyuncs.account_crm.model.v20160606.LoadRealNameInfoByPkResponse.Data;
import com.aliyuncs.transform.UnmarshallerContext;
public class LoadRealNameInfoByPkResponseUnmarshaller {
public static LoadRealNameInfoByPkResponse unmarshall(LoadRealNameInfoByPkResponse loadRealNameInfoByPkResponse, UnmarshallerContext _ctx) {
loadRealNameInfoByPkResponse.setRequestId(_ctx.stringValue("LoadRealNameInfoByPkResponse.RequestId"));
loadRealNameInfoByPkResponse.setCode(_ctx.stringValue("LoadRealNameInfoByPkResponse.Code"));
loadRealNameInfoByPkResponse.setMsg(_ctx.stringValue("LoadRealNameInfoByPkResponse.Msg"));
Data data = new Data();
data.setNewUnityRealNameAccount(_ctx.stringValue("LoadRealNameInfoByPkResponse.Data.NewUnityRealNameAccount"));
data.setCicCertifyProduct(_ctx.longValue("LoadRealNameInfoByPkResponse.Data.CicCertifyProduct"));
data.setAuthAlipayDomain(_ctx.stringValue("LoadRealNameInfoByPkResponse.Data.AuthAlipayDomain"));
data.setProcessingEnterpriseCertify(_ctx.booleanValue("LoadRealNameInfoByPkResponse.Data.ProcessingEnterpriseCertify"));
data.setAuthAlipayLoginId(_ctx.stringValue("LoadRealNameInfoByPkResponse.Data.AuthAlipayLoginId"));
data.setIsBankIDAuth(_ctx.booleanValue("LoadRealNameInfoByPkResponse.Data.IsBankIDAuth"));
data.setAuthBeiAnCid(_ctx.stringValue("LoadRealNameInfoByPkResponse.Data.AuthBeiAnCid"));
data.setCicCertifyFrom(_ctx.integerValue("LoadRealNameInfoByPkResponse.Data.CicCertifyFrom"));
data.setAuthDomain(_ctx.stringValue("LoadRealNameInfoByPkResponse.Data.AuthDomain"));
data.setCertifiedTime(_ctx.stringValue("LoadRealNameInfoByPkResponse.Data.CertifiedTime"));
data.setCertifyStatus(_ctx.integerValue("LoadRealNameInfoByPkResponse.Data.CertifyStatus"));
data.setAuthAlipay(_ctx.stringValue("LoadRealNameInfoByPkResponse.Data.AuthAlipay"));
data.setCertifiedFrom(_ctx.stringValue("LoadRealNameInfoByPkResponse.Data.CertifiedFrom"));
data.setAccountCertifyType(_ctx.stringValue("LoadRealNameInfoByPkResponse.Data.AccountCertifyType"));
data.setLicenseNumber(_ctx.stringValue("LoadRealNameInfoByPkResponse.Data.LicenseNumber"));
data.setLicenseType(_ctx.stringValue("LoadRealNameInfoByPkResponse.Data.LicenseType"));
data.setName(_ctx.stringValue("LoadRealNameInfoByPkResponse.Data.Name"));
data.setIsCertified(_ctx.booleanValue("LoadRealNameInfoByPkResponse.Data.IsCertified"));
loadRealNameInfoByPkResponse.setData(data);
return loadRealNameInfoByPkResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/MapFromHavanaBindIdResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.account_crm.model.v20160606.MapFromHavanaBindIdResponse;
import com.aliyuncs.account_crm.model.v20160606.MapFromHavanaBindIdResponse.PkHavanaBindMappingDto;
import com.aliyuncs.transform.UnmarshallerContext;
public class MapFromHavanaBindIdResponseUnmarshaller {
public static MapFromHavanaBindIdResponse unmarshall(MapFromHavanaBindIdResponse mapFromHavanaBindIdResponse, UnmarshallerContext _ctx) {
mapFromHavanaBindIdResponse.setRequestId(_ctx.stringValue("MapFromHavanaBindIdResponse.RequestId"));
mapFromHavanaBindIdResponse.setCode(_ctx.stringValue("MapFromHavanaBindIdResponse.Code"));
mapFromHavanaBindIdResponse.setMessage(_ctx.stringValue("MapFromHavanaBindIdResponse.Message"));
mapFromHavanaBindIdResponse.setHttpCode(_ctx.stringValue("MapFromHavanaBindIdResponse.HttpCode"));
mapFromHavanaBindIdResponse.setSuccess(_ctx.booleanValue("MapFromHavanaBindIdResponse.Success"));
List<PkHavanaBindMappingDto> data = new ArrayList<PkHavanaBindMappingDto>();
for (int i = 0; i < _ctx.lengthValue("MapFromHavanaBindIdResponse.Data.Length"); i++) {
PkHavanaBindMappingDto pkHavanaBindMappingDto = new PkHavanaBindMappingDto();
pkHavanaBindMappingDto.setBindHid(_ctx.stringValue("MapFromHavanaBindIdResponse.Data["+ i +"].BindHid"));
pkHavanaBindMappingDto.setHavanaBindId(_ctx.stringValue("MapFromHavanaBindIdResponse.Data["+ i +"].HavanaBindId"));
pkHavanaBindMappingDto.setHavanaBindStation(_ctx.stringValue("MapFromHavanaBindIdResponse.Data["+ i +"].HavanaBindStation"));
pkHavanaBindMappingDto.setPk(_ctx.stringValue("MapFromHavanaBindIdResponse.Data["+ i +"].Pk"));
data.add(pkHavanaBindMappingDto);
}
mapFromHavanaBindIdResponse.setData(data);
return mapFromHavanaBindIdResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/MapPkFromHidResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.MapPkFromHidResponse;
import com.aliyuncs.account_crm.model.v20160606.MapPkFromHidResponse.Data;
import com.aliyuncs.transform.UnmarshallerContext;
public class MapPkFromHidResponseUnmarshaller {
public static MapPkFromHidResponse unmarshall(MapPkFromHidResponse mapPkFromHidResponse, UnmarshallerContext _ctx) {
mapPkFromHidResponse.setRequestId(_ctx.stringValue("MapPkFromHidResponse.RequestId"));
mapPkFromHidResponse.setCode(_ctx.stringValue("MapPkFromHidResponse.Code"));
mapPkFromHidResponse.setMessage(_ctx.stringValue("MapPkFromHidResponse.Message"));
mapPkFromHidResponse.setHttpCode(_ctx.stringValue("MapPkFromHidResponse.HttpCode"));
mapPkFromHidResponse.setSuccess(_ctx.booleanValue("MapPkFromHidResponse.Success"));
Data data = new Data();
data.setPk(_ctx.stringValue("MapPkFromHidResponse.Data.Pk"));
data.setMappingSrc(_ctx.stringValue("MapPkFromHidResponse.Data.MappingSrc"));
data.setHid(_ctx.stringValue("MapPkFromHidResponse.Data.Hid"));
mapPkFromHidResponse.setData(data);
return mapPkFromHidResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/MapPkToHidResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.MapPkToHidResponse;
import com.aliyuncs.account_crm.model.v20160606.MapPkToHidResponse.Data;
import com.aliyuncs.transform.UnmarshallerContext;
public class MapPkToHidResponseUnmarshaller {
public static MapPkToHidResponse unmarshall(MapPkToHidResponse mapPkToHidResponse, UnmarshallerContext _ctx) {
mapPkToHidResponse.setRequestId(_ctx.stringValue("MapPkToHidResponse.RequestId"));
mapPkToHidResponse.setCode(_ctx.stringValue("MapPkToHidResponse.Code"));
mapPkToHidResponse.setMessage(_ctx.stringValue("MapPkToHidResponse.Message"));
mapPkToHidResponse.setHttpCode(_ctx.stringValue("MapPkToHidResponse.HttpCode"));
mapPkToHidResponse.setSuccess(_ctx.booleanValue("MapPkToHidResponse.Success"));
Data data = new Data();
data.setPk(_ctx.stringValue("MapPkToHidResponse.Data.Pk"));
data.setMappingSrc(_ctx.stringValue("MapPkToHidResponse.Data.MappingSrc"));
data.setHid(_ctx.stringValue("MapPkToHidResponse.Data.Hid"));
mapPkToHidResponse.setData(data);
return mapPkToHidResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/MapToHavanaBindIdResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.account_crm.model.v20160606.MapToHavanaBindIdResponse;
import com.aliyuncs.account_crm.model.v20160606.MapToHavanaBindIdResponse.PkHavanaBindMappingDto;
import com.aliyuncs.transform.UnmarshallerContext;
public class MapToHavanaBindIdResponseUnmarshaller {
public static MapToHavanaBindIdResponse unmarshall(MapToHavanaBindIdResponse mapToHavanaBindIdResponse, UnmarshallerContext _ctx) {
mapToHavanaBindIdResponse.setRequestId(_ctx.stringValue("MapToHavanaBindIdResponse.RequestId"));
mapToHavanaBindIdResponse.setCode(_ctx.stringValue("MapToHavanaBindIdResponse.Code"));
mapToHavanaBindIdResponse.setMessage(_ctx.stringValue("MapToHavanaBindIdResponse.Message"));
mapToHavanaBindIdResponse.setHttpCode(_ctx.stringValue("MapToHavanaBindIdResponse.HttpCode"));
mapToHavanaBindIdResponse.setSuccess(_ctx.booleanValue("MapToHavanaBindIdResponse.Success"));
List<PkHavanaBindMappingDto> data = new ArrayList<PkHavanaBindMappingDto>();
for (int i = 0; i < _ctx.lengthValue("MapToHavanaBindIdResponse.Data.Length"); i++) {
PkHavanaBindMappingDto pkHavanaBindMappingDto = new PkHavanaBindMappingDto();
pkHavanaBindMappingDto.setBindHid(_ctx.stringValue("MapToHavanaBindIdResponse.Data["+ i +"].BindHid"));
pkHavanaBindMappingDto.setHavanaBindId(_ctx.stringValue("MapToHavanaBindIdResponse.Data["+ i +"].HavanaBindId"));
pkHavanaBindMappingDto.setHavanaBindStation(_ctx.stringValue("MapToHavanaBindIdResponse.Data["+ i +"].HavanaBindStation"));
pkHavanaBindMappingDto.setPk(_ctx.stringValue("MapToHavanaBindIdResponse.Data["+ i +"].Pk"));
data.add(pkHavanaBindMappingDto);
}
mapToHavanaBindIdResponse.setData(data);
return mapToHavanaBindIdResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/ModifyBizCategoryResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.ModifyBizCategoryResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class ModifyBizCategoryResponseUnmarshaller {
public static ModifyBizCategoryResponse unmarshall(ModifyBizCategoryResponse modifyBizCategoryResponse, UnmarshallerContext _ctx) {
modifyBizCategoryResponse.setRequestId(_ctx.stringValue("ModifyBizCategoryResponse.RequestId"));
modifyBizCategoryResponse.setCode(_ctx.stringValue("ModifyBizCategoryResponse.Code"));
modifyBizCategoryResponse.setMessage(_ctx.stringValue("ModifyBizCategoryResponse.Message"));
modifyBizCategoryResponse.setSuccess(_ctx.booleanValue("ModifyBizCategoryResponse.Success"));
return modifyBizCategoryResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/ModifyContacterResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.ModifyContacterResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class ModifyContacterResponseUnmarshaller {
public static ModifyContacterResponse unmarshall(ModifyContacterResponse modifyContacterResponse, UnmarshallerContext _ctx) {
modifyContacterResponse.setRequestId(_ctx.stringValue("ModifyContacterResponse.RequestId"));
modifyContacterResponse.setCode(_ctx.stringValue("ModifyContacterResponse.Code"));
modifyContacterResponse.setMessage(_ctx.stringValue("ModifyContacterResponse.Message"));
modifyContacterResponse.setSuccess(_ctx.booleanValue("ModifyContacterResponse.Success"));
return modifyContacterResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/ModifyCustomerInfoResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.ModifyCustomerInfoResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class ModifyCustomerInfoResponseUnmarshaller {
public static ModifyCustomerInfoResponse unmarshall(ModifyCustomerInfoResponse modifyCustomerInfoResponse, UnmarshallerContext _ctx) {
modifyCustomerInfoResponse.setRequestId(_ctx.stringValue("ModifyCustomerInfoResponse.RequestId"));
modifyCustomerInfoResponse.setCode(_ctx.stringValue("ModifyCustomerInfoResponse.Code"));
modifyCustomerInfoResponse.setMessage(_ctx.stringValue("ModifyCustomerInfoResponse.Message"));
modifyCustomerInfoResponse.setSuccess(_ctx.booleanValue("ModifyCustomerInfoResponse.Success"));
return modifyCustomerInfoResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/OperateFinanceTaxResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.OperateFinanceTaxResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class OperateFinanceTaxResponseUnmarshaller {
public static OperateFinanceTaxResponse unmarshall(OperateFinanceTaxResponse operateFinanceTaxResponse, UnmarshallerContext _ctx) {
operateFinanceTaxResponse.setRequestId(_ctx.stringValue("OperateFinanceTaxResponse.RequestId"));
operateFinanceTaxResponse.setCode(_ctx.stringValue("OperateFinanceTaxResponse.Code"));
operateFinanceTaxResponse.setMessage(_ctx.stringValue("OperateFinanceTaxResponse.Message"));
operateFinanceTaxResponse.setData(_ctx.stringValue("OperateFinanceTaxResponse.Data"));
operateFinanceTaxResponse.setSuccess(_ctx.booleanValue("OperateFinanceTaxResponse.Success"));
return operateFinanceTaxResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/QueryAccountAddressInfoResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.QueryAccountAddressInfoResponse;
import com.aliyuncs.account_crm.model.v20160606.QueryAccountAddressInfoResponse.ProfileInfo;
import com.aliyuncs.account_crm.model.v20160606.QueryAccountAddressInfoResponse.ProfileInfo.City;
import com.aliyuncs.account_crm.model.v20160606.QueryAccountAddressInfoResponse.ProfileInfo.Province;
import com.aliyuncs.transform.UnmarshallerContext;
public class QueryAccountAddressInfoResponseUnmarshaller {
public static QueryAccountAddressInfoResponse unmarshall(QueryAccountAddressInfoResponse queryAccountAddressInfoResponse, UnmarshallerContext _ctx) {
queryAccountAddressInfoResponse.setRequestId(_ctx.stringValue("QueryAccountAddressInfoResponse.RequestId"));
queryAccountAddressInfoResponse.setCode(_ctx.stringValue("QueryAccountAddressInfoResponse.Code"));
queryAccountAddressInfoResponse.setMessage(_ctx.stringValue("QueryAccountAddressInfoResponse.Message"));
queryAccountAddressInfoResponse.setSuccess(_ctx.booleanValue("QueryAccountAddressInfoResponse.Success"));
ProfileInfo profileInfo = new ProfileInfo();
profileInfo.setAccountAttr(_ctx.stringValue("QueryAccountAddressInfoResponse.ProfileInfo.AccountAttr"));
profileInfo.setAddress6(_ctx.stringValue("QueryAccountAddressInfoResponse.ProfileInfo.Address6"));
profileInfo.setPostCode(_ctx.stringValue("QueryAccountAddressInfoResponse.ProfileInfo.PostCode"));
profileInfo.setAddress4(_ctx.stringValue("QueryAccountAddressInfoResponse.ProfileInfo.Address4"));
profileInfo.setEmail(_ctx.stringValue("QueryAccountAddressInfoResponse.ProfileInfo.Email"));
profileInfo.setHavanaId(_ctx.stringValue("QueryAccountAddressInfoResponse.ProfileInfo.HavanaId"));
profileInfo.setAddress3(_ctx.stringValue("QueryAccountAddressInfoResponse.ProfileInfo.Address3"));
profileInfo.setAddress5(_ctx.stringValue("QueryAccountAddressInfoResponse.ProfileInfo.Address5"));
profileInfo.setVersion(_ctx.stringValue("QueryAccountAddressInfoResponse.ProfileInfo.Version"));
profileInfo.setAddress(_ctx.stringValue("QueryAccountAddressInfoResponse.ProfileInfo.Address"));
profileInfo.setNationalityCode(_ctx.stringValue("QueryAccountAddressInfoResponse.ProfileInfo.NationalityCode"));
profileInfo.setAddress2(_ctx.stringValue("QueryAccountAddressInfoResponse.ProfileInfo.Address2"));
profileInfo.setTrueName(_ctx.stringValue("QueryAccountAddressInfoResponse.ProfileInfo.TrueName"));
Province province = new Province();
province.setName(_ctx.stringValue("QueryAccountAddressInfoResponse.ProfileInfo.Province.Name"));
province.setId(_ctx.stringValue("QueryAccountAddressInfoResponse.ProfileInfo.Province.Id"));
profileInfo.setProvince(province);
City city = new City();
city.setName(_ctx.stringValue("QueryAccountAddressInfoResponse.ProfileInfo.City.Name"));
city.setId(_ctx.stringValue("QueryAccountAddressInfoResponse.ProfileInfo.City.Id"));
profileInfo.setCity(city);
queryAccountAddressInfoResponse.setProfileInfo(profileInfo);
return queryAccountAddressInfoResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/QueryAccountAddressInfoWithoutHavanaResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.QueryAccountAddressInfoWithoutHavanaResponse;
import com.aliyuncs.account_crm.model.v20160606.QueryAccountAddressInfoWithoutHavanaResponse.ProfileInfo;
import com.aliyuncs.account_crm.model.v20160606.QueryAccountAddressInfoWithoutHavanaResponse.ProfileInfo.City;
import com.aliyuncs.account_crm.model.v20160606.QueryAccountAddressInfoWithoutHavanaResponse.ProfileInfo.Province;
import com.aliyuncs.transform.UnmarshallerContext;
public class QueryAccountAddressInfoWithoutHavanaResponseUnmarshaller {
public static QueryAccountAddressInfoWithoutHavanaResponse unmarshall(QueryAccountAddressInfoWithoutHavanaResponse queryAccountAddressInfoWithoutHavanaResponse, UnmarshallerContext _ctx) {
queryAccountAddressInfoWithoutHavanaResponse.setRequestId(_ctx.stringValue("QueryAccountAddressInfoWithoutHavanaResponse.RequestId"));
queryAccountAddressInfoWithoutHavanaResponse.setCode(_ctx.stringValue("QueryAccountAddressInfoWithoutHavanaResponse.Code"));
queryAccountAddressInfoWithoutHavanaResponse.setMessage(_ctx.stringValue("QueryAccountAddressInfoWithoutHavanaResponse.Message"));
queryAccountAddressInfoWithoutHavanaResponse.setSuccess(_ctx.booleanValue("QueryAccountAddressInfoWithoutHavanaResponse.Success"));
ProfileInfo profileInfo = new ProfileInfo();
profileInfo.setAddress6(_ctx.stringValue("QueryAccountAddressInfoWithoutHavanaResponse.ProfileInfo.Address6"));
profileInfo.setAddress4(_ctx.stringValue("QueryAccountAddressInfoWithoutHavanaResponse.ProfileInfo.Address4"));
profileInfo.setAccountAttr(_ctx.stringValue("QueryAccountAddressInfoWithoutHavanaResponse.ProfileInfo.AccountAttr"));
profileInfo.setVersion(_ctx.stringValue("QueryAccountAddressInfoWithoutHavanaResponse.ProfileInfo.Version"));
profileInfo.setPostCode(_ctx.stringValue("QueryAccountAddressInfoWithoutHavanaResponse.ProfileInfo.PostCode"));
profileInfo.setAddress5(_ctx.stringValue("QueryAccountAddressInfoWithoutHavanaResponse.ProfileInfo.Address5"));
profileInfo.setAddress3(_ctx.stringValue("QueryAccountAddressInfoWithoutHavanaResponse.ProfileInfo.Address3"));
profileInfo.setHavanaId(_ctx.stringValue("QueryAccountAddressInfoWithoutHavanaResponse.ProfileInfo.HavanaId"));
profileInfo.setAddress(_ctx.stringValue("QueryAccountAddressInfoWithoutHavanaResponse.ProfileInfo.Address"));
profileInfo.setAddress2(_ctx.stringValue("QueryAccountAddressInfoWithoutHavanaResponse.ProfileInfo.Address2"));
profileInfo.setTrueName(_ctx.stringValue("QueryAccountAddressInfoWithoutHavanaResponse.ProfileInfo.TrueName"));
Province province = new Province();
province.setName(_ctx.stringValue("QueryAccountAddressInfoWithoutHavanaResponse.ProfileInfo.Province.Name"));
province.setId(_ctx.stringValue("QueryAccountAddressInfoWithoutHavanaResponse.ProfileInfo.Province.Id"));
profileInfo.setProvince(province);
City city = new City();
city.setName(_ctx.stringValue("QueryAccountAddressInfoWithoutHavanaResponse.ProfileInfo.City.Name"));
city.setId(_ctx.stringValue("QueryAccountAddressInfoWithoutHavanaResponse.ProfileInfo.City.Id"));
profileInfo.setCity(city);
queryAccountAddressInfoWithoutHavanaResponse.setProfileInfo(profileInfo);
return queryAccountAddressInfoWithoutHavanaResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/QueryAccountDeliveryAddressInfoResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.account_crm.model.v20160606.QueryAccountDeliveryAddressInfoResponse;
import com.aliyuncs.account_crm.model.v20160606.QueryAccountDeliveryAddressInfoResponse.AddressList;
import com.aliyuncs.account_crm.model.v20160606.QueryAccountDeliveryAddressInfoResponse.AddressList.AreaDivision;
import com.aliyuncs.account_crm.model.v20160606.QueryAccountDeliveryAddressInfoResponse.AddressList.CityDivision;
import com.aliyuncs.account_crm.model.v20160606.QueryAccountDeliveryAddressInfoResponse.AddressList.ProviceDivision;
import com.aliyuncs.account_crm.model.v20160606.QueryAccountDeliveryAddressInfoResponse.AddressList.TownDivision;
import com.aliyuncs.transform.UnmarshallerContext;
public class QueryAccountDeliveryAddressInfoResponseUnmarshaller {
public static QueryAccountDeliveryAddressInfoResponse unmarshall(QueryAccountDeliveryAddressInfoResponse queryAccountDeliveryAddressInfoResponse, UnmarshallerContext _ctx) {
queryAccountDeliveryAddressInfoResponse.setRequestId(_ctx.stringValue("QueryAccountDeliveryAddressInfoResponse.RequestId"));
queryAccountDeliveryAddressInfoResponse.setMessage(_ctx.stringValue("QueryAccountDeliveryAddressInfoResponse.Message"));
queryAccountDeliveryAddressInfoResponse.setCode(_ctx.stringValue("QueryAccountDeliveryAddressInfoResponse.Code"));
queryAccountDeliveryAddressInfoResponse.setSuccess(_ctx.booleanValue("QueryAccountDeliveryAddressInfoResponse.Success"));
List<AddressList> data = new ArrayList<AddressList>();
for (int i = 0; i < _ctx.lengthValue("QueryAccountDeliveryAddressInfoResponse.Data.Length"); i++) {
AddressList addressList = new AddressList();
addressList.setAddress(_ctx.stringValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].Address"));
addressList.setAreaId(_ctx.stringValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].AreaId"));
addressList.setCityId(_ctx.stringValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].CityId"));
addressList.setContacts(_ctx.stringValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].Contacts"));
addressList.setDefaultAddress(_ctx.booleanValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].DefaultAddress"));
addressList.setEmail(_ctx.stringValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].Email"));
addressList.setMobile(_ctx.stringValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].Mobile"));
addressList.setPhone(_ctx.stringValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].Phone"));
addressList.setPk(_ctx.stringValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].Pk"));
addressList.setPostalcode(_ctx.stringValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].Postalcode"));
addressList.setProviceId(_ctx.stringValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].ProviceId"));
addressList.setTownId(_ctx.stringValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].TownId"));
AreaDivision areaDivision = new AreaDivision();
areaDivision.setDivisionAbbName(_ctx.stringValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].AreaDivision.DivisionAbbName"));
areaDivision.setDivisionId(_ctx.longValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].AreaDivision.DivisionId"));
areaDivision.setDivisionLevel(_ctx.longValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].AreaDivision.DivisionLevel"));
areaDivision.setDivisionName(_ctx.stringValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].AreaDivision.DivisionName"));
areaDivision.setDivisionTname(_ctx.stringValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].AreaDivision.DivisionTname"));
areaDivision.setNewDivisionId(_ctx.longValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].AreaDivision.NewDivisionId"));
areaDivision.setParentId(_ctx.longValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].AreaDivision.ParentId"));
areaDivision.setPinyin(_ctx.stringValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].AreaDivision.Pinyin"));
areaDivision.setRemark(_ctx.stringValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].AreaDivision.Remark"));
addressList.setAreaDivision(areaDivision);
CityDivision cityDivision = new CityDivision();
cityDivision.setDivisionAbbName(_ctx.stringValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].CityDivision.DivisionAbbName"));
cityDivision.setDivisionId(_ctx.longValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].CityDivision.DivisionId"));
cityDivision.setDivisionLevel(_ctx.longValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].CityDivision.DivisionLevel"));
cityDivision.setDivisionName(_ctx.stringValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].CityDivision.DivisionName"));
cityDivision.setDivisionTname(_ctx.stringValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].CityDivision.DivisionTname"));
cityDivision.setNewDivisionId(_ctx.longValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].CityDivision.NewDivisionId"));
cityDivision.setParentId(_ctx.longValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].CityDivision.ParentId"));
cityDivision.setPinyin(_ctx.stringValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].CityDivision.Pinyin"));
cityDivision.setRemark(_ctx.stringValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].CityDivision.Remark"));
addressList.setCityDivision(cityDivision);
ProviceDivision proviceDivision = new ProviceDivision();
proviceDivision.setDivisionAbbName(_ctx.stringValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].ProviceDivision.DivisionAbbName"));
proviceDivision.setDivisionId(_ctx.longValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].ProviceDivision.DivisionId"));
proviceDivision.setDivisionLevel(_ctx.longValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].ProviceDivision.DivisionLevel"));
proviceDivision.setDivisionName(_ctx.stringValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].ProviceDivision.DivisionName"));
proviceDivision.setDivisionTname(_ctx.stringValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].ProviceDivision.DivisionTname"));
proviceDivision.setNewDivisionId(_ctx.longValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].ProviceDivision.NewDivisionId"));
proviceDivision.setParentId(_ctx.longValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].ProviceDivision.ParentId"));
proviceDivision.setPinyin(_ctx.stringValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].ProviceDivision.Pinyin"));
proviceDivision.setRemark(_ctx.stringValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].ProviceDivision.Remark"));
addressList.setProviceDivision(proviceDivision);
TownDivision townDivision = new TownDivision();
townDivision.setDivisionAbbName(_ctx.stringValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].TownDivision.DivisionAbbName"));
townDivision.setDivisionId(_ctx.longValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].TownDivision.DivisionId"));
townDivision.setDivisionLevel(_ctx.longValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].TownDivision.DivisionLevel"));
townDivision.setDivisionName(_ctx.stringValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].TownDivision.DivisionName"));
townDivision.setDivisionTname(_ctx.stringValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].TownDivision.DivisionTname"));
townDivision.setNewDivisionId(_ctx.longValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].TownDivision.NewDivisionId"));
townDivision.setParentId(_ctx.longValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].TownDivision.ParentId"));
townDivision.setPinyin(_ctx.stringValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].TownDivision.Pinyin"));
townDivision.setRemark(_ctx.stringValue("QueryAccountDeliveryAddressInfoResponse.Data["+ i +"].TownDivision.Remark"));
addressList.setTownDivision(townDivision);
data.add(addressList);
}
queryAccountDeliveryAddressInfoResponse.setData(data);
return queryAccountDeliveryAddressInfoResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/QueryAccountProfileInfoResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.QueryAccountProfileInfoResponse;
import com.aliyuncs.account_crm.model.v20160606.QueryAccountProfileInfoResponse.ProfileInfo;
import com.aliyuncs.account_crm.model.v20160606.QueryAccountProfileInfoResponse.ProfileInfo.City;
import com.aliyuncs.account_crm.model.v20160606.QueryAccountProfileInfoResponse.ProfileInfo.Province;
import com.aliyuncs.transform.UnmarshallerContext;
public class QueryAccountProfileInfoResponseUnmarshaller {
public static QueryAccountProfileInfoResponse unmarshall(QueryAccountProfileInfoResponse queryAccountProfileInfoResponse, UnmarshallerContext _ctx) {
queryAccountProfileInfoResponse.setRequestId(_ctx.stringValue("QueryAccountProfileInfoResponse.RequestId"));
ProfileInfo profileInfo = new ProfileInfo();
profileInfo.setUpdateTime(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.UpdateTime"));
profileInfo.setRegisterIP(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.RegisterIP"));
profileInfo.setCreateTime(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.CreateTime"));
profileInfo.setContactMethod(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.ContactMethod"));
profileInfo.setActiveNotSetMobile(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.ActiveNotSetMobile"));
profileInfo.setMobile(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.Mobile"));
profileInfo.setFax(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.Fax"));
profileInfo.setBankId(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.BankId"));
profileInfo.setFirstName(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.FirstName"));
profileInfo.setSecurityMobile(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.SecurityMobile"));
profileInfo.setTaobaoAccount(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.TaobaoAccount"));
profileInfo.setYahooEmail(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.YahooEmail"));
profileInfo.setIsCertified(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.IsCertified"));
profileInfo.setAlipayUid(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.AlipayUid"));
profileInfo.setAlipayAccount(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.AlipayAccount"));
profileInfo.setSrc(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.Src"));
profileInfo.setNickName(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.NickName"));
profileInfo.setAuthDomainUserId(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.AuthDomainUserId"));
profileInfo.setPhone(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.Phone"));
profileInfo.setCertifiedFrom(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.CertifiedFrom"));
profileInfo.setBeiAnMobile(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.BeiAnMobile"));
profileInfo.setNationalityCode(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.NationalityCode"));
profileInfo.setIDNumber(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.IDNumber"));
profileInfo.setAddress2(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.Address2"));
profileInfo.setTrueName(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.TrueName"));
profileInfo.setAddress6(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.Address6"));
profileInfo.setOwn(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.Own"));
profileInfo.setEid(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.Eid"));
profileInfo.setAddress4(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.Address4"));
profileInfo.setFyl(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.Fyl"));
profileInfo.setBeiAnAuthCId(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.BeiAnAuthCId"));
profileInfo.setAddress(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.Address"));
profileInfo.setTaobaoNickFromHavana(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.TaobaoNickFromHavana"));
profileInfo.setBeiAnIcpNumber(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.BeiAnIcpNumber"));
profileInfo.setAliyunPK(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.AliyunPK"));
profileInfo.setAliyunID(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.AliyunID"));
profileInfo.setAccountAttr(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.AccountAttr"));
profileInfo.setPostCode(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.PostCode"));
profileInfo.setProcessingEnterpriseCertify(_ctx.booleanValue("QueryAccountProfileInfoResponse.ProfileInfo.ProcessingEnterpriseCertify"));
profileInfo.setBindAlipayNo(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.BindAlipayNo"));
profileInfo.setTbhid(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.Tbhid"));
profileInfo.setB2bhid(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.B2bhid"));
profileInfo.setIsBankIDAuth(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.IsBankIDAuth"));
profileInfo.setHead(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.Head"));
profileInfo.setCertifiedTime(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.CertifiedTime"));
profileInfo.setEmail(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.Email"));
profileInfo.setAuthAlipay(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.AuthAlipay"));
profileInfo.setSecurityQuestionExists(_ctx.booleanValue("QueryAccountProfileInfoResponse.ProfileInfo.SecurityQuestionExists"));
profileInfo.setHavanaId(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.HavanaId"));
profileInfo.setPreferredLanguage(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.PreferredLanguage"));
profileInfo.setAddress3(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.Address3"));
profileInfo.setAddress5(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.Address5"));
profileInfo.setCertType(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.CertType"));
profileInfo.setAccountCertifyType(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.AccountCertifyType"));
profileInfo.setBankName(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.BankName"));
profileInfo.setLastName(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.LastName"));
Province province = new Province();
province.setName(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.Province.Name"));
province.setId(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.Province.Id"));
profileInfo.setProvince(province);
City city = new City();
city.setName(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.City.Name"));
city.setId(_ctx.stringValue("QueryAccountProfileInfoResponse.ProfileInfo.City.Id"));
profileInfo.setCity(city);
queryAccountProfileInfoResponse.setProfileInfo(profileInfo);
return queryAccountProfileInfoResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/QueryAccountRealNameInfoResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.QueryAccountRealNameInfoResponse;
import com.aliyuncs.account_crm.model.v20160606.QueryAccountRealNameInfoResponse.ProfileInfo;
import com.aliyuncs.transform.UnmarshallerContext;
public class QueryAccountRealNameInfoResponseUnmarshaller {
public static QueryAccountRealNameInfoResponse unmarshall(QueryAccountRealNameInfoResponse queryAccountRealNameInfoResponse, UnmarshallerContext _ctx) {
queryAccountRealNameInfoResponse.setRequestId(_ctx.stringValue("QueryAccountRealNameInfoResponse.RequestId"));
ProfileInfo profileInfo = new ProfileInfo();
profileInfo.setProcessingEnterpriseCertify(_ctx.booleanValue("QueryAccountRealNameInfoResponse.ProfileInfo.ProcessingEnterpriseCertify"));
profileInfo.setIsBankIDAuth(_ctx.stringValue("QueryAccountRealNameInfoResponse.ProfileInfo.IsBankIDAuth"));
profileInfo.setAuthBeiAnCid(_ctx.stringValue("QueryAccountRealNameInfoResponse.ProfileInfo.AuthBeiAnCid"));
profileInfo.setAuthDomain(_ctx.stringValue("QueryAccountRealNameInfoResponse.ProfileInfo.AuthDomain"));
profileInfo.setCertifiedTime(_ctx.stringValue("QueryAccountRealNameInfoResponse.ProfileInfo.CertifiedTime"));
profileInfo.setCertifiedFrom(_ctx.stringValue("QueryAccountRealNameInfoResponse.ProfileInfo.CertifiedFrom"));
profileInfo.setAuthAlipay(_ctx.stringValue("QueryAccountRealNameInfoResponse.ProfileInfo.AuthAlipay"));
profileInfo.setAccountCertifyType(_ctx.stringValue("QueryAccountRealNameInfoResponse.ProfileInfo.AccountCertifyType"));
profileInfo.setLicenseNumber(_ctx.stringValue("QueryAccountRealNameInfoResponse.ProfileInfo.LicenseNumber"));
profileInfo.setLicenseType(_ctx.stringValue("QueryAccountRealNameInfoResponse.ProfileInfo.LicenseType"));
profileInfo.setName(_ctx.stringValue("QueryAccountRealNameInfoResponse.ProfileInfo.Name"));
profileInfo.setIsCertified(_ctx.stringValue("QueryAccountRealNameInfoResponse.ProfileInfo.IsCertified"));
queryAccountRealNameInfoResponse.setProfileInfo(profileInfo);
return queryAccountRealNameInfoResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/QueryAccountSiteResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.QueryAccountSiteResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class QueryAccountSiteResponseUnmarshaller {
public static QueryAccountSiteResponse unmarshall(QueryAccountSiteResponse queryAccountSiteResponse, UnmarshallerContext _ctx) {
queryAccountSiteResponse.setRequestId(_ctx.stringValue("QueryAccountSiteResponse.RequestId"));
queryAccountSiteResponse.setCode(_ctx.stringValue("QueryAccountSiteResponse.Code"));
queryAccountSiteResponse.setSite(_ctx.stringValue("QueryAccountSiteResponse.Site"));
queryAccountSiteResponse.setSuccess(_ctx.booleanValue("QueryAccountSiteResponse.Success"));
return queryAccountSiteResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/QueryAgAccountLoginPermissionResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.QueryAgAccountLoginPermissionResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class QueryAgAccountLoginPermissionResponseUnmarshaller {
public static QueryAgAccountLoginPermissionResponse unmarshall(QueryAgAccountLoginPermissionResponse queryAgAccountLoginPermissionResponse, UnmarshallerContext _ctx) {
queryAgAccountLoginPermissionResponse.setRequestId(_ctx.stringValue("QueryAgAccountLoginPermissionResponse.RequestId"));
queryAgAccountLoginPermissionResponse.setCode(_ctx.stringValue("QueryAgAccountLoginPermissionResponse.Code"));
queryAgAccountLoginPermissionResponse.setMessage(_ctx.stringValue("QueryAgAccountLoginPermissionResponse.Message"));
queryAgAccountLoginPermissionResponse.setHasLoginPermission(_ctx.booleanValue("QueryAgAccountLoginPermissionResponse.HasLoginPermission"));
queryAgAccountLoginPermissionResponse.setSuccess(_ctx.booleanValue("QueryAgAccountLoginPermissionResponse.Success"));
return queryAgAccountLoginPermissionResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/QueryAgSecurityMobileResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.QueryAgSecurityMobileResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class QueryAgSecurityMobileResponseUnmarshaller {
public static QueryAgSecurityMobileResponse unmarshall(QueryAgSecurityMobileResponse queryAgSecurityMobileResponse, UnmarshallerContext _ctx) {
queryAgSecurityMobileResponse.setRequestId(_ctx.stringValue("QueryAgSecurityMobileResponse.RequestId"));
queryAgSecurityMobileResponse.setCode(_ctx.stringValue("QueryAgSecurityMobileResponse.Code"));
queryAgSecurityMobileResponse.setMessage(_ctx.stringValue("QueryAgSecurityMobileResponse.Message"));
queryAgSecurityMobileResponse.setSuccess(_ctx.booleanValue("QueryAgSecurityMobileResponse.Success"));
queryAgSecurityMobileResponse.setSecurityMobile(_ctx.stringValue("QueryAgSecurityMobileResponse.SecurityMobile"));
return queryAgSecurityMobileResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/QueryBindsByOuterIdResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.account_crm.model.v20160606.QueryBindsByOuterIdResponse;
import com.aliyuncs.account_crm.model.v20160606.QueryBindsByOuterIdResponse.BindDto;
import java.util.Map;
import com.aliyuncs.transform.UnmarshallerContext;
public class QueryBindsByOuterIdResponseUnmarshaller {
public static QueryBindsByOuterIdResponse unmarshall(QueryBindsByOuterIdResponse queryBindsByOuterIdResponse, UnmarshallerContext _ctx) {
queryBindsByOuterIdResponse.setRequestId(_ctx.stringValue("QueryBindsByOuterIdResponse.RequestId"));
queryBindsByOuterIdResponse.setCode(_ctx.stringValue("QueryBindsByOuterIdResponse.Code"));
queryBindsByOuterIdResponse.setMessage(_ctx.stringValue("QueryBindsByOuterIdResponse.Message"));
queryBindsByOuterIdResponse.setHttpCode(_ctx.stringValue("QueryBindsByOuterIdResponse.HttpCode"));
queryBindsByOuterIdResponse.setSuccess(_ctx.booleanValue("QueryBindsByOuterIdResponse.Success"));
List<BindDto> data = new ArrayList<BindDto>();
for (int i = 0; i < _ctx.lengthValue("QueryBindsByOuterIdResponse.Data.Length"); i++) {
BindDto bindDto = new BindDto();
bindDto.setStatus(_ctx.stringValue("QueryBindsByOuterIdResponse.Data["+ i +"].Status"));
bindDto.setMinorOuterId(_ctx.stringValue("QueryBindsByOuterIdResponse.Data["+ i +"].MinorOuterId"));
bindDto.setOuterId(_ctx.stringValue("QueryBindsByOuterIdResponse.Data["+ i +"].OuterId"));
bindDto.setPk(_ctx.stringValue("QueryBindsByOuterIdResponse.Data["+ i +"].Pk"));
bindDto.setBindData(_ctx.mapValue("QueryBindsByOuterIdResponse.Data["+ i +"].BindData"));
bindDto.setTenantId(_ctx.stringValue("QueryBindsByOuterIdResponse.Data["+ i +"].TenantId"));
data.add(bindDto);
}
queryBindsByOuterIdResponse.setData(data);
return queryBindsByOuterIdResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/QueryBindsByPkResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.account_crm.model.v20160606.QueryBindsByPkResponse;
import com.aliyuncs.account_crm.model.v20160606.QueryBindsByPkResponse.BindDto;
import java.util.Map;
import com.aliyuncs.transform.UnmarshallerContext;
public class QueryBindsByPkResponseUnmarshaller {
public static QueryBindsByPkResponse unmarshall(QueryBindsByPkResponse queryBindsByPkResponse, UnmarshallerContext _ctx) {
queryBindsByPkResponse.setRequestId(_ctx.stringValue("QueryBindsByPkResponse.RequestId"));
queryBindsByPkResponse.setCode(_ctx.stringValue("QueryBindsByPkResponse.Code"));
queryBindsByPkResponse.setMessage(_ctx.stringValue("QueryBindsByPkResponse.Message"));
queryBindsByPkResponse.setHttpCode(_ctx.stringValue("QueryBindsByPkResponse.HttpCode"));
queryBindsByPkResponse.setSuccess(_ctx.booleanValue("QueryBindsByPkResponse.Success"));
List<BindDto> data = new ArrayList<BindDto>();
for (int i = 0; i < _ctx.lengthValue("QueryBindsByPkResponse.Data.Length"); i++) {
BindDto bindDto = new BindDto();
bindDto.setStatus(_ctx.stringValue("QueryBindsByPkResponse.Data["+ i +"].Status"));
bindDto.setMinorOuterId(_ctx.stringValue("QueryBindsByPkResponse.Data["+ i +"].MinorOuterId"));
bindDto.setOuterId(_ctx.stringValue("QueryBindsByPkResponse.Data["+ i +"].OuterId"));
bindDto.setPk(_ctx.stringValue("QueryBindsByPkResponse.Data["+ i +"].Pk"));
bindDto.setBindData(_ctx.mapValue("QueryBindsByPkResponse.Data["+ i +"].BindData"));
bindDto.setTenantId(_ctx.stringValue("QueryBindsByPkResponse.Data["+ i +"].TenantId"));
data.add(bindDto);
}
queryBindsByPkResponse.setData(data);
return queryBindsByPkResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/QueryCustomerLabelResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.account_crm.model.v20160606.QueryCustomerLabelResponse;
import com.aliyuncs.account_crm.model.v20160606.QueryCustomerLabelResponse.CustomerLabel;
import com.aliyuncs.transform.UnmarshallerContext;
public class QueryCustomerLabelResponseUnmarshaller {
public static QueryCustomerLabelResponse unmarshall(QueryCustomerLabelResponse queryCustomerLabelResponse, UnmarshallerContext _ctx) {
queryCustomerLabelResponse.setRequestId(_ctx.stringValue("QueryCustomerLabelResponse.RequestId"));
queryCustomerLabelResponse.setCode(_ctx.stringValue("QueryCustomerLabelResponse.Code"));
queryCustomerLabelResponse.setMessage(_ctx.stringValue("QueryCustomerLabelResponse.Message"));
queryCustomerLabelResponse.setSuccess(_ctx.booleanValue("QueryCustomerLabelResponse.Success"));
List<CustomerLabel> data = new ArrayList<CustomerLabel>();
for (int i = 0; i < _ctx.lengthValue("QueryCustomerLabelResponse.Data.Length"); i++) {
CustomerLabel customerLabel = new CustomerLabel();
customerLabel.setLabel(_ctx.stringValue("QueryCustomerLabelResponse.Data["+ i +"].Label"));
customerLabel.setLabelSeries(_ctx.stringValue("QueryCustomerLabelResponse.Data["+ i +"].LabelSeries"));
data.add(customerLabel);
}
queryCustomerLabelResponse.setData(data);
return queryCustomerLabelResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/QueryEncryptedAccountProfileInfoResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.QueryEncryptedAccountProfileInfoResponse;
import com.aliyuncs.account_crm.model.v20160606.QueryEncryptedAccountProfileInfoResponse.EncryptedProfileInfo;
import com.aliyuncs.transform.UnmarshallerContext;
public class QueryEncryptedAccountProfileInfoResponseUnmarshaller {
public static QueryEncryptedAccountProfileInfoResponse unmarshall(QueryEncryptedAccountProfileInfoResponse queryEncryptedAccountProfileInfoResponse, UnmarshallerContext _ctx) {
queryEncryptedAccountProfileInfoResponse.setRequestId(_ctx.stringValue("QueryEncryptedAccountProfileInfoResponse.RequestId"));
EncryptedProfileInfo encryptedProfileInfo = new EncryptedProfileInfo();
encryptedProfileInfo.setIsAliyunIdAnEmail(_ctx.booleanValue("QueryEncryptedAccountProfileInfoResponse.EncryptedProfileInfo.IsAliyunIdAnEmail"));
encryptedProfileInfo.setEncryptedAliyunID(_ctx.stringValue("QueryEncryptedAccountProfileInfoResponse.EncryptedProfileInfo.EncryptedAliyunID"));
encryptedProfileInfo.setEncryptedEmail(_ctx.stringValue("QueryEncryptedAccountProfileInfoResponse.EncryptedProfileInfo.EncryptedEmail"));
encryptedProfileInfo.setEncryptedMobile(_ctx.stringValue("QueryEncryptedAccountProfileInfoResponse.EncryptedProfileInfo.EncryptedMobile"));
encryptedProfileInfo.setEncryptedSecurityMobile(_ctx.stringValue("QueryEncryptedAccountProfileInfoResponse.EncryptedProfileInfo.EncryptedSecurityMobile"));
encryptedProfileInfo.setPk(_ctx.stringValue("QueryEncryptedAccountProfileInfoResponse.EncryptedProfileInfo.pk"));
queryEncryptedAccountProfileInfoResponse.setEncryptedProfileInfo(encryptedProfileInfo);
return queryEncryptedAccountProfileInfoResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/QueryEnterpriseInfoResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.QueryEnterpriseInfoResponse;
import com.aliyuncs.account_crm.model.v20160606.QueryEnterpriseInfoResponse.ProfileInfo;
import com.aliyuncs.account_crm.model.v20160606.QueryEnterpriseInfoResponse.ProfileInfo.City;
import com.aliyuncs.account_crm.model.v20160606.QueryEnterpriseInfoResponse.ProfileInfo.Province;
import com.aliyuncs.transform.UnmarshallerContext;
public class QueryEnterpriseInfoResponseUnmarshaller {
public static QueryEnterpriseInfoResponse unmarshall(QueryEnterpriseInfoResponse queryEnterpriseInfoResponse, UnmarshallerContext _ctx) {
queryEnterpriseInfoResponse.setRequestId(_ctx.stringValue("QueryEnterpriseInfoResponse.RequestId"));
queryEnterpriseInfoResponse.setCode(_ctx.stringValue("QueryEnterpriseInfoResponse.Code"));
queryEnterpriseInfoResponse.setMessage(_ctx.stringValue("QueryEnterpriseInfoResponse.Message"));
queryEnterpriseInfoResponse.setSuccess(_ctx.booleanValue("QueryEnterpriseInfoResponse.Success"));
ProfileInfo profileInfo = new ProfileInfo();
profileInfo.setPostalCode(_ctx.stringValue("QueryEnterpriseInfoResponse.ProfileInfo.PostalCode"));
profileInfo.setYears(_ctx.stringValue("QueryEnterpriseInfoResponse.ProfileInfo.Years"));
profileInfo.setAliyunPK(_ctx.stringValue("QueryEnterpriseInfoResponse.ProfileInfo.AliyunPK"));
profileInfo.setUpdateTime(_ctx.stringValue("QueryEnterpriseInfoResponse.ProfileInfo.UpdateTime"));
profileInfo.setCreateTime(_ctx.stringValue("QueryEnterpriseInfoResponse.ProfileInfo.CreateTime"));
profileInfo.setBusinessLicenseType(_ctx.stringValue("QueryEnterpriseInfoResponse.ProfileInfo.BusinessLicenseType"));
profileInfo.setPhone(_ctx.stringValue("QueryEnterpriseInfoResponse.ProfileInfo.Phone"));
profileInfo.setProfile(_ctx.stringValue("QueryEnterpriseInfoResponse.ProfileInfo.Profile"));
profileInfo.setCertifiedTime(_ctx.stringValue("QueryEnterpriseInfoResponse.ProfileInfo.CertifiedTime"));
profileInfo.setExtend(_ctx.stringValue("QueryEnterpriseInfoResponse.ProfileInfo.Extend"));
profileInfo.setBusinessLicenseImgSrc(_ctx.stringValue("QueryEnterpriseInfoResponse.ProfileInfo.BusinessLicenseImgSrc"));
profileInfo.setCertifiedFrom(_ctx.stringValue("QueryEnterpriseInfoResponse.ProfileInfo.CertifiedFrom"));
profileInfo.setEntityIDNumber(_ctx.stringValue("QueryEnterpriseInfoResponse.ProfileInfo.EntityIDNumber"));
profileInfo.setFax(_ctx.stringValue("QueryEnterpriseInfoResponse.ProfileInfo.Fax"));
profileInfo.setEInterpriseSize(_ctx.stringValue("QueryEnterpriseInfoResponse.ProfileInfo.EInterpriseSize"));
profileInfo.setDetailAddress(_ctx.stringValue("QueryEnterpriseInfoResponse.ProfileInfo.DetailAddress"));
profileInfo.setBusinessLicenseNumber(_ctx.stringValue("QueryEnterpriseInfoResponse.ProfileInfo.BusinessLicenseNumber"));
profileInfo.setEnterpriseEntity(_ctx.stringValue("QueryEnterpriseInfoResponse.ProfileInfo.EnterpriseEntity"));
profileInfo.setName(_ctx.stringValue("QueryEnterpriseInfoResponse.ProfileInfo.Name"));
profileInfo.setAuditStatus(_ctx.stringValue("QueryEnterpriseInfoResponse.ProfileInfo.AuditStatus"));
profileInfo.setAlias(_ctx.stringValue("QueryEnterpriseInfoResponse.ProfileInfo.Alias"));
Province province = new Province();
province.setName(_ctx.stringValue("QueryEnterpriseInfoResponse.ProfileInfo.Province.Name"));
province.setId(_ctx.stringValue("QueryEnterpriseInfoResponse.ProfileInfo.Province.Id"));
profileInfo.setProvince(province);
City city = new City();
city.setName(_ctx.stringValue("QueryEnterpriseInfoResponse.ProfileInfo.City.Name"));
city.setId(_ctx.stringValue("QueryEnterpriseInfoResponse.ProfileInfo.City.Id"));
profileInfo.setCity(city);
queryEnterpriseInfoResponse.setProfileInfo(profileInfo);
return queryEnterpriseInfoResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/QueryEnumConfigByTypeResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.account_crm.model.v20160606.QueryEnumConfigByTypeResponse;
import com.aliyuncs.account_crm.model.v20160606.QueryEnumConfigByTypeResponse.EnumConfig;
import com.aliyuncs.transform.UnmarshallerContext;
public class QueryEnumConfigByTypeResponseUnmarshaller {
public static QueryEnumConfigByTypeResponse unmarshall(QueryEnumConfigByTypeResponse queryEnumConfigByTypeResponse, UnmarshallerContext _ctx) {
queryEnumConfigByTypeResponse.setRequestId(_ctx.stringValue("QueryEnumConfigByTypeResponse.RequestId"));
queryEnumConfigByTypeResponse.setCode(_ctx.stringValue("QueryEnumConfigByTypeResponse.Code"));
queryEnumConfigByTypeResponse.setMessage(_ctx.stringValue("QueryEnumConfigByTypeResponse.Message"));
queryEnumConfigByTypeResponse.setSuccess(_ctx.booleanValue("QueryEnumConfigByTypeResponse.Success"));
List<EnumConfig> data = new ArrayList<EnumConfig>();
for (int i = 0; i < _ctx.lengthValue("QueryEnumConfigByTypeResponse.Data.Length"); i++) {
EnumConfig enumConfig = new EnumConfig();
enumConfig.setEnumValue(_ctx.stringValue("QueryEnumConfigByTypeResponse.Data["+ i +"].enumValue"));
enumConfig.setEnumName(_ctx.stringValue("QueryEnumConfigByTypeResponse.Data["+ i +"].enumName"));
data.add(enumConfig);
}
queryEnumConfigByTypeResponse.setData(data);
return queryEnumConfigByTypeResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/QueryOneKeyDeleteBlockListResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.account_crm.model.v20160606.QueryOneKeyDeleteBlockListResponse;
import com.aliyuncs.account_crm.model.v20160606.QueryOneKeyDeleteBlockListResponse.OneKeyDeleteBlockDto;
import com.aliyuncs.transform.UnmarshallerContext;
public class QueryOneKeyDeleteBlockListResponseUnmarshaller {
public static QueryOneKeyDeleteBlockListResponse unmarshall(QueryOneKeyDeleteBlockListResponse queryOneKeyDeleteBlockListResponse, UnmarshallerContext _ctx) {
queryOneKeyDeleteBlockListResponse.setRequestId(_ctx.stringValue("QueryOneKeyDeleteBlockListResponse.RequestId"));
queryOneKeyDeleteBlockListResponse.setCode(_ctx.stringValue("QueryOneKeyDeleteBlockListResponse.Code"));
queryOneKeyDeleteBlockListResponse.setMessage(_ctx.stringValue("QueryOneKeyDeleteBlockListResponse.Message"));
queryOneKeyDeleteBlockListResponse.setSuccess(_ctx.booleanValue("QueryOneKeyDeleteBlockListResponse.Success"));
List<OneKeyDeleteBlockDto> data = new ArrayList<OneKeyDeleteBlockDto>();
for (int i = 0; i < _ctx.lengthValue("QueryOneKeyDeleteBlockListResponse.Data.Length"); i++) {
OneKeyDeleteBlockDto oneKeyDeleteBlockDto = new OneKeyDeleteBlockDto();
oneKeyDeleteBlockDto.setBlockMsg(_ctx.stringValue("QueryOneKeyDeleteBlockListResponse.Data["+ i +"].BlockMsg"));
oneKeyDeleteBlockDto.setBlockCode(_ctx.stringValue("QueryOneKeyDeleteBlockListResponse.Data["+ i +"].BlockCode"));
data.add(oneKeyDeleteBlockDto);
}
queryOneKeyDeleteBlockListResponse.setData(data);
return queryOneKeyDeleteBlockListResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/QuerySecurityInfoResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.QuerySecurityInfoResponse;
import com.aliyuncs.account_crm.model.v20160606.QuerySecurityInfoResponse.AccountSecurityInfoDto;
import com.aliyuncs.transform.UnmarshallerContext;
public class QuerySecurityInfoResponseUnmarshaller {
public static QuerySecurityInfoResponse unmarshall(QuerySecurityInfoResponse querySecurityInfoResponse, UnmarshallerContext _ctx) {
querySecurityInfoResponse.setRequestId(_ctx.stringValue("QuerySecurityInfoResponse.RequestId"));
querySecurityInfoResponse.setCode(_ctx.stringValue("QuerySecurityInfoResponse.Code"));
querySecurityInfoResponse.setMessage(_ctx.stringValue("QuerySecurityInfoResponse.Message"));
querySecurityInfoResponse.setSuccess(_ctx.booleanValue("QuerySecurityInfoResponse.Success"));
AccountSecurityInfoDto accountSecurityInfoDto = new AccountSecurityInfoDto();
accountSecurityInfoDto.setPk(_ctx.stringValue("QuerySecurityInfoResponse.AccountSecurityInfoDto.Pk"));
accountSecurityInfoDto.setSecurityEmail(_ctx.stringValue("QuerySecurityInfoResponse.AccountSecurityInfoDto.SecurityEmail"));
accountSecurityInfoDto.setSecurityMobile(_ctx.stringValue("QuerySecurityInfoResponse.AccountSecurityInfoDto.SecurityMobile"));
accountSecurityInfoDto.setProfileType(_ctx.stringValue("QuerySecurityInfoResponse.AccountSecurityInfoDto.ProfileType"));
accountSecurityInfoDto.setName(_ctx.stringValue("QuerySecurityInfoResponse.AccountSecurityInfoDto.Name"));
accountSecurityInfoDto.setAliyunId(_ctx.stringValue("QuerySecurityInfoResponse.AccountSecurityInfoDto.AliyunId"));
accountSecurityInfoDto.setNationalityCode(_ctx.stringValue("QuerySecurityInfoResponse.AccountSecurityInfoDto.NationalityCode"));
querySecurityInfoResponse.setAccountSecurityInfoDto(accountSecurityInfoDto);
return querySecurityInfoResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/RegisterInternalAccountForBucResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.RegisterInternalAccountForBucResponse;
import com.aliyuncs.account_crm.model.v20160606.RegisterInternalAccountForBucResponse.Data;
import com.aliyuncs.transform.UnmarshallerContext;
public class RegisterInternalAccountForBucResponseUnmarshaller {
public static RegisterInternalAccountForBucResponse unmarshall(RegisterInternalAccountForBucResponse registerInternalAccountForBucResponse, UnmarshallerContext _ctx) {
registerInternalAccountForBucResponse.setRequestId(_ctx.stringValue("RegisterInternalAccountForBucResponse.RequestId"));
registerInternalAccountForBucResponse.setMsg(_ctx.stringValue("RegisterInternalAccountForBucResponse.Msg"));
registerInternalAccountForBucResponse.setCode(_ctx.stringValue("RegisterInternalAccountForBucResponse.Code"));
registerInternalAccountForBucResponse.setMessage(_ctx.stringValue("RegisterInternalAccountForBucResponse.Message"));
registerInternalAccountForBucResponse.setLocalizedMessage(_ctx.stringValue("RegisterInternalAccountForBucResponse.LocalizedMessage"));
Data data = new Data();
data.setParentPk(_ctx.stringValue("RegisterInternalAccountForBucResponse.Data.ParentPk"));
data.setPk(_ctx.stringValue("RegisterInternalAccountForBucResponse.Data.Pk"));
data.setSite(_ctx.stringValue("RegisterInternalAccountForBucResponse.Data.Site"));
data.setHavanaId(_ctx.stringValue("RegisterInternalAccountForBucResponse.Data.HavanaId"));
data.setAccountStatus(_ctx.stringValue("RegisterInternalAccountForBucResponse.Data.AccountStatus"));
data.setLastLoginTime(_ctx.stringValue("RegisterInternalAccountForBucResponse.Data.LastLoginTime"));
data.setPartnerPk(_ctx.stringValue("RegisterInternalAccountForBucResponse.Data.PartnerPk"));
data.setAccountStructure(_ctx.stringValue("RegisterInternalAccountForBucResponse.Data.AccountStructure"));
data.setOwnerBid(_ctx.stringValue("RegisterInternalAccountForBucResponse.Data.OwnerBid"));
data.setExtendInfo(_ctx.stringValue("RegisterInternalAccountForBucResponse.Data.ExtendInfo"));
registerInternalAccountForBucResponse.setData(data);
return registerInternalAccountForBucResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/ReleaseAgAccountResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.ReleaseAgAccountResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class ReleaseAgAccountResponseUnmarshaller {
public static ReleaseAgAccountResponse unmarshall(ReleaseAgAccountResponse releaseAgAccountResponse, UnmarshallerContext _ctx) {
releaseAgAccountResponse.setRequestId(_ctx.stringValue("ReleaseAgAccountResponse.RequestId"));
releaseAgAccountResponse.setCode(_ctx.stringValue("ReleaseAgAccountResponse.Code"));
releaseAgAccountResponse.setMessage(_ctx.stringValue("ReleaseAgAccountResponse.Message"));
releaseAgAccountResponse.setSuccess(_ctx.booleanValue("ReleaseAgAccountResponse.Success"));
return releaseAgAccountResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/ResendAsyncCreateAgAccountResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.ResendAsyncCreateAgAccountResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class ResendAsyncCreateAgAccountResponseUnmarshaller {
public static ResendAsyncCreateAgAccountResponse unmarshall(ResendAsyncCreateAgAccountResponse resendAsyncCreateAgAccountResponse, UnmarshallerContext _ctx) {
resendAsyncCreateAgAccountResponse.setRequestId(_ctx.stringValue("ResendAsyncCreateAgAccountResponse.RequestId"));
resendAsyncCreateAgAccountResponse.setCode(_ctx.stringValue("ResendAsyncCreateAgAccountResponse.Code"));
resendAsyncCreateAgAccountResponse.setTraceNo(_ctx.stringValue("ResendAsyncCreateAgAccountResponse.TraceNo"));
resendAsyncCreateAgAccountResponse.setMessage(_ctx.stringValue("ResendAsyncCreateAgAccountResponse.Message"));
resendAsyncCreateAgAccountResponse.setSuccess(_ctx.stringValue("ResendAsyncCreateAgAccountResponse.Success"));
return resendAsyncCreateAgAccountResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/ResendAsyncModifyLoginEmailResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.ResendAsyncModifyLoginEmailResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class ResendAsyncModifyLoginEmailResponseUnmarshaller {
public static ResendAsyncModifyLoginEmailResponse unmarshall(ResendAsyncModifyLoginEmailResponse resendAsyncModifyLoginEmailResponse, UnmarshallerContext _ctx) {
resendAsyncModifyLoginEmailResponse.setRequestId(_ctx.stringValue("ResendAsyncModifyLoginEmailResponse.RequestId"));
resendAsyncModifyLoginEmailResponse.setCode(_ctx.stringValue("ResendAsyncModifyLoginEmailResponse.Code"));
resendAsyncModifyLoginEmailResponse.setTraceNo(_ctx.stringValue("ResendAsyncModifyLoginEmailResponse.TraceNo"));
resendAsyncModifyLoginEmailResponse.setMessage(_ctx.stringValue("ResendAsyncModifyLoginEmailResponse.Message"));
resendAsyncModifyLoginEmailResponse.setSuccess(_ctx.booleanValue("ResendAsyncModifyLoginEmailResponse.Success"));
return resendAsyncModifyLoginEmailResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/SeparateAgRelationResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.SeparateAgRelationResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class SeparateAgRelationResponseUnmarshaller {
public static SeparateAgRelationResponse unmarshall(SeparateAgRelationResponse separateAgRelationResponse, UnmarshallerContext _ctx) {
separateAgRelationResponse.setRequestId(_ctx.stringValue("SeparateAgRelationResponse.RequestId"));
separateAgRelationResponse.setCode(_ctx.stringValue("SeparateAgRelationResponse.Code"));
separateAgRelationResponse.setMessage(_ctx.stringValue("SeparateAgRelationResponse.Message"));
separateAgRelationResponse.setSuccess(_ctx.booleanValue("SeparateAgRelationResponse.Success"));
return separateAgRelationResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/UpdateAccountAddressInfoResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.UpdateAccountAddressInfoResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpdateAccountAddressInfoResponseUnmarshaller {
public static UpdateAccountAddressInfoResponse unmarshall(UpdateAccountAddressInfoResponse updateAccountAddressInfoResponse, UnmarshallerContext _ctx) {
updateAccountAddressInfoResponse.setRequestId(_ctx.stringValue("UpdateAccountAddressInfoResponse.RequestId"));
updateAccountAddressInfoResponse.setCode(_ctx.stringValue("UpdateAccountAddressInfoResponse.Code"));
updateAccountAddressInfoResponse.setMessage(_ctx.stringValue("UpdateAccountAddressInfoResponse.Message"));
updateAccountAddressInfoResponse.setSuccess(_ctx.booleanValue("UpdateAccountAddressInfoResponse.Success"));
return updateAccountAddressInfoResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/UpdateAccountProfileInfoResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.UpdateAccountProfileInfoResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpdateAccountProfileInfoResponseUnmarshaller {
public static UpdateAccountProfileInfoResponse unmarshall(UpdateAccountProfileInfoResponse updateAccountProfileInfoResponse, UnmarshallerContext _ctx) {
updateAccountProfileInfoResponse.setRequestId(_ctx.stringValue("UpdateAccountProfileInfoResponse.RequestId"));
updateAccountProfileInfoResponse.setCode(_ctx.stringValue("UpdateAccountProfileInfoResponse.Code"));
updateAccountProfileInfoResponse.setMessage(_ctx.stringValue("UpdateAccountProfileInfoResponse.Message"));
updateAccountProfileInfoResponse.setSuccess(_ctx.booleanValue("UpdateAccountProfileInfoResponse.Success"));
return updateAccountProfileInfoResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/UpdateAgServiceStatusResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.UpdateAgServiceStatusResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpdateAgServiceStatusResponseUnmarshaller {
public static UpdateAgServiceStatusResponse unmarshall(UpdateAgServiceStatusResponse updateAgServiceStatusResponse, UnmarshallerContext _ctx) {
updateAgServiceStatusResponse.setRequestId(_ctx.stringValue("UpdateAgServiceStatusResponse.RequestId"));
updateAgServiceStatusResponse.setCode(_ctx.stringValue("UpdateAgServiceStatusResponse.Code"));
updateAgServiceStatusResponse.setMessage(_ctx.stringValue("UpdateAgServiceStatusResponse.Message"));
updateAgServiceStatusResponse.setSuccess(_ctx.booleanValue("UpdateAgServiceStatusResponse.Success"));
return updateAgServiceStatusResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/UpdateCustomerCategoryResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.UpdateCustomerCategoryResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpdateCustomerCategoryResponseUnmarshaller {
public static UpdateCustomerCategoryResponse unmarshall(UpdateCustomerCategoryResponse updateCustomerCategoryResponse, UnmarshallerContext _ctx) {
updateCustomerCategoryResponse.setRequestId(_ctx.stringValue("UpdateCustomerCategoryResponse.RequestId"));
updateCustomerCategoryResponse.setCode(_ctx.stringValue("UpdateCustomerCategoryResponse.Code"));
updateCustomerCategoryResponse.setMessage(_ctx.stringValue("UpdateCustomerCategoryResponse.Message"));
updateCustomerCategoryResponse.setSuccess(_ctx.booleanValue("UpdateCustomerCategoryResponse.Success"));
return updateCustomerCategoryResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/UpdateCustomerInformationResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.UpdateCustomerInformationResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpdateCustomerInformationResponseUnmarshaller {
public static UpdateCustomerInformationResponse unmarshall(UpdateCustomerInformationResponse updateCustomerInformationResponse, UnmarshallerContext _ctx) {
updateCustomerInformationResponse.setRequestId(_ctx.stringValue("UpdateCustomerInformationResponse.RequestId"));
updateCustomerInformationResponse.setCode(_ctx.stringValue("UpdateCustomerInformationResponse.Code"));
updateCustomerInformationResponse.setMessage(_ctx.stringValue("UpdateCustomerInformationResponse.Message"));
updateCustomerInformationResponse.setSuccess(_ctx.booleanValue("UpdateCustomerInformationResponse.Success"));
return updateCustomerInformationResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/UpdateOrInsertEnterpriseInfoResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.transform.v20160606;
import com.aliyuncs.account_crm.model.v20160606.UpdateOrInsertEnterpriseInfoResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpdateOrInsertEnterpriseInfoResponseUnmarshaller {
public static UpdateOrInsertEnterpriseInfoResponse unmarshall(UpdateOrInsertEnterpriseInfoResponse updateOrInsertEnterpriseInfoResponse, UnmarshallerContext _ctx) {
updateOrInsertEnterpriseInfoResponse.setRequestId(_ctx.stringValue("UpdateOrInsertEnterpriseInfoResponse.RequestId"));
updateOrInsertEnterpriseInfoResponse.setCode(_ctx.stringValue("UpdateOrInsertEnterpriseInfoResponse.Code"));
updateOrInsertEnterpriseInfoResponse.setMessage(_ctx.stringValue("UpdateOrInsertEnterpriseInfoResponse.Message"));
updateOrInsertEnterpriseInfoResponse.setSuccess(_ctx.booleanValue("UpdateOrInsertEnterpriseInfoResponse.Success"));
return updateOrInsertEnterpriseInfoResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-acm/1.0.1/com/aliyuncs
|
java-sources/com/aliyun/aliyun-java-sdk-acm/1.0.1/com/aliyuncs/acm/Endpoint.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.acm;
import java.util.HashMap;
public class Endpoint {
public static HashMap<String, String> endpointMap = new HashMap<String, String>() {};
public static String endpointRegionalType = "regional";
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-acm/1.0.1/com/aliyuncs/acm/model
|
java-sources/com/aliyun/aliyun-java-sdk-acm/1.0.1/com/aliyuncs/acm/model/v20200206/CreateConfigurationRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.acm.model.v20200206;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.acm.Endpoint;
/**
* @author auto create
* @version
*/
public class CreateConfigurationRequest extends RoaAcsRequest<CreateConfigurationResponse> {
private String dataId;
private String appName;
private String namespaceId;
private String type;
private String content;
private String group;
private String desc;
private String tags;
public CreateConfigurationRequest() {
super("acm", "2020-02-06", "CreateConfiguration", "acms");
setUriPattern("/diamond-ops/pop/configuration");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDataId() {
return this.dataId;
}
public void setDataId(String dataId) {
this.dataId = dataId;
if(dataId != null){
putBodyParameter("DataId", dataId);
}
}
public String getAppName() {
return this.appName;
}
public void setAppName(String appName) {
this.appName = appName;
if(appName != null){
putBodyParameter("AppName", appName);
}
}
public String getNamespaceId() {
return this.namespaceId;
}
public void setNamespaceId(String namespaceId) {
this.namespaceId = namespaceId;
if(namespaceId != null){
putBodyParameter("NamespaceId", namespaceId);
}
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
if(type != null){
putBodyParameter("Type", type);
}
}
public String getContent() {
return this.content;
}
public void setContent(String content) {
this.content = content;
if(content != null){
putBodyParameter("Content", content);
}
}
public String getGroup() {
return this.group;
}
public void setGroup(String group) {
this.group = group;
if(group != null){
putBodyParameter("Group", group);
}
}
public String getDesc() {
return this.desc;
}
public void setDesc(String desc) {
this.desc = desc;
if(desc != null){
putBodyParameter("Desc", desc);
}
}
public String getTags() {
return this.tags;
}
public void setTags(String tags) {
this.tags = tags;
if(tags != null){
putBodyParameter("Tags", tags);
}
}
@Override
public Class<CreateConfigurationResponse> getResponseClass() {
return CreateConfigurationResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-acm/1.0.1/com/aliyuncs/acm/model
|
java-sources/com/aliyun/aliyun-java-sdk-acm/1.0.1/com/aliyuncs/acm/model/v20200206/CreateConfigurationResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.acm.model.v20200206;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.acm.transform.v20200206.CreateConfigurationResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CreateConfigurationResponse extends AcsResponse {
private String code;
private String message;
private String requestId;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public CreateConfigurationResponse getInstance(UnmarshallerContext context) {
return CreateConfigurationResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-acm/1.0.1/com/aliyuncs/acm/model
|
java-sources/com/aliyun/aliyun-java-sdk-acm/1.0.1/com/aliyuncs/acm/model/v20200206/CreateNamespaceRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.acm.model.v20200206;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.acm.Endpoint;
/**
* @author auto create
* @version
*/
public class CreateNamespaceRequest extends RoaAcsRequest<CreateNamespaceResponse> {
private String name;
public CreateNamespaceRequest() {
super("acm", "2020-02-06", "CreateNamespace", "acms");
setUriPattern("/diamond-ops/pop/namespace");
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 getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
if(name != null){
putBodyParameter("Name", name);
}
}
@Override
public Class<CreateNamespaceResponse> getResponseClass() {
return CreateNamespaceResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-acm/1.0.1/com/aliyuncs/acm/model
|
java-sources/com/aliyun/aliyun-java-sdk-acm/1.0.1/com/aliyuncs/acm/model/v20200206/CreateNamespaceResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.acm.model.v20200206;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.acm.transform.v20200206.CreateNamespaceResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CreateNamespaceResponse extends AcsResponse {
private String code;
private String message;
private String namespaceId;
private String requestId;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getNamespaceId() {
return this.namespaceId;
}
public void setNamespaceId(String namespaceId) {
this.namespaceId = namespaceId;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public CreateNamespaceResponse getInstance(UnmarshallerContext context) {
return CreateNamespaceResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-acm/1.0.1/com/aliyuncs/acm/model
|
java-sources/com/aliyun/aliyun-java-sdk-acm/1.0.1/com/aliyuncs/acm/model/v20200206/DeleteConfigurationRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.acm.model.v20200206;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.acm.Endpoint;
/**
* @author auto create
* @version
*/
public class DeleteConfigurationRequest extends RoaAcsRequest<DeleteConfigurationResponse> {
private String dataId;
private String namespaceId;
private String group;
public DeleteConfigurationRequest() {
super("acm", "2020-02-06", "DeleteConfiguration", "acms");
setUriPattern("/diamond-ops/pop/configuration");
setMethod(MethodType.DELETE);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDataId() {
return this.dataId;
}
public void setDataId(String dataId) {
this.dataId = dataId;
if(dataId != null){
putQueryParameter("DataId", dataId);
}
}
public String getNamespaceId() {
return this.namespaceId;
}
public void setNamespaceId(String namespaceId) {
this.namespaceId = namespaceId;
if(namespaceId != null){
putQueryParameter("NamespaceId", namespaceId);
}
}
public String getGroup() {
return this.group;
}
public void setGroup(String group) {
this.group = group;
if(group != null){
putQueryParameter("Group", group);
}
}
@Override
public Class<DeleteConfigurationResponse> getResponseClass() {
return DeleteConfigurationResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-acm/1.0.1/com/aliyuncs/acm/model
|
java-sources/com/aliyun/aliyun-java-sdk-acm/1.0.1/com/aliyuncs/acm/model/v20200206/DeleteConfigurationResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.acm.model.v20200206;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.acm.transform.v20200206.DeleteConfigurationResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DeleteConfigurationResponse extends AcsResponse {
private String code;
private String message;
private String requestId;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public DeleteConfigurationResponse getInstance(UnmarshallerContext context) {
return DeleteConfigurationResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-acm/1.0.1/com/aliyuncs/acm/model
|
java-sources/com/aliyun/aliyun-java-sdk-acm/1.0.1/com/aliyuncs/acm/model/v20200206/DeleteNamespaceRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.acm.model.v20200206;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.acm.Endpoint;
/**
* @author auto create
* @version
*/
public class DeleteNamespaceRequest extends RoaAcsRequest<DeleteNamespaceResponse> {
private String namespaceId;
public DeleteNamespaceRequest() {
super("acm", "2020-02-06", "DeleteNamespace", "acms");
setUriPattern("/diamond-ops/pop/namespace");
setMethod(MethodType.DELETE);
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 getNamespaceId() {
return this.namespaceId;
}
public void setNamespaceId(String namespaceId) {
this.namespaceId = namespaceId;
if(namespaceId != null){
putQueryParameter("NamespaceId", namespaceId);
}
}
@Override
public Class<DeleteNamespaceResponse> getResponseClass() {
return DeleteNamespaceResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-acm/1.0.1/com/aliyuncs/acm/model
|
java-sources/com/aliyun/aliyun-java-sdk-acm/1.0.1/com/aliyuncs/acm/model/v20200206/DeleteNamespaceResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.acm.model.v20200206;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.acm.transform.v20200206.DeleteNamespaceResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DeleteNamespaceResponse extends AcsResponse {
private String code;
private String message;
private String requestId;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public DeleteNamespaceResponse getInstance(UnmarshallerContext context) {
return DeleteNamespaceResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-acm/1.0.1/com/aliyuncs/acm/model
|
java-sources/com/aliyun/aliyun-java-sdk-acm/1.0.1/com/aliyuncs/acm/model/v20200206/DeployConfigurationRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.acm.model.v20200206;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.acm.Endpoint;
/**
* @author auto create
* @version
*/
public class DeployConfigurationRequest extends RoaAcsRequest<DeployConfigurationResponse> {
private String dataId;
private String appName;
private String namespaceId;
private String type;
private String content;
private String group;
private String desc;
private String tags;
public DeployConfigurationRequest() {
super("acm", "2020-02-06", "DeployConfiguration", "acms");
setUriPattern("/diamond-ops/pop/configuration");
setMethod(MethodType.PUT);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDataId() {
return this.dataId;
}
public void setDataId(String dataId) {
this.dataId = dataId;
if(dataId != null){
putBodyParameter("DataId", dataId);
}
}
public String getAppName() {
return this.appName;
}
public void setAppName(String appName) {
this.appName = appName;
if(appName != null){
putBodyParameter("AppName", appName);
}
}
public String getNamespaceId() {
return this.namespaceId;
}
public void setNamespaceId(String namespaceId) {
this.namespaceId = namespaceId;
if(namespaceId != null){
putBodyParameter("NamespaceId", namespaceId);
}
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
if(type != null){
putBodyParameter("Type", type);
}
}
public String getContent() {
return this.content;
}
public void setContent(String content) {
this.content = content;
if(content != null){
putBodyParameter("Content", content);
}
}
public String getGroup() {
return this.group;
}
public void setGroup(String group) {
this.group = group;
if(group != null){
putBodyParameter("Group", group);
}
}
public String getDesc() {
return this.desc;
}
public void setDesc(String desc) {
this.desc = desc;
if(desc != null){
putBodyParameter("Desc", desc);
}
}
public String getTags() {
return this.tags;
}
public void setTags(String tags) {
this.tags = tags;
if(tags != null){
putBodyParameter("Tags", tags);
}
}
@Override
public Class<DeployConfigurationResponse> getResponseClass() {
return DeployConfigurationResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-acm/1.0.1/com/aliyuncs/acm/model
|
java-sources/com/aliyun/aliyun-java-sdk-acm/1.0.1/com/aliyuncs/acm/model/v20200206/DeployConfigurationResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.acm.model.v20200206;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.acm.transform.v20200206.DeployConfigurationResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DeployConfigurationResponse extends AcsResponse {
private String code;
private String message;
private String requestId;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public DeployConfigurationResponse getInstance(UnmarshallerContext context) {
return DeployConfigurationResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-acm/1.0.1/com/aliyuncs/acm/model
|
java-sources/com/aliyun/aliyun-java-sdk-acm/1.0.1/com/aliyuncs/acm/model/v20200206/DescribeConfigurationRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.acm.model.v20200206;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.acm.Endpoint;
/**
* @author auto create
* @version
*/
public class DescribeConfigurationRequest extends RoaAcsRequest<DescribeConfigurationResponse> {
private String dataId;
private String namespaceId;
private String group;
public DescribeConfigurationRequest() {
super("acm", "2020-02-06", "DescribeConfiguration", "acms");
setUriPattern("/diamond-ops/pop/configuration");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDataId() {
return this.dataId;
}
public void setDataId(String dataId) {
this.dataId = dataId;
if(dataId != null){
putQueryParameter("DataId", dataId);
}
}
public String getNamespaceId() {
return this.namespaceId;
}
public void setNamespaceId(String namespaceId) {
this.namespaceId = namespaceId;
if(namespaceId != null){
putQueryParameter("NamespaceId", namespaceId);
}
}
public String getGroup() {
return this.group;
}
public void setGroup(String group) {
this.group = group;
if(group != null){
putQueryParameter("Group", group);
}
}
@Override
public Class<DescribeConfigurationResponse> getResponseClass() {
return DescribeConfigurationResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-acm/1.0.1/com/aliyuncs/acm/model
|
java-sources/com/aliyun/aliyun-java-sdk-acm/1.0.1/com/aliyuncs/acm/model/v20200206/DescribeConfigurationResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.acm.model.v20200206;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.acm.transform.v20200206.DescribeConfigurationResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeConfigurationResponse extends AcsResponse {
private String code;
private String message;
private String requestId;
private Configuration configuration;
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 Configuration getConfiguration() {
return this.configuration;
}
public void setConfiguration(Configuration configuration) {
this.configuration = configuration;
}
public static class Configuration {
private String appName;
private String content;
private String dataId;
private String desc;
private String group;
private String md5;
private String tags;
private String type;
public String getAppName() {
return this.appName;
}
public void setAppName(String appName) {
this.appName = appName;
}
public String getContent() {
return this.content;
}
public void setContent(String content) {
this.content = content;
}
public String getDataId() {
return this.dataId;
}
public void setDataId(String dataId) {
this.dataId = dataId;
}
public String getDesc() {
return this.desc;
}
public void setDesc(String desc) {
this.desc = desc;
}
public String getGroup() {
return this.group;
}
public void setGroup(String group) {
this.group = group;
}
public String getMd5() {
return this.md5;
}
public void setMd5(String md5) {
this.md5 = md5;
}
public String getTags() {
return this.tags;
}
public void setTags(String tags) {
this.tags = tags;
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
}
@Override
public DescribeConfigurationResponse getInstance(UnmarshallerContext context) {
return DescribeConfigurationResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-acm/1.0.1/com/aliyuncs/acm/model
|
java-sources/com/aliyun/aliyun-java-sdk-acm/1.0.1/com/aliyuncs/acm/model/v20200206/DescribeNamespaceRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.acm.model.v20200206;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.acm.Endpoint;
/**
* @author auto create
* @version
*/
public class DescribeNamespaceRequest extends RoaAcsRequest<DescribeNamespaceResponse> {
private String namespaceId;
public DescribeNamespaceRequest() {
super("acm", "2020-02-06", "DescribeNamespace", "acms");
setUriPattern("/diamond-ops/pop/namespace");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getNamespaceId() {
return this.namespaceId;
}
public void setNamespaceId(String namespaceId) {
this.namespaceId = namespaceId;
if(namespaceId != null){
putQueryParameter("NamespaceId", namespaceId);
}
}
@Override
public Class<DescribeNamespaceResponse> getResponseClass() {
return DescribeNamespaceResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-acm/1.0.1/com/aliyuncs/acm/model
|
java-sources/com/aliyun/aliyun-java-sdk-acm/1.0.1/com/aliyuncs/acm/model/v20200206/DescribeNamespaceResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.acm.model.v20200206;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.acm.transform.v20200206.DescribeNamespaceResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeNamespaceResponse extends AcsResponse {
private String code;
private String message;
private String requestId;
private Namespace namespace;
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 Namespace getNamespace() {
return this.namespace;
}
public void setNamespace(Namespace namespace) {
this.namespace = namespace;
}
public static class Namespace {
private String accessKey;
private String endpoint;
private String name;
private String regionId;
private String secretKey;
public String getAccessKey() {
return this.accessKey;
}
public void setAccessKey(String accessKey) {
this.accessKey = accessKey;
}
public String getEndpoint() {
return this.endpoint;
}
public void setEndpoint(String endpoint) {
this.endpoint = endpoint;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public String getRegionId() {
return this.regionId;
}
public void setRegionId(String regionId) {
this.regionId = regionId;
}
public String getSecretKey() {
return this.secretKey;
}
public void setSecretKey(String secretKey) {
this.secretKey = secretKey;
}
}
@Override
public DescribeNamespaceResponse getInstance(UnmarshallerContext context) {
return DescribeNamespaceResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-acm/1.0.1/com/aliyuncs/acm/model
|
java-sources/com/aliyun/aliyun-java-sdk-acm/1.0.1/com/aliyuncs/acm/model/v20200206/DescribeNamespacesRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.acm.model.v20200206;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.acm.Endpoint;
/**
* @author auto create
* @version
*/
public class DescribeNamespacesRequest extends RoaAcsRequest<DescribeNamespacesResponse> {
public DescribeNamespacesRequest() {
super("acm", "2020-02-06", "DescribeNamespaces", "acms");
setUriPattern("/diamond-ops/pop/namespace/list");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
@Override
public Class<DescribeNamespacesResponse> getResponseClass() {
return DescribeNamespacesResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-acm/1.0.1/com/aliyuncs/acm/model
|
java-sources/com/aliyun/aliyun-java-sdk-acm/1.0.1/com/aliyuncs/acm/model/v20200206/DescribeNamespacesResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.acm.model.v20200206;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.acm.transform.v20200206.DescribeNamespacesResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeNamespacesResponse extends AcsResponse {
private String requestId;
private String code;
private String message;
private List<Namespace> namespaces;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public List<Namespace> getNamespaces() {
return this.namespaces;
}
public void setNamespaces(List<Namespace> namespaces) {
this.namespaces = namespaces;
}
public static class Namespace {
private Integer configCount;
private String namespaceId;
private String namespaceName;
private Integer quota;
private Integer type;
public Integer getConfigCount() {
return this.configCount;
}
public void setConfigCount(Integer configCount) {
this.configCount = configCount;
}
public String getNamespaceId() {
return this.namespaceId;
}
public void setNamespaceId(String namespaceId) {
this.namespaceId = namespaceId;
}
public String getNamespaceName() {
return this.namespaceName;
}
public void setNamespaceName(String namespaceName) {
this.namespaceName = namespaceName;
}
public Integer getQuota() {
return this.quota;
}
public void setQuota(Integer quota) {
this.quota = quota;
}
public Integer getType() {
return this.type;
}
public void setType(Integer type) {
this.type = type;
}
}
@Override
public DescribeNamespacesResponse getInstance(UnmarshallerContext context) {
return DescribeNamespacesResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-acm/1.0.1/com/aliyuncs/acm/model
|
java-sources/com/aliyun/aliyun-java-sdk-acm/1.0.1/com/aliyuncs/acm/model/v20200206/UpdateNamespaceRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.acm.model.v20200206;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.acm.Endpoint;
/**
* @author auto create
* @version
*/
public class UpdateNamespaceRequest extends RoaAcsRequest<UpdateNamespaceResponse> {
private String namespaceName;
private String namespaceId;
public UpdateNamespaceRequest() {
super("acm", "2020-02-06", "UpdateNamespace", "acms");
setUriPattern("/diamond-ops/pop/namespace");
setMethod(MethodType.PUT);
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 getNamespaceName() {
return this.namespaceName;
}
public void setNamespaceName(String namespaceName) {
this.namespaceName = namespaceName;
if(namespaceName != null){
putBodyParameter("NamespaceName", namespaceName);
}
}
public String getNamespaceId() {
return this.namespaceId;
}
public void setNamespaceId(String namespaceId) {
this.namespaceId = namespaceId;
if(namespaceId != null){
putBodyParameter("NamespaceId", namespaceId);
}
}
@Override
public Class<UpdateNamespaceResponse> getResponseClass() {
return UpdateNamespaceResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-acm/1.0.1/com/aliyuncs/acm/model
|
java-sources/com/aliyun/aliyun-java-sdk-acm/1.0.1/com/aliyuncs/acm/model/v20200206/UpdateNamespaceResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.acm.model.v20200206;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.acm.transform.v20200206.UpdateNamespaceResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class UpdateNamespaceResponse extends AcsResponse {
private String code;
private String message;
private String requestId;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public UpdateNamespaceResponse getInstance(UnmarshallerContext context) {
return UpdateNamespaceResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-acm/1.0.1/com/aliyuncs/acm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-acm/1.0.1/com/aliyuncs/acm/transform/v20200206/CreateConfigurationResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.acm.transform.v20200206;
import com.aliyuncs.acm.model.v20200206.CreateConfigurationResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class CreateConfigurationResponseUnmarshaller {
public static CreateConfigurationResponse unmarshall(CreateConfigurationResponse createConfigurationResponse, UnmarshallerContext _ctx) {
createConfigurationResponse.setRequestId(_ctx.stringValue("CreateConfigurationResponse.RequestId"));
createConfigurationResponse.setCode(_ctx.stringValue("CreateConfigurationResponse.Code"));
createConfigurationResponse.setMessage(_ctx.stringValue("CreateConfigurationResponse.Message"));
return createConfigurationResponse;
}
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.