index
int64 | repo_id
string | file_path
string | content
string |
|---|---|---|---|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/UserDataUpdateResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.model.v20170328;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudwf.transform.v20170328.UserDataUpdateResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class UserDataUpdateResponse extends AcsResponse {
private Boolean success;
private String data;
private Integer errorCode;
private String errorMsg;
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
public Integer getErrorCode() {
return this.errorCode;
}
public void setErrorCode(Integer errorCode) {
this.errorCode = errorCode;
}
public String getErrorMsg() {
return this.errorMsg;
}
public void setErrorMsg(String errorMsg) {
this.errorMsg = errorMsg;
}
@Override
public UserDataUpdateResponse getInstance(UnmarshallerContext context) {
return UserDataUpdateResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/AddApgroupConfigResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.AddApgroupConfigResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class AddApgroupConfigResponseUnmarshaller {
public static AddApgroupConfigResponse unmarshall(AddApgroupConfigResponse addApgroupConfigResponse, UnmarshallerContext context) {
addApgroupConfigResponse.setRequestId(context.stringValue("AddApgroupConfigResponse.RequestId"));
addApgroupConfigResponse.setSuccess(context.booleanValue("AddApgroupConfigResponse.Success"));
addApgroupConfigResponse.setMessage(context.stringValue("AddApgroupConfigResponse.Message"));
addApgroupConfigResponse.setData(context.stringValue("AddApgroupConfigResponse.Data"));
addApgroupConfigResponse.setErrorCode(context.integerValue("AddApgroupConfigResponse.ErrorCode"));
addApgroupConfigResponse.setErrorMsg(context.stringValue("AddApgroupConfigResponse.ErrorMsg"));
return addApgroupConfigResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/AliyunRegisterApAssetResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.AliyunRegisterApAssetResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class AliyunRegisterApAssetResponseUnmarshaller {
public static AliyunRegisterApAssetResponse unmarshall(AliyunRegisterApAssetResponse aliyunRegisterApAssetResponse, UnmarshallerContext context) {
aliyunRegisterApAssetResponse.setRequestId(context.stringValue("AliyunRegisterApAssetResponse.RequestId"));
aliyunRegisterApAssetResponse.setSuccess(context.booleanValue("AliyunRegisterApAssetResponse.Success"));
aliyunRegisterApAssetResponse.setMessage(context.stringValue("AliyunRegisterApAssetResponse.Message"));
aliyunRegisterApAssetResponse.setData(context.stringValue("AliyunRegisterApAssetResponse.Data"));
aliyunRegisterApAssetResponse.setErrorCode(context.integerValue("AliyunRegisterApAssetResponse.ErrorCode"));
aliyunRegisterApAssetResponse.setErrorMsg(context.stringValue("AliyunRegisterApAssetResponse.ErrorMsg"));
return aliyunRegisterApAssetResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/ApgroupBatchAddApResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.ApgroupBatchAddApResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class ApgroupBatchAddApResponseUnmarshaller {
public static ApgroupBatchAddApResponse unmarshall(ApgroupBatchAddApResponse apgroupBatchAddApResponse, UnmarshallerContext context) {
apgroupBatchAddApResponse.setRequestId(context.stringValue("ApgroupBatchAddApResponse.RequestId"));
apgroupBatchAddApResponse.setSuccess(context.booleanValue("ApgroupBatchAddApResponse.Success"));
apgroupBatchAddApResponse.setMessage(context.stringValue("ApgroupBatchAddApResponse.Message"));
apgroupBatchAddApResponse.setData(context.stringValue("ApgroupBatchAddApResponse.Data"));
apgroupBatchAddApResponse.setErrorCode(context.integerValue("ApgroupBatchAddApResponse.ErrorCode"));
apgroupBatchAddApResponse.setErrorMsg(context.stringValue("ApgroupBatchAddApResponse.ErrorMsg"));
return apgroupBatchAddApResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/ApgroupBatchDeleteApResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.ApgroupBatchDeleteApResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class ApgroupBatchDeleteApResponseUnmarshaller {
public static ApgroupBatchDeleteApResponse unmarshall(ApgroupBatchDeleteApResponse apgroupBatchDeleteApResponse, UnmarshallerContext context) {
apgroupBatchDeleteApResponse.setRequestId(context.stringValue("ApgroupBatchDeleteApResponse.RequestId"));
apgroupBatchDeleteApResponse.setSuccess(context.booleanValue("ApgroupBatchDeleteApResponse.Success"));
apgroupBatchDeleteApResponse.setMessage(context.stringValue("ApgroupBatchDeleteApResponse.Message"));
apgroupBatchDeleteApResponse.setData(context.stringValue("ApgroupBatchDeleteApResponse.Data"));
apgroupBatchDeleteApResponse.setErrorCode(context.integerValue("ApgroupBatchDeleteApResponse.ErrorCode"));
apgroupBatchDeleteApResponse.setErrorMsg(context.stringValue("ApgroupBatchDeleteApResponse.ErrorMsg"));
return apgroupBatchDeleteApResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/AreaCreateResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.AreaCreateResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class AreaCreateResponseUnmarshaller {
public static AreaCreateResponse unmarshall(AreaCreateResponse areaCreateResponse, UnmarshallerContext context) {
areaCreateResponse.setSuccess(context.booleanValue("AreaCreateResponse.Success"));
areaCreateResponse.setData(context.stringValue("AreaCreateResponse.Data"));
areaCreateResponse.setErrorCode(context.integerValue("AreaCreateResponse.ErrorCode"));
areaCreateResponse.setErrorMsg(context.stringValue("AreaCreateResponse.ErrorMsg"));
return areaCreateResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/AreaDeleteResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.AreaDeleteResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class AreaDeleteResponseUnmarshaller {
public static AreaDeleteResponse unmarshall(AreaDeleteResponse areaDeleteResponse, UnmarshallerContext context) {
areaDeleteResponse.setSuccess(context.booleanValue("AreaDeleteResponse.Success"));
areaDeleteResponse.setData(context.stringValue("AreaDeleteResponse.Data"));
areaDeleteResponse.setErrorCode(context.integerValue("AreaDeleteResponse.ErrorCode"));
areaDeleteResponse.setErrorMsg(context.stringValue("AreaDeleteResponse.ErrorMsg"));
return areaDeleteResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/AreaInfoResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.AreaInfoResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class AreaInfoResponseUnmarshaller {
public static AreaInfoResponse unmarshall(AreaInfoResponse areaInfoResponse, UnmarshallerContext context) {
areaInfoResponse.setSuccess(context.booleanValue("AreaInfoResponse.Success"));
areaInfoResponse.setData(context.stringValue("AreaInfoResponse.Data"));
areaInfoResponse.setErrorCode(context.integerValue("AreaInfoResponse.ErrorCode"));
areaInfoResponse.setErrorMsg(context.stringValue("AreaInfoResponse.ErrorMsg"));
return areaInfoResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/AreaShowListResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.AreaShowListResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class AreaShowListResponseUnmarshaller {
public static AreaShowListResponse unmarshall(AreaShowListResponse areaShowListResponse, UnmarshallerContext context) {
areaShowListResponse.setSuccess(context.booleanValue("AreaShowListResponse.Success"));
areaShowListResponse.setData(context.stringValue("AreaShowListResponse.Data"));
areaShowListResponse.setErrorCode(context.integerValue("AreaShowListResponse.ErrorCode"));
areaShowListResponse.setErrorMsg(context.stringValue("AreaShowListResponse.ErrorMsg"));
return areaShowListResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/AreaUpdateResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.AreaUpdateResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class AreaUpdateResponseUnmarshaller {
public static AreaUpdateResponse unmarshall(AreaUpdateResponse areaUpdateResponse, UnmarshallerContext context) {
areaUpdateResponse.setSuccess(context.booleanValue("AreaUpdateResponse.Success"));
areaUpdateResponse.setData(context.stringValue("AreaUpdateResponse.Data"));
areaUpdateResponse.setErrorCode(context.integerValue("AreaUpdateResponse.ErrorCode"));
areaUpdateResponse.setErrorMsg(context.stringValue("AreaUpdateResponse.ErrorMsg"));
return areaUpdateResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/BatchChangeGroupApNameResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.BatchChangeGroupApNameResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class BatchChangeGroupApNameResponseUnmarshaller {
public static BatchChangeGroupApNameResponse unmarshall(BatchChangeGroupApNameResponse batchChangeGroupApNameResponse, UnmarshallerContext context) {
batchChangeGroupApNameResponse.setRequestId(context.stringValue("BatchChangeGroupApNameResponse.RequestId"));
batchChangeGroupApNameResponse.setSuccess(context.booleanValue("BatchChangeGroupApNameResponse.Success"));
batchChangeGroupApNameResponse.setMessage(context.stringValue("BatchChangeGroupApNameResponse.Message"));
batchChangeGroupApNameResponse.setData(context.stringValue("BatchChangeGroupApNameResponse.Data"));
batchChangeGroupApNameResponse.setErrorCode(context.integerValue("BatchChangeGroupApNameResponse.ErrorCode"));
batchChangeGroupApNameResponse.setErrorMsg(context.stringValue("BatchChangeGroupApNameResponse.ErrorMsg"));
return batchChangeGroupApNameResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/BatchRegisterApAssetResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.BatchRegisterApAssetResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class BatchRegisterApAssetResponseUnmarshaller {
public static BatchRegisterApAssetResponse unmarshall(BatchRegisterApAssetResponse batchRegisterApAssetResponse, UnmarshallerContext context) {
batchRegisterApAssetResponse.setRequestId(context.stringValue("BatchRegisterApAssetResponse.RequestId"));
batchRegisterApAssetResponse.setSuccess(context.booleanValue("BatchRegisterApAssetResponse.Success"));
batchRegisterApAssetResponse.setMessage(context.stringValue("BatchRegisterApAssetResponse.Message"));
batchRegisterApAssetResponse.setData(context.stringValue("BatchRegisterApAssetResponse.Data"));
batchRegisterApAssetResponse.setErrorCode(context.integerValue("BatchRegisterApAssetResponse.ErrorCode"));
batchRegisterApAssetResponse.setErrorMsg(context.stringValue("BatchRegisterApAssetResponse.ErrorMsg"));
return batchRegisterApAssetResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/BatchSaveApPositionResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.BatchSaveApPositionResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class BatchSaveApPositionResponseUnmarshaller {
public static BatchSaveApPositionResponse unmarshall(BatchSaveApPositionResponse batchSaveApPositionResponse, UnmarshallerContext context) {
batchSaveApPositionResponse.setRequestId(context.stringValue("BatchSaveApPositionResponse.RequestId"));
batchSaveApPositionResponse.setSuccess(context.booleanValue("BatchSaveApPositionResponse.Success"));
batchSaveApPositionResponse.setMessage(context.stringValue("BatchSaveApPositionResponse.Message"));
batchSaveApPositionResponse.setData(context.stringValue("BatchSaveApPositionResponse.Data"));
batchSaveApPositionResponse.setErrorCode(context.integerValue("BatchSaveApPositionResponse.ErrorCode"));
batchSaveApPositionResponse.setErrorMsg(context.stringValue("BatchSaveApPositionResponse.ErrorMsg"));
return batchSaveApPositionResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/BusinessCreateResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.BusinessCreateResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class BusinessCreateResponseUnmarshaller {
public static BusinessCreateResponse unmarshall(BusinessCreateResponse businessCreateResponse, UnmarshallerContext context) {
businessCreateResponse.setSuccess(context.booleanValue("BusinessCreateResponse.Success"));
businessCreateResponse.setData(context.stringValue("BusinessCreateResponse.Data"));
businessCreateResponse.setErrorCode(context.integerValue("BusinessCreateResponse.ErrorCode"));
businessCreateResponse.setErrorMsg(context.stringValue("BusinessCreateResponse.ErrorMsg"));
return businessCreateResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/BusinessInfoResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.BusinessInfoResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class BusinessInfoResponseUnmarshaller {
public static BusinessInfoResponse unmarshall(BusinessInfoResponse businessInfoResponse, UnmarshallerContext context) {
businessInfoResponse.setSuccess(context.booleanValue("BusinessInfoResponse.Success"));
businessInfoResponse.setData(context.stringValue("BusinessInfoResponse.Data"));
businessInfoResponse.setErrorCode(context.integerValue("BusinessInfoResponse.ErrorCode"));
businessInfoResponse.setErrorMsg(context.stringValue("BusinessInfoResponse.ErrorMsg"));
return businessInfoResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/BusinessShowListResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.BusinessShowListResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class BusinessShowListResponseUnmarshaller {
public static BusinessShowListResponse unmarshall(BusinessShowListResponse businessShowListResponse, UnmarshallerContext context) {
businessShowListResponse.setSuccess(context.booleanValue("BusinessShowListResponse.Success"));
businessShowListResponse.setData(context.stringValue("BusinessShowListResponse.Data"));
businessShowListResponse.setErrorCode(context.integerValue("BusinessShowListResponse.ErrorCode"));
businessShowListResponse.setErrorMsg(context.stringValue("BusinessShowListResponse.ErrorMsg"));
return businessShowListResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/BusinessUpdateResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.BusinessUpdateResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class BusinessUpdateResponseUnmarshaller {
public static BusinessUpdateResponse unmarshall(BusinessUpdateResponse businessUpdateResponse, UnmarshallerContext context) {
businessUpdateResponse.setSuccess(context.booleanValue("BusinessUpdateResponse.Success"));
businessUpdateResponse.setData(context.stringValue("BusinessUpdateResponse.Data"));
businessUpdateResponse.setErrorCode(context.integerValue("BusinessUpdateResponse.ErrorCode"));
businessUpdateResponse.setErrorMsg(context.stringValue("BusinessUpdateResponse.ErrorMsg"));
return businessUpdateResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/CeaseInstanceResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.CeaseInstanceResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class CeaseInstanceResponseUnmarshaller {
public static CeaseInstanceResponse unmarshall(CeaseInstanceResponse ceaseInstanceResponse, UnmarshallerContext context) {
ceaseInstanceResponse.setRequestId(context.stringValue("CeaseInstanceResponse.RequestId"));
ceaseInstanceResponse.setSuccess(context.booleanValue("CeaseInstanceResponse.success"));
ceaseInstanceResponse.setMessage(context.stringValue("CeaseInstanceResponse.message"));
ceaseInstanceResponse.setResult(context.stringValue("CeaseInstanceResponse.result"));
return ceaseInstanceResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/CheckRootPermissionResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.CheckRootPermissionResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class CheckRootPermissionResponseUnmarshaller {
public static CheckRootPermissionResponse unmarshall(CheckRootPermissionResponse checkRootPermissionResponse, UnmarshallerContext context) {
checkRootPermissionResponse.setRequestId(context.stringValue("CheckRootPermissionResponse.RequestId"));
checkRootPermissionResponse.setSuccess(context.booleanValue("CheckRootPermissionResponse.Success"));
checkRootPermissionResponse.setMessage(context.stringValue("CheckRootPermissionResponse.Message"));
checkRootPermissionResponse.setData(context.stringValue("CheckRootPermissionResponse.Data"));
checkRootPermissionResponse.setErrorCode(context.integerValue("CheckRootPermissionResponse.ErrorCode"));
checkRootPermissionResponse.setErrorMsg(context.stringValue("CheckRootPermissionResponse.ErrorMsg"));
return checkRootPermissionResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/CheckUmengDataAnalysisPermissionResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.CheckUmengDataAnalysisPermissionResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class CheckUmengDataAnalysisPermissionResponseUnmarshaller {
public static CheckUmengDataAnalysisPermissionResponse unmarshall(CheckUmengDataAnalysisPermissionResponse checkUmengDataAnalysisPermissionResponse, UnmarshallerContext context) {
checkUmengDataAnalysisPermissionResponse.setRequestId(context.stringValue("CheckUmengDataAnalysisPermissionResponse.RequestId"));
checkUmengDataAnalysisPermissionResponse.setSuccess(context.booleanValue("CheckUmengDataAnalysisPermissionResponse.Success"));
checkUmengDataAnalysisPermissionResponse.setMessage(context.stringValue("CheckUmengDataAnalysisPermissionResponse.Message"));
checkUmengDataAnalysisPermissionResponse.setData(context.stringValue("CheckUmengDataAnalysisPermissionResponse.Data"));
checkUmengDataAnalysisPermissionResponse.setErrorCode(context.integerValue("CheckUmengDataAnalysisPermissionResponse.ErrorCode"));
checkUmengDataAnalysisPermissionResponse.setErrorMsg(context.stringValue("CheckUmengDataAnalysisPermissionResponse.ErrorMsg"));
return checkUmengDataAnalysisPermissionResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/ConfigAutoRenewResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.ConfigAutoRenewResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class ConfigAutoRenewResponseUnmarshaller {
public static ConfigAutoRenewResponse unmarshall(ConfigAutoRenewResponse configAutoRenewResponse, UnmarshallerContext context) {
configAutoRenewResponse.setRequestId(context.stringValue("ConfigAutoRenewResponse.RequestId"));
configAutoRenewResponse.setSuccess(context.booleanValue("ConfigAutoRenewResponse.success"));
configAutoRenewResponse.setMessage(context.stringValue("ConfigAutoRenewResponse.message"));
configAutoRenewResponse.setCode(context.stringValue("ConfigAutoRenewResponse.code"));
configAutoRenewResponse.setData(context.stringValue("ConfigAutoRenewResponse.data"));
return configAutoRenewResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/CreateRenewOrderResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.CreateRenewOrderResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class CreateRenewOrderResponseUnmarshaller {
public static CreateRenewOrderResponse unmarshall(CreateRenewOrderResponse createRenewOrderResponse, UnmarshallerContext context) {
createRenewOrderResponse.setRequestId(context.stringValue("CreateRenewOrderResponse.RequestId"));
createRenewOrderResponse.setSuccess(context.booleanValue("CreateRenewOrderResponse.success"));
createRenewOrderResponse.setMessage(context.stringValue("CreateRenewOrderResponse.message"));
createRenewOrderResponse.setCode(context.stringValue("CreateRenewOrderResponse.code"));
createRenewOrderResponse.setData(context.stringValue("CreateRenewOrderResponse.data"));
return createRenewOrderResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/CreateSubAccountPermissionResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.CreateSubAccountPermissionResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class CreateSubAccountPermissionResponseUnmarshaller {
public static CreateSubAccountPermissionResponse unmarshall(CreateSubAccountPermissionResponse createSubAccountPermissionResponse, UnmarshallerContext context) {
createSubAccountPermissionResponse.setRequestId(context.stringValue("CreateSubAccountPermissionResponse.RequestId"));
createSubAccountPermissionResponse.setSuccess(context.booleanValue("CreateSubAccountPermissionResponse.Success"));
createSubAccountPermissionResponse.setMessage(context.stringValue("CreateSubAccountPermissionResponse.Message"));
createSubAccountPermissionResponse.setErrorCode(context.integerValue("CreateSubAccountPermissionResponse.ErrorCode"));
createSubAccountPermissionResponse.setErrorMsg(context.stringValue("CreateSubAccountPermissionResponse.ErrorMsg"));
return createSubAccountPermissionResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/DelApPositionResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.DelApPositionResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class DelApPositionResponseUnmarshaller {
public static DelApPositionResponse unmarshall(DelApPositionResponse delApPositionResponse, UnmarshallerContext context) {
delApPositionResponse.setRequestId(context.stringValue("DelApPositionResponse.RequestId"));
delApPositionResponse.setSuccess(context.booleanValue("DelApPositionResponse.Success"));
delApPositionResponse.setMessage(context.stringValue("DelApPositionResponse.Message"));
delApPositionResponse.setData(context.stringValue("DelApPositionResponse.Data"));
delApPositionResponse.setErrorCode(context.integerValue("DelApPositionResponse.ErrorCode"));
delApPositionResponse.setErrorMsg(context.stringValue("DelApPositionResponse.ErrorMsg"));
return delApPositionResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/DelPageConfigTemplateResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.DelPageConfigTemplateResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class DelPageConfigTemplateResponseUnmarshaller {
public static DelPageConfigTemplateResponse unmarshall(DelPageConfigTemplateResponse delPageConfigTemplateResponse, UnmarshallerContext context) {
delPageConfigTemplateResponse.setRequestId(context.stringValue("DelPageConfigTemplateResponse.RequestId"));
delPageConfigTemplateResponse.setSuccess(context.booleanValue("DelPageConfigTemplateResponse.Success"));
delPageConfigTemplateResponse.setMessage(context.stringValue("DelPageConfigTemplateResponse.Message"));
delPageConfigTemplateResponse.setErrorCode(context.integerValue("DelPageConfigTemplateResponse.ErrorCode"));
delPageConfigTemplateResponse.setErrorMsg(context.stringValue("DelPageConfigTemplateResponse.ErrorMsg"));
return delPageConfigTemplateResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/DelPortalTempResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.DelPortalTempResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class DelPortalTempResponseUnmarshaller {
public static DelPortalTempResponse unmarshall(DelPortalTempResponse delPortalTempResponse, UnmarshallerContext context) {
delPortalTempResponse.setRequestId(context.stringValue("DelPortalTempResponse.RequestId"));
delPortalTempResponse.setSuccess(context.booleanValue("DelPortalTempResponse.Success"));
delPortalTempResponse.setMessage(context.stringValue("DelPortalTempResponse.Message"));
delPortalTempResponse.setErrorCode(context.integerValue("DelPortalTempResponse.ErrorCode"));
delPortalTempResponse.setErrorMsg(context.stringValue("DelPortalTempResponse.ErrorMsg"));
return delPortalTempResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/DelSubAccountPermissionResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.DelSubAccountPermissionResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class DelSubAccountPermissionResponseUnmarshaller {
public static DelSubAccountPermissionResponse unmarshall(DelSubAccountPermissionResponse delSubAccountPermissionResponse, UnmarshallerContext context) {
delSubAccountPermissionResponse.setRequestId(context.stringValue("DelSubAccountPermissionResponse.RequestId"));
delSubAccountPermissionResponse.setSuccess(context.booleanValue("DelSubAccountPermissionResponse.Success"));
delSubAccountPermissionResponse.setMessage(context.stringValue("DelSubAccountPermissionResponse.Message"));
delSubAccountPermissionResponse.setErrorCode(context.integerValue("DelSubAccountPermissionResponse.ErrorCode"));
delSubAccountPermissionResponse.setErrorMsg(context.stringValue("DelSubAccountPermissionResponse.ErrorMsg"));
return delSubAccountPermissionResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/DelUmengPagePermission4RootResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.DelUmengPagePermission4RootResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class DelUmengPagePermission4RootResponseUnmarshaller {
public static DelUmengPagePermission4RootResponse unmarshall(DelUmengPagePermission4RootResponse delUmengPagePermission4RootResponse, UnmarshallerContext context) {
delUmengPagePermission4RootResponse.setRequestId(context.stringValue("DelUmengPagePermission4RootResponse.RequestId"));
delUmengPagePermission4RootResponse.setSuccess(context.booleanValue("DelUmengPagePermission4RootResponse.Success"));
delUmengPagePermission4RootResponse.setMessage(context.stringValue("DelUmengPagePermission4RootResponse.Message"));
delUmengPagePermission4RootResponse.setErrorCode(context.integerValue("DelUmengPagePermission4RootResponse.ErrorCode"));
delUmengPagePermission4RootResponse.setErrorMsg(context.stringValue("DelUmengPagePermission4RootResponse.ErrorMsg"));
return delUmengPagePermission4RootResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/DeleteApRadioSsidConfigResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.DeleteApRadioSsidConfigResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class DeleteApRadioSsidConfigResponseUnmarshaller {
public static DeleteApRadioSsidConfigResponse unmarshall(DeleteApRadioSsidConfigResponse deleteApRadioSsidConfigResponse, UnmarshallerContext context) {
deleteApRadioSsidConfigResponse.setRequestId(context.stringValue("DeleteApRadioSsidConfigResponse.RequestId"));
deleteApRadioSsidConfigResponse.setSuccess(context.booleanValue("DeleteApRadioSsidConfigResponse.Success"));
deleteApRadioSsidConfigResponse.setMessage(context.stringValue("DeleteApRadioSsidConfigResponse.Message"));
deleteApRadioSsidConfigResponse.setData(context.stringValue("DeleteApRadioSsidConfigResponse.Data"));
deleteApRadioSsidConfigResponse.setErrorCode(context.integerValue("DeleteApRadioSsidConfigResponse.ErrorCode"));
deleteApRadioSsidConfigResponse.setErrorMsg(context.stringValue("DeleteApRadioSsidConfigResponse.ErrorMsg"));
return deleteApRadioSsidConfigResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/DeleteApgroupConfigResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.DeleteApgroupConfigResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class DeleteApgroupConfigResponseUnmarshaller {
public static DeleteApgroupConfigResponse unmarshall(DeleteApgroupConfigResponse deleteApgroupConfigResponse, UnmarshallerContext context) {
deleteApgroupConfigResponse.setRequestId(context.stringValue("DeleteApgroupConfigResponse.RequestId"));
deleteApgroupConfigResponse.setSuccess(context.booleanValue("DeleteApgroupConfigResponse.Success"));
deleteApgroupConfigResponse.setMessage(context.stringValue("DeleteApgroupConfigResponse.Message"));
deleteApgroupConfigResponse.setData(context.stringValue("DeleteApgroupConfigResponse.Data"));
deleteApgroupConfigResponse.setErrorCode(context.integerValue("DeleteApgroupConfigResponse.ErrorCode"));
deleteApgroupConfigResponse.setErrorMsg(context.stringValue("DeleteApgroupConfigResponse.ErrorMsg"));
return deleteApgroupConfigResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/DeleteApgroupSsidConfigResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.DeleteApgroupSsidConfigResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class DeleteApgroupSsidConfigResponseUnmarshaller {
public static DeleteApgroupSsidConfigResponse unmarshall(DeleteApgroupSsidConfigResponse deleteApgroupSsidConfigResponse, UnmarshallerContext context) {
deleteApgroupSsidConfigResponse.setRequestId(context.stringValue("DeleteApgroupSsidConfigResponse.RequestId"));
deleteApgroupSsidConfigResponse.setSuccess(context.booleanValue("DeleteApgroupSsidConfigResponse.Success"));
deleteApgroupSsidConfigResponse.setMessage(context.stringValue("DeleteApgroupSsidConfigResponse.Message"));
deleteApgroupSsidConfigResponse.setData(context.stringValue("DeleteApgroupSsidConfigResponse.Data"));
deleteApgroupSsidConfigResponse.setErrorCode(context.integerValue("DeleteApgroupSsidConfigResponse.ErrorCode"));
deleteApgroupSsidConfigResponse.setErrorMsg(context.stringValue("DeleteApgroupSsidConfigResponse.ErrorMsg"));
return deleteApgroupSsidConfigResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/DeletePositionMapResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.DeletePositionMapResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class DeletePositionMapResponseUnmarshaller {
public static DeletePositionMapResponse unmarshall(DeletePositionMapResponse deletePositionMapResponse, UnmarshallerContext context) {
deletePositionMapResponse.setRequestId(context.stringValue("DeletePositionMapResponse.RequestId"));
deletePositionMapResponse.setSuccess(context.booleanValue("DeletePositionMapResponse.Success"));
deletePositionMapResponse.setMessage(context.stringValue("DeletePositionMapResponse.Message"));
deletePositionMapResponse.setData(context.stringValue("DeletePositionMapResponse.Data"));
deletePositionMapResponse.setErrorCode(context.integerValue("DeletePositionMapResponse.ErrorCode"));
deletePositionMapResponse.setErrorMsg(context.stringValue("DeletePositionMapResponse.ErrorMsg"));
return deletePositionMapResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/DeviceBatchCreateResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.DeviceBatchCreateResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class DeviceBatchCreateResponseUnmarshaller {
public static DeviceBatchCreateResponse unmarshall(DeviceBatchCreateResponse deviceBatchCreateResponse, UnmarshallerContext context) {
deviceBatchCreateResponse.setSuccess(context.booleanValue("DeviceBatchCreateResponse.Success"));
deviceBatchCreateResponse.setData(context.stringValue("DeviceBatchCreateResponse.Data"));
deviceBatchCreateResponse.setErrorCode(context.integerValue("DeviceBatchCreateResponse.ErrorCode"));
deviceBatchCreateResponse.setErrorMsg(context.stringValue("DeviceBatchCreateResponse.ErrorMsg"));
return deviceBatchCreateResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/DeviceCreateResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.DeviceCreateResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class DeviceCreateResponseUnmarshaller {
public static DeviceCreateResponse unmarshall(DeviceCreateResponse deviceCreateResponse, UnmarshallerContext context) {
deviceCreateResponse.setSuccess(context.booleanValue("DeviceCreateResponse.Success"));
deviceCreateResponse.setData(context.stringValue("DeviceCreateResponse.Data"));
deviceCreateResponse.setErrorCode(context.integerValue("DeviceCreateResponse.ErrorCode"));
deviceCreateResponse.setErrorMsg(context.stringValue("DeviceCreateResponse.ErrorMsg"));
return deviceCreateResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/DeviceDeleteResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.DeviceDeleteResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class DeviceDeleteResponseUnmarshaller {
public static DeviceDeleteResponse unmarshall(DeviceDeleteResponse deviceDeleteResponse, UnmarshallerContext context) {
deviceDeleteResponse.setSuccess(context.booleanValue("DeviceDeleteResponse.Success"));
deviceDeleteResponse.setData(context.stringValue("DeviceDeleteResponse.Data"));
deviceDeleteResponse.setErrorCode(context.integerValue("DeviceDeleteResponse.ErrorCode"));
deviceDeleteResponse.setErrorMsg(context.stringValue("DeviceDeleteResponse.ErrorMsg"));
return deviceDeleteResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/DeviceShowListResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.DeviceShowListResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class DeviceShowListResponseUnmarshaller {
public static DeviceShowListResponse unmarshall(DeviceShowListResponse deviceShowListResponse, UnmarshallerContext context) {
deviceShowListResponse.setSuccess(context.booleanValue("DeviceShowListResponse.Success"));
deviceShowListResponse.setData(context.stringValue("DeviceShowListResponse.Data"));
deviceShowListResponse.setErrorCode(context.integerValue("DeviceShowListResponse.ErrorCode"));
deviceShowListResponse.setErrorMsg(context.stringValue("DeviceShowListResponse.ErrorMsg"));
return deviceShowListResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/DeviceUpdateResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.DeviceUpdateResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class DeviceUpdateResponseUnmarshaller {
public static DeviceUpdateResponse unmarshall(DeviceUpdateResponse deviceUpdateResponse, UnmarshallerContext context) {
deviceUpdateResponse.setSuccess(context.booleanValue("DeviceUpdateResponse.Success"));
deviceUpdateResponse.setData(context.stringValue("DeviceUpdateResponse.Data"));
deviceUpdateResponse.setErrorCode(context.integerValue("DeviceUpdateResponse.ErrorCode"));
deviceUpdateResponse.setErrorMsg(context.stringValue("DeviceUpdateResponse.ErrorMsg"));
return deviceUpdateResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/ExcelToJsonResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.ExcelToJsonResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class ExcelToJsonResponseUnmarshaller {
public static ExcelToJsonResponse unmarshall(ExcelToJsonResponse excelToJsonResponse, UnmarshallerContext context) {
excelToJsonResponse.setRequestId(context.stringValue("ExcelToJsonResponse.RequestId"));
excelToJsonResponse.setSuccess(context.booleanValue("ExcelToJsonResponse.Success"));
excelToJsonResponse.setMessage(context.stringValue("ExcelToJsonResponse.Message"));
excelToJsonResponse.setData(context.stringValue("ExcelToJsonResponse.Data"));
excelToJsonResponse.setErrorCode(context.integerValue("ExcelToJsonResponse.ErrorCode"));
excelToJsonResponse.setErrorMsg(context.stringValue("ExcelToJsonResponse.ErrorMsg"));
return excelToJsonResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/FindApResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.FindApResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class FindApResponseUnmarshaller {
public static FindApResponse unmarshall(FindApResponse findApResponse, UnmarshallerContext context) {
findApResponse.setRequestId(context.stringValue("FindApResponse.RequestId"));
findApResponse.setSuccess(context.booleanValue("FindApResponse.Success"));
findApResponse.setMessage(context.stringValue("FindApResponse.Message"));
findApResponse.setData(context.stringValue("FindApResponse.Data"));
findApResponse.setErrorCode(context.integerValue("FindApResponse.ErrorCode"));
findApResponse.setErrorMsg(context.stringValue("FindApResponse.ErrorMsg"));
return findApResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/FrequencyAnalyseResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.FrequencyAnalyseResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class FrequencyAnalyseResponseUnmarshaller {
public static FrequencyAnalyseResponse unmarshall(FrequencyAnalyseResponse frequencyAnalyseResponse, UnmarshallerContext context) {
frequencyAnalyseResponse.setSuccess(context.booleanValue("FrequencyAnalyseResponse.Success"));
frequencyAnalyseResponse.setData(context.stringValue("FrequencyAnalyseResponse.Data"));
frequencyAnalyseResponse.setErrorCode(context.integerValue("FrequencyAnalyseResponse.ErrorCode"));
frequencyAnalyseResponse.setErrorMsg(context.stringValue("FrequencyAnalyseResponse.ErrorMsg"));
return frequencyAnalyseResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetAccountConfigResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetAccountConfigResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetAccountConfigResponseUnmarshaller {
public static GetAccountConfigResponse unmarshall(GetAccountConfigResponse getAccountConfigResponse, UnmarshallerContext context) {
getAccountConfigResponse.setRequestId(context.stringValue("GetAccountConfigResponse.RequestId"));
getAccountConfigResponse.setSuccess(context.booleanValue("GetAccountConfigResponse.Success"));
getAccountConfigResponse.setMessage(context.stringValue("GetAccountConfigResponse.Message"));
getAccountConfigResponse.setData(context.stringValue("GetAccountConfigResponse.Data"));
getAccountConfigResponse.setErrorCode(context.integerValue("GetAccountConfigResponse.ErrorCode"));
getAccountConfigResponse.setErrorMsg(context.stringValue("GetAccountConfigResponse.ErrorMsg"));
return getAccountConfigResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetAddApsProgressResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetAddApsProgressResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetAddApsProgressResponseUnmarshaller {
public static GetAddApsProgressResponse unmarshall(GetAddApsProgressResponse getAddApsProgressResponse, UnmarshallerContext context) {
getAddApsProgressResponse.setRequestId(context.stringValue("GetAddApsProgressResponse.RequestId"));
getAddApsProgressResponse.setSuccess(context.booleanValue("GetAddApsProgressResponse.Success"));
getAddApsProgressResponse.setMessage(context.stringValue("GetAddApsProgressResponse.Message"));
getAddApsProgressResponse.setData(context.stringValue("GetAddApsProgressResponse.Data"));
getAddApsProgressResponse.setErrorCode(context.integerValue("GetAddApsProgressResponse.ErrorCode"));
getAddApsProgressResponse.setErrorMsg(context.stringValue("GetAddApsProgressResponse.ErrorMsg"));
return getAddApsProgressResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetAllActiveShopByGroupResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetAllActiveShopByGroupResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetAllActiveShopByGroupResponseUnmarshaller {
public static GetAllActiveShopByGroupResponse unmarshall(GetAllActiveShopByGroupResponse getAllActiveShopByGroupResponse, UnmarshallerContext context) {
getAllActiveShopByGroupResponse.setRequestId(context.stringValue("GetAllActiveShopByGroupResponse.RequestId"));
getAllActiveShopByGroupResponse.setSuccess(context.booleanValue("GetAllActiveShopByGroupResponse.Success"));
getAllActiveShopByGroupResponse.setMessage(context.stringValue("GetAllActiveShopByGroupResponse.Message"));
getAllActiveShopByGroupResponse.setData(context.stringValue("GetAllActiveShopByGroupResponse.Data"));
getAllActiveShopByGroupResponse.setErrorCode(context.integerValue("GetAllActiveShopByGroupResponse.ErrorCode"));
getAllActiveShopByGroupResponse.setErrorMsg(context.stringValue("GetAllActiveShopByGroupResponse.ErrorMsg"));
return getAllActiveShopByGroupResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetAllApModelResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetAllApModelResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetAllApModelResponseUnmarshaller {
public static GetAllApModelResponse unmarshall(GetAllApModelResponse getAllApModelResponse, UnmarshallerContext context) {
getAllApModelResponse.setRequestId(context.stringValue("GetAllApModelResponse.RequestId"));
getAllApModelResponse.setSuccess(context.booleanValue("GetAllApModelResponse.Success"));
getAllApModelResponse.setData(context.stringValue("GetAllApModelResponse.Data"));
getAllApModelResponse.setMessage(context.stringValue("GetAllApModelResponse.Message"));
getAllApModelResponse.setErrorCode(context.integerValue("GetAllApModelResponse.ErrorCode"));
getAllApModelResponse.setErrorMsg(context.stringValue("GetAllApModelResponse.ErrorMsg"));
return getAllApModelResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetApDetailedConfigResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetApDetailedConfigResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetApDetailedConfigResponseUnmarshaller {
public static GetApDetailedConfigResponse unmarshall(GetApDetailedConfigResponse getApDetailedConfigResponse, UnmarshallerContext context) {
getApDetailedConfigResponse.setRequestId(context.stringValue("GetApDetailedConfigResponse.RequestId"));
getApDetailedConfigResponse.setSuccess(context.booleanValue("GetApDetailedConfigResponse.Success"));
getApDetailedConfigResponse.setMessage(context.stringValue("GetApDetailedConfigResponse.Message"));
getApDetailedConfigResponse.setData(context.stringValue("GetApDetailedConfigResponse.Data"));
getApDetailedConfigResponse.setErrorCode(context.integerValue("GetApDetailedConfigResponse.ErrorCode"));
getApDetailedConfigResponse.setErrorMsg(context.stringValue("GetApDetailedConfigResponse.ErrorMsg"));
return getApDetailedConfigResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetApDetailedStatusResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetApDetailedStatusResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetApDetailedStatusResponseUnmarshaller {
public static GetApDetailedStatusResponse unmarshall(GetApDetailedStatusResponse getApDetailedStatusResponse, UnmarshallerContext context) {
getApDetailedStatusResponse.setRequestId(context.stringValue("GetApDetailedStatusResponse.RequestId"));
getApDetailedStatusResponse.setSuccess(context.booleanValue("GetApDetailedStatusResponse.Success"));
getApDetailedStatusResponse.setMessage(context.stringValue("GetApDetailedStatusResponse.Message"));
getApDetailedStatusResponse.setData(context.stringValue("GetApDetailedStatusResponse.Data"));
getApDetailedStatusResponse.setErrorCode(context.integerValue("GetApDetailedStatusResponse.ErrorCode"));
getApDetailedStatusResponse.setErrorMsg(context.stringValue("GetApDetailedStatusResponse.ErrorMsg"));
return getApDetailedStatusResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetApPortalBindResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetApPortalBindResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetApPortalBindResponseUnmarshaller {
public static GetApPortalBindResponse unmarshall(GetApPortalBindResponse getApPortalBindResponse, UnmarshallerContext context) {
getApPortalBindResponse.setRequestId(context.stringValue("GetApPortalBindResponse.RequestId"));
getApPortalBindResponse.setSuccess(context.booleanValue("GetApPortalBindResponse.Success"));
getApPortalBindResponse.setMessage(context.stringValue("GetApPortalBindResponse.Message"));
getApPortalBindResponse.setData(context.stringValue("GetApPortalBindResponse.Data"));
getApPortalBindResponse.setErrorCode(context.integerValue("GetApPortalBindResponse.ErrorCode"));
getApPortalBindResponse.setErrorMsg(context.stringValue("GetApPortalBindResponse.ErrorMsg"));
return getApPortalBindResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetApRunHistoryTimeSerResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetApRunHistoryTimeSerResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetApRunHistoryTimeSerResponseUnmarshaller {
public static GetApRunHistoryTimeSerResponse unmarshall(GetApRunHistoryTimeSerResponse getApRunHistoryTimeSerResponse, UnmarshallerContext context) {
getApRunHistoryTimeSerResponse.setRequestId(context.stringValue("GetApRunHistoryTimeSerResponse.RequestId"));
getApRunHistoryTimeSerResponse.setSuccess(context.booleanValue("GetApRunHistoryTimeSerResponse.Success"));
getApRunHistoryTimeSerResponse.setMessage(context.stringValue("GetApRunHistoryTimeSerResponse.Message"));
getApRunHistoryTimeSerResponse.setData(context.stringValue("GetApRunHistoryTimeSerResponse.Data"));
getApRunHistoryTimeSerResponse.setErrorCode(context.integerValue("GetApRunHistoryTimeSerResponse.ErrorCode"));
getApRunHistoryTimeSerResponse.setErrorMsg(context.stringValue("GetApRunHistoryTimeSerResponse.ErrorMsg"));
return getApRunHistoryTimeSerResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetApStaMiscAggResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetApStaMiscAggResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetApStaMiscAggResponseUnmarshaller {
public static GetApStaMiscAggResponse unmarshall(GetApStaMiscAggResponse getApStaMiscAggResponse, UnmarshallerContext context) {
getApStaMiscAggResponse.setRequestId(context.stringValue("GetApStaMiscAggResponse.RequestId"));
getApStaMiscAggResponse.setSuccess(context.booleanValue("GetApStaMiscAggResponse.Success"));
getApStaMiscAggResponse.setMessage(context.stringValue("GetApStaMiscAggResponse.Message"));
getApStaMiscAggResponse.setData(context.stringValue("GetApStaMiscAggResponse.Data"));
getApStaMiscAggResponse.setErrorCode(context.integerValue("GetApStaMiscAggResponse.ErrorCode"));
getApStaMiscAggResponse.setErrorMsg(context.stringValue("GetApStaMiscAggResponse.ErrorMsg"));
return getApStaMiscAggResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetApTopResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetApTopResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetApTopResponseUnmarshaller {
public static GetApTopResponse unmarshall(GetApTopResponse getApTopResponse, UnmarshallerContext context) {
getApTopResponse.setRequestId(context.stringValue("GetApTopResponse.RequestId"));
getApTopResponse.setSuccess(context.booleanValue("GetApTopResponse.Success"));
getApTopResponse.setMessage(context.stringValue("GetApTopResponse.Message"));
getApTopResponse.setData(context.stringValue("GetApTopResponse.Data"));
getApTopResponse.setErrorCode(context.integerValue("GetApTopResponse.ErrorCode"));
getApTopResponse.setErrorMsg(context.stringValue("GetApTopResponse.ErrorMsg"));
return getApTopResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetApgroupConfigProgressResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetApgroupConfigProgressResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetApgroupConfigProgressResponseUnmarshaller {
public static GetApgroupConfigProgressResponse unmarshall(GetApgroupConfigProgressResponse getApgroupConfigProgressResponse, UnmarshallerContext context) {
getApgroupConfigProgressResponse.setRequestId(context.stringValue("GetApgroupConfigProgressResponse.RequestId"));
getApgroupConfigProgressResponse.setSuccess(context.booleanValue("GetApgroupConfigProgressResponse.Success"));
getApgroupConfigProgressResponse.setMessage(context.stringValue("GetApgroupConfigProgressResponse.Message"));
getApgroupConfigProgressResponse.setData(context.stringValue("GetApgroupConfigProgressResponse.Data"));
getApgroupConfigProgressResponse.setErrorCode(context.integerValue("GetApgroupConfigProgressResponse.ErrorCode"));
getApgroupConfigProgressResponse.setErrorMsg(context.stringValue("GetApgroupConfigProgressResponse.ErrorMsg"));
return getApgroupConfigProgressResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetApgroupDetailedConfigResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetApgroupDetailedConfigResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetApgroupDetailedConfigResponseUnmarshaller {
public static GetApgroupDetailedConfigResponse unmarshall(GetApgroupDetailedConfigResponse getApgroupDetailedConfigResponse, UnmarshallerContext context) {
getApgroupDetailedConfigResponse.setRequestId(context.stringValue("GetApgroupDetailedConfigResponse.RequestId"));
getApgroupDetailedConfigResponse.setSuccess(context.booleanValue("GetApgroupDetailedConfigResponse.Success"));
getApgroupDetailedConfigResponse.setMessage(context.stringValue("GetApgroupDetailedConfigResponse.Message"));
getApgroupDetailedConfigResponse.setData(context.stringValue("GetApgroupDetailedConfigResponse.Data"));
getApgroupDetailedConfigResponse.setErrorCode(context.integerValue("GetApgroupDetailedConfigResponse.ErrorCode"));
getApgroupDetailedConfigResponse.setErrorMsg(context.stringValue("GetApgroupDetailedConfigResponse.ErrorMsg"));
return getApgroupDetailedConfigResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetApgroupPortalConfigProgressResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetApgroupPortalConfigProgressResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetApgroupPortalConfigProgressResponseUnmarshaller {
public static GetApgroupPortalConfigProgressResponse unmarshall(GetApgroupPortalConfigProgressResponse getApgroupPortalConfigProgressResponse, UnmarshallerContext context) {
getApgroupPortalConfigProgressResponse.setRequestId(context.stringValue("GetApgroupPortalConfigProgressResponse.RequestId"));
getApgroupPortalConfigProgressResponse.setSuccess(context.booleanValue("GetApgroupPortalConfigProgressResponse.Success"));
getApgroupPortalConfigProgressResponse.setMessage(context.stringValue("GetApgroupPortalConfigProgressResponse.Message"));
getApgroupPortalConfigProgressResponse.setData(context.stringValue("GetApgroupPortalConfigProgressResponse.Data"));
getApgroupPortalConfigProgressResponse.setErrorCode(context.integerValue("GetApgroupPortalConfigProgressResponse.ErrorCode"));
getApgroupPortalConfigProgressResponse.setErrorMsg(context.stringValue("GetApgroupPortalConfigProgressResponse.ErrorMsg"));
return getApgroupPortalConfigProgressResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetApgroupScanConfigSaveProgressResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetApgroupScanConfigSaveProgressResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetApgroupScanConfigSaveProgressResponseUnmarshaller {
public static GetApgroupScanConfigSaveProgressResponse unmarshall(GetApgroupScanConfigSaveProgressResponse getApgroupScanConfigSaveProgressResponse, UnmarshallerContext context) {
getApgroupScanConfigSaveProgressResponse.setRequestId(context.stringValue("GetApgroupScanConfigSaveProgressResponse.RequestId"));
getApgroupScanConfigSaveProgressResponse.setSuccess(context.booleanValue("GetApgroupScanConfigSaveProgressResponse.Success"));
getApgroupScanConfigSaveProgressResponse.setMessage(context.stringValue("GetApgroupScanConfigSaveProgressResponse.Message"));
getApgroupScanConfigSaveProgressResponse.setData(context.stringValue("GetApgroupScanConfigSaveProgressResponse.Data"));
getApgroupScanConfigSaveProgressResponse.setErrorCode(context.integerValue("GetApgroupScanConfigSaveProgressResponse.ErrorCode"));
getApgroupScanConfigSaveProgressResponse.setErrorMsg(context.stringValue("GetApgroupScanConfigSaveProgressResponse.ErrorMsg"));
return getApgroupScanConfigSaveProgressResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetApgroupSsidConfigProgressResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetApgroupSsidConfigProgressResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetApgroupSsidConfigProgressResponseUnmarshaller {
public static GetApgroupSsidConfigProgressResponse unmarshall(GetApgroupSsidConfigProgressResponse getApgroupSsidConfigProgressResponse, UnmarshallerContext context) {
getApgroupSsidConfigProgressResponse.setRequestId(context.stringValue("GetApgroupSsidConfigProgressResponse.RequestId"));
getApgroupSsidConfigProgressResponse.setSuccess(context.booleanValue("GetApgroupSsidConfigProgressResponse.Success"));
getApgroupSsidConfigProgressResponse.setMessage(context.stringValue("GetApgroupSsidConfigProgressResponse.Message"));
getApgroupSsidConfigProgressResponse.setData(context.stringValue("GetApgroupSsidConfigProgressResponse.Data"));
getApgroupSsidConfigProgressResponse.setErrorCode(context.integerValue("GetApgroupSsidConfigProgressResponse.ErrorCode"));
getApgroupSsidConfigProgressResponse.setErrorMsg(context.stringValue("GetApgroupSsidConfigProgressResponse.ErrorMsg"));
return getApgroupSsidConfigProgressResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetBatchSaveApAssetProgressResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetBatchSaveApAssetProgressResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetBatchSaveApAssetProgressResponseUnmarshaller {
public static GetBatchSaveApAssetProgressResponse unmarshall(GetBatchSaveApAssetProgressResponse getBatchSaveApAssetProgressResponse, UnmarshallerContext context) {
getBatchSaveApAssetProgressResponse.setRequestId(context.stringValue("GetBatchSaveApAssetProgressResponse.RequestId"));
getBatchSaveApAssetProgressResponse.setSuccess(context.booleanValue("GetBatchSaveApAssetProgressResponse.Success"));
getBatchSaveApAssetProgressResponse.setMessage(context.stringValue("GetBatchSaveApAssetProgressResponse.Message"));
getBatchSaveApAssetProgressResponse.setData(context.stringValue("GetBatchSaveApAssetProgressResponse.Data"));
getBatchSaveApAssetProgressResponse.setErrorCode(context.integerValue("GetBatchSaveApAssetProgressResponse.ErrorCode"));
getBatchSaveApAssetProgressResponse.setErrorMsg(context.stringValue("GetBatchSaveApAssetProgressResponse.ErrorMsg"));
return getBatchSaveApAssetProgressResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetBidResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetBidResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetBidResponseUnmarshaller {
public static GetBidResponse unmarshall(GetBidResponse getBidResponse, UnmarshallerContext context) {
getBidResponse.setRequestId(context.stringValue("GetBidResponse.RequestId"));
getBidResponse.setSuccess(context.booleanValue("GetBidResponse.Success"));
getBidResponse.setMessage(context.stringValue("GetBidResponse.Message"));
getBidResponse.setData(context.stringValue("GetBidResponse.Data"));
getBidResponse.setErrorCode(context.integerValue("GetBidResponse.ErrorCode"));
getBidResponse.setErrorMsg(context.stringValue("GetBidResponse.ErrorMsg"));
return getBidResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetBids4Uid4RootResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetBids4Uid4RootResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetBids4Uid4RootResponseUnmarshaller {
public static GetBids4Uid4RootResponse unmarshall(GetBids4Uid4RootResponse getBids4Uid4RootResponse, UnmarshallerContext context) {
getBids4Uid4RootResponse.setRequestId(context.stringValue("GetBids4Uid4RootResponse.RequestId"));
getBids4Uid4RootResponse.setSuccess(context.booleanValue("GetBids4Uid4RootResponse.Success"));
getBids4Uid4RootResponse.setMessage(context.stringValue("GetBids4Uid4RootResponse.Message"));
getBids4Uid4RootResponse.setData(context.stringValue("GetBids4Uid4RootResponse.Data"));
getBids4Uid4RootResponse.setErrorCode(context.integerValue("GetBids4Uid4RootResponse.ErrorCode"));
getBids4Uid4RootResponse.setErrorMsg(context.stringValue("GetBids4Uid4RootResponse.ErrorMsg"));
return getBids4Uid4RootResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetBindAp4UmengResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetBindAp4UmengResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetBindAp4UmengResponseUnmarshaller {
public static GetBindAp4UmengResponse unmarshall(GetBindAp4UmengResponse getBindAp4UmengResponse, UnmarshallerContext context) {
getBindAp4UmengResponse.setRequestId(context.stringValue("GetBindAp4UmengResponse.RequestId"));
getBindAp4UmengResponse.setSuccess(context.booleanValue("GetBindAp4UmengResponse.Success"));
getBindAp4UmengResponse.setMessage(context.stringValue("GetBindAp4UmengResponse.Message"));
getBindAp4UmengResponse.setData(context.stringValue("GetBindAp4UmengResponse.Data"));
getBindAp4UmengResponse.setErrorCode(context.integerValue("GetBindAp4UmengResponse.ErrorCode"));
getBindAp4UmengResponse.setErrorMsg(context.stringValue("GetBindAp4UmengResponse.ErrorMsg"));
return getBindAp4UmengResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetCrowdListResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetCrowdListResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetCrowdListResponseUnmarshaller {
public static GetCrowdListResponse unmarshall(GetCrowdListResponse getCrowdListResponse, UnmarshallerContext context) {
getCrowdListResponse.setSuccess(context.booleanValue("GetCrowdListResponse.Success"));
getCrowdListResponse.setData(context.stringValue("GetCrowdListResponse.Data"));
getCrowdListResponse.setErrorCode(context.integerValue("GetCrowdListResponse.ErrorCode"));
getCrowdListResponse.setErrorMsg(context.stringValue("GetCrowdListResponse.ErrorMsg"));
return getCrowdListResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetDailyStatisticResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetDailyStatisticResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetDailyStatisticResponseUnmarshaller {
public static GetDailyStatisticResponse unmarshall(GetDailyStatisticResponse getDailyStatisticResponse, UnmarshallerContext context) {
getDailyStatisticResponse.setRequestId(context.stringValue("GetDailyStatisticResponse.RequestId"));
getDailyStatisticResponse.setSuccess(context.booleanValue("GetDailyStatisticResponse.Success"));
getDailyStatisticResponse.setMessage(context.stringValue("GetDailyStatisticResponse.Message"));
getDailyStatisticResponse.setData(context.stringValue("GetDailyStatisticResponse.Data"));
getDailyStatisticResponse.setErrorCode(context.integerValue("GetDailyStatisticResponse.ErrorCode"));
getDailyStatisticResponse.setErrorMsg(context.stringValue("GetDailyStatisticResponse.ErrorMsg"));
return getDailyStatisticResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetDeviceInfoByMacResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetDeviceInfoByMacResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetDeviceInfoByMacResponseUnmarshaller {
public static GetDeviceInfoByMacResponse unmarshall(GetDeviceInfoByMacResponse getDeviceInfoByMacResponse, UnmarshallerContext context) {
getDeviceInfoByMacResponse.setRequestId(context.stringValue("GetDeviceInfoByMacResponse.RequestId"));
getDeviceInfoByMacResponse.setSuccess(context.booleanValue("GetDeviceInfoByMacResponse.Success"));
getDeviceInfoByMacResponse.setData(context.stringValue("GetDeviceInfoByMacResponse.Data"));
getDeviceInfoByMacResponse.setMessage(context.stringValue("GetDeviceInfoByMacResponse.Message"));
getDeviceInfoByMacResponse.setErrorCode(context.integerValue("GetDeviceInfoByMacResponse.ErrorCode"));
getDeviceInfoByMacResponse.setErrorMsg(context.stringValue("GetDeviceInfoByMacResponse.ErrorMsg"));
return getDeviceInfoByMacResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetGroupApChangeNameTemplateResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetGroupApChangeNameTemplateResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetGroupApChangeNameTemplateResponseUnmarshaller {
public static GetGroupApChangeNameTemplateResponse unmarshall(GetGroupApChangeNameTemplateResponse getGroupApChangeNameTemplateResponse, UnmarshallerContext context) {
getGroupApChangeNameTemplateResponse.setRequestId(context.stringValue("GetGroupApChangeNameTemplateResponse.RequestId"));
getGroupApChangeNameTemplateResponse.setSuccess(context.booleanValue("GetGroupApChangeNameTemplateResponse.Success"));
getGroupApChangeNameTemplateResponse.setMessage(context.stringValue("GetGroupApChangeNameTemplateResponse.Message"));
getGroupApChangeNameTemplateResponse.setData(context.stringValue("GetGroupApChangeNameTemplateResponse.Data"));
getGroupApChangeNameTemplateResponse.setErrorCode(context.integerValue("GetGroupApChangeNameTemplateResponse.ErrorCode"));
getGroupApChangeNameTemplateResponse.setErrorMsg(context.stringValue("GetGroupApChangeNameTemplateResponse.ErrorMsg"));
return getGroupApChangeNameTemplateResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetGroupApRadioConfigProgressResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetGroupApRadioConfigProgressResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetGroupApRadioConfigProgressResponseUnmarshaller {
public static GetGroupApRadioConfigProgressResponse unmarshall(GetGroupApRadioConfigProgressResponse getGroupApRadioConfigProgressResponse, UnmarshallerContext context) {
getGroupApRadioConfigProgressResponse.setRequestId(context.stringValue("GetGroupApRadioConfigProgressResponse.RequestId"));
getGroupApRadioConfigProgressResponse.setSuccess(context.booleanValue("GetGroupApRadioConfigProgressResponse.Success"));
getGroupApRadioConfigProgressResponse.setMessage(context.stringValue("GetGroupApRadioConfigProgressResponse.Message"));
getGroupApRadioConfigProgressResponse.setData(context.stringValue("GetGroupApRadioConfigProgressResponse.Data"));
getGroupApRadioConfigProgressResponse.setErrorCode(context.integerValue("GetGroupApRadioConfigProgressResponse.ErrorCode"));
getGroupApRadioConfigProgressResponse.setErrorMsg(context.stringValue("GetGroupApRadioConfigProgressResponse.ErrorMsg"));
return getGroupApRadioConfigProgressResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetGroupApRadioConfigTemplateResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetGroupApRadioConfigTemplateResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetGroupApRadioConfigTemplateResponseUnmarshaller {
public static GetGroupApRadioConfigTemplateResponse unmarshall(GetGroupApRadioConfigTemplateResponse getGroupApRadioConfigTemplateResponse, UnmarshallerContext context) {
getGroupApRadioConfigTemplateResponse.setRequestId(context.stringValue("GetGroupApRadioConfigTemplateResponse.RequestId"));
getGroupApRadioConfigTemplateResponse.setSuccess(context.booleanValue("GetGroupApRadioConfigTemplateResponse.Success"));
getGroupApRadioConfigTemplateResponse.setMessage(context.stringValue("GetGroupApRadioConfigTemplateResponse.Message"));
getGroupApRadioConfigTemplateResponse.setData(context.stringValue("GetGroupApRadioConfigTemplateResponse.Data"));
getGroupApRadioConfigTemplateResponse.setErrorCode(context.integerValue("GetGroupApRadioConfigTemplateResponse.ErrorCode"));
getGroupApRadioConfigTemplateResponse.setErrorMsg(context.stringValue("GetGroupApRadioConfigTemplateResponse.ErrorMsg"));
return getGroupApRadioConfigTemplateResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetGroupApRadioOnoffProgressResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetGroupApRadioOnoffProgressResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetGroupApRadioOnoffProgressResponseUnmarshaller {
public static GetGroupApRadioOnoffProgressResponse unmarshall(GetGroupApRadioOnoffProgressResponse getGroupApRadioOnoffProgressResponse, UnmarshallerContext context) {
getGroupApRadioOnoffProgressResponse.setRequestId(context.stringValue("GetGroupApRadioOnoffProgressResponse.RequestId"));
getGroupApRadioOnoffProgressResponse.setSuccess(context.booleanValue("GetGroupApRadioOnoffProgressResponse.Success"));
getGroupApRadioOnoffProgressResponse.setMessage(context.stringValue("GetGroupApRadioOnoffProgressResponse.Message"));
getGroupApRadioOnoffProgressResponse.setData(context.stringValue("GetGroupApRadioOnoffProgressResponse.Data"));
getGroupApRadioOnoffProgressResponse.setErrorCode(context.integerValue("GetGroupApRadioOnoffProgressResponse.ErrorCode"));
getGroupApRadioOnoffProgressResponse.setErrorMsg(context.stringValue("GetGroupApRadioOnoffProgressResponse.ErrorMsg"));
return getGroupApRadioOnoffProgressResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetGroupApRepairProgressResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetGroupApRepairProgressResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetGroupApRepairProgressResponseUnmarshaller {
public static GetGroupApRepairProgressResponse unmarshall(GetGroupApRepairProgressResponse getGroupApRepairProgressResponse, UnmarshallerContext context) {
getGroupApRepairProgressResponse.setRequestId(context.stringValue("GetGroupApRepairProgressResponse.RequestId"));
getGroupApRepairProgressResponse.setSuccess(context.booleanValue("GetGroupApRepairProgressResponse.Success"));
getGroupApRepairProgressResponse.setMessage(context.stringValue("GetGroupApRepairProgressResponse.Message"));
getGroupApRepairProgressResponse.setData(context.stringValue("GetGroupApRepairProgressResponse.Data"));
getGroupApRepairProgressResponse.setErrorCode(context.integerValue("GetGroupApRepairProgressResponse.ErrorCode"));
getGroupApRepairProgressResponse.setErrorMsg(context.stringValue("GetGroupApRepairProgressResponse.ErrorMsg"));
return getGroupApRepairProgressResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetInstanceByShopResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetInstanceByShopResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetInstanceByShopResponseUnmarshaller {
public static GetInstanceByShopResponse unmarshall(GetInstanceByShopResponse getInstanceByShopResponse, UnmarshallerContext context) {
getInstanceByShopResponse.setRequestId(context.stringValue("GetInstanceByShopResponse.RequestId"));
getInstanceByShopResponse.setSuccess(context.booleanValue("GetInstanceByShopResponse.Success"));
getInstanceByShopResponse.setMessage(context.stringValue("GetInstanceByShopResponse.Message"));
getInstanceByShopResponse.setData(context.stringValue("GetInstanceByShopResponse.Data"));
getInstanceByShopResponse.setErrorCode(context.integerValue("GetInstanceByShopResponse.ErrorCode"));
getInstanceByShopResponse.setErrorMsg(context.stringValue("GetInstanceByShopResponse.ErrorMsg"));
return getInstanceByShopResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetLatestApStatisticResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetLatestApStatisticResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetLatestApStatisticResponseUnmarshaller {
public static GetLatestApStatisticResponse unmarshall(GetLatestApStatisticResponse getLatestApStatisticResponse, UnmarshallerContext context) {
getLatestApStatisticResponse.setRequestId(context.stringValue("GetLatestApStatisticResponse.RequestId"));
getLatestApStatisticResponse.setSuccess(context.booleanValue("GetLatestApStatisticResponse.Success"));
getLatestApStatisticResponse.setMessage(context.stringValue("GetLatestApStatisticResponse.Message"));
getLatestApStatisticResponse.setData(context.stringValue("GetLatestApStatisticResponse.Data"));
getLatestApStatisticResponse.setErrorCode(context.integerValue("GetLatestApStatisticResponse.ErrorCode"));
getLatestApStatisticResponse.setErrorMsg(context.stringValue("GetLatestApStatisticResponse.ErrorMsg"));
return getLatestApStatisticResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetLatestStaStatisticResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetLatestStaStatisticResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetLatestStaStatisticResponseUnmarshaller {
public static GetLatestStaStatisticResponse unmarshall(GetLatestStaStatisticResponse getLatestStaStatisticResponse, UnmarshallerContext context) {
getLatestStaStatisticResponse.setRequestId(context.stringValue("GetLatestStaStatisticResponse.RequestId"));
getLatestStaStatisticResponse.setSuccess(context.booleanValue("GetLatestStaStatisticResponse.Success"));
getLatestStaStatisticResponse.setMessage(context.stringValue("GetLatestStaStatisticResponse.Message"));
getLatestStaStatisticResponse.setData(context.stringValue("GetLatestStaStatisticResponse.Data"));
getLatestStaStatisticResponse.setErrorCode(context.integerValue("GetLatestStaStatisticResponse.ErrorCode"));
getLatestStaStatisticResponse.setErrorMsg(context.stringValue("GetLatestStaStatisticResponse.ErrorMsg"));
return getLatestStaStatisticResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetMapUrlResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetMapUrlResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetMapUrlResponseUnmarshaller {
public static GetMapUrlResponse unmarshall(GetMapUrlResponse getMapUrlResponse, UnmarshallerContext context) {
getMapUrlResponse.setRequestId(context.stringValue("GetMapUrlResponse.RequestId"));
getMapUrlResponse.setSuccess(context.booleanValue("GetMapUrlResponse.Success"));
getMapUrlResponse.setMessage(context.stringValue("GetMapUrlResponse.Message"));
getMapUrlResponse.setData(context.stringValue("GetMapUrlResponse.Data"));
getMapUrlResponse.setErrorCode(context.integerValue("GetMapUrlResponse.ErrorCode"));
getMapUrlResponse.setErrorMsg(context.stringValue("GetMapUrlResponse.ErrorMsg"));
return getMapUrlResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetOnlineApTimeSerResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetOnlineApTimeSerResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetOnlineApTimeSerResponseUnmarshaller {
public static GetOnlineApTimeSerResponse unmarshall(GetOnlineApTimeSerResponse getOnlineApTimeSerResponse, UnmarshallerContext context) {
getOnlineApTimeSerResponse.setRequestId(context.stringValue("GetOnlineApTimeSerResponse.RequestId"));
getOnlineApTimeSerResponse.setSuccess(context.booleanValue("GetOnlineApTimeSerResponse.Success"));
getOnlineApTimeSerResponse.setMessage(context.stringValue("GetOnlineApTimeSerResponse.Message"));
getOnlineApTimeSerResponse.setData(context.stringValue("GetOnlineApTimeSerResponse.Data"));
getOnlineApTimeSerResponse.setErrorCode(context.integerValue("GetOnlineApTimeSerResponse.ErrorCode"));
getOnlineApTimeSerResponse.setErrorMsg(context.stringValue("GetOnlineApTimeSerResponse.ErrorMsg"));
return getOnlineApTimeSerResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetOnlineStaTimeSerResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetOnlineStaTimeSerResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetOnlineStaTimeSerResponseUnmarshaller {
public static GetOnlineStaTimeSerResponse unmarshall(GetOnlineStaTimeSerResponse getOnlineStaTimeSerResponse, UnmarshallerContext context) {
getOnlineStaTimeSerResponse.setRequestId(context.stringValue("GetOnlineStaTimeSerResponse.RequestId"));
getOnlineStaTimeSerResponse.setSuccess(context.booleanValue("GetOnlineStaTimeSerResponse.Success"));
getOnlineStaTimeSerResponse.setMessage(context.stringValue("GetOnlineStaTimeSerResponse.Message"));
getOnlineStaTimeSerResponse.setData(context.stringValue("GetOnlineStaTimeSerResponse.Data"));
getOnlineStaTimeSerResponse.setErrorCode(context.integerValue("GetOnlineStaTimeSerResponse.ErrorCode"));
getOnlineStaTimeSerResponse.setErrorMsg(context.stringValue("GetOnlineStaTimeSerResponse.ErrorMsg"));
return getOnlineStaTimeSerResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetOssServerSignResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetOssServerSignResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetOssServerSignResponseUnmarshaller {
public static GetOssServerSignResponse unmarshall(GetOssServerSignResponse getOssServerSignResponse, UnmarshallerContext context) {
getOssServerSignResponse.setRequestId(context.stringValue("GetOssServerSignResponse.RequestId"));
getOssServerSignResponse.setSuccess(context.booleanValue("GetOssServerSignResponse.Success"));
getOssServerSignResponse.setMessage(context.stringValue("GetOssServerSignResponse.Message"));
getOssServerSignResponse.setData(context.stringValue("GetOssServerSignResponse.Data"));
getOssServerSignResponse.setErrorCode(context.integerValue("GetOssServerSignResponse.ErrorCode"));
getOssServerSignResponse.setErrorMsg(context.stringValue("GetOssServerSignResponse.ErrorMsg"));
return getOssServerSignResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetPageConfigTemplateResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetPageConfigTemplateResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetPageConfigTemplateResponseUnmarshaller {
public static GetPageConfigTemplateResponse unmarshall(GetPageConfigTemplateResponse getPageConfigTemplateResponse, UnmarshallerContext context) {
getPageConfigTemplateResponse.setRequestId(context.stringValue("GetPageConfigTemplateResponse.RequestId"));
getPageConfigTemplateResponse.setSuccess(context.booleanValue("GetPageConfigTemplateResponse.Success"));
getPageConfigTemplateResponse.setMessage(context.stringValue("GetPageConfigTemplateResponse.Message"));
getPageConfigTemplateResponse.setData(context.stringValue("GetPageConfigTemplateResponse.Data"));
getPageConfigTemplateResponse.setErrorCode(context.integerValue("GetPageConfigTemplateResponse.ErrorCode"));
getPageConfigTemplateResponse.setErrorMsg(context.stringValue("GetPageConfigTemplateResponse.ErrorMsg"));
return getPageConfigTemplateResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetPagePropertiesResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetPagePropertiesResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetPagePropertiesResponseUnmarshaller {
public static GetPagePropertiesResponse unmarshall(GetPagePropertiesResponse getPagePropertiesResponse, UnmarshallerContext context) {
getPagePropertiesResponse.setRequestId(context.stringValue("GetPagePropertiesResponse.RequestId"));
getPagePropertiesResponse.setSuccess(context.booleanValue("GetPagePropertiesResponse.Success"));
getPagePropertiesResponse.setMessage(context.stringValue("GetPagePropertiesResponse.Message"));
getPagePropertiesResponse.setData(context.stringValue("GetPagePropertiesResponse.Data"));
getPagePropertiesResponse.setErrorCode(context.integerValue("GetPagePropertiesResponse.ErrorCode"));
getPagePropertiesResponse.setErrorMsg(context.stringValue("GetPagePropertiesResponse.ErrorMsg"));
return getPagePropertiesResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetPortalTempDetailResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetPortalTempDetailResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetPortalTempDetailResponseUnmarshaller {
public static GetPortalTempDetailResponse unmarshall(GetPortalTempDetailResponse getPortalTempDetailResponse, UnmarshallerContext context) {
getPortalTempDetailResponse.setRequestId(context.stringValue("GetPortalTempDetailResponse.RequestId"));
getPortalTempDetailResponse.setSuccess(context.booleanValue("GetPortalTempDetailResponse.Success"));
getPortalTempDetailResponse.setMessage(context.stringValue("GetPortalTempDetailResponse.Message"));
getPortalTempDetailResponse.setData(context.stringValue("GetPortalTempDetailResponse.Data"));
getPortalTempDetailResponse.setErrorCode(context.integerValue("GetPortalTempDetailResponse.ErrorCode"));
getPortalTempDetailResponse.setErrorMsg(context.stringValue("GetPortalTempDetailResponse.ErrorMsg"));
return getPortalTempDetailResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetProbeDataSubscriberConfigResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetProbeDataSubscriberConfigResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetProbeDataSubscriberConfigResponseUnmarshaller {
public static GetProbeDataSubscriberConfigResponse unmarshall(GetProbeDataSubscriberConfigResponse getProbeDataSubscriberConfigResponse, UnmarshallerContext context) {
getProbeDataSubscriberConfigResponse.setRequestId(context.stringValue("GetProbeDataSubscriberConfigResponse.RequestId"));
getProbeDataSubscriberConfigResponse.setSuccess(context.booleanValue("GetProbeDataSubscriberConfigResponse.Success"));
getProbeDataSubscriberConfigResponse.setMessage(context.stringValue("GetProbeDataSubscriberConfigResponse.Message"));
getProbeDataSubscriberConfigResponse.setData(context.stringValue("GetProbeDataSubscriberConfigResponse.Data"));
getProbeDataSubscriberConfigResponse.setErrorCode(context.integerValue("GetProbeDataSubscriberConfigResponse.ErrorCode"));
getProbeDataSubscriberConfigResponse.setErrorMsg(context.stringValue("GetProbeDataSubscriberConfigResponse.ErrorMsg"));
return getProbeDataSubscriberConfigResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetRadioRunHistoryTimeSerResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetRadioRunHistoryTimeSerResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetRadioRunHistoryTimeSerResponseUnmarshaller {
public static GetRadioRunHistoryTimeSerResponse unmarshall(GetRadioRunHistoryTimeSerResponse getRadioRunHistoryTimeSerResponse, UnmarshallerContext context) {
getRadioRunHistoryTimeSerResponse.setRequestId(context.stringValue("GetRadioRunHistoryTimeSerResponse.RequestId"));
getRadioRunHistoryTimeSerResponse.setSuccess(context.booleanValue("GetRadioRunHistoryTimeSerResponse.Success"));
getRadioRunHistoryTimeSerResponse.setMessage(context.stringValue("GetRadioRunHistoryTimeSerResponse.Message"));
getRadioRunHistoryTimeSerResponse.setData(context.stringValue("GetRadioRunHistoryTimeSerResponse.Data"));
getRadioRunHistoryTimeSerResponse.setErrorCode(context.integerValue("GetRadioRunHistoryTimeSerResponse.ErrorCode"));
getRadioRunHistoryTimeSerResponse.setErrorMsg(context.stringValue("GetRadioRunHistoryTimeSerResponse.ErrorMsg"));
return getRadioRunHistoryTimeSerResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetScanModeResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetScanModeResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetScanModeResponseUnmarshaller {
public static GetScanModeResponse unmarshall(GetScanModeResponse getScanModeResponse, UnmarshallerContext context) {
getScanModeResponse.setRequestId(context.stringValue("GetScanModeResponse.RequestId"));
getScanModeResponse.setSuccess(context.booleanValue("GetScanModeResponse.Success"));
getScanModeResponse.setMessage(context.stringValue("GetScanModeResponse.Message"));
getScanModeResponse.setData(context.stringValue("GetScanModeResponse.Data"));
getScanModeResponse.setErrorCode(context.integerValue("GetScanModeResponse.ErrorCode"));
getScanModeResponse.setErrorMsg(context.stringValue("GetScanModeResponse.ErrorMsg"));
return getScanModeResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetScanProbeTimeSerResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetScanProbeTimeSerResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetScanProbeTimeSerResponseUnmarshaller {
public static GetScanProbeTimeSerResponse unmarshall(GetScanProbeTimeSerResponse getScanProbeTimeSerResponse, UnmarshallerContext context) {
getScanProbeTimeSerResponse.setRequestId(context.stringValue("GetScanProbeTimeSerResponse.RequestId"));
getScanProbeTimeSerResponse.setSuccess(context.booleanValue("GetScanProbeTimeSerResponse.Success"));
getScanProbeTimeSerResponse.setMessage(context.stringValue("GetScanProbeTimeSerResponse.Message"));
getScanProbeTimeSerResponse.setData(context.stringValue("GetScanProbeTimeSerResponse.Data"));
getScanProbeTimeSerResponse.setErrorCode(context.integerValue("GetScanProbeTimeSerResponse.ErrorCode"));
getScanProbeTimeSerResponse.setErrorMsg(context.stringValue("GetScanProbeTimeSerResponse.ErrorMsg"));
return getScanProbeTimeSerResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetSendCommandByMacProgressResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetSendCommandByMacProgressResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetSendCommandByMacProgressResponseUnmarshaller {
public static GetSendCommandByMacProgressResponse unmarshall(GetSendCommandByMacProgressResponse getSendCommandByMacProgressResponse, UnmarshallerContext context) {
getSendCommandByMacProgressResponse.setRequestId(context.stringValue("GetSendCommandByMacProgressResponse.RequestId"));
getSendCommandByMacProgressResponse.setSuccess(context.booleanValue("GetSendCommandByMacProgressResponse.Success"));
getSendCommandByMacProgressResponse.setData(context.stringValue("GetSendCommandByMacProgressResponse.Data"));
getSendCommandByMacProgressResponse.setMessage(context.stringValue("GetSendCommandByMacProgressResponse.Message"));
getSendCommandByMacProgressResponse.setErrorCode(context.integerValue("GetSendCommandByMacProgressResponse.ErrorCode"));
getSendCommandByMacProgressResponse.setErrorMsg(context.stringValue("GetSendCommandByMacProgressResponse.ErrorMsg"));
return getSendCommandByMacProgressResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetSidsAndGids4BidResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetSidsAndGids4BidResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetSidsAndGids4BidResponseUnmarshaller {
public static GetSidsAndGids4BidResponse unmarshall(GetSidsAndGids4BidResponse getSidsAndGids4BidResponse, UnmarshallerContext context) {
getSidsAndGids4BidResponse.setRequestId(context.stringValue("GetSidsAndGids4BidResponse.RequestId"));
getSidsAndGids4BidResponse.setSuccess(context.booleanValue("GetSidsAndGids4BidResponse.Success"));
getSidsAndGids4BidResponse.setMessage(context.stringValue("GetSidsAndGids4BidResponse.Message"));
getSidsAndGids4BidResponse.setData(context.stringValue("GetSidsAndGids4BidResponse.Data"));
getSidsAndGids4BidResponse.setErrorCode(context.integerValue("GetSidsAndGids4BidResponse.ErrorCode"));
getSidsAndGids4BidResponse.setErrorMsg(context.stringValue("GetSidsAndGids4BidResponse.ErrorMsg"));
return getSidsAndGids4BidResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetStaDetailedStatusResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetStaDetailedStatusResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetStaDetailedStatusResponseUnmarshaller {
public static GetStaDetailedStatusResponse unmarshall(GetStaDetailedStatusResponse getStaDetailedStatusResponse, UnmarshallerContext context) {
getStaDetailedStatusResponse.setRequestId(context.stringValue("GetStaDetailedStatusResponse.RequestId"));
getStaDetailedStatusResponse.setSuccess(context.booleanValue("GetStaDetailedStatusResponse.Success"));
getStaDetailedStatusResponse.setMessage(context.stringValue("GetStaDetailedStatusResponse.Message"));
getStaDetailedStatusResponse.setData(context.stringValue("GetStaDetailedStatusResponse.Data"));
getStaDetailedStatusResponse.setErrorCode(context.integerValue("GetStaDetailedStatusResponse.ErrorCode"));
getStaDetailedStatusResponse.setErrorMsg(context.stringValue("GetStaDetailedStatusResponse.ErrorMsg"));
return getStaDetailedStatusResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetStaRunHistoryTimeSerResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetStaRunHistoryTimeSerResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetStaRunHistoryTimeSerResponseUnmarshaller {
public static GetStaRunHistoryTimeSerResponse unmarshall(GetStaRunHistoryTimeSerResponse getStaRunHistoryTimeSerResponse, UnmarshallerContext context) {
getStaRunHistoryTimeSerResponse.setRequestId(context.stringValue("GetStaRunHistoryTimeSerResponse.RequestId"));
getStaRunHistoryTimeSerResponse.setSuccess(context.booleanValue("GetStaRunHistoryTimeSerResponse.Success"));
getStaRunHistoryTimeSerResponse.setMessage(context.stringValue("GetStaRunHistoryTimeSerResponse.Message"));
getStaRunHistoryTimeSerResponse.setData(context.stringValue("GetStaRunHistoryTimeSerResponse.Data"));
getStaRunHistoryTimeSerResponse.setErrorCode(context.integerValue("GetStaRunHistoryTimeSerResponse.ErrorCode"));
getStaRunHistoryTimeSerResponse.setErrorMsg(context.stringValue("GetStaRunHistoryTimeSerResponse.ErrorMsg"));
return getStaRunHistoryTimeSerResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetStaTopResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetStaTopResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetStaTopResponseUnmarshaller {
public static GetStaTopResponse unmarshall(GetStaTopResponse getStaTopResponse, UnmarshallerContext context) {
getStaTopResponse.setRequestId(context.stringValue("GetStaTopResponse.RequestId"));
getStaTopResponse.setSuccess(context.booleanValue("GetStaTopResponse.Success"));
getStaTopResponse.setMessage(context.stringValue("GetStaTopResponse.Message"));
getStaTopResponse.setData(context.stringValue("GetStaTopResponse.Data"));
getStaTopResponse.setErrorCode(context.integerValue("GetStaTopResponse.ErrorCode"));
getStaTopResponse.setErrorMsg(context.stringValue("GetStaTopResponse.ErrorMsg"));
return getStaTopResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetSubAccountPermissionResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetSubAccountPermissionResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetSubAccountPermissionResponseUnmarshaller {
public static GetSubAccountPermissionResponse unmarshall(GetSubAccountPermissionResponse getSubAccountPermissionResponse, UnmarshallerContext context) {
getSubAccountPermissionResponse.setRequestId(context.stringValue("GetSubAccountPermissionResponse.RequestId"));
getSubAccountPermissionResponse.setSuccess(context.booleanValue("GetSubAccountPermissionResponse.Success"));
getSubAccountPermissionResponse.setData(context.stringValue("GetSubAccountPermissionResponse.Data"));
getSubAccountPermissionResponse.setMessage(context.stringValue("GetSubAccountPermissionResponse.Message"));
getSubAccountPermissionResponse.setErrorCode(context.integerValue("GetSubAccountPermissionResponse.ErrorCode"));
getSubAccountPermissionResponse.setErrorMsg(context.stringValue("GetSubAccountPermissionResponse.ErrorMsg"));
return getSubAccountPermissionResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetSubAccountStatusResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetSubAccountStatusResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetSubAccountStatusResponseUnmarshaller {
public static GetSubAccountStatusResponse unmarshall(GetSubAccountStatusResponse getSubAccountStatusResponse, UnmarshallerContext context) {
getSubAccountStatusResponse.setRequestId(context.stringValue("GetSubAccountStatusResponse.RequestId"));
getSubAccountStatusResponse.setSuccess(context.booleanValue("GetSubAccountStatusResponse.Success"));
getSubAccountStatusResponse.setMessage(context.stringValue("GetSubAccountStatusResponse.Message"));
getSubAccountStatusResponse.setData(context.stringValue("GetSubAccountStatusResponse.Data"));
getSubAccountStatusResponse.setErrorCode(context.integerValue("GetSubAccountStatusResponse.ErrorCode"));
getSubAccountStatusResponse.setErrorMsg(context.stringValue("GetSubAccountStatusResponse.ErrorMsg"));
return getSubAccountStatusResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetUmengPagePermission4RootResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetUmengPagePermission4RootResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetUmengPagePermission4RootResponseUnmarshaller {
public static GetUmengPagePermission4RootResponse unmarshall(GetUmengPagePermission4RootResponse getUmengPagePermission4RootResponse, UnmarshallerContext context) {
getUmengPagePermission4RootResponse.setRequestId(context.stringValue("GetUmengPagePermission4RootResponse.RequestId"));
getUmengPagePermission4RootResponse.setSuccess(context.booleanValue("GetUmengPagePermission4RootResponse.Success"));
getUmengPagePermission4RootResponse.setMessage(context.stringValue("GetUmengPagePermission4RootResponse.Message"));
getUmengPagePermission4RootResponse.setData(context.stringValue("GetUmengPagePermission4RootResponse.Data"));
getUmengPagePermission4RootResponse.setErrorCode(context.integerValue("GetUmengPagePermission4RootResponse.ErrorCode"));
getUmengPagePermission4RootResponse.setErrorMsg(context.stringValue("GetUmengPagePermission4RootResponse.ErrorMsg"));
return getUmengPagePermission4RootResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetUpgradeAPGroupProgressResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetUpgradeAPGroupProgressResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetUpgradeAPGroupProgressResponseUnmarshaller {
public static GetUpgradeAPGroupProgressResponse unmarshall(GetUpgradeAPGroupProgressResponse getUpgradeAPGroupProgressResponse, UnmarshallerContext context) {
getUpgradeAPGroupProgressResponse.setRequestId(context.stringValue("GetUpgradeAPGroupProgressResponse.RequestId"));
getUpgradeAPGroupProgressResponse.setSuccess(context.booleanValue("GetUpgradeAPGroupProgressResponse.Success"));
getUpgradeAPGroupProgressResponse.setData(context.stringValue("GetUpgradeAPGroupProgressResponse.Data"));
getUpgradeAPGroupProgressResponse.setMessage(context.stringValue("GetUpgradeAPGroupProgressResponse.Message"));
getUpgradeAPGroupProgressResponse.setErrorCode(context.integerValue("GetUpgradeAPGroupProgressResponse.ErrorCode"));
getUpgradeAPGroupProgressResponse.setErrorMsg(context.stringValue("GetUpgradeAPGroupProgressResponse.ErrorMsg"));
return getUpgradeAPGroupProgressResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetUpgradeAPProgressResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetUpgradeAPProgressResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetUpgradeAPProgressResponseUnmarshaller {
public static GetUpgradeAPProgressResponse unmarshall(GetUpgradeAPProgressResponse getUpgradeAPProgressResponse, UnmarshallerContext context) {
getUpgradeAPProgressResponse.setRequestId(context.stringValue("GetUpgradeAPProgressResponse.RequestId"));
getUpgradeAPProgressResponse.setSuccess(context.booleanValue("GetUpgradeAPProgressResponse.Success"));
getUpgradeAPProgressResponse.setData(context.stringValue("GetUpgradeAPProgressResponse.Data"));
getUpgradeAPProgressResponse.setMessage(context.stringValue("GetUpgradeAPProgressResponse.Message"));
getUpgradeAPProgressResponse.setErrorCode(context.integerValue("GetUpgradeAPProgressResponse.ErrorCode"));
getUpgradeAPProgressResponse.setErrorMsg(context.stringValue("GetUpgradeAPProgressResponse.ErrorMsg"));
return getUpgradeAPProgressResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetUpgradeImgResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetUpgradeImgResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetUpgradeImgResponseUnmarshaller {
public static GetUpgradeImgResponse unmarshall(GetUpgradeImgResponse getUpgradeImgResponse, UnmarshallerContext context) {
getUpgradeImgResponse.setRequestId(context.stringValue("GetUpgradeImgResponse.RequestId"));
getUpgradeImgResponse.setSuccess(context.booleanValue("GetUpgradeImgResponse.Success"));
getUpgradeImgResponse.setData(context.stringValue("GetUpgradeImgResponse.Data"));
getUpgradeImgResponse.setMessage(context.stringValue("GetUpgradeImgResponse.Message"));
getUpgradeImgResponse.setErrorCode(context.integerValue("GetUpgradeImgResponse.ErrorCode"));
getUpgradeImgResponse.setErrorMsg(context.stringValue("GetUpgradeImgResponse.ErrorMsg"));
return getUpgradeImgResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GetUserUmengPagePermissionResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GetUserUmengPagePermissionResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetUserUmengPagePermissionResponseUnmarshaller {
public static GetUserUmengPagePermissionResponse unmarshall(GetUserUmengPagePermissionResponse getUserUmengPagePermissionResponse, UnmarshallerContext context) {
getUserUmengPagePermissionResponse.setRequestId(context.stringValue("GetUserUmengPagePermissionResponse.RequestId"));
getUserUmengPagePermissionResponse.setSuccess(context.booleanValue("GetUserUmengPagePermissionResponse.Success"));
getUserUmengPagePermissionResponse.setData(context.stringValue("GetUserUmengPagePermissionResponse.Data"));
getUserUmengPagePermissionResponse.setMessage(context.stringValue("GetUserUmengPagePermissionResponse.Message"));
getUserUmengPagePermissionResponse.setErrorCode(context.integerValue("GetUserUmengPagePermissionResponse.ErrorCode"));
getUserUmengPagePermissionResponse.setErrorMsg(context.stringValue("GetUserUmengPagePermissionResponse.ErrorMsg"));
return getUserUmengPagePermissionResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GroupDetailsResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GroupDetailsResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GroupDetailsResponseUnmarshaller {
public static GroupDetailsResponse unmarshall(GroupDetailsResponse groupDetailsResponse, UnmarshallerContext context) {
groupDetailsResponse.setSuccess(context.booleanValue("GroupDetailsResponse.Success"));
groupDetailsResponse.setData(context.stringValue("GroupDetailsResponse.Data"));
groupDetailsResponse.setErrorCode(context.integerValue("GroupDetailsResponse.ErrorCode"));
groupDetailsResponse.setErrorMsg(context.stringValue("GroupDetailsResponse.ErrorMsg"));
return groupDetailsResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GroupIntimeResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GroupIntimeResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GroupIntimeResponseUnmarshaller {
public static GroupIntimeResponse unmarshall(GroupIntimeResponse groupIntimeResponse, UnmarshallerContext context) {
groupIntimeResponse.setSuccess(context.booleanValue("GroupIntimeResponse.Success"));
groupIntimeResponse.setData(context.stringValue("GroupIntimeResponse.Data"));
groupIntimeResponse.setErrorCode(context.integerValue("GroupIntimeResponse.ErrorCode"));
groupIntimeResponse.setErrorMsg(context.stringValue("GroupIntimeResponse.ErrorMsg"));
return groupIntimeResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GroupOverviewResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GroupOverviewResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GroupOverviewResponseUnmarshaller {
public static GroupOverviewResponse unmarshall(GroupOverviewResponse groupOverviewResponse, UnmarshallerContext context) {
groupOverviewResponse.setSuccess(context.booleanValue("GroupOverviewResponse.Success"));
groupOverviewResponse.setData(context.stringValue("GroupOverviewResponse.Data"));
groupOverviewResponse.setErrorCode(context.integerValue("GroupOverviewResponse.ErrorCode"));
groupOverviewResponse.setErrorMsg(context.stringValue("GroupOverviewResponse.ErrorMsg"));
return groupOverviewResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/GroupTrendResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.GroupTrendResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GroupTrendResponseUnmarshaller {
public static GroupTrendResponse unmarshall(GroupTrendResponse groupTrendResponse, UnmarshallerContext context) {
groupTrendResponse.setSuccess(context.booleanValue("GroupTrendResponse.Success"));
groupTrendResponse.setData(context.stringValue("GroupTrendResponse.Data"));
groupTrendResponse.setErrorCode(context.integerValue("GroupTrendResponse.ErrorCode"));
groupTrendResponse.setErrorMsg(context.stringValue("GroupTrendResponse.ErrorMsg"));
return groupTrendResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/HeadquartersOverviewResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.HeadquartersOverviewResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class HeadquartersOverviewResponseUnmarshaller {
public static HeadquartersOverviewResponse unmarshall(HeadquartersOverviewResponse headquartersOverviewResponse, UnmarshallerContext context) {
headquartersOverviewResponse.setSuccess(context.booleanValue("HeadquartersOverviewResponse.Success"));
headquartersOverviewResponse.setData(context.stringValue("HeadquartersOverviewResponse.Data"));
headquartersOverviewResponse.setErrorCode(context.integerValue("HeadquartersOverviewResponse.ErrorCode"));
headquartersOverviewResponse.setErrorMsg(context.stringValue("HeadquartersOverviewResponse.ErrorMsg"));
return headquartersOverviewResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/HeadquartersRankingResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.HeadquartersRankingResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class HeadquartersRankingResponseUnmarshaller {
public static HeadquartersRankingResponse unmarshall(HeadquartersRankingResponse headquartersRankingResponse, UnmarshallerContext context) {
headquartersRankingResponse.setSuccess(context.booleanValue("HeadquartersRankingResponse.Success"));
headquartersRankingResponse.setData(context.stringValue("HeadquartersRankingResponse.Data"));
headquartersRankingResponse.setErrorCode(context.integerValue("HeadquartersRankingResponse.ErrorCode"));
headquartersRankingResponse.setErrorMsg(context.stringValue("HeadquartersRankingResponse.ErrorMsg"));
return headquartersRankingResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/transform/v20170328/HeadquartersToolsCoincideResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudwf.transform.v20170328;
import com.aliyuncs.cloudwf.model.v20170328.HeadquartersToolsCoincideResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class HeadquartersToolsCoincideResponseUnmarshaller {
public static HeadquartersToolsCoincideResponse unmarshall(HeadquartersToolsCoincideResponse headquartersToolsCoincideResponse, UnmarshallerContext context) {
headquartersToolsCoincideResponse.setSuccess(context.booleanValue("HeadquartersToolsCoincideResponse.Success"));
headquartersToolsCoincideResponse.setData(context.stringValue("HeadquartersToolsCoincideResponse.Data"));
headquartersToolsCoincideResponse.setErrorCode(context.integerValue("HeadquartersToolsCoincideResponse.ErrorCode"));
headquartersToolsCoincideResponse.setErrorMsg(context.stringValue("HeadquartersToolsCoincideResponse.ErrorMsg"));
return headquartersToolsCoincideResponse;
}
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.