index
int64 | repo_id
string | file_path
string | content
string |
|---|---|---|---|
0
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform/v20170301/DescribeActivityDirectoryUsersResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.clouddesktop.transform.v20170301;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.clouddesktop.model.v20170301.DescribeActivityDirectoryUsersResponse;
import com.aliyuncs.clouddesktop.model.v20170301.DescribeActivityDirectoryUsersResponse.UserInfo;
import com.aliyuncs.transform.UnmarshallerContext;
public class DescribeActivityDirectoryUsersResponseUnmarshaller {
public static DescribeActivityDirectoryUsersResponse unmarshall(DescribeActivityDirectoryUsersResponse describeActivityDirectoryUsersResponse, UnmarshallerContext context) {
describeActivityDirectoryUsersResponse.setRequestId(context.stringValue("DescribeActivityDirectoryUsersResponse.RequestId"));
describeActivityDirectoryUsersResponse.setSuccess(context.booleanValue("DescribeActivityDirectoryUsersResponse.Success"));
describeActivityDirectoryUsersResponse.setErrorCode(context.stringValue("DescribeActivityDirectoryUsersResponse.ErrorCode"));
describeActivityDirectoryUsersResponse.setMessage(context.stringValue("DescribeActivityDirectoryUsersResponse.Message"));
List<UserInfo> users = new ArrayList<UserInfo>();
for (int i = 0; i < context.lengthValue("DescribeActivityDirectoryUsersResponse.Users.Length"); i++) {
UserInfo userInfo = new UserInfo();
userInfo.setUserName(context.stringValue("DescribeActivityDirectoryUsersResponse.Users["+ i +"].UserName"));
userInfo.setEmail(context.stringValue("DescribeActivityDirectoryUsersResponse.Users["+ i +"].Email"));
users.add(userInfo);
}
describeActivityDirectoryUsersResponse.setUsers(users);
return describeActivityDirectoryUsersResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform/v20170301/DescribeAutoSnapshotResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.clouddesktop.transform.v20170301;
import com.aliyuncs.clouddesktop.model.v20170301.DescribeAutoSnapshotResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class DescribeAutoSnapshotResponseUnmarshaller {
public static DescribeAutoSnapshotResponse unmarshall(DescribeAutoSnapshotResponse describeAutoSnapshotResponse, UnmarshallerContext context) {
describeAutoSnapshotResponse.setRequestId(context.stringValue("DescribeAutoSnapshotResponse.RequestId"));
describeAutoSnapshotResponse.setSuccess(context.booleanValue("DescribeAutoSnapshotResponse.Success"));
describeAutoSnapshotResponse.setErrorCode(context.stringValue("DescribeAutoSnapshotResponse.ErrorCode"));
describeAutoSnapshotResponse.setMessage(context.stringValue("DescribeAutoSnapshotResponse.Message"));
describeAutoSnapshotResponse.setSystemSnapshotDateTime(context.stringValue("DescribeAutoSnapshotResponse.SystemSnapshotDateTime"));
describeAutoSnapshotResponse.setDataSnapshotDateTime(context.stringValue("DescribeAutoSnapshotResponse.DataSnapshotDateTime"));
return describeAutoSnapshotResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform/v20170301/DescribeAvailableResourceResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.clouddesktop.transform.v20170301;
import com.aliyuncs.clouddesktop.model.v20170301.DescribeAvailableResourceResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class DescribeAvailableResourceResponseUnmarshaller {
public static DescribeAvailableResourceResponse unmarshall(DescribeAvailableResourceResponse describeAvailableResourceResponse, UnmarshallerContext context) {
describeAvailableResourceResponse.setRequestId(context.stringValue("DescribeAvailableResourceResponse.RequestId"));
describeAvailableResourceResponse.setSuccess(context.booleanValue("DescribeAvailableResourceResponse.Success"));
describeAvailableResourceResponse.setErrorCode(context.stringValue("DescribeAvailableResourceResponse.ErrorCode"));
describeAvailableResourceResponse.setMessage(context.stringValue("DescribeAvailableResourceResponse.Message"));
describeAvailableResourceResponse.setAvailable(context.booleanValue("DescribeAvailableResourceResponse.Available"));
return describeAvailableResourceResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform/v20170301/DescribeCompanyAliasResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.clouddesktop.transform.v20170301;
import com.aliyuncs.clouddesktop.model.v20170301.DescribeCompanyAliasResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class DescribeCompanyAliasResponseUnmarshaller {
public static DescribeCompanyAliasResponse unmarshall(DescribeCompanyAliasResponse describeCompanyAliasResponse, UnmarshallerContext context) {
describeCompanyAliasResponse.setRequestId(context.stringValue("DescribeCompanyAliasResponse.RequestId"));
describeCompanyAliasResponse.setSuccess(context.booleanValue("DescribeCompanyAliasResponse.Success"));
describeCompanyAliasResponse.setMessage(context.stringValue("DescribeCompanyAliasResponse.Message"));
describeCompanyAliasResponse.setErrorCode(context.stringValue("DescribeCompanyAliasResponse.ErrorCode"));
describeCompanyAliasResponse.setCompanyAlias(context.stringValue("DescribeCompanyAliasResponse.CompanyAlias"));
describeCompanyAliasResponse.setWhenCreated(context.stringValue("DescribeCompanyAliasResponse.WhenCreated"));
return describeCompanyAliasResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform/v20170301/DescribeDesktopOwnerResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.clouddesktop.transform.v20170301;
import com.aliyuncs.clouddesktop.model.v20170301.DescribeDesktopOwnerResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class DescribeDesktopOwnerResponseUnmarshaller {
public static DescribeDesktopOwnerResponse unmarshall(DescribeDesktopOwnerResponse describeDesktopOwnerResponse, UnmarshallerContext context) {
describeDesktopOwnerResponse.setRequestId(context.stringValue("DescribeDesktopOwnerResponse.RequestId"));
describeDesktopOwnerResponse.setSuccess(context.booleanValue("DescribeDesktopOwnerResponse.Success"));
describeDesktopOwnerResponse.setMessage(context.stringValue("DescribeDesktopOwnerResponse.Message"));
describeDesktopOwnerResponse.setErrorCode(context.stringValue("DescribeDesktopOwnerResponse.ErrorCode"));
describeDesktopOwnerResponse.setAdType(context.stringValue("DescribeDesktopOwnerResponse.AdType"));
describeDesktopOwnerResponse.setStatus(context.stringValue("DescribeDesktopOwnerResponse.Status"));
describeDesktopOwnerResponse.setDomainName(context.stringValue("DescribeDesktopOwnerResponse.DomainName"));
describeDesktopOwnerResponse.setAdAdminName(context.stringValue("DescribeDesktopOwnerResponse.AdAdminName"));
describeDesktopOwnerResponse.setAdIp(context.stringValue("DescribeDesktopOwnerResponse.AdIp"));
describeDesktopOwnerResponse.setAdBackupIp(context.stringValue("DescribeDesktopOwnerResponse.AdBackupIp"));
describeDesktopOwnerResponse.setDnsIp(context.stringValue("DescribeDesktopOwnerResponse.DnsIp"));
describeDesktopOwnerResponse.setDnsBackupIp(context.stringValue("DescribeDesktopOwnerResponse.DnsBackupIp"));
describeDesktopOwnerResponse.setOwnerSecurityGroupId(context.stringValue("DescribeDesktopOwnerResponse.OwnerSecurityGroupId"));
describeDesktopOwnerResponse.setOwnerVpcId(context.stringValue("DescribeDesktopOwnerResponse.OwnerVpcId"));
describeDesktopOwnerResponse.setServiceId(context.stringValue("DescribeDesktopOwnerResponse.ServiceId"));
describeDesktopOwnerResponse.setServiceSecurityGroupId(context.stringValue("DescribeDesktopOwnerResponse.ServiceSecurityGroupId"));
describeDesktopOwnerResponse.setCmUrl(context.stringValue("DescribeDesktopOwnerResponse.CmUrl"));
describeDesktopOwnerResponse.setCompanyCode(context.stringValue("DescribeDesktopOwnerResponse.CompanyCode"));
describeDesktopOwnerResponse.setAdOU(context.stringValue("DescribeDesktopOwnerResponse.AdOU"));
describeDesktopOwnerResponse.setAdGroup(context.stringValue("DescribeDesktopOwnerResponse.AdGroup"));
describeDesktopOwnerResponse.setAdTrustDomain(context.stringValue("DescribeDesktopOwnerResponse.AdTrustDomain"));
return describeDesktopOwnerResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform/v20170301/DescribeDesktopTypeItemsResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.clouddesktop.transform.v20170301;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.clouddesktop.model.v20170301.DescribeDesktopTypeItemsResponse;
import com.aliyuncs.clouddesktop.model.v20170301.DescribeDesktopTypeItemsResponse.DesktopItem;
import com.aliyuncs.transform.UnmarshallerContext;
public class DescribeDesktopTypeItemsResponseUnmarshaller {
public static DescribeDesktopTypeItemsResponse unmarshall(DescribeDesktopTypeItemsResponse describeDesktopTypeItemsResponse, UnmarshallerContext context) {
describeDesktopTypeItemsResponse.setRequestId(context.stringValue("DescribeDesktopTypeItemsResponse.RequestId"));
describeDesktopTypeItemsResponse.setSuccess(context.booleanValue("DescribeDesktopTypeItemsResponse.Success"));
describeDesktopTypeItemsResponse.setMessage(context.stringValue("DescribeDesktopTypeItemsResponse.Message"));
describeDesktopTypeItemsResponse.setErrorCode(context.stringValue("DescribeDesktopTypeItemsResponse.ErrorCode"));
List<DesktopItem> desktopTypeItems = new ArrayList<DesktopItem>();
for (int i = 0; i < context.lengthValue("DescribeDesktopTypeItemsResponse.DesktopTypeItems.Length"); i++) {
DesktopItem desktopItem = new DesktopItem();
desktopItem.setTypeItemId(context.stringValue("DescribeDesktopTypeItemsResponse.DesktopTypeItems["+ i +"].TypeItemId"));
desktopItem.setDesktopType(context.stringValue("DescribeDesktopTypeItemsResponse.DesktopTypeItems["+ i +"].DesktopType"));
desktopItem.setCpu(context.integerValue("DescribeDesktopTypeItemsResponse.DesktopTypeItems["+ i +"].Cpu"));
desktopItem.setMemory(context.integerValue("DescribeDesktopTypeItemsResponse.DesktopTypeItems["+ i +"].Memory"));
desktopItem.setGpu(context.integerValue("DescribeDesktopTypeItemsResponse.DesktopTypeItems["+ i +"].Gpu"));
desktopItem.setGpuSpec(context.stringValue("DescribeDesktopTypeItemsResponse.DesktopTypeItems["+ i +"].GpuSpec"));
desktopItem.setSysDiskType(context.stringValue("DescribeDesktopTypeItemsResponse.DesktopTypeItems["+ i +"].SysDiskType"));
desktopItem.setSysDiskSize(context.integerValue("DescribeDesktopTypeItemsResponse.DesktopTypeItems["+ i +"].SysDiskSize"));
desktopItem.setUserDiskType(context.stringValue("DescribeDesktopTypeItemsResponse.DesktopTypeItems["+ i +"].UserDiskType"));
desktopItem.setUserDiskSize(context.integerValue("DescribeDesktopTypeItemsResponse.DesktopTypeItems["+ i +"].UserDiskSize"));
desktopTypeItems.add(desktopItem);
}
describeDesktopTypeItemsResponse.setDesktopTypeItems(desktopTypeItems);
return describeDesktopTypeItemsResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform/v20170301/DescribeDesktopVNCResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.clouddesktop.transform.v20170301;
import com.aliyuncs.clouddesktop.model.v20170301.DescribeDesktopVNCResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class DescribeDesktopVNCResponseUnmarshaller {
public static DescribeDesktopVNCResponse unmarshall(DescribeDesktopVNCResponse describeDesktopVNCResponse, UnmarshallerContext context) {
describeDesktopVNCResponse.setRequestId(context.stringValue("DescribeDesktopVNCResponse.RequestId"));
describeDesktopVNCResponse.setSuccess(context.booleanValue("DescribeDesktopVNCResponse.Success"));
describeDesktopVNCResponse.setErrorCode(context.stringValue("DescribeDesktopVNCResponse.ErrorCode"));
describeDesktopVNCResponse.setMessage(context.stringValue("DescribeDesktopVNCResponse.Message"));
describeDesktopVNCResponse.setVnc(context.stringValue("DescribeDesktopVNCResponse.Vnc"));
return describeDesktopVNCResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform/v20170301/DescribeDesktopsOverviewResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.clouddesktop.transform.v20170301;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.clouddesktop.model.v20170301.DescribeDesktopsOverviewResponse;
import com.aliyuncs.clouddesktop.model.v20170301.DescribeDesktopsOverviewResponse.SwitchInfo;
import com.aliyuncs.transform.UnmarshallerContext;
public class DescribeDesktopsOverviewResponseUnmarshaller {
public static DescribeDesktopsOverviewResponse unmarshall(DescribeDesktopsOverviewResponse describeDesktopsOverviewResponse, UnmarshallerContext context) {
describeDesktopsOverviewResponse.setRequestId(context.stringValue("DescribeDesktopsOverviewResponse.RequestId"));
describeDesktopsOverviewResponse.setSuccess(context.booleanValue("DescribeDesktopsOverviewResponse.Success"));
describeDesktopsOverviewResponse.setMessage(context.stringValue("DescribeDesktopsOverviewResponse.Message"));
describeDesktopsOverviewResponse.setErrorCode(context.stringValue("DescribeDesktopsOverviewResponse.ErrorCode"));
describeDesktopsOverviewResponse.setTotal(context.integerValue("DescribeDesktopsOverviewResponse.Total"));
describeDesktopsOverviewResponse.setExpired(context.integerValue("DescribeDesktopsOverviewResponse.Expired"));
describeDesktopsOverviewResponse.setNearExpired(context.integerValue("DescribeDesktopsOverviewResponse.NearExpired"));
List<SwitchInfo> switchInfos = new ArrayList<SwitchInfo>();
for (int i = 0; i < context.lengthValue("DescribeDesktopsOverviewResponse.SwitchInfos.Length"); i++) {
SwitchInfo switchInfo = new SwitchInfo();
switchInfo.setSwitchId(context.stringValue("DescribeDesktopsOverviewResponse.SwitchInfos["+ i +"].SwitchId"));
switchInfo.setDesktopCount(context.integerValue("DescribeDesktopsOverviewResponse.SwitchInfos["+ i +"].DesktopCount"));
switchInfos.add(switchInfo);
}
describeDesktopsOverviewResponse.setSwitchInfos(switchInfos);
return describeDesktopsOverviewResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform/v20170301/DescribeDesktopsResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.clouddesktop.transform.v20170301;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.clouddesktop.model.v20170301.DescribeDesktopsResponse;
import com.aliyuncs.clouddesktop.model.v20170301.DescribeDesktopsResponse.DesktopAttributes;
import com.aliyuncs.clouddesktop.model.v20170301.DescribeDesktopsResponse.DesktopAttributes.DiskInfo;
import com.aliyuncs.transform.UnmarshallerContext;
public class DescribeDesktopsResponseUnmarshaller {
public static DescribeDesktopsResponse unmarshall(DescribeDesktopsResponse describeDesktopsResponse, UnmarshallerContext context) {
describeDesktopsResponse.setRequestId(context.stringValue("DescribeDesktopsResponse.RequestId"));
describeDesktopsResponse.setSuccess(context.booleanValue("DescribeDesktopsResponse.Success"));
describeDesktopsResponse.setMessage(context.stringValue("DescribeDesktopsResponse.Message"));
describeDesktopsResponse.setErrorCode(context.stringValue("DescribeDesktopsResponse.ErrorCode"));
describeDesktopsResponse.setTotal(context.integerValue("DescribeDesktopsResponse.Total"));
describeDesktopsResponse.setPageSize(context.integerValue("DescribeDesktopsResponse.PageSize"));
describeDesktopsResponse.setPageCount(context.integerValue("DescribeDesktopsResponse.PageCount"));
describeDesktopsResponse.setPage(context.integerValue("DescribeDesktopsResponse.Page"));
List<DesktopAttributes> desktops = new ArrayList<DesktopAttributes>();
for (int i = 0; i < context.lengthValue("DescribeDesktopsResponse.Desktops.Length"); i++) {
DesktopAttributes desktopAttributes = new DesktopAttributes();
desktopAttributes.setDesktopId(context.stringValue("DescribeDesktopsResponse.Desktops["+ i +"].DesktopId"));
desktopAttributes.setDesktopName(context.stringValue("DescribeDesktopsResponse.Desktops["+ i +"].DesktopName"));
desktopAttributes.setUserName(context.stringValue("DescribeDesktopsResponse.Desktops["+ i +"].userName"));
desktopAttributes.setRegionId(context.stringValue("DescribeDesktopsResponse.Desktops["+ i +"].RegionId"));
desktopAttributes.setZoneId(context.stringValue("DescribeDesktopsResponse.Desktops["+ i +"].ZoneId"));
desktopAttributes.setStatus(context.stringValue("DescribeDesktopsResponse.Desktops["+ i +"].Status"));
desktopAttributes.setImageId(context.stringValue("DescribeDesktopsResponse.Desktops["+ i +"].ImageId"));
desktopAttributes.setImageName(context.stringValue("DescribeDesktopsResponse.Desktops["+ i +"].ImageName"));
desktopAttributes.setImagePlatform(context.stringValue("DescribeDesktopsResponse.Desktops["+ i +"].ImagePlatform"));
desktopAttributes.setImageArch(context.stringValue("DescribeDesktopsResponse.Desktops["+ i +"].ImageArch"));
desktopAttributes.setImageSize(context.stringValue("DescribeDesktopsResponse.Desktops["+ i +"].ImageSize"));
desktopAttributes.setDesktopType(context.stringValue("DescribeDesktopsResponse.Desktops["+ i +"].DesktopType"));
desktopAttributes.setCpu(context.stringValue("DescribeDesktopsResponse.Desktops["+ i +"].Cpu"));
desktopAttributes.setMemory(context.stringValue("DescribeDesktopsResponse.Desktops["+ i +"].Memory"));
desktopAttributes.setEipAddress(context.stringValue("DescribeDesktopsResponse.Desktops["+ i +"].EipAddress"));
desktopAttributes.setEipInstanceId(context.stringValue("DescribeDesktopsResponse.Desktops["+ i +"].EipInstanceId"));
desktopAttributes.setInternetChargeType(context.stringValue("DescribeDesktopsResponse.Desktops["+ i +"].InternetChargeType"));
desktopAttributes.setInternetBandwidth(context.stringValue("DescribeDesktopsResponse.Desktops["+ i +"].InternetBandwidth"));
desktopAttributes.setVpcId(context.stringValue("DescribeDesktopsResponse.Desktops["+ i +"].VpcId"));
desktopAttributes.setSwitchId(context.stringValue("DescribeDesktopsResponse.Desktops["+ i +"].SwitchId"));
desktopAttributes.setDesktopIpAddress(context.stringValue("DescribeDesktopsResponse.Desktops["+ i +"].DesktopIpAddress"));
desktopAttributes.setDesktopChargeType(context.stringValue("DescribeDesktopsResponse.Desktops["+ i +"].DesktopChargeType"));
desktopAttributes.setCreateDate(context.stringValue("DescribeDesktopsResponse.Desktops["+ i +"].CreateDate"));
desktopAttributes.setExpiredDate(context.stringValue("DescribeDesktopsResponse.Desktops["+ i +"].ExpiredDate"));
desktopAttributes.setEnable(context.booleanValue("DescribeDesktopsResponse.Desktops["+ i +"].Enable"));
desktopAttributes.setErrorCode(context.stringValue("DescribeDesktopsResponse.Desktops["+ i +"].ErrorCode"));
desktopAttributes.setErrorMessage(context.stringValue("DescribeDesktopsResponse.Desktops["+ i +"].ErrorMessage"));
desktopAttributes.setPolicy(context.stringValue("DescribeDesktopsResponse.Desktops["+ i +"].Policy"));
desktopAttributes.setUserGroup(context.stringValue("DescribeDesktopsResponse.Desktops["+ i +"].UserGroup"));
List<String> securityGroups = new ArrayList<String>();
for (int j = 0; j < context.lengthValue("DescribeDesktopsResponse.Desktops["+ i +"].SecurityGroups.Length"); j++) {
securityGroups.add(context.stringValue("DescribeDesktopsResponse.Desktops["+ i +"].SecurityGroups["+ j +"]"));
}
desktopAttributes.setSecurityGroups(securityGroups);
List<DiskInfo> diskInfos = new ArrayList<DiskInfo>();
for (int j = 0; j < context.lengthValue("DescribeDesktopsResponse.Desktops["+ i +"].DiskInfos.Length"); j++) {
DiskInfo diskInfo = new DiskInfo();
diskInfo.setId(context.stringValue("DescribeDesktopsResponse.Desktops["+ i +"].DiskInfos["+ j +"].Id"));
diskInfo.setCategory(context.stringValue("DescribeDesktopsResponse.Desktops["+ i +"].DiskInfos["+ j +"].Category"));
diskInfo.setType(context.stringValue("DescribeDesktopsResponse.Desktops["+ i +"].DiskInfos["+ j +"].Type"));
diskInfo.setSize(context.integerValue("DescribeDesktopsResponse.Desktops["+ i +"].DiskInfos["+ j +"].Size"));
diskInfos.add(diskInfo);
}
desktopAttributes.setDiskInfos(diskInfos);
desktops.add(desktopAttributes);
}
describeDesktopsResponse.setDesktops(desktops);
return describeDesktopsResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform/v20170301/DescribeImagesResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.clouddesktop.transform.v20170301;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.clouddesktop.model.v20170301.DescribeImagesResponse;
import com.aliyuncs.clouddesktop.model.v20170301.DescribeImagesResponse.ImageAttributes;
import com.aliyuncs.transform.UnmarshallerContext;
public class DescribeImagesResponseUnmarshaller {
public static DescribeImagesResponse unmarshall(DescribeImagesResponse describeImagesResponse, UnmarshallerContext context) {
describeImagesResponse.setRequestId(context.stringValue("DescribeImagesResponse.RequestId"));
describeImagesResponse.setSuccess(context.booleanValue("DescribeImagesResponse.Success"));
describeImagesResponse.setMessage(context.stringValue("DescribeImagesResponse.Message"));
describeImagesResponse.setErrorCode(context.stringValue("DescribeImagesResponse.ErrorCode"));
describeImagesResponse.setTotal(context.integerValue("DescribeImagesResponse.Total"));
describeImagesResponse.setPageSize(context.integerValue("DescribeImagesResponse.PageSize"));
describeImagesResponse.setPageCount(context.integerValue("DescribeImagesResponse.PageCount"));
describeImagesResponse.setPage(context.integerValue("DescribeImagesResponse.Page"));
List<ImageAttributes> images = new ArrayList<ImageAttributes>();
for (int i = 0; i < context.lengthValue("DescribeImagesResponse.Images.Length"); i++) {
ImageAttributes imageAttributes = new ImageAttributes();
imageAttributes.setImageId(context.stringValue("DescribeImagesResponse.Images["+ i +"].ImageId"));
imageAttributes.setImageName(context.stringValue("DescribeImagesResponse.Images["+ i +"].ImageName"));
imageAttributes.setImageDescription(context.stringValue("DescribeImagesResponse.Images["+ i +"].ImageDescription"));
imageAttributes.setPlatform(context.stringValue("DescribeImagesResponse.Images["+ i +"].Platform"));
imageAttributes.setArchitecture(context.stringValue("DescribeImagesResponse.Images["+ i +"].Architecture"));
imageAttributes.setCreationTime(context.stringValue("DescribeImagesResponse.Images["+ i +"].CreationTime"));
imageAttributes.setStatus(context.stringValue("DescribeImagesResponse.Images["+ i +"].Status"));
imageAttributes.setProcess(context.stringValue("DescribeImagesResponse.Images["+ i +"].Process"));
imageAttributes.setInstanceType(context.stringValue("DescribeImagesResponse.Images["+ i +"].InstanceType"));
images.add(imageAttributes);
}
describeImagesResponse.setImages(images);
return describeImagesResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform/v20170301/DescribeRegionsResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.clouddesktop.transform.v20170301;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.clouddesktop.model.v20170301.DescribeRegionsResponse;
import com.aliyuncs.clouddesktop.model.v20170301.DescribeRegionsResponse.Region;
import com.aliyuncs.transform.UnmarshallerContext;
public class DescribeRegionsResponseUnmarshaller {
public static DescribeRegionsResponse unmarshall(DescribeRegionsResponse describeRegionsResponse, UnmarshallerContext context) {
describeRegionsResponse.setRequestId(context.stringValue("DescribeRegionsResponse.RequestId"));
describeRegionsResponse.setSuccess(context.booleanValue("DescribeRegionsResponse.Success"));
describeRegionsResponse.setErrorCode(context.stringValue("DescribeRegionsResponse.ErrorCode"));
describeRegionsResponse.setMessage(context.stringValue("DescribeRegionsResponse.Message"));
List<Region> regions = new ArrayList<Region>();
for (int i = 0; i < context.lengthValue("DescribeRegionsResponse.Regions.Length"); i++) {
Region region = new Region();
region.setRegionId(context.stringValue("DescribeRegionsResponse.Regions["+ i +"].RegionId"));
region.setEndPoint(context.stringValue("DescribeRegionsResponse.Regions["+ i +"].EndPoint"));
region.setLocalName(context.stringValue("DescribeRegionsResponse.Regions["+ i +"].LocalName"));
regions.add(region);
}
describeRegionsResponse.setRegions(regions);
return describeRegionsResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform/v20170301/DescribeSAMLConfigResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.clouddesktop.transform.v20170301;
import com.aliyuncs.clouddesktop.model.v20170301.DescribeSAMLConfigResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class DescribeSAMLConfigResponseUnmarshaller {
public static DescribeSAMLConfigResponse unmarshall(DescribeSAMLConfigResponse describeSAMLConfigResponse, UnmarshallerContext context) {
describeSAMLConfigResponse.setRequestId(context.stringValue("DescribeSAMLConfigResponse.RequestId"));
describeSAMLConfigResponse.setSuccess(context.booleanValue("DescribeSAMLConfigResponse.Success"));
describeSAMLConfigResponse.setErrorCode(context.stringValue("DescribeSAMLConfigResponse.ErrorCode"));
describeSAMLConfigResponse.setMessage(context.stringValue("DescribeSAMLConfigResponse.Message"));
describeSAMLConfigResponse.setSamlEnable(context.booleanValue("DescribeSAMLConfigResponse.SamlEnable"));
describeSAMLConfigResponse.setMetadataDocument(context.stringValue("DescribeSAMLConfigResponse.MetadataDocument"));
describeSAMLConfigResponse.setSamlAuth(context.stringValue("DescribeSAMLConfigResponse.SamlAuth"));
describeSAMLConfigResponse.setSamlCheck(context.stringValue("DescribeSAMLConfigResponse.SamlCheck"));
return describeSAMLConfigResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform/v20170301/DescribeSAMLSpMetadataResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.clouddesktop.transform.v20170301;
import com.aliyuncs.clouddesktop.model.v20170301.DescribeSAMLSpMetadataResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class DescribeSAMLSpMetadataResponseUnmarshaller {
public static DescribeSAMLSpMetadataResponse unmarshall(DescribeSAMLSpMetadataResponse describeSAMLSpMetadataResponse, UnmarshallerContext context) {
describeSAMLSpMetadataResponse.setRequestId(context.stringValue("DescribeSAMLSpMetadataResponse.RequestId"));
describeSAMLSpMetadataResponse.setSuccess(context.booleanValue("DescribeSAMLSpMetadataResponse.Success"));
describeSAMLSpMetadataResponse.setErrorCode(context.stringValue("DescribeSAMLSpMetadataResponse.ErrorCode"));
describeSAMLSpMetadataResponse.setMessage(context.stringValue("DescribeSAMLSpMetadataResponse.Message"));
describeSAMLSpMetadataResponse.setMetadataDocument(context.stringValue("DescribeSAMLSpMetadataResponse.MetadataDocument"));
return describeSAMLSpMetadataResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform/v20170301/DescribeSnapshotResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.clouddesktop.transform.v20170301;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.clouddesktop.model.v20170301.DescribeSnapshotResponse;
import com.aliyuncs.clouddesktop.model.v20170301.DescribeSnapshotResponse.SnapshotAttributes;
import com.aliyuncs.transform.UnmarshallerContext;
public class DescribeSnapshotResponseUnmarshaller {
public static DescribeSnapshotResponse unmarshall(DescribeSnapshotResponse describeSnapshotResponse, UnmarshallerContext context) {
describeSnapshotResponse.setRequestId(context.stringValue("DescribeSnapshotResponse.RequestId"));
describeSnapshotResponse.setSuccess(context.booleanValue("DescribeSnapshotResponse.Success"));
describeSnapshotResponse.setErrorCode(context.stringValue("DescribeSnapshotResponse.ErrorCode"));
describeSnapshotResponse.setMessage(context.stringValue("DescribeSnapshotResponse.Message"));
describeSnapshotResponse.setTotal(context.integerValue("DescribeSnapshotResponse.Total"));
describeSnapshotResponse.setPageSize(context.integerValue("DescribeSnapshotResponse.PageSize"));
describeSnapshotResponse.setPageCount(context.integerValue("DescribeSnapshotResponse.PageCount"));
describeSnapshotResponse.setPage(context.integerValue("DescribeSnapshotResponse.Page"));
List<SnapshotAttributes> snapshots = new ArrayList<SnapshotAttributes>();
for (int i = 0; i < context.lengthValue("DescribeSnapshotResponse.Snapshots.Length"); i++) {
SnapshotAttributes snapshotAttributes = new SnapshotAttributes();
snapshotAttributes.setSnapshotId(context.stringValue("DescribeSnapshotResponse.Snapshots["+ i +"].SnapshotId"));
snapshotAttributes.setSnapshotName(context.stringValue("DescribeSnapshotResponse.Snapshots["+ i +"].SnapshotName"));
snapshotAttributes.setDesktopName(context.stringValue("DescribeSnapshotResponse.Snapshots["+ i +"].DesktopName"));
snapshotAttributes.setUserName(context.stringValue("DescribeSnapshotResponse.Snapshots["+ i +"].UserName"));
snapshotAttributes.setDescription(context.stringValue("DescribeSnapshotResponse.Snapshots["+ i +"].Description"));
snapshotAttributes.setSourceDiskSize(context.stringValue("DescribeSnapshotResponse.Snapshots["+ i +"].sourceDiskSize"));
snapshotAttributes.setSourceDiskType(context.stringValue("DescribeSnapshotResponse.Snapshots["+ i +"].SourceDiskType"));
snapshotAttributes.setSourceDiskId(context.stringValue("DescribeSnapshotResponse.Snapshots["+ i +"].SourceDiskId"));
snapshotAttributes.setCreationTime(context.stringValue("DescribeSnapshotResponse.Snapshots["+ i +"].CreationTime"));
snapshotAttributes.setStatus(context.stringValue("DescribeSnapshotResponse.Snapshots["+ i +"].Status"));
snapshotAttributes.setInstanceType(context.stringValue("DescribeSnapshotResponse.Snapshots["+ i +"].InstanceType"));
snapshotAttributes.setProcess(context.stringValue("DescribeSnapshotResponse.Snapshots["+ i +"].Process"));
snapshots.add(snapshotAttributes);
}
describeSnapshotResponse.setSnapshots(snapshots);
return describeSnapshotResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform/v20170301/DescribeUserActionsResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.clouddesktop.transform.v20170301;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.clouddesktop.model.v20170301.DescribeUserActionsResponse;
import com.aliyuncs.clouddesktop.model.v20170301.DescribeUserActionsResponse.UserActionInfo;
import com.aliyuncs.transform.UnmarshallerContext;
public class DescribeUserActionsResponseUnmarshaller {
public static DescribeUserActionsResponse unmarshall(DescribeUserActionsResponse describeUserActionsResponse, UnmarshallerContext context) {
describeUserActionsResponse.setRequestId(context.stringValue("DescribeUserActionsResponse.RequestId"));
describeUserActionsResponse.setSuccess(context.booleanValue("DescribeUserActionsResponse.Success"));
describeUserActionsResponse.setErrorCode(context.stringValue("DescribeUserActionsResponse.ErrorCode"));
describeUserActionsResponse.setMessage(context.stringValue("DescribeUserActionsResponse.Message"));
describeUserActionsResponse.setTotal(context.integerValue("DescribeUserActionsResponse.Total"));
describeUserActionsResponse.setPageSize(context.integerValue("DescribeUserActionsResponse.PageSize"));
describeUserActionsResponse.setPageCount(context.integerValue("DescribeUserActionsResponse.PageCount"));
describeUserActionsResponse.setPage(context.integerValue("DescribeUserActionsResponse.Page"));
List<UserActionInfo> userActions = new ArrayList<UserActionInfo>();
for (int i = 0; i < context.lengthValue("DescribeUserActionsResponse.UserActions.Length"); i++) {
UserActionInfo userActionInfo = new UserActionInfo();
userActionInfo.setDesktopName(context.stringValue("DescribeUserActionsResponse.UserActions["+ i +"].DesktopName"));
userActionInfo.setUserName(context.stringValue("DescribeUserActionsResponse.UserActions["+ i +"].UserName"));
userActionInfo.setEvent(context.stringValue("DescribeUserActionsResponse.UserActions["+ i +"].Event"));
userActionInfo.setEventDateTime(context.stringValue("DescribeUserActionsResponse.UserActions["+ i +"].EventDateTime"));
userActionInfo.setResult(context.booleanValue("DescribeUserActionsResponse.UserActions["+ i +"].Result"));
userActionInfo.setResultDetail(context.stringValue("DescribeUserActionsResponse.UserActions["+ i +"].ResultDetail"));
userActionInfo.setClientIp(context.stringValue("DescribeUserActionsResponse.UserActions["+ i +"].ClientIp"));
userActionInfo.setClientType(context.stringValue("DescribeUserActionsResponse.UserActions["+ i +"].ClientType"));
userActionInfo.setClientVersion(context.stringValue("DescribeUserActionsResponse.UserActions["+ i +"].ClientVersion"));
userActionInfo.setAgentVersion(context.stringValue("DescribeUserActionsResponse.UserActions["+ i +"].AgentVersion"));
userActions.add(userActionInfo);
}
describeUserActionsResponse.setUserActions(userActions);
return describeUserActionsResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform/v20170301/DescribeUserResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.clouddesktop.transform.v20170301;
import com.aliyuncs.clouddesktop.model.v20170301.DescribeUserResponse;
import com.aliyuncs.clouddesktop.model.v20170301.DescribeUserResponse.UserInfo;
import com.aliyuncs.transform.UnmarshallerContext;
public class DescribeUserResponseUnmarshaller {
public static DescribeUserResponse unmarshall(DescribeUserResponse describeUserResponse, UnmarshallerContext context) {
describeUserResponse.setRequestId(context.stringValue("DescribeUserResponse.RequestId"));
describeUserResponse.setSuccess(context.booleanValue("DescribeUserResponse.Success"));
describeUserResponse.setErrorCode(context.stringValue("DescribeUserResponse.ErrorCode"));
describeUserResponse.setMessage(context.stringValue("DescribeUserResponse.Message"));
UserInfo userInfo = new UserInfo();
userInfo.setUserName(context.stringValue("DescribeUserResponse.UserInfo.UserName"));
userInfo.setEmail(context.stringValue("DescribeUserResponse.UserInfo.Email"));
userInfo.setFlag(context.integerValue("DescribeUserResponse.UserInfo.Flag"));
userInfo.setLocked(context.booleanValue("DescribeUserResponse.UserInfo.Locked"));
userInfo.setWhenCreated(context.stringValue("DescribeUserResponse.UserInfo.WhenCreated"));
userInfo.setWhenChanged(context.stringValue("DescribeUserResponse.UserInfo.WhenChanged"));
describeUserResponse.setUserInfo(userInfo);
return describeUserResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform/v20170301/DescribeUsersResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.clouddesktop.transform.v20170301;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.clouddesktop.model.v20170301.DescribeUsersResponse;
import com.aliyuncs.clouddesktop.model.v20170301.DescribeUsersResponse.UserInfo;
import com.aliyuncs.transform.UnmarshallerContext;
public class DescribeUsersResponseUnmarshaller {
public static DescribeUsersResponse unmarshall(DescribeUsersResponse describeUsersResponse, UnmarshallerContext context) {
describeUsersResponse.setRequestId(context.stringValue("DescribeUsersResponse.RequestId"));
describeUsersResponse.setSuccess(context.booleanValue("DescribeUsersResponse.Success"));
describeUsersResponse.setErrorCode(context.stringValue("DescribeUsersResponse.ErrorCode"));
describeUsersResponse.setMessage(context.stringValue("DescribeUsersResponse.Message"));
describeUsersResponse.setTotalCount(context.integerValue("DescribeUsersResponse.TotalCount"));
describeUsersResponse.setPageSize(context.integerValue("DescribeUsersResponse.PageSize"));
describeUsersResponse.setPageNumber(context.integerValue("DescribeUsersResponse.PageNumber"));
List<UserInfo> users = new ArrayList<UserInfo>();
for (int i = 0; i < context.lengthValue("DescribeUsersResponse.Users.Length"); i++) {
UserInfo userInfo = new UserInfo();
userInfo.setUserName(context.stringValue("DescribeUsersResponse.Users["+ i +"].UserName"));
userInfo.setEmail(context.stringValue("DescribeUsersResponse.Users["+ i +"].Email"));
userInfo.setFlag(context.integerValue("DescribeUsersResponse.Users["+ i +"].Flag"));
userInfo.setLocked(context.booleanValue("DescribeUsersResponse.Users["+ i +"].Locked"));
userInfo.setWhenCreated(context.stringValue("DescribeUsersResponse.Users["+ i +"].WhenCreated"));
userInfo.setWhenChanged(context.stringValue("DescribeUsersResponse.Users["+ i +"].WhenChanged"));
users.add(userInfo);
}
describeUsersResponse.setUsers(users);
return describeUsersResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform/v20170301/ModifyDesktopAdminPasswordResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.clouddesktop.transform.v20170301;
import com.aliyuncs.clouddesktop.model.v20170301.ModifyDesktopAdminPasswordResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class ModifyDesktopAdminPasswordResponseUnmarshaller {
public static ModifyDesktopAdminPasswordResponse unmarshall(ModifyDesktopAdminPasswordResponse modifyDesktopAdminPasswordResponse, UnmarshallerContext context) {
modifyDesktopAdminPasswordResponse.setRequestId(context.stringValue("ModifyDesktopAdminPasswordResponse.RequestId"));
modifyDesktopAdminPasswordResponse.setSuccess(context.booleanValue("ModifyDesktopAdminPasswordResponse.Success"));
modifyDesktopAdminPasswordResponse.setErrorCode(context.stringValue("ModifyDesktopAdminPasswordResponse.ErrorCode"));
modifyDesktopAdminPasswordResponse.setMessage(context.stringValue("ModifyDesktopAdminPasswordResponse.Message"));
return modifyDesktopAdminPasswordResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform/v20170301/ModifyDesktopResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.clouddesktop.transform.v20170301;
import com.aliyuncs.clouddesktop.model.v20170301.ModifyDesktopResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class ModifyDesktopResponseUnmarshaller {
public static ModifyDesktopResponse unmarshall(ModifyDesktopResponse modifyDesktopResponse, UnmarshallerContext context) {
modifyDesktopResponse.setRequestId(context.stringValue("ModifyDesktopResponse.RequestId"));
modifyDesktopResponse.setSuccess(context.booleanValue("ModifyDesktopResponse.Success"));
modifyDesktopResponse.setErrorCode(context.stringValue("ModifyDesktopResponse.ErrorCode"));
modifyDesktopResponse.setMessage(context.stringValue("ModifyDesktopResponse.Message"));
return modifyDesktopResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform/v20170301/ModifyDesktopUserGroupResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.clouddesktop.transform.v20170301;
import com.aliyuncs.clouddesktop.model.v20170301.ModifyDesktopUserGroupResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class ModifyDesktopUserGroupResponseUnmarshaller {
public static ModifyDesktopUserGroupResponse unmarshall(ModifyDesktopUserGroupResponse modifyDesktopUserGroupResponse, UnmarshallerContext context) {
modifyDesktopUserGroupResponse.setRequestId(context.stringValue("ModifyDesktopUserGroupResponse.RequestId"));
modifyDesktopUserGroupResponse.setSuccess(context.booleanValue("ModifyDesktopUserGroupResponse.Success"));
modifyDesktopUserGroupResponse.setErrorCode(context.stringValue("ModifyDesktopUserGroupResponse.ErrorCode"));
modifyDesktopUserGroupResponse.setMessage(context.stringValue("ModifyDesktopUserGroupResponse.Message"));
return modifyDesktopUserGroupResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform/v20170301/ModifyDesktopUserResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.clouddesktop.transform.v20170301;
import com.aliyuncs.clouddesktop.model.v20170301.ModifyDesktopUserResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class ModifyDesktopUserResponseUnmarshaller {
public static ModifyDesktopUserResponse unmarshall(ModifyDesktopUserResponse modifyDesktopUserResponse, UnmarshallerContext context) {
modifyDesktopUserResponse.setRequestId(context.stringValue("ModifyDesktopUserResponse.RequestId"));
modifyDesktopUserResponse.setSuccess(context.booleanValue("ModifyDesktopUserResponse.Success"));
modifyDesktopUserResponse.setErrorCode(context.stringValue("ModifyDesktopUserResponse.ErrorCode"));
modifyDesktopUserResponse.setMessage(context.stringValue("ModifyDesktopUserResponse.Message"));
return modifyDesktopUserResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform/v20170301/ModifyImageInfoResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.clouddesktop.transform.v20170301;
import com.aliyuncs.clouddesktop.model.v20170301.ModifyImageInfoResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class ModifyImageInfoResponseUnmarshaller {
public static ModifyImageInfoResponse unmarshall(ModifyImageInfoResponse modifyImageInfoResponse, UnmarshallerContext context) {
modifyImageInfoResponse.setRequestId(context.stringValue("ModifyImageInfoResponse.RequestId"));
modifyImageInfoResponse.setSuccess(context.booleanValue("ModifyImageInfoResponse.Success"));
modifyImageInfoResponse.setErrorCode(context.stringValue("ModifyImageInfoResponse.ErrorCode"));
modifyImageInfoResponse.setMessage(context.stringValue("ModifyImageInfoResponse.Message"));
return modifyImageInfoResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform/v20170301/ModifySAMLConfigResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.clouddesktop.transform.v20170301;
import com.aliyuncs.clouddesktop.model.v20170301.ModifySAMLConfigResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class ModifySAMLConfigResponseUnmarshaller {
public static ModifySAMLConfigResponse unmarshall(ModifySAMLConfigResponse modifySAMLConfigResponse, UnmarshallerContext context) {
modifySAMLConfigResponse.setRequestId(context.stringValue("ModifySAMLConfigResponse.RequestId"));
modifySAMLConfigResponse.setSuccess(context.booleanValue("ModifySAMLConfigResponse.Success"));
modifySAMLConfigResponse.setErrorCode(context.stringValue("ModifySAMLConfigResponse.ErrorCode"));
modifySAMLConfigResponse.setMessage(context.stringValue("ModifySAMLConfigResponse.Message"));
return modifySAMLConfigResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform/v20170301/ModifySnapshotInfoResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.clouddesktop.transform.v20170301;
import com.aliyuncs.clouddesktop.model.v20170301.ModifySnapshotInfoResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class ModifySnapshotInfoResponseUnmarshaller {
public static ModifySnapshotInfoResponse unmarshall(ModifySnapshotInfoResponse modifySnapshotInfoResponse, UnmarshallerContext context) {
modifySnapshotInfoResponse.setRequestId(context.stringValue("ModifySnapshotInfoResponse.RequestId"));
modifySnapshotInfoResponse.setSuccess(context.booleanValue("ModifySnapshotInfoResponse.Success"));
modifySnapshotInfoResponse.setErrorCode(context.stringValue("ModifySnapshotInfoResponse.ErrorCode"));
modifySnapshotInfoResponse.setMessage(context.stringValue("ModifySnapshotInfoResponse.Message"));
return modifySnapshotInfoResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform/v20170301/ModifyUserResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.clouddesktop.transform.v20170301;
import com.aliyuncs.clouddesktop.model.v20170301.ModifyUserResponse;
import com.aliyuncs.clouddesktop.model.v20170301.ModifyUserResponse.UserInfo;
import com.aliyuncs.transform.UnmarshallerContext;
public class ModifyUserResponseUnmarshaller {
public static ModifyUserResponse unmarshall(ModifyUserResponse modifyUserResponse, UnmarshallerContext context) {
modifyUserResponse.setRequestId(context.stringValue("ModifyUserResponse.RequestId"));
modifyUserResponse.setSuccess(context.booleanValue("ModifyUserResponse.Success"));
modifyUserResponse.setErrorCode(context.stringValue("ModifyUserResponse.ErrorCode"));
modifyUserResponse.setMessage(context.stringValue("ModifyUserResponse.Message"));
UserInfo userInfo = new UserInfo();
userInfo.setUserName(context.stringValue("ModifyUserResponse.UserInfo.UserName"));
userInfo.setEmail(context.stringValue("ModifyUserResponse.UserInfo.Email"));
userInfo.setWhenCreated(context.stringValue("ModifyUserResponse.UserInfo.WhenCreated"));
userInfo.setWhenChanged(context.stringValue("ModifyUserResponse.UserInfo.WhenChanged"));
modifyUserResponse.setUserInfo(userInfo);
return modifyUserResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform/v20170301/RebootDesktopResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.clouddesktop.transform.v20170301;
import com.aliyuncs.clouddesktop.model.v20170301.RebootDesktopResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class RebootDesktopResponseUnmarshaller {
public static RebootDesktopResponse unmarshall(RebootDesktopResponse rebootDesktopResponse, UnmarshallerContext context) {
rebootDesktopResponse.setRequestId(context.stringValue("RebootDesktopResponse.RequestId"));
rebootDesktopResponse.setSuccess(context.booleanValue("RebootDesktopResponse.Success"));
rebootDesktopResponse.setErrorCode(context.stringValue("RebootDesktopResponse.ErrorCode"));
rebootDesktopResponse.setMessage(context.stringValue("RebootDesktopResponse.Message"));
return rebootDesktopResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform/v20170301/ReleaseOwnerResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.clouddesktop.transform.v20170301;
import com.aliyuncs.clouddesktop.model.v20170301.ReleaseOwnerResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class ReleaseOwnerResponseUnmarshaller {
public static ReleaseOwnerResponse unmarshall(ReleaseOwnerResponse releaseOwnerResponse, UnmarshallerContext context) {
releaseOwnerResponse.setRequestId(context.stringValue("ReleaseOwnerResponse.RequestId"));
releaseOwnerResponse.setErrorCode(context.stringValue("ReleaseOwnerResponse.ErrorCode"));
releaseOwnerResponse.setSuccess(context.booleanValue("ReleaseOwnerResponse.Success"));
releaseOwnerResponse.setMessage(context.stringValue("ReleaseOwnerResponse.Message"));
return releaseOwnerResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform/v20170301/RenewDesktopResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.clouddesktop.transform.v20170301;
import com.aliyuncs.clouddesktop.model.v20170301.RenewDesktopResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class RenewDesktopResponseUnmarshaller {
public static RenewDesktopResponse unmarshall(RenewDesktopResponse renewDesktopResponse, UnmarshallerContext context) {
renewDesktopResponse.setRequestId(context.stringValue("RenewDesktopResponse.RequestId"));
renewDesktopResponse.setSuccess(context.booleanValue("RenewDesktopResponse.Success"));
renewDesktopResponse.setErrorCode(context.stringValue("RenewDesktopResponse.ErrorCode"));
renewDesktopResponse.setMessage(context.stringValue("RenewDesktopResponse.Message"));
renewDesktopResponse.setOrderId(context.longValue("RenewDesktopResponse.OrderId"));
return renewDesktopResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform/v20170301/RequestUploadFileResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.clouddesktop.transform.v20170301;
import com.aliyuncs.clouddesktop.model.v20170301.RequestUploadFileResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class RequestUploadFileResponseUnmarshaller {
public static RequestUploadFileResponse unmarshall(RequestUploadFileResponse requestUploadFileResponse, UnmarshallerContext context) {
requestUploadFileResponse.setRequestId(context.stringValue("RequestUploadFileResponse.RequestId"));
requestUploadFileResponse.setSuccess(context.booleanValue("RequestUploadFileResponse.Success"));
requestUploadFileResponse.setErrorCode(context.stringValue("RequestUploadFileResponse.ErrorCode"));
requestUploadFileResponse.setMessage(context.stringValue("RequestUploadFileResponse.Message"));
requestUploadFileResponse.setAccessid(context.stringValue("RequestUploadFileResponse.Accessid"));
requestUploadFileResponse.setPolicy(context.stringValue("RequestUploadFileResponse.Policy"));
requestUploadFileResponse.setSignature(context.stringValue("RequestUploadFileResponse.Signature"));
requestUploadFileResponse.setDir(context.stringValue("RequestUploadFileResponse.Dir"));
requestUploadFileResponse.setHost(context.stringValue("RequestUploadFileResponse.Host"));
requestUploadFileResponse.setExpire(context.stringValue("RequestUploadFileResponse.Expire"));
return requestUploadFileResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform/v20170301/ResetDiskFromAutoSnapshotResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.clouddesktop.transform.v20170301;
import com.aliyuncs.clouddesktop.model.v20170301.ResetDiskFromAutoSnapshotResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class ResetDiskFromAutoSnapshotResponseUnmarshaller {
public static ResetDiskFromAutoSnapshotResponse unmarshall(ResetDiskFromAutoSnapshotResponse resetDiskFromAutoSnapshotResponse, UnmarshallerContext context) {
resetDiskFromAutoSnapshotResponse.setRequestId(context.stringValue("ResetDiskFromAutoSnapshotResponse.RequestId"));
resetDiskFromAutoSnapshotResponse.setSuccess(context.booleanValue("ResetDiskFromAutoSnapshotResponse.Success"));
resetDiskFromAutoSnapshotResponse.setErrorCode(context.stringValue("ResetDiskFromAutoSnapshotResponse.ErrorCode"));
resetDiskFromAutoSnapshotResponse.setMessage(context.stringValue("ResetDiskFromAutoSnapshotResponse.Message"));
return resetDiskFromAutoSnapshotResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform/v20170301/ResetDiskFromSnapshotResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.clouddesktop.transform.v20170301;
import com.aliyuncs.clouddesktop.model.v20170301.ResetDiskFromSnapshotResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class ResetDiskFromSnapshotResponseUnmarshaller {
public static ResetDiskFromSnapshotResponse unmarshall(ResetDiskFromSnapshotResponse resetDiskFromSnapshotResponse, UnmarshallerContext context) {
resetDiskFromSnapshotResponse.setRequestId(context.stringValue("ResetDiskFromSnapshotResponse.RequestId"));
resetDiskFromSnapshotResponse.setSuccess(context.booleanValue("ResetDiskFromSnapshotResponse.Success"));
resetDiskFromSnapshotResponse.setErrorCode(context.stringValue("ResetDiskFromSnapshotResponse.ErrorCode"));
resetDiskFromSnapshotResponse.setMessage(context.stringValue("ResetDiskFromSnapshotResponse.Message"));
return resetDiskFromSnapshotResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform/v20170301/ResetUserPasswordResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.clouddesktop.transform.v20170301;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.clouddesktop.model.v20170301.ResetUserPasswordResponse;
import com.aliyuncs.clouddesktop.model.v20170301.ResetUserPasswordResponse.UserAction;
import com.aliyuncs.transform.UnmarshallerContext;
public class ResetUserPasswordResponseUnmarshaller {
public static ResetUserPasswordResponse unmarshall(ResetUserPasswordResponse resetUserPasswordResponse, UnmarshallerContext context) {
resetUserPasswordResponse.setRequestId(context.stringValue("ResetUserPasswordResponse.RequestId"));
resetUserPasswordResponse.setSuccess(context.booleanValue("ResetUserPasswordResponse.Success"));
resetUserPasswordResponse.setErrorCode(context.stringValue("ResetUserPasswordResponse.ErrorCode"));
resetUserPasswordResponse.setMessage(context.stringValue("ResetUserPasswordResponse.Message"));
List<UserAction> result = new ArrayList<UserAction>();
for (int i = 0; i < context.lengthValue("ResetUserPasswordResponse.Result.Length"); i++) {
UserAction userAction = new UserAction();
userAction.setUserName(context.stringValue("ResetUserPasswordResponse.Result["+ i +"].UserName"));
userAction.setSuccess(context.booleanValue("ResetUserPasswordResponse.Result["+ i +"].Success"));
userAction.setErrorCode(context.stringValue("ResetUserPasswordResponse.Result["+ i +"].ErrorCode"));
userAction.setMessage(context.stringValue("ResetUserPasswordResponse.Result["+ i +"].Message"));
result.add(userAction);
}
resetUserPasswordResponse.setResult(result);
return resetUserPasswordResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform/v20170301/StartDesktopResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.clouddesktop.transform.v20170301;
import com.aliyuncs.clouddesktop.model.v20170301.StartDesktopResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class StartDesktopResponseUnmarshaller {
public static StartDesktopResponse unmarshall(StartDesktopResponse startDesktopResponse, UnmarshallerContext context) {
startDesktopResponse.setRequestId(context.stringValue("StartDesktopResponse.RequestId"));
startDesktopResponse.setSuccess(context.booleanValue("StartDesktopResponse.Success"));
startDesktopResponse.setErrorCode(context.stringValue("StartDesktopResponse.ErrorCode"));
startDesktopResponse.setMessage(context.stringValue("StartDesktopResponse.Message"));
return startDesktopResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform/v20170301/StopDesktopResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.clouddesktop.transform.v20170301;
import com.aliyuncs.clouddesktop.model.v20170301.StopDesktopResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class StopDesktopResponseUnmarshaller {
public static StopDesktopResponse unmarshall(StopDesktopResponse stopDesktopResponse, UnmarshallerContext context) {
stopDesktopResponse.setRequestId(context.stringValue("StopDesktopResponse.RequestId"));
stopDesktopResponse.setSuccess(context.booleanValue("StopDesktopResponse.Success"));
stopDesktopResponse.setErrorCode(context.stringValue("StopDesktopResponse.ErrorCode"));
stopDesktopResponse.setMessage(context.stringValue("StopDesktopResponse.Message"));
return stopDesktopResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform
|
java-sources/com/aliyun/aliyun-java-sdk-clouddesktop/1.1.0/com/aliyuncs/clouddesktop/transform/v20170301/UnlockUserResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.clouddesktop.transform.v20170301;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.clouddesktop.model.v20170301.UnlockUserResponse;
import com.aliyuncs.clouddesktop.model.v20170301.UnlockUserResponse.UserAction;
import com.aliyuncs.transform.UnmarshallerContext;
public class UnlockUserResponseUnmarshaller {
public static UnlockUserResponse unmarshall(UnlockUserResponse unlockUserResponse, UnmarshallerContext context) {
unlockUserResponse.setRequestId(context.stringValue("UnlockUserResponse.RequestId"));
unlockUserResponse.setSuccess(context.booleanValue("UnlockUserResponse.Success"));
unlockUserResponse.setErrorCode(context.stringValue("UnlockUserResponse.ErrorCode"));
unlockUserResponse.setMessage(context.stringValue("UnlockUserResponse.Message"));
List<UserAction> result = new ArrayList<UserAction>();
for (int i = 0; i < context.lengthValue("UnlockUserResponse.Result.Length"); i++) {
UserAction userAction = new UserAction();
userAction.setUserName(context.stringValue("UnlockUserResponse.Result["+ i +"].UserName"));
userAction.setSuccess(context.booleanValue("UnlockUserResponse.Result["+ i +"].Success"));
userAction.setErrorCode(context.stringValue("UnlockUserResponse.Result["+ i +"].ErrorCode"));
userAction.setMessage(context.stringValue("UnlockUserResponse.Result["+ i +"].Message"));
result.add(userAction);
}
unlockUserResponse.setResult(result);
return unlockUserResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/Endpoint.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl;
import java.util.HashMap;
public class Endpoint {
public static HashMap<String, String> endpointMap = new HashMap<String, String>() {
{
put("cn-shanghai-internal-test-1", "cloudesl.aliyuncs.com");
put("cn-shenzhen-su18-b01", "cloudesl.aliyuncs.com");
put("cn-beijing", "cloudesl.aliyuncs.com");
put("cn-shanghai-inner", "cloudesl.aliyuncs.com");
put("cn-hangzhou-internal-prod-1", "cloudesl.aliyuncs.com");
put("cn-north-2-gov-1", "cloudesl.aliyuncs.com");
put("cn-yushanfang", "cloudesl.aliyuncs.com");
put("cn-qingdao-nebula", "cloudesl.aliyuncs.com");
put("cn-beijing-finance-pop", "cloudesl.aliyuncs.com");
put("cn-wuhan", "cloudesl.aliyuncs.com");
put("cn-zhangjiakou", "cloudesl.aliyuncs.com");
put("us-west-1", "cloudesl.aliyuncs.com");
put("rus-west-1-pop", "cloudesl.aliyuncs.com");
put("cn-shanghai-et15-b01", "cloudesl.aliyuncs.com");
put("cn-hangzhou-bj-b01", "cloudesl.aliyuncs.com");
put("cn-zhangbei-na61-b01", "cloudesl.aliyuncs.com");
put("ap-northeast-1", "cloudesl.aliyuncs.com");
put("cn-shanghai-et2-b01", "cloudesl.aliyuncs.com");
put("ap-southeast-1", "cloudesl.aliyuncs.com");
put("ap-southeast-2", "cloudesl.aliyuncs.com");
put("ap-southeast-3", "cloudesl.aliyuncs.com");
put("ap-southeast-5", "cloudesl.aliyuncs.com");
put("us-east-1", "cloudesl.aliyuncs.com");
put("cn-shenzhen-inner", "cloudesl.aliyuncs.com");
put("cn-zhangjiakou-na62-a01", "cloudesl.aliyuncs.com");
put("cn-beijing-gov-1", "cloudesl.aliyuncs.com");
put("ap-south-1", "cloudesl.aliyuncs.com");
put("cn-shenzhen-st4-d01", "cloudesl.aliyuncs.com");
put("cn-haidian-cm12-c01", "cloudesl.aliyuncs.com");
put("cn-qingdao", "cloudesl.aliyuncs.com");
put("cn-hongkong-finance-pop", "cloudesl.aliyuncs.com");
put("cn-shanghai", "cloudesl.aliyuncs.com");
put("cn-shanghai-finance-1", "cloudesl.aliyuncs.com");
put("cn-hongkong", "cloudesl.aliyuncs.com");
put("eu-central-1", "cloudesl.aliyuncs.com");
put("cn-shenzhen", "cloudesl.aliyuncs.com");
put("cn-zhengzhou-nebula-1", "cloudesl.aliyuncs.com");
put("eu-west-1", "cloudesl.aliyuncs.com");
put("cn-hangzhou-internal-test-1", "cloudesl.aliyuncs.com");
put("eu-west-1-oxs", "cloudesl.aliyuncs.com");
put("cn-beijing-finance-1", "cloudesl.aliyuncs.com");
put("cn-hangzhou-internal-test-3", "cloudesl.aliyuncs.com");
put("cn-hangzhou-internal-test-2", "cloudesl.aliyuncs.com");
put("cn-shenzhen-finance-1", "cloudesl.aliyuncs.com");
put("me-east-1", "cloudesl.aliyuncs.com");
put("cn-chengdu", "cloudesl.aliyuncs.com");
put("cn-hangzhou-test-306", "cloudesl.aliyuncs.com");
put("cn-hangzhou-finance", "cloudesl.aliyuncs.com");
put("cn-beijing-nu16-b01", "cloudesl.aliyuncs.com");
put("cn-edge-1", "cloudesl.aliyuncs.com");
put("cn-huhehaote", "cloudesl.aliyuncs.com");
put("cn-fujian", "cloudesl.aliyuncs.com");
put("ap-northeast-2-pop", "cloudesl.aliyuncs.com");
}
};
public static String endpointRegionalType = "regional";
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/ActivateApDeviceRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cloudesl.Endpoint;
/**
* @author auto create
* @version
*/
public class ActivateApDeviceRequest extends RpcAcsRequest<ActivateApDeviceResponse> {
private String extraParams;
private String apMac;
private String storeId;
public ActivateApDeviceRequest() {
super("cloudesl", "2020-02-01", "ActivateApDevice");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getExtraParams() {
return this.extraParams;
}
public void setExtraParams(String extraParams) {
this.extraParams = extraParams;
if(extraParams != null){
putBodyParameter("ExtraParams", extraParams);
}
}
public String getApMac() {
return this.apMac;
}
public void setApMac(String apMac) {
this.apMac = apMac;
if(apMac != null){
putBodyParameter("ApMac", apMac);
}
}
public String getStoreId() {
return this.storeId;
}
public void setStoreId(String storeId) {
this.storeId = storeId;
if(storeId != null){
putBodyParameter("StoreId", storeId);
}
}
@Override
public Class<ActivateApDeviceResponse> getResponseClass() {
return ActivateApDeviceResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/ActivateApDeviceResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudesl.transform.v20200201.ActivateApDeviceResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ActivateApDeviceResponse extends AcsResponse {
private String errorMessage;
private String errorCode;
private String message;
private String dynamicCode;
private String code;
private String dynamicMessage;
private String requestId;
private Boolean success;
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getDynamicCode() {
return this.dynamicCode;
}
public void setDynamicCode(String dynamicCode) {
this.dynamicCode = dynamicCode;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getDynamicMessage() {
return this.dynamicMessage;
}
public void setDynamicMessage(String dynamicMessage) {
this.dynamicMessage = dynamicMessage;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
@Override
public ActivateApDeviceResponse getInstance(UnmarshallerContext context) {
return ActivateApDeviceResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/AddApDeviceRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cloudesl.Endpoint;
/**
* @author auto create
* @version
*/
public class AddApDeviceRequest extends RpcAcsRequest<AddApDeviceResponse> {
private String extraParams;
private String clientToken;
private String remark;
private String apMac;
private String storeId;
private String serialNumber;
public AddApDeviceRequest() {
super("cloudesl", "2020-02-01", "AddApDevice");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getExtraParams() {
return this.extraParams;
}
public void setExtraParams(String extraParams) {
this.extraParams = extraParams;
if(extraParams != null){
putBodyParameter("ExtraParams", extraParams);
}
}
public String getClientToken() {
return this.clientToken;
}
public void setClientToken(String clientToken) {
this.clientToken = clientToken;
if(clientToken != null){
putBodyParameter("ClientToken", clientToken);
}
}
public String getRemark() {
return this.remark;
}
public void setRemark(String remark) {
this.remark = remark;
if(remark != null){
putBodyParameter("Remark", remark);
}
}
public String getApMac() {
return this.apMac;
}
public void setApMac(String apMac) {
this.apMac = apMac;
if(apMac != null){
putBodyParameter("ApMac", apMac);
}
}
public String getStoreId() {
return this.storeId;
}
public void setStoreId(String storeId) {
this.storeId = storeId;
if(storeId != null){
putBodyParameter("StoreId", storeId);
}
}
public String getSerialNumber() {
return this.serialNumber;
}
public void setSerialNumber(String serialNumber) {
this.serialNumber = serialNumber;
if(serialNumber != null){
putBodyParameter("SerialNumber", serialNumber);
}
}
@Override
public Class<AddApDeviceResponse> getResponseClass() {
return AddApDeviceResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/AddApDeviceResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudesl.transform.v20200201.AddApDeviceResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class AddApDeviceResponse extends AcsResponse {
private String errorMessage;
private String errorCode;
private String message;
private String dynamicCode;
private String code;
private String dynamicMessage;
private String requestId;
private Boolean success;
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getDynamicCode() {
return this.dynamicCode;
}
public void setDynamicCode(String dynamicCode) {
this.dynamicCode = dynamicCode;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getDynamicMessage() {
return this.dynamicMessage;
}
public void setDynamicMessage(String dynamicMessage) {
this.dynamicMessage = dynamicMessage;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
@Override
public AddApDeviceResponse getInstance(UnmarshallerContext context) {
return AddApDeviceResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/AddCompanyTemplateRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cloudesl.Endpoint;
/**
* @author auto create
* @version
*/
public class AddCompanyTemplateRequest extends RpcAcsRequest<AddCompanyTemplateResponse> {
private String extraParams;
private String eslSize;
private Boolean ifPromotion;
private String deviceType;
private String scene;
private String templateVersion;
private String templateType;
private String vendor;
private Boolean ifDefault;
private String templateName;
private String templateSceneId;
private Boolean ifSourceCode;
private String groupId;
private Boolean ifMember;
private Integer layout;
private Boolean ifOutOfInventory;
public AddCompanyTemplateRequest() {
super("cloudesl", "2020-02-01", "AddCompanyTemplate");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getExtraParams() {
return this.extraParams;
}
public void setExtraParams(String extraParams) {
this.extraParams = extraParams;
if(extraParams != null){
putBodyParameter("ExtraParams", extraParams);
}
}
public String getEslSize() {
return this.eslSize;
}
public void setEslSize(String eslSize) {
this.eslSize = eslSize;
if(eslSize != null){
putBodyParameter("EslSize", eslSize);
}
}
public Boolean getIfPromotion() {
return this.ifPromotion;
}
public void setIfPromotion(Boolean ifPromotion) {
this.ifPromotion = ifPromotion;
if(ifPromotion != null){
putBodyParameter("IfPromotion", ifPromotion.toString());
}
}
public String getDeviceType() {
return this.deviceType;
}
public void setDeviceType(String deviceType) {
this.deviceType = deviceType;
if(deviceType != null){
putBodyParameter("DeviceType", deviceType);
}
}
public String getScene() {
return this.scene;
}
public void setScene(String scene) {
this.scene = scene;
if(scene != null){
putBodyParameter("Scene", scene);
}
}
public String getTemplateVersion() {
return this.templateVersion;
}
public void setTemplateVersion(String templateVersion) {
this.templateVersion = templateVersion;
if(templateVersion != null){
putBodyParameter("TemplateVersion", templateVersion);
}
}
public String getTemplateType() {
return this.templateType;
}
public void setTemplateType(String templateType) {
this.templateType = templateType;
if(templateType != null){
putBodyParameter("TemplateType", templateType);
}
}
public String getVendor() {
return this.vendor;
}
public void setVendor(String vendor) {
this.vendor = vendor;
if(vendor != null){
putBodyParameter("Vendor", vendor);
}
}
public Boolean getIfDefault() {
return this.ifDefault;
}
public void setIfDefault(Boolean ifDefault) {
this.ifDefault = ifDefault;
if(ifDefault != null){
putBodyParameter("IfDefault", ifDefault.toString());
}
}
public String getTemplateName() {
return this.templateName;
}
public void setTemplateName(String templateName) {
this.templateName = templateName;
if(templateName != null){
putBodyParameter("TemplateName", templateName);
}
}
public String getTemplateSceneId() {
return this.templateSceneId;
}
public void setTemplateSceneId(String templateSceneId) {
this.templateSceneId = templateSceneId;
if(templateSceneId != null){
putBodyParameter("TemplateSceneId", templateSceneId);
}
}
public Boolean getIfSourceCode() {
return this.ifSourceCode;
}
public void setIfSourceCode(Boolean ifSourceCode) {
this.ifSourceCode = ifSourceCode;
if(ifSourceCode != null){
putBodyParameter("IfSourceCode", ifSourceCode.toString());
}
}
public String getGroupId() {
return this.groupId;
}
public void setGroupId(String groupId) {
this.groupId = groupId;
if(groupId != null){
putBodyParameter("GroupId", groupId);
}
}
public Boolean getIfMember() {
return this.ifMember;
}
public void setIfMember(Boolean ifMember) {
this.ifMember = ifMember;
if(ifMember != null){
putBodyParameter("IfMember", ifMember.toString());
}
}
public Integer getLayout() {
return this.layout;
}
public void setLayout(Integer layout) {
this.layout = layout;
if(layout != null){
putBodyParameter("Layout", layout.toString());
}
}
public Boolean getIfOutOfInventory() {
return this.ifOutOfInventory;
}
public void setIfOutOfInventory(Boolean ifOutOfInventory) {
this.ifOutOfInventory = ifOutOfInventory;
if(ifOutOfInventory != null){
putBodyParameter("IfOutOfInventory", ifOutOfInventory.toString());
}
}
@Override
public Class<AddCompanyTemplateResponse> getResponseClass() {
return AddCompanyTemplateResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/AddCompanyTemplateResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudesl.transform.v20200201.AddCompanyTemplateResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class AddCompanyTemplateResponse extends AcsResponse {
private String requestId;
private String errorMessage;
private Boolean success;
private String errorCode;
private String code;
private String message;
private String dynamicMessage;
private String dynamicCode;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getDynamicMessage() {
return this.dynamicMessage;
}
public void setDynamicMessage(String dynamicMessage) {
this.dynamicMessage = dynamicMessage;
}
public String getDynamicCode() {
return this.dynamicCode;
}
public void setDynamicCode(String dynamicCode) {
this.dynamicCode = dynamicCode;
}
@Override
public AddCompanyTemplateResponse getInstance(UnmarshallerContext context) {
return AddCompanyTemplateResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/AddMaterialRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cloudesl.Endpoint;
/**
* @author auto create
* @version
*/
public class AddMaterialRequest extends RpcAcsRequest<AddMaterialResponse> {
private String content;
private String name;
public AddMaterialRequest() {
super("cloudesl", "2020-02-01", "AddMaterial");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getContent() {
return this.content;
}
public void setContent(String content) {
this.content = content;
if(content != null){
putBodyParameter("Content", content);
}
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
if(name != null){
putBodyParameter("Name", name);
}
}
@Override
public Class<AddMaterialResponse> getResponseClass() {
return AddMaterialResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/AddMaterialResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudesl.transform.v20200201.AddMaterialResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class AddMaterialResponse extends AcsResponse {
private String requestId;
private Boolean success;
private String message;
private String errorCode;
private String errorMessage;
private String code;
private String dynamicCode;
private String dynamicMessage;
private Result result;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getDynamicCode() {
return this.dynamicCode;
}
public void setDynamicCode(String dynamicCode) {
this.dynamicCode = dynamicCode;
}
public String getDynamicMessage() {
return this.dynamicMessage;
}
public void setDynamicMessage(String dynamicMessage) {
this.dynamicMessage = dynamicMessage;
}
public Result getResult() {
return this.result;
}
public void setResult(Result result) {
this.result = result;
}
public static class Result {
private Boolean success;
private String message;
private String dynamicMessage;
private String dynamicCode;
private String errorCode;
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getDynamicMessage() {
return this.dynamicMessage;
}
public void setDynamicMessage(String dynamicMessage) {
this.dynamicMessage = dynamicMessage;
}
public String getDynamicCode() {
return this.dynamicCode;
}
public void setDynamicCode(String dynamicCode) {
this.dynamicCode = dynamicCode;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
}
@Override
public AddMaterialResponse getInstance(UnmarshallerContext context) {
return AddMaterialResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/AddUserRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cloudesl.Endpoint;
/**
* @author auto create
* @version
*/
public class AddUserRequest extends RpcAcsRequest<AddUserResponse> {
private String extraParams;
private String clientToken;
private String userId;
public AddUserRequest() {
super("cloudesl", "2020-02-01", "AddUser");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getExtraParams() {
return this.extraParams;
}
public void setExtraParams(String extraParams) {
this.extraParams = extraParams;
if(extraParams != null){
putBodyParameter("ExtraParams", extraParams);
}
}
public String getClientToken() {
return this.clientToken;
}
public void setClientToken(String clientToken) {
this.clientToken = clientToken;
if(clientToken != null){
putBodyParameter("ClientToken", clientToken);
}
}
public String getUserId() {
return this.userId;
}
public void setUserId(String userId) {
this.userId = userId;
if(userId != null){
putBodyParameter("UserId", userId);
}
}
@Override
public Class<AddUserResponse> getResponseClass() {
return AddUserResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/AddUserResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudesl.transform.v20200201.AddUserResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class AddUserResponse extends AcsResponse {
private String errorMessage;
private String errorCode;
private String message;
private String dynamicCode;
private String code;
private String dynamicMessage;
private String requestId;
private Boolean success;
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getDynamicCode() {
return this.dynamicCode;
}
public void setDynamicCode(String dynamicCode) {
this.dynamicCode = dynamicCode;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getDynamicMessage() {
return this.dynamicMessage;
}
public void setDynamicMessage(String dynamicMessage) {
this.dynamicMessage = dynamicMessage;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
@Override
public AddUserResponse getInstance(UnmarshallerContext context) {
return AddUserResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/ApplyCompanyTemplateVersionToStoresRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cloudesl.Endpoint;
/**
* @author auto create
* @version
*/
public class ApplyCompanyTemplateVersionToStoresRequest extends RpcAcsRequest<ApplyCompanyTemplateVersionToStoresResponse> {
private String stores;
private String templateVersion;
public ApplyCompanyTemplateVersionToStoresRequest() {
super("cloudesl", "2020-02-01", "ApplyCompanyTemplateVersionToStores");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getStores() {
return this.stores;
}
public void setStores(String stores) {
this.stores = stores;
if(stores != null){
putBodyParameter("Stores", stores);
}
}
public String getTemplateVersion() {
return this.templateVersion;
}
public void setTemplateVersion(String templateVersion) {
this.templateVersion = templateVersion;
if(templateVersion != null){
putBodyParameter("TemplateVersion", templateVersion);
}
}
@Override
public Class<ApplyCompanyTemplateVersionToStoresResponse> getResponseClass() {
return ApplyCompanyTemplateVersionToStoresResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/ApplyCompanyTemplateVersionToStoresResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudesl.transform.v20200201.ApplyCompanyTemplateVersionToStoresResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ApplyCompanyTemplateVersionToStoresResponse extends AcsResponse {
private String requestId;
private String errorMessage;
private Boolean success;
private String errorCode;
private String code;
private String message;
private String dynamicMessage;
private String dynamicCode;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getDynamicMessage() {
return this.dynamicMessage;
}
public void setDynamicMessage(String dynamicMessage) {
this.dynamicMessage = dynamicMessage;
}
public String getDynamicCode() {
return this.dynamicCode;
}
public void setDynamicCode(String dynamicCode) {
this.dynamicCode = dynamicCode;
}
@Override
public ApplyCompanyTemplateVersionToStoresResponse getInstance(UnmarshallerContext context) {
return ApplyCompanyTemplateVersionToStoresResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/ApplyImageDitheringRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cloudesl.Endpoint;
/**
* @author auto create
* @version
*/
public class ApplyImageDitheringRequest extends RpcAcsRequest<ApplyImageDitheringResponse> {
private String extraParams;
private String content;
private String deviceType;
private Integer height;
private Integer width;
public ApplyImageDitheringRequest() {
super("cloudesl", "2020-02-01", "ApplyImageDithering");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getExtraParams() {
return this.extraParams;
}
public void setExtraParams(String extraParams) {
this.extraParams = extraParams;
if(extraParams != null){
putBodyParameter("ExtraParams", extraParams);
}
}
public String getContent() {
return this.content;
}
public void setContent(String content) {
this.content = content;
if(content != null){
putBodyParameter("Content", content);
}
}
public String getDeviceType() {
return this.deviceType;
}
public void setDeviceType(String deviceType) {
this.deviceType = deviceType;
if(deviceType != null){
putBodyParameter("DeviceType", deviceType);
}
}
public Integer getHeight() {
return this.height;
}
public void setHeight(Integer height) {
this.height = height;
if(height != null){
putBodyParameter("Height", height.toString());
}
}
public Integer getWidth() {
return this.width;
}
public void setWidth(Integer width) {
this.width = width;
if(width != null){
putBodyParameter("Width", width.toString());
}
}
@Override
public Class<ApplyImageDitheringResponse> getResponseClass() {
return ApplyImageDitheringResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/ApplyImageDitheringResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudesl.transform.v20200201.ApplyImageDitheringResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ApplyImageDitheringResponse extends AcsResponse {
private String content;
private String requestId;
private Boolean success;
private String message;
private String errorCode;
private String errorMessage;
private String code;
private String dynamicCode;
private String dynamicMessage;
public String getContent() {
return this.content;
}
public void setContent(String content) {
this.content = content;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getDynamicCode() {
return this.dynamicCode;
}
public void setDynamicCode(String dynamicCode) {
this.dynamicCode = dynamicCode;
}
public String getDynamicMessage() {
return this.dynamicMessage;
}
public void setDynamicMessage(String dynamicMessage) {
this.dynamicMessage = dynamicMessage;
}
@Override
public ApplyImageDitheringResponse getInstance(UnmarshallerContext context) {
return ApplyImageDitheringResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/AssignUserRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cloudesl.Endpoint;
/**
* @author auto create
* @version
*/
public class AssignUserRequest extends RpcAcsRequest<AssignUserResponse> {
private String extraParams;
private String stores;
private String userType;
private String userId;
public AssignUserRequest() {
super("cloudesl", "2020-02-01", "AssignUser");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getExtraParams() {
return this.extraParams;
}
public void setExtraParams(String extraParams) {
this.extraParams = extraParams;
if(extraParams != null){
putBodyParameter("ExtraParams", extraParams);
}
}
public String getStores() {
return this.stores;
}
public void setStores(String stores) {
this.stores = stores;
if(stores != null){
putBodyParameter("Stores", stores);
}
}
public String getUserType() {
return this.userType;
}
public void setUserType(String userType) {
this.userType = userType;
if(userType != null){
putBodyParameter("UserType", userType);
}
}
public String getUserId() {
return this.userId;
}
public void setUserId(String userId) {
this.userId = userId;
if(userId != null){
putBodyParameter("UserId", userId);
}
}
@Override
public Class<AssignUserResponse> getResponseClass() {
return AssignUserResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/AssignUserResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudesl.transform.v20200201.AssignUserResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class AssignUserResponse extends AcsResponse {
private String errorMessage;
private String errorCode;
private String message;
private String dynamicCode;
private String code;
private String dynamicMessage;
private String requestId;
private Boolean success;
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getDynamicCode() {
return this.dynamicCode;
}
public void setDynamicCode(String dynamicCode) {
this.dynamicCode = dynamicCode;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getDynamicMessage() {
return this.dynamicMessage;
}
public void setDynamicMessage(String dynamicMessage) {
this.dynamicMessage = dynamicMessage;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
@Override
public AssignUserResponse getInstance(UnmarshallerContext context) {
return AssignUserResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/BatchInsertItemsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.RpcAcsRequest;
import java.util.List;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cloudesl.Endpoint;
/**
* @author auto create
* @version
*/
public class BatchInsertItemsRequest extends RpcAcsRequest<BatchInsertItemsResponse> {
private String extraParams;
private String storeId;
private Boolean syncByItemId;
private List<ItemInfo> itemInfos;
public BatchInsertItemsRequest() {
super("cloudesl", "2020-02-01", "BatchInsertItems");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getExtraParams() {
return this.extraParams;
}
public void setExtraParams(String extraParams) {
this.extraParams = extraParams;
if(extraParams != null){
putBodyParameter("ExtraParams", extraParams);
}
}
public String getStoreId() {
return this.storeId;
}
public void setStoreId(String storeId) {
this.storeId = storeId;
if(storeId != null){
putBodyParameter("StoreId", storeId);
}
}
public Boolean getSyncByItemId() {
return this.syncByItemId;
}
public void setSyncByItemId(Boolean syncByItemId) {
this.syncByItemId = syncByItemId;
if(syncByItemId != null){
putBodyParameter("SyncByItemId", syncByItemId.toString());
}
}
public List<ItemInfo> getItemInfos() {
return this.itemInfos;
}
public void setItemInfos(List<ItemInfo> itemInfos) {
this.itemInfos = itemInfos;
if (itemInfos != null) {
for (int depth1 = 0; depth1 < itemInfos.size(); depth1++) {
putBodyParameter("ItemInfo." + (depth1 + 1) + ".MemberPrice" , itemInfos.get(depth1).getMemberPrice());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".ActionPrice" , itemInfos.get(depth1).getActionPrice());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".BeSourceCode" , itemInfos.get(depth1).getBeSourceCode());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".BrandName" , itemInfos.get(depth1).getBrandName());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".PromotionStart" , itemInfos.get(depth1).getPromotionStart());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".PriceUnit" , itemInfos.get(depth1).getPriceUnit());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".Rank" , itemInfos.get(depth1).getRank());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".ItemInfoIndex" , itemInfos.get(depth1).getItemInfoIndex());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".ItemBarCode" , itemInfos.get(depth1).getItemBarCode());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".CustomizeFeatureK" , itemInfos.get(depth1).getCustomizeFeatureK());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".CustomizeFeatureL" , itemInfos.get(depth1).getCustomizeFeatureL());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".CustomizeFeatureM" , itemInfos.get(depth1).getCustomizeFeatureM());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".CustomizeFeatureN" , itemInfos.get(depth1).getCustomizeFeatureN());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".BePromotion" , itemInfos.get(depth1).getBePromotion());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".CustomizeFeatureO" , itemInfos.get(depth1).getCustomizeFeatureO());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".CustomizeFeatureP" , itemInfos.get(depth1).getCustomizeFeatureP());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".PromotionEnd" , itemInfos.get(depth1).getPromotionEnd());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".ItemTitle" , itemInfos.get(depth1).getItemTitle());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".CustomizeFeatureQ" , itemInfos.get(depth1).getCustomizeFeatureQ());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".CustomizeFeatureR" , itemInfos.get(depth1).getCustomizeFeatureR());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".CustomizeFeatureC" , itemInfos.get(depth1).getCustomizeFeatureC());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".CustomizeFeatureD" , itemInfos.get(depth1).getCustomizeFeatureD());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".ItemQrCode" , itemInfos.get(depth1).getItemQrCode());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".CustomizeFeatureE" , itemInfos.get(depth1).getCustomizeFeatureE());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".PromotionReason" , itemInfos.get(depth1).getPromotionReason());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".InventoryStatus" , itemInfos.get(depth1).getInventoryStatus());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".CustomizeFeatureF" , itemInfos.get(depth1).getCustomizeFeatureF());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".CustomizeFeatureG" , itemInfos.get(depth1).getCustomizeFeatureG());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".CustomizeFeatureH" , itemInfos.get(depth1).getCustomizeFeatureH());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".CustomizeFeatureI" , itemInfos.get(depth1).getCustomizeFeatureI());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".CustomizeFeatureJ" , itemInfos.get(depth1).getCustomizeFeatureJ());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".CustomizeFeatureA" , itemInfos.get(depth1).getCustomizeFeatureA());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".CustomizeFeatureB" , itemInfos.get(depth1).getCustomizeFeatureB());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".SuggestPrice" , itemInfos.get(depth1).getSuggestPrice());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".ForestFirstId" , itemInfos.get(depth1).getForestFirstId());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".ProductionPlace" , itemInfos.get(depth1).getProductionPlace());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".SourceCode" , itemInfos.get(depth1).getSourceCode());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".Manufacturer" , itemInfos.get(depth1).getManufacturer());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".ItemId" , itemInfos.get(depth1).getItemId());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".BeMember" , itemInfos.get(depth1).getBeMember());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".CustomizeFeatureS" , itemInfos.get(depth1).getCustomizeFeatureS());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".CustomizeFeatureT" , itemInfos.get(depth1).getCustomizeFeatureT());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".CustomizeFeatureU" , itemInfos.get(depth1).getCustomizeFeatureU());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".TemplateSceneId" , itemInfos.get(depth1).getTemplateSceneId());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".CustomizeFeatureV" , itemInfos.get(depth1).getCustomizeFeatureV());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".CustomizeFeatureW" , itemInfos.get(depth1).getCustomizeFeatureW());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".CustomizeFeatureX" , itemInfos.get(depth1).getCustomizeFeatureX());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".CustomizeFeatureY" , itemInfos.get(depth1).getCustomizeFeatureY());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".CustomizeFeatureZ" , itemInfos.get(depth1).getCustomizeFeatureZ());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".SalesPrice" , itemInfos.get(depth1).getSalesPrice());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".OriginalPrice" , itemInfos.get(depth1).getOriginalPrice());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".ItemShortTitle" , itemInfos.get(depth1).getItemShortTitle());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".ItemPicUrl" , itemInfos.get(depth1).getItemPicUrl());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".ForestSecondId" , itemInfos.get(depth1).getForestSecondId());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".SupplierName" , itemInfos.get(depth1).getSupplierName());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".BeClearance" , itemInfos.get(depth1).getBeClearance());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".Material" , itemInfos.get(depth1).getMaterial());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".ModelNumber" , itemInfos.get(depth1).getModelNumber());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".SaleSpec" , itemInfos.get(depth1).getSaleSpec());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".CategoryName" , itemInfos.get(depth1).getCategoryName());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".TaxFee" , itemInfos.get(depth1).getTaxFee());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".EnergyEfficiency" , itemInfos.get(depth1).getEnergyEfficiency());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".PromotionText" , itemInfos.get(depth1).getPromotionText());
putBodyParameter("ItemInfo." + (depth1 + 1) + ".SkuId" , itemInfos.get(depth1).getSkuId());
}
}
}
public static class ItemInfo {
private Integer memberPrice;
private Integer actionPrice;
private Boolean beSourceCode;
private String brandName;
private String promotionStart;
private String priceUnit;
private String rank;
private Integer itemInfoIndex;
private String itemBarCode;
private String customizeFeatureK;
private String customizeFeatureL;
private String customizeFeatureM;
private String customizeFeatureN;
private Boolean bePromotion;
private String customizeFeatureO;
private String customizeFeatureP;
private String promotionEnd;
private String itemTitle;
private String customizeFeatureQ;
private String customizeFeatureR;
private String customizeFeatureC;
private String customizeFeatureD;
private String itemQrCode;
private String customizeFeatureE;
private String promotionReason;
private String inventoryStatus;
private String customizeFeatureF;
private String customizeFeatureG;
private String customizeFeatureH;
private String customizeFeatureI;
private String customizeFeatureJ;
private String customizeFeatureA;
private String customizeFeatureB;
private Integer suggestPrice;
private String forestFirstId;
private String productionPlace;
private String sourceCode;
private String manufacturer;
private String itemId;
private Boolean beMember;
private String customizeFeatureS;
private String customizeFeatureT;
private String customizeFeatureU;
private String templateSceneId;
private String customizeFeatureV;
private String customizeFeatureW;
private String customizeFeatureX;
private String customizeFeatureY;
private String customizeFeatureZ;
private Integer salesPrice;
private Integer originalPrice;
private String itemShortTitle;
private String itemPicUrl;
private String forestSecondId;
private String supplierName;
private Boolean beClearance;
private String material;
private String modelNumber;
private String saleSpec;
private String categoryName;
private String taxFee;
private String energyEfficiency;
private String promotionText;
private String skuId;
public Integer getMemberPrice() {
return this.memberPrice;
}
public void setMemberPrice(Integer memberPrice) {
this.memberPrice = memberPrice;
}
public Integer getActionPrice() {
return this.actionPrice;
}
public void setActionPrice(Integer actionPrice) {
this.actionPrice = actionPrice;
}
public Boolean getBeSourceCode() {
return this.beSourceCode;
}
public void setBeSourceCode(Boolean beSourceCode) {
this.beSourceCode = beSourceCode;
}
public String getBrandName() {
return this.brandName;
}
public void setBrandName(String brandName) {
this.brandName = brandName;
}
public String getPromotionStart() {
return this.promotionStart;
}
public void setPromotionStart(String promotionStart) {
this.promotionStart = promotionStart;
}
public String getPriceUnit() {
return this.priceUnit;
}
public void setPriceUnit(String priceUnit) {
this.priceUnit = priceUnit;
}
public String getRank() {
return this.rank;
}
public void setRank(String rank) {
this.rank = rank;
}
public Integer getItemInfoIndex() {
return this.itemInfoIndex;
}
public void setItemInfoIndex(Integer itemInfoIndex) {
this.itemInfoIndex = itemInfoIndex;
}
public String getItemBarCode() {
return this.itemBarCode;
}
public void setItemBarCode(String itemBarCode) {
this.itemBarCode = itemBarCode;
}
public String getCustomizeFeatureK() {
return this.customizeFeatureK;
}
public void setCustomizeFeatureK(String customizeFeatureK) {
this.customizeFeatureK = customizeFeatureK;
}
public String getCustomizeFeatureL() {
return this.customizeFeatureL;
}
public void setCustomizeFeatureL(String customizeFeatureL) {
this.customizeFeatureL = customizeFeatureL;
}
public String getCustomizeFeatureM() {
return this.customizeFeatureM;
}
public void setCustomizeFeatureM(String customizeFeatureM) {
this.customizeFeatureM = customizeFeatureM;
}
public String getCustomizeFeatureN() {
return this.customizeFeatureN;
}
public void setCustomizeFeatureN(String customizeFeatureN) {
this.customizeFeatureN = customizeFeatureN;
}
public Boolean getBePromotion() {
return this.bePromotion;
}
public void setBePromotion(Boolean bePromotion) {
this.bePromotion = bePromotion;
}
public String getCustomizeFeatureO() {
return this.customizeFeatureO;
}
public void setCustomizeFeatureO(String customizeFeatureO) {
this.customizeFeatureO = customizeFeatureO;
}
public String getCustomizeFeatureP() {
return this.customizeFeatureP;
}
public void setCustomizeFeatureP(String customizeFeatureP) {
this.customizeFeatureP = customizeFeatureP;
}
public String getPromotionEnd() {
return this.promotionEnd;
}
public void setPromotionEnd(String promotionEnd) {
this.promotionEnd = promotionEnd;
}
public String getItemTitle() {
return this.itemTitle;
}
public void setItemTitle(String itemTitle) {
this.itemTitle = itemTitle;
}
public String getCustomizeFeatureQ() {
return this.customizeFeatureQ;
}
public void setCustomizeFeatureQ(String customizeFeatureQ) {
this.customizeFeatureQ = customizeFeatureQ;
}
public String getCustomizeFeatureR() {
return this.customizeFeatureR;
}
public void setCustomizeFeatureR(String customizeFeatureR) {
this.customizeFeatureR = customizeFeatureR;
}
public String getCustomizeFeatureC() {
return this.customizeFeatureC;
}
public void setCustomizeFeatureC(String customizeFeatureC) {
this.customizeFeatureC = customizeFeatureC;
}
public String getCustomizeFeatureD() {
return this.customizeFeatureD;
}
public void setCustomizeFeatureD(String customizeFeatureD) {
this.customizeFeatureD = customizeFeatureD;
}
public String getItemQrCode() {
return this.itemQrCode;
}
public void setItemQrCode(String itemQrCode) {
this.itemQrCode = itemQrCode;
}
public String getCustomizeFeatureE() {
return this.customizeFeatureE;
}
public void setCustomizeFeatureE(String customizeFeatureE) {
this.customizeFeatureE = customizeFeatureE;
}
public String getPromotionReason() {
return this.promotionReason;
}
public void setPromotionReason(String promotionReason) {
this.promotionReason = promotionReason;
}
public String getInventoryStatus() {
return this.inventoryStatus;
}
public void setInventoryStatus(String inventoryStatus) {
this.inventoryStatus = inventoryStatus;
}
public String getCustomizeFeatureF() {
return this.customizeFeatureF;
}
public void setCustomizeFeatureF(String customizeFeatureF) {
this.customizeFeatureF = customizeFeatureF;
}
public String getCustomizeFeatureG() {
return this.customizeFeatureG;
}
public void setCustomizeFeatureG(String customizeFeatureG) {
this.customizeFeatureG = customizeFeatureG;
}
public String getCustomizeFeatureH() {
return this.customizeFeatureH;
}
public void setCustomizeFeatureH(String customizeFeatureH) {
this.customizeFeatureH = customizeFeatureH;
}
public String getCustomizeFeatureI() {
return this.customizeFeatureI;
}
public void setCustomizeFeatureI(String customizeFeatureI) {
this.customizeFeatureI = customizeFeatureI;
}
public String getCustomizeFeatureJ() {
return this.customizeFeatureJ;
}
public void setCustomizeFeatureJ(String customizeFeatureJ) {
this.customizeFeatureJ = customizeFeatureJ;
}
public String getCustomizeFeatureA() {
return this.customizeFeatureA;
}
public void setCustomizeFeatureA(String customizeFeatureA) {
this.customizeFeatureA = customizeFeatureA;
}
public String getCustomizeFeatureB() {
return this.customizeFeatureB;
}
public void setCustomizeFeatureB(String customizeFeatureB) {
this.customizeFeatureB = customizeFeatureB;
}
public Integer getSuggestPrice() {
return this.suggestPrice;
}
public void setSuggestPrice(Integer suggestPrice) {
this.suggestPrice = suggestPrice;
}
public String getForestFirstId() {
return this.forestFirstId;
}
public void setForestFirstId(String forestFirstId) {
this.forestFirstId = forestFirstId;
}
public String getProductionPlace() {
return this.productionPlace;
}
public void setProductionPlace(String productionPlace) {
this.productionPlace = productionPlace;
}
public String getSourceCode() {
return this.sourceCode;
}
public void setSourceCode(String sourceCode) {
this.sourceCode = sourceCode;
}
public String getManufacturer() {
return this.manufacturer;
}
public void setManufacturer(String manufacturer) {
this.manufacturer = manufacturer;
}
public String getItemId() {
return this.itemId;
}
public void setItemId(String itemId) {
this.itemId = itemId;
}
public Boolean getBeMember() {
return this.beMember;
}
public void setBeMember(Boolean beMember) {
this.beMember = beMember;
}
public String getCustomizeFeatureS() {
return this.customizeFeatureS;
}
public void setCustomizeFeatureS(String customizeFeatureS) {
this.customizeFeatureS = customizeFeatureS;
}
public String getCustomizeFeatureT() {
return this.customizeFeatureT;
}
public void setCustomizeFeatureT(String customizeFeatureT) {
this.customizeFeatureT = customizeFeatureT;
}
public String getCustomizeFeatureU() {
return this.customizeFeatureU;
}
public void setCustomizeFeatureU(String customizeFeatureU) {
this.customizeFeatureU = customizeFeatureU;
}
public String getTemplateSceneId() {
return this.templateSceneId;
}
public void setTemplateSceneId(String templateSceneId) {
this.templateSceneId = templateSceneId;
}
public String getCustomizeFeatureV() {
return this.customizeFeatureV;
}
public void setCustomizeFeatureV(String customizeFeatureV) {
this.customizeFeatureV = customizeFeatureV;
}
public String getCustomizeFeatureW() {
return this.customizeFeatureW;
}
public void setCustomizeFeatureW(String customizeFeatureW) {
this.customizeFeatureW = customizeFeatureW;
}
public String getCustomizeFeatureX() {
return this.customizeFeatureX;
}
public void setCustomizeFeatureX(String customizeFeatureX) {
this.customizeFeatureX = customizeFeatureX;
}
public String getCustomizeFeatureY() {
return this.customizeFeatureY;
}
public void setCustomizeFeatureY(String customizeFeatureY) {
this.customizeFeatureY = customizeFeatureY;
}
public String getCustomizeFeatureZ() {
return this.customizeFeatureZ;
}
public void setCustomizeFeatureZ(String customizeFeatureZ) {
this.customizeFeatureZ = customizeFeatureZ;
}
public Integer getSalesPrice() {
return this.salesPrice;
}
public void setSalesPrice(Integer salesPrice) {
this.salesPrice = salesPrice;
}
public Integer getOriginalPrice() {
return this.originalPrice;
}
public void setOriginalPrice(Integer originalPrice) {
this.originalPrice = originalPrice;
}
public String getItemShortTitle() {
return this.itemShortTitle;
}
public void setItemShortTitle(String itemShortTitle) {
this.itemShortTitle = itemShortTitle;
}
public String getItemPicUrl() {
return this.itemPicUrl;
}
public void setItemPicUrl(String itemPicUrl) {
this.itemPicUrl = itemPicUrl;
}
public String getForestSecondId() {
return this.forestSecondId;
}
public void setForestSecondId(String forestSecondId) {
this.forestSecondId = forestSecondId;
}
public String getSupplierName() {
return this.supplierName;
}
public void setSupplierName(String supplierName) {
this.supplierName = supplierName;
}
public Boolean getBeClearance() {
return this.beClearance;
}
public void setBeClearance(Boolean beClearance) {
this.beClearance = beClearance;
}
public String getMaterial() {
return this.material;
}
public void setMaterial(String material) {
this.material = material;
}
public String getModelNumber() {
return this.modelNumber;
}
public void setModelNumber(String modelNumber) {
this.modelNumber = modelNumber;
}
public String getSaleSpec() {
return this.saleSpec;
}
public void setSaleSpec(String saleSpec) {
this.saleSpec = saleSpec;
}
public String getCategoryName() {
return this.categoryName;
}
public void setCategoryName(String categoryName) {
this.categoryName = categoryName;
}
public String getTaxFee() {
return this.taxFee;
}
public void setTaxFee(String taxFee) {
this.taxFee = taxFee;
}
public String getEnergyEfficiency() {
return this.energyEfficiency;
}
public void setEnergyEfficiency(String energyEfficiency) {
this.energyEfficiency = energyEfficiency;
}
public String getPromotionText() {
return this.promotionText;
}
public void setPromotionText(String promotionText) {
this.promotionText = promotionText;
}
public String getSkuId() {
return this.skuId;
}
public void setSkuId(String skuId) {
this.skuId = skuId;
}
}
@Override
public Class<BatchInsertItemsResponse> getResponseClass() {
return BatchInsertItemsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/BatchInsertItemsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudesl.transform.v20200201.BatchInsertItemsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class BatchInsertItemsResponse extends AcsResponse {
private String requestId;
private String errorMessage;
private Boolean success;
private String errorCode;
private String code;
private String message;
private String dynamicMessage;
private String dynamicCode;
private List<BatchResult> batchResults;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getDynamicMessage() {
return this.dynamicMessage;
}
public void setDynamicMessage(String dynamicMessage) {
this.dynamicMessage = dynamicMessage;
}
public String getDynamicCode() {
return this.dynamicCode;
}
public void setDynamicCode(String dynamicCode) {
this.dynamicCode = dynamicCode;
}
public List<BatchResult> getBatchResults() {
return this.batchResults;
}
public void setBatchResults(List<BatchResult> batchResults) {
this.batchResults = batchResults;
}
public static class BatchResult {
private Integer index;
private String message;
private Boolean success;
private String errorCode;
public Integer getIndex() {
return this.index;
}
public void setIndex(Integer index) {
this.index = index;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
}
@Override
public BatchInsertItemsResponse getInstance(UnmarshallerContext context) {
return BatchInsertItemsResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/BatchUpdateEventRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cloudesl.Endpoint;
/**
* @author auto create
* @version
*/
public class BatchUpdateEventRequest extends RpcAcsRequest<BatchUpdateEventResponse> {
private String events;
public BatchUpdateEventRequest() {
super("cloudesl", "2020-02-01", "BatchUpdateEvent");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getEvents() {
return this.events;
}
public void setEvents(String events) {
this.events = events;
if(events != null){
putBodyParameter("Events", events);
}
}
@Override
public Class<BatchUpdateEventResponse> getResponseClass() {
return BatchUpdateEventResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/BatchUpdateEventResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudesl.transform.v20200201.BatchUpdateEventResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class BatchUpdateEventResponse extends AcsResponse {
private String requestId;
private String errorMessage;
private Boolean success;
private String errorCode;
private String code;
private String message;
private String dynamicMessage;
private String dynamicCode;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getDynamicMessage() {
return this.dynamicMessage;
}
public void setDynamicMessage(String dynamicMessage) {
this.dynamicMessage = dynamicMessage;
}
public String getDynamicCode() {
return this.dynamicCode;
}
public void setDynamicCode(String dynamicCode) {
this.dynamicCode = dynamicCode;
}
@Override
public BatchUpdateEventResponse getInstance(UnmarshallerContext context) {
return BatchUpdateEventResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/BindDeviceLayoutRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cloudesl.Endpoint;
/**
* @author auto create
* @version
*/
public class BindDeviceLayoutRequest extends RpcAcsRequest<BindDeviceLayoutResponse> {
private String storeId;
private String layoutId;
private String eslBarCode;
public BindDeviceLayoutRequest() {
super("cloudesl", "2020-02-01", "BindDeviceLayout");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getStoreId() {
return this.storeId;
}
public void setStoreId(String storeId) {
this.storeId = storeId;
if(storeId != null){
putBodyParameter("StoreId", storeId);
}
}
public String getLayoutId() {
return this.layoutId;
}
public void setLayoutId(String layoutId) {
this.layoutId = layoutId;
if(layoutId != null){
putBodyParameter("LayoutId", layoutId);
}
}
public String getEslBarCode() {
return this.eslBarCode;
}
public void setEslBarCode(String eslBarCode) {
this.eslBarCode = eslBarCode;
if(eslBarCode != null){
putBodyParameter("EslBarCode", eslBarCode);
}
}
@Override
public Class<BindDeviceLayoutResponse> getResponseClass() {
return BindDeviceLayoutResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/BindDeviceLayoutResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudesl.transform.v20200201.BindDeviceLayoutResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class BindDeviceLayoutResponse extends AcsResponse {
private String requestId;
private Boolean success;
private String message;
private String errorCode;
private String errorMessage;
private String code;
private String dynamicCode;
private String dynamicMessage;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getDynamicCode() {
return this.dynamicCode;
}
public void setDynamicCode(String dynamicCode) {
this.dynamicCode = dynamicCode;
}
public String getDynamicMessage() {
return this.dynamicMessage;
}
public void setDynamicMessage(String dynamicMessage) {
this.dynamicMessage = dynamicMessage;
}
@Override
public BindDeviceLayoutResponse getInstance(UnmarshallerContext context) {
return BindDeviceLayoutResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/BindEslDeviceRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cloudesl.Endpoint;
/**
* @author auto create
* @version
*/
public class BindEslDeviceRequest extends RpcAcsRequest<BindEslDeviceResponse> {
private String extraParams;
private String containerName;
private String storeId;
private String layoutId;
private Integer layer;
private String eslBarCode;
private String layoutName;
private String itemBarCode;
private String column;
private String shelf;
private String containerId;
public BindEslDeviceRequest() {
super("cloudesl", "2020-02-01", "BindEslDevice");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getExtraParams() {
return this.extraParams;
}
public void setExtraParams(String extraParams) {
this.extraParams = extraParams;
if(extraParams != null){
putBodyParameter("ExtraParams", extraParams);
}
}
public String getContainerName() {
return this.containerName;
}
public void setContainerName(String containerName) {
this.containerName = containerName;
if(containerName != null){
putBodyParameter("ContainerName", containerName);
}
}
public String getStoreId() {
return this.storeId;
}
public void setStoreId(String storeId) {
this.storeId = storeId;
if(storeId != null){
putBodyParameter("StoreId", storeId);
}
}
public String getLayoutId() {
return this.layoutId;
}
public void setLayoutId(String layoutId) {
this.layoutId = layoutId;
if(layoutId != null){
putBodyParameter("LayoutId", layoutId);
}
}
public Integer getLayer() {
return this.layer;
}
public void setLayer(Integer layer) {
this.layer = layer;
if(layer != null){
putBodyParameter("Layer", layer.toString());
}
}
public String getEslBarCode() {
return this.eslBarCode;
}
public void setEslBarCode(String eslBarCode) {
this.eslBarCode = eslBarCode;
if(eslBarCode != null){
putBodyParameter("EslBarCode", eslBarCode);
}
}
public String getLayoutName() {
return this.layoutName;
}
public void setLayoutName(String layoutName) {
this.layoutName = layoutName;
if(layoutName != null){
putBodyParameter("LayoutName", layoutName);
}
}
public String getItemBarCode() {
return this.itemBarCode;
}
public void setItemBarCode(String itemBarCode) {
this.itemBarCode = itemBarCode;
if(itemBarCode != null){
putBodyParameter("ItemBarCode", itemBarCode);
}
}
public String getColumn() {
return this.column;
}
public void setColumn(String column) {
this.column = column;
if(column != null){
putBodyParameter("Column", column);
}
}
public String getShelf() {
return this.shelf;
}
public void setShelf(String shelf) {
this.shelf = shelf;
if(shelf != null){
putBodyParameter("Shelf", shelf);
}
}
public String getContainerId() {
return this.containerId;
}
public void setContainerId(String containerId) {
this.containerId = containerId;
if(containerId != null){
putBodyParameter("ContainerId", containerId);
}
}
@Override
public Class<BindEslDeviceResponse> getResponseClass() {
return BindEslDeviceResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/BindEslDeviceResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudesl.transform.v20200201.BindEslDeviceResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class BindEslDeviceResponse extends AcsResponse {
private String requestId;
private String errorMessage;
private Boolean success;
private String errorCode;
private String code;
private String message;
private String dynamicMessage;
private String dynamicCode;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getDynamicMessage() {
return this.dynamicMessage;
}
public void setDynamicMessage(String dynamicMessage) {
this.dynamicMessage = dynamicMessage;
}
public String getDynamicCode() {
return this.dynamicCode;
}
public void setDynamicCode(String dynamicCode) {
this.dynamicCode = dynamicCode;
}
@Override
public BindEslDeviceResponse getInstance(UnmarshallerContext context) {
return BindEslDeviceResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/CheckServiceLinkedRoleForDeletingRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cloudesl.Endpoint;
/**
* @author auto create
* @version
*/
public class CheckServiceLinkedRoleForDeletingRequest extends RpcAcsRequest<CheckServiceLinkedRoleForDeletingResponse> {
private String extraParams;
private String deletionTaskId;
private String serviceName;
private Long ownerId;
private String sPIRegionId;
private String roleArn;
public CheckServiceLinkedRoleForDeletingRequest() {
super("cloudesl", "2020-02-01", "CheckServiceLinkedRoleForDeleting");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getExtraParams() {
return this.extraParams;
}
public void setExtraParams(String extraParams) {
this.extraParams = extraParams;
if(extraParams != null){
putBodyParameter("ExtraParams", extraParams);
}
}
public String getDeletionTaskId() {
return this.deletionTaskId;
}
public void setDeletionTaskId(String deletionTaskId) {
this.deletionTaskId = deletionTaskId;
if(deletionTaskId != null){
putQueryParameter("DeletionTaskId", deletionTaskId);
}
}
public String getServiceName() {
return this.serviceName;
}
public void setServiceName(String serviceName) {
this.serviceName = serviceName;
if(serviceName != null){
putQueryParameter("ServiceName", serviceName);
}
}
public Long getOwnerId() {
return this.ownerId;
}
public void setOwnerId(Long ownerId) {
this.ownerId = ownerId;
if(ownerId != null){
putQueryParameter("OwnerId", ownerId.toString());
}
}
public String getSPIRegionId() {
return this.sPIRegionId;
}
public void setSPIRegionId(String sPIRegionId) {
this.sPIRegionId = sPIRegionId;
if(sPIRegionId != null){
putQueryParameter("SPIRegionId", sPIRegionId);
}
}
public String getRoleArn() {
return this.roleArn;
}
public void setRoleArn(String roleArn) {
this.roleArn = roleArn;
if(roleArn != null){
putQueryParameter("RoleArn", roleArn);
}
}
@Override
public Class<CheckServiceLinkedRoleForDeletingResponse> getResponseClass() {
return CheckServiceLinkedRoleForDeletingResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/CheckServiceLinkedRoleForDeletingResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudesl.transform.v20200201.CheckServiceLinkedRoleForDeletingResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CheckServiceLinkedRoleForDeletingResponse extends AcsResponse {
private Boolean deletable;
private String requestId;
private Boolean success;
private String message;
private String errorCode;
private String errorMessage;
private String code;
private String dynamicCode;
private String dynamicMessage;
private List<RoleUsage> roleUsages;
public Boolean getDeletable() {
return this.deletable;
}
public void setDeletable(Boolean deletable) {
this.deletable = deletable;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getDynamicCode() {
return this.dynamicCode;
}
public void setDynamicCode(String dynamicCode) {
this.dynamicCode = dynamicCode;
}
public String getDynamicMessage() {
return this.dynamicMessage;
}
public void setDynamicMessage(String dynamicMessage) {
this.dynamicMessage = dynamicMessage;
}
public List<RoleUsage> getRoleUsages() {
return this.roleUsages;
}
public void setRoleUsages(List<RoleUsage> roleUsages) {
this.roleUsages = roleUsages;
}
public static class RoleUsage {
private String region;
private String resources;
public String getRegion() {
return this.region;
}
public void setRegion(String region) {
this.region = region;
}
public String getResources() {
return this.resources;
}
public void setResources(String resources) {
this.resources = resources;
}
}
@Override
public CheckServiceLinkedRoleForDeletingResponse getInstance(UnmarshallerContext context) {
return CheckServiceLinkedRoleForDeletingResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/CopyCompanyTemplateViewRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cloudesl.Endpoint;
/**
* @author auto create
* @version
*/
public class CopyCompanyTemplateViewRequest extends RpcAcsRequest<CopyCompanyTemplateViewResponse> {
private String extraParams;
private String targetName;
private String modelId;
private String targetVersion;
private String templateId;
private Long targetGroupId;
public CopyCompanyTemplateViewRequest() {
super("cloudesl", "2020-02-01", "CopyCompanyTemplateView");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getExtraParams() {
return this.extraParams;
}
public void setExtraParams(String extraParams) {
this.extraParams = extraParams;
if(extraParams != null){
putBodyParameter("ExtraParams", extraParams);
}
}
public String getTargetName() {
return this.targetName;
}
public void setTargetName(String targetName) {
this.targetName = targetName;
if(targetName != null){
putBodyParameter("TargetName", targetName);
}
}
public String getModelId() {
return this.modelId;
}
public void setModelId(String modelId) {
this.modelId = modelId;
if(modelId != null){
putBodyParameter("ModelId", modelId);
}
}
public String getTargetVersion() {
return this.targetVersion;
}
public void setTargetVersion(String targetVersion) {
this.targetVersion = targetVersion;
if(targetVersion != null){
putBodyParameter("TargetVersion", targetVersion);
}
}
public String getTemplateId() {
return this.templateId;
}
public void setTemplateId(String templateId) {
this.templateId = templateId;
if(templateId != null){
putBodyParameter("TemplateId", templateId);
}
}
public Long getTargetGroupId() {
return this.targetGroupId;
}
public void setTargetGroupId(Long targetGroupId) {
this.targetGroupId = targetGroupId;
if(targetGroupId != null){
putBodyParameter("TargetGroupId", targetGroupId.toString());
}
}
@Override
public Class<CopyCompanyTemplateViewResponse> getResponseClass() {
return CopyCompanyTemplateViewResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/CopyCompanyTemplateViewResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudesl.transform.v20200201.CopyCompanyTemplateViewResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CopyCompanyTemplateViewResponse extends AcsResponse {
private String requestId;
private String errorMessage;
private Boolean success;
private String errorCode;
private String code;
private String message;
private String dynamicMessage;
private String dynamicCode;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getDynamicMessage() {
return this.dynamicMessage;
}
public void setDynamicMessage(String dynamicMessage) {
this.dynamicMessage = dynamicMessage;
}
public String getDynamicCode() {
return this.dynamicCode;
}
public void setDynamicCode(String dynamicCode) {
this.dynamicCode = dynamicCode;
}
@Override
public CopyCompanyTemplateViewResponse getInstance(UnmarshallerContext context) {
return CopyCompanyTemplateViewResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/CopyLayoutRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cloudesl.Endpoint;
/**
* @author auto create
* @version
*/
public class CopyLayoutRequest extends RpcAcsRequest<CopyLayoutResponse> {
private Long layoutId;
private String templateVersion;
private String eslModelId;
public CopyLayoutRequest() {
super("cloudesl", "2020-02-01", "CopyLayout");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public Long getLayoutId() {
return this.layoutId;
}
public void setLayoutId(Long layoutId) {
this.layoutId = layoutId;
if(layoutId != null){
putBodyParameter("LayoutId", layoutId.toString());
}
}
public String getTemplateVersion() {
return this.templateVersion;
}
public void setTemplateVersion(String templateVersion) {
this.templateVersion = templateVersion;
if(templateVersion != null){
putBodyParameter("TemplateVersion", templateVersion);
}
}
public String getEslModelId() {
return this.eslModelId;
}
public void setEslModelId(String eslModelId) {
this.eslModelId = eslModelId;
if(eslModelId != null){
putBodyParameter("EslModelId", eslModelId);
}
}
@Override
public Class<CopyLayoutResponse> getResponseClass() {
return CopyLayoutResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/CopyLayoutResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudesl.transform.v20200201.CopyLayoutResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CopyLayoutResponse extends AcsResponse {
private String requestId;
private Boolean success;
private String message;
private String errorCode;
private String errorMessage;
private String code;
private String dynamicCode;
private String dynamicMessage;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getDynamicCode() {
return this.dynamicCode;
}
public void setDynamicCode(String dynamicCode) {
this.dynamicCode = dynamicCode;
}
public String getDynamicMessage() {
return this.dynamicMessage;
}
public void setDynamicMessage(String dynamicMessage) {
this.dynamicMessage = dynamicMessage;
}
@Override
public CopyLayoutResponse getInstance(UnmarshallerContext context) {
return CopyLayoutResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/CopyTemplateGroupRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cloudesl.Endpoint;
/**
* @author auto create
* @version
*/
public class CopyTemplateGroupRequest extends RpcAcsRequest<CopyTemplateGroupResponse> {
private String groupId;
private String templateVersion;
private String eslModelId;
public CopyTemplateGroupRequest() {
super("cloudesl", "2020-02-01", "CopyTemplateGroup");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getGroupId() {
return this.groupId;
}
public void setGroupId(String groupId) {
this.groupId = groupId;
if(groupId != null){
putBodyParameter("GroupId", groupId);
}
}
public String getTemplateVersion() {
return this.templateVersion;
}
public void setTemplateVersion(String templateVersion) {
this.templateVersion = templateVersion;
if(templateVersion != null){
putBodyParameter("TemplateVersion", templateVersion);
}
}
public String getEslModelId() {
return this.eslModelId;
}
public void setEslModelId(String eslModelId) {
this.eslModelId = eslModelId;
if(eslModelId != null){
putBodyParameter("EslModelId", eslModelId);
}
}
@Override
public Class<CopyTemplateGroupResponse> getResponseClass() {
return CopyTemplateGroupResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/CopyTemplateGroupResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudesl.transform.v20200201.CopyTemplateGroupResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CopyTemplateGroupResponse extends AcsResponse {
private String requestId;
private Boolean success;
private String message;
private String errorCode;
private String errorMessage;
private String code;
private String dynamicCode;
private String dynamicMessage;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getDynamicCode() {
return this.dynamicCode;
}
public void setDynamicCode(String dynamicCode) {
this.dynamicCode = dynamicCode;
}
public String getDynamicMessage() {
return this.dynamicMessage;
}
public void setDynamicMessage(String dynamicMessage) {
this.dynamicMessage = dynamicMessage;
}
@Override
public CopyTemplateGroupResponse getInstance(UnmarshallerContext context) {
return CopyTemplateGroupResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/CreateStoreRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cloudesl.Endpoint;
/**
* @author auto create
* @version
*/
public class CreateStoreRequest extends RpcAcsRequest<CreateStoreResponse> {
private String extraParams;
private String clientToken;
private String timeZone;
private String storeName;
private String parentId;
private String userStoreCode;
private String phone;
public CreateStoreRequest() {
super("cloudesl", "2020-02-01", "CreateStore");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getExtraParams() {
return this.extraParams;
}
public void setExtraParams(String extraParams) {
this.extraParams = extraParams;
if(extraParams != null){
putBodyParameter("ExtraParams", extraParams);
}
}
public String getClientToken() {
return this.clientToken;
}
public void setClientToken(String clientToken) {
this.clientToken = clientToken;
if(clientToken != null){
putBodyParameter("ClientToken", clientToken);
}
}
public String getTimeZone() {
return this.timeZone;
}
public void setTimeZone(String timeZone) {
this.timeZone = timeZone;
if(timeZone != null){
putBodyParameter("TimeZone", timeZone);
}
}
public String getStoreName() {
return this.storeName;
}
public void setStoreName(String storeName) {
this.storeName = storeName;
if(storeName != null){
putBodyParameter("StoreName", storeName);
}
}
public String getParentId() {
return this.parentId;
}
public void setParentId(String parentId) {
this.parentId = parentId;
if(parentId != null){
putBodyParameter("ParentId", parentId);
}
}
public String getUserStoreCode() {
return this.userStoreCode;
}
public void setUserStoreCode(String userStoreCode) {
this.userStoreCode = userStoreCode;
if(userStoreCode != null){
putBodyParameter("UserStoreCode", userStoreCode);
}
}
public String getPhone() {
return this.phone;
}
public void setPhone(String phone) {
this.phone = phone;
if(phone != null){
putBodyParameter("Phone", phone);
}
}
@Override
public Class<CreateStoreResponse> getResponseClass() {
return CreateStoreResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/CreateStoreResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudesl.transform.v20200201.CreateStoreResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CreateStoreResponse extends AcsResponse {
private String errorMessage;
private String errorCode;
private String message;
private String storeId;
private String dynamicCode;
private String code;
private String dynamicMessage;
private String requestId;
private Boolean success;
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getStoreId() {
return this.storeId;
}
public void setStoreId(String storeId) {
this.storeId = storeId;
}
public String getDynamicCode() {
return this.dynamicCode;
}
public void setDynamicCode(String dynamicCode) {
this.dynamicCode = dynamicCode;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getDynamicMessage() {
return this.dynamicMessage;
}
public void setDynamicMessage(String dynamicMessage) {
this.dynamicMessage = dynamicMessage;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
@Override
public CreateStoreResponse getInstance(UnmarshallerContext context) {
return CreateStoreResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/DeleteApDeviceRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cloudesl.Endpoint;
/**
* @author auto create
* @version
*/
public class DeleteApDeviceRequest extends RpcAcsRequest<DeleteApDeviceResponse> {
private String extraParams;
private String apMac;
private String storeId;
public DeleteApDeviceRequest() {
super("cloudesl", "2020-02-01", "DeleteApDevice");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getExtraParams() {
return this.extraParams;
}
public void setExtraParams(String extraParams) {
this.extraParams = extraParams;
if(extraParams != null){
putBodyParameter("ExtraParams", extraParams);
}
}
public String getApMac() {
return this.apMac;
}
public void setApMac(String apMac) {
this.apMac = apMac;
if(apMac != null){
putBodyParameter("ApMac", apMac);
}
}
public String getStoreId() {
return this.storeId;
}
public void setStoreId(String storeId) {
this.storeId = storeId;
if(storeId != null){
putBodyParameter("StoreId", storeId);
}
}
@Override
public Class<DeleteApDeviceResponse> getResponseClass() {
return DeleteApDeviceResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/DeleteApDeviceResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudesl.transform.v20200201.DeleteApDeviceResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DeleteApDeviceResponse extends AcsResponse {
private String errorMessage;
private String errorCode;
private String message;
private String dynamicCode;
private String code;
private String dynamicMessage;
private String requestId;
private Boolean success;
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getDynamicCode() {
return this.dynamicCode;
}
public void setDynamicCode(String dynamicCode) {
this.dynamicCode = dynamicCode;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getDynamicMessage() {
return this.dynamicMessage;
}
public void setDynamicMessage(String dynamicMessage) {
this.dynamicMessage = dynamicMessage;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
@Override
public DeleteApDeviceResponse getInstance(UnmarshallerContext context) {
return DeleteApDeviceResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/DeleteCompanyTemplateRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cloudesl.Endpoint;
/**
* @author auto create
* @version
*/
public class DeleteCompanyTemplateRequest extends RpcAcsRequest<DeleteCompanyTemplateResponse> {
private String extraParams;
private String templateId;
public DeleteCompanyTemplateRequest() {
super("cloudesl", "2020-02-01", "DeleteCompanyTemplate");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getExtraParams() {
return this.extraParams;
}
public void setExtraParams(String extraParams) {
this.extraParams = extraParams;
if(extraParams != null){
putBodyParameter("ExtraParams", extraParams);
}
}
public String getTemplateId() {
return this.templateId;
}
public void setTemplateId(String templateId) {
this.templateId = templateId;
if(templateId != null){
putBodyParameter("TemplateId", templateId);
}
}
@Override
public Class<DeleteCompanyTemplateResponse> getResponseClass() {
return DeleteCompanyTemplateResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/DeleteCompanyTemplateResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudesl.transform.v20200201.DeleteCompanyTemplateResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DeleteCompanyTemplateResponse extends AcsResponse {
private String requestId;
private String errorMessage;
private Boolean success;
private String errorCode;
private String code;
private String message;
private String dynamicMessage;
private String dynamicCode;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getDynamicMessage() {
return this.dynamicMessage;
}
public void setDynamicMessage(String dynamicMessage) {
this.dynamicMessage = dynamicMessage;
}
public String getDynamicCode() {
return this.dynamicCode;
}
public void setDynamicCode(String dynamicCode) {
this.dynamicCode = dynamicCode;
}
@Override
public DeleteCompanyTemplateResponse getInstance(UnmarshallerContext context) {
return DeleteCompanyTemplateResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/DeleteItemRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cloudesl.Endpoint;
/**
* @author auto create
* @version
*/
public class DeleteItemRequest extends RpcAcsRequest<DeleteItemResponse> {
private String storeId;
private String itemBarCode;
private Boolean unbindEslDevice;
public DeleteItemRequest() {
super("cloudesl", "2020-02-01", "DeleteItem");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getStoreId() {
return this.storeId;
}
public void setStoreId(String storeId) {
this.storeId = storeId;
if(storeId != null){
putBodyParameter("StoreId", storeId);
}
}
public String getItemBarCode() {
return this.itemBarCode;
}
public void setItemBarCode(String itemBarCode) {
this.itemBarCode = itemBarCode;
if(itemBarCode != null){
putBodyParameter("ItemBarCode", itemBarCode);
}
}
public Boolean getUnbindEslDevice() {
return this.unbindEslDevice;
}
public void setUnbindEslDevice(Boolean unbindEslDevice) {
this.unbindEslDevice = unbindEslDevice;
if(unbindEslDevice != null){
putBodyParameter("UnbindEslDevice", unbindEslDevice.toString());
}
}
@Override
public Class<DeleteItemResponse> getResponseClass() {
return DeleteItemResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/DeleteItemResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudesl.transform.v20200201.DeleteItemResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DeleteItemResponse extends AcsResponse {
private String code;
private String dynamicCode;
private String dynamicMessage;
private String errorCode;
private String errorMessage;
private String message;
private String requestId;
private Boolean success;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getDynamicCode() {
return this.dynamicCode;
}
public void setDynamicCode(String dynamicCode) {
this.dynamicCode = dynamicCode;
}
public String getDynamicMessage() {
return this.dynamicMessage;
}
public void setDynamicMessage(String dynamicMessage) {
this.dynamicMessage = dynamicMessage;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
@Override
public DeleteItemResponse getInstance(UnmarshallerContext context) {
return DeleteItemResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/DeleteLayoutRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cloudesl.Endpoint;
/**
* @author auto create
* @version
*/
public class DeleteLayoutRequest extends RpcAcsRequest<DeleteLayoutResponse> {
private String layoutId;
public DeleteLayoutRequest() {
super("cloudesl", "2020-02-01", "DeleteLayout");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getLayoutId() {
return this.layoutId;
}
public void setLayoutId(String layoutId) {
this.layoutId = layoutId;
if(layoutId != null){
putBodyParameter("LayoutId", layoutId);
}
}
@Override
public Class<DeleteLayoutResponse> getResponseClass() {
return DeleteLayoutResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/DeleteLayoutResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudesl.transform.v20200201.DeleteLayoutResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DeleteLayoutResponse extends AcsResponse {
private String requestId;
private Boolean success;
private String message;
private String errorCode;
private String errorMessage;
private String code;
private String dynamicCode;
private String dynamicMessage;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getDynamicCode() {
return this.dynamicCode;
}
public void setDynamicCode(String dynamicCode) {
this.dynamicCode = dynamicCode;
}
public String getDynamicMessage() {
return this.dynamicMessage;
}
public void setDynamicMessage(String dynamicMessage) {
this.dynamicMessage = dynamicMessage;
}
@Override
public DeleteLayoutResponse getInstance(UnmarshallerContext context) {
return DeleteLayoutResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/DeleteMaterialRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cloudesl.Endpoint;
/**
* @author auto create
* @version
*/
public class DeleteMaterialRequest extends RpcAcsRequest<DeleteMaterialResponse> {
private String materialId;
public DeleteMaterialRequest() {
super("cloudesl", "2020-02-01", "DeleteMaterial");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getMaterialId() {
return this.materialId;
}
public void setMaterialId(String materialId) {
this.materialId = materialId;
if(materialId != null){
putBodyParameter("MaterialId", materialId);
}
}
@Override
public Class<DeleteMaterialResponse> getResponseClass() {
return DeleteMaterialResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/DeleteMaterialResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudesl.transform.v20200201.DeleteMaterialResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DeleteMaterialResponse extends AcsResponse {
private String requestId;
private Boolean success;
private String message;
private String errorCode;
private String errorMessage;
private String code;
private String dynamicCode;
private String dynamicMessage;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getDynamicCode() {
return this.dynamicCode;
}
public void setDynamicCode(String dynamicCode) {
this.dynamicCode = dynamicCode;
}
public String getDynamicMessage() {
return this.dynamicMessage;
}
public void setDynamicMessage(String dynamicMessage) {
this.dynamicMessage = dynamicMessage;
}
@Override
public DeleteMaterialResponse getInstance(UnmarshallerContext context) {
return DeleteMaterialResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/DeleteStoreRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cloudesl.Endpoint;
/**
* @author auto create
* @version
*/
public class DeleteStoreRequest extends RpcAcsRequest<DeleteStoreResponse> {
private String extraParams;
private String storeId;
public DeleteStoreRequest() {
super("cloudesl", "2020-02-01", "DeleteStore");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getExtraParams() {
return this.extraParams;
}
public void setExtraParams(String extraParams) {
this.extraParams = extraParams;
if(extraParams != null){
putBodyParameter("ExtraParams", extraParams);
}
}
public String getStoreId() {
return this.storeId;
}
public void setStoreId(String storeId) {
this.storeId = storeId;
if(storeId != null){
putBodyParameter("StoreId", storeId);
}
}
@Override
public Class<DeleteStoreResponse> getResponseClass() {
return DeleteStoreResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/DeleteStoreResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudesl.transform.v20200201.DeleteStoreResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DeleteStoreResponse extends AcsResponse {
private String errorMessage;
private String errorCode;
private String message;
private String dynamicCode;
private String code;
private String dynamicMessage;
private String requestId;
private Boolean success;
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getDynamicCode() {
return this.dynamicCode;
}
public void setDynamicCode(String dynamicCode) {
this.dynamicCode = dynamicCode;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getDynamicMessage() {
return this.dynamicMessage;
}
public void setDynamicMessage(String dynamicMessage) {
this.dynamicMessage = dynamicMessage;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
@Override
public DeleteStoreResponse getInstance(UnmarshallerContext context) {
return DeleteStoreResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/DeleteTemplateGroupRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cloudesl.Endpoint;
/**
* @author auto create
* @version
*/
public class DeleteTemplateGroupRequest extends RpcAcsRequest<DeleteTemplateGroupResponse> {
private String groupId;
public DeleteTemplateGroupRequest() {
super("cloudesl", "2020-02-01", "DeleteTemplateGroup");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getGroupId() {
return this.groupId;
}
public void setGroupId(String groupId) {
this.groupId = groupId;
if(groupId != null){
putBodyParameter("GroupId", groupId);
}
}
@Override
public Class<DeleteTemplateGroupResponse> getResponseClass() {
return DeleteTemplateGroupResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/DeleteTemplateGroupResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudesl.transform.v20200201.DeleteTemplateGroupResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DeleteTemplateGroupResponse extends AcsResponse {
private String requestId;
private Boolean success;
private String message;
private String errorCode;
private String errorMessage;
private String code;
private String dynamicCode;
private String dynamicMessage;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getDynamicCode() {
return this.dynamicCode;
}
public void setDynamicCode(String dynamicCode) {
this.dynamicCode = dynamicCode;
}
public String getDynamicMessage() {
return this.dynamicMessage;
}
public void setDynamicMessage(String dynamicMessage) {
this.dynamicMessage = dynamicMessage;
}
@Override
public DeleteTemplateGroupResponse getInstance(UnmarshallerContext context) {
return DeleteTemplateGroupResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/DeleteUserRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cloudesl.Endpoint;
/**
* @author auto create
* @version
*/
public class DeleteUserRequest extends RpcAcsRequest<DeleteUserResponse> {
private String extraParams;
private String userId;
public DeleteUserRequest() {
super("cloudesl", "2020-02-01", "DeleteUser");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getExtraParams() {
return this.extraParams;
}
public void setExtraParams(String extraParams) {
this.extraParams = extraParams;
if(extraParams != null){
putBodyParameter("ExtraParams", extraParams);
}
}
public String getUserId() {
return this.userId;
}
public void setUserId(String userId) {
this.userId = userId;
if(userId != null){
putBodyParameter("UserId", userId);
}
}
@Override
public Class<DeleteUserResponse> getResponseClass() {
return DeleteUserResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/DeleteUserResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudesl.transform.v20200201.DeleteUserResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DeleteUserResponse extends AcsResponse {
private String errorMessage;
private String errorCode;
private String message;
private String dynamicCode;
private String code;
private String dynamicMessage;
private String requestId;
private Boolean success;
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getDynamicCode() {
return this.dynamicCode;
}
public void setDynamicCode(String dynamicCode) {
this.dynamicCode = dynamicCode;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getDynamicMessage() {
return this.dynamicMessage;
}
public void setDynamicMessage(String dynamicMessage) {
this.dynamicMessage = dynamicMessage;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
@Override
public DeleteUserResponse getInstance(UnmarshallerContext context) {
return DeleteUserResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/DescribeApDevicesRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cloudesl.Endpoint;
/**
* @author auto create
* @version
*/
public class DescribeApDevicesRequest extends RpcAcsRequest<DescribeApDevicesResponse> {
private String extraParams;
private String apMac;
private String storeId;
private Integer pageNumber;
private Integer pageSize;
private String model;
private Boolean beActivate;
private Boolean status;
public DescribeApDevicesRequest() {
super("cloudesl", "2020-02-01", "DescribeApDevices");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getExtraParams() {
return this.extraParams;
}
public void setExtraParams(String extraParams) {
this.extraParams = extraParams;
if(extraParams != null){
putBodyParameter("ExtraParams", extraParams);
}
}
public String getApMac() {
return this.apMac;
}
public void setApMac(String apMac) {
this.apMac = apMac;
if(apMac != null){
putBodyParameter("ApMac", apMac);
}
}
public String getStoreId() {
return this.storeId;
}
public void setStoreId(String storeId) {
this.storeId = storeId;
if(storeId != null){
putBodyParameter("StoreId", storeId);
}
}
public Integer getPageNumber() {
return this.pageNumber;
}
public void setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
if(pageNumber != null){
putBodyParameter("PageNumber", pageNumber.toString());
}
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putBodyParameter("PageSize", pageSize.toString());
}
}
public String getModel() {
return this.model;
}
public void setModel(String model) {
this.model = model;
if(model != null){
putBodyParameter("Model", model);
}
}
public Boolean getBeActivate() {
return this.beActivate;
}
public void setBeActivate(Boolean beActivate) {
this.beActivate = beActivate;
if(beActivate != null){
putBodyParameter("BeActivate", beActivate.toString());
}
}
public Boolean getStatus() {
return this.status;
}
public void setStatus(Boolean status) {
this.status = status;
if(status != null){
putBodyParameter("Status", status.toString());
}
}
@Override
public Class<DescribeApDevicesResponse> getResponseClass() {
return DescribeApDevicesResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/DescribeApDevicesResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudesl.transform.v20200201.DescribeApDevicesResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeApDevicesResponse extends AcsResponse {
private String errorMessage;
private String errorCode;
private Integer totalCount;
private String message;
private Integer pageSize;
private String dynamicCode;
private String code;
private String dynamicMessage;
private String requestId;
private Boolean success;
private Integer pageNumber;
private List<ApInfo> apDevices;
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
public Integer getTotalCount() {
return this.totalCount;
}
public void setTotalCount(Integer totalCount) {
this.totalCount = totalCount;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
}
public String getDynamicCode() {
return this.dynamicCode;
}
public void setDynamicCode(String dynamicCode) {
this.dynamicCode = dynamicCode;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getDynamicMessage() {
return this.dynamicMessage;
}
public void setDynamicMessage(String dynamicMessage) {
this.dynamicMessage = dynamicMessage;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public Integer getPageNumber() {
return this.pageNumber;
}
public void setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
}
public List<ApInfo> getApDevices() {
return this.apDevices;
}
public void setApDevices(List<ApInfo> apDevices) {
this.apDevices = apDevices;
}
public static class ApInfo {
private String mac;
private Boolean status;
private String model;
private String remark;
private String storeId;
private Boolean beActivate;
public String getMac() {
return this.mac;
}
public void setMac(String mac) {
this.mac = mac;
}
public Boolean getStatus() {
return this.status;
}
public void setStatus(Boolean status) {
this.status = status;
}
public String getModel() {
return this.model;
}
public void setModel(String model) {
this.model = model;
}
public String getRemark() {
return this.remark;
}
public void setRemark(String remark) {
this.remark = remark;
}
public String getStoreId() {
return this.storeId;
}
public void setStoreId(String storeId) {
this.storeId = storeId;
}
public Boolean getBeActivate() {
return this.beActivate;
}
public void setBeActivate(Boolean beActivate) {
this.beActivate = beActivate;
}
}
@Override
public DescribeApDevicesResponse getInstance(UnmarshallerContext context) {
return DescribeApDevicesResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/DescribeAvailableEslModelsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cloudesl.Endpoint;
/**
* @author auto create
* @version
*/
public class DescribeAvailableEslModelsRequest extends RpcAcsRequest<DescribeAvailableEslModelsResponse> {
private String modelId;
private Integer pageNumber;
private String name;
private Integer pageSize;
public DescribeAvailableEslModelsRequest() {
super("cloudesl", "2020-02-01", "DescribeAvailableEslModels");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getModelId() {
return this.modelId;
}
public void setModelId(String modelId) {
this.modelId = modelId;
if(modelId != null){
putBodyParameter("ModelId", modelId);
}
}
public Integer getPageNumber() {
return this.pageNumber;
}
public void setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
if(pageNumber != null){
putBodyParameter("PageNumber", pageNumber.toString());
}
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
if(name != null){
putBodyParameter("Name", name);
}
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putBodyParameter("PageSize", pageSize.toString());
}
}
@Override
public Class<DescribeAvailableEslModelsResponse> getResponseClass() {
return DescribeAvailableEslModelsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/DescribeAvailableEslModelsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudesl.transform.v20200201.DescribeAvailableEslModelsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeAvailableEslModelsResponse extends AcsResponse {
private Integer totalCount;
private Integer pageSize;
private Integer pageNumber;
private String requestId;
private Boolean success;
private String message;
private String errorCode;
private String errorMessage;
private String code;
private String dynamicCode;
private String dynamicMessage;
private List<SelectItemInfo> eslModels;
public Integer getTotalCount() {
return this.totalCount;
}
public void setTotalCount(Integer totalCount) {
this.totalCount = totalCount;
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
}
public Integer getPageNumber() {
return this.pageNumber;
}
public void setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getDynamicCode() {
return this.dynamicCode;
}
public void setDynamicCode(String dynamicCode) {
this.dynamicCode = dynamicCode;
}
public String getDynamicMessage() {
return this.dynamicMessage;
}
public void setDynamicMessage(String dynamicMessage) {
this.dynamicMessage = dynamicMessage;
}
public List<SelectItemInfo> getEslModels() {
return this.eslModels;
}
public void setEslModels(List<SelectItemInfo> eslModels) {
this.eslModels = eslModels;
}
public static class SelectItemInfo {
private String modelId;
private String name;
private String deviceType;
private String vendor;
private Integer screenWidth;
private Integer screenHeight;
private String eslSize;
public String getModelId() {
return this.modelId;
}
public void setModelId(String modelId) {
this.modelId = modelId;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public String getDeviceType() {
return this.deviceType;
}
public void setDeviceType(String deviceType) {
this.deviceType = deviceType;
}
public String getVendor() {
return this.vendor;
}
public void setVendor(String vendor) {
this.vendor = vendor;
}
public Integer getScreenWidth() {
return this.screenWidth;
}
public void setScreenWidth(Integer screenWidth) {
this.screenWidth = screenWidth;
}
public Integer getScreenHeight() {
return this.screenHeight;
}
public void setScreenHeight(Integer screenHeight) {
this.screenHeight = screenHeight;
}
public String getEslSize() {
return this.eslSize;
}
public void setEslSize(String eslSize) {
this.eslSize = eslSize;
}
}
@Override
public DescribeAvailableEslModelsResponse getInstance(UnmarshallerContext context) {
return DescribeAvailableEslModelsResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/DescribeBindersRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cloudesl.Endpoint;
/**
* @author auto create
* @version
*/
public class DescribeBindersRequest extends RpcAcsRequest<DescribeBindersResponse> {
private String extraParams;
private String storeId;
private Integer pageNumber;
private String eslBarCode;
private Integer pageSize;
private String itemBarCode;
private String itemTitle;
public DescribeBindersRequest() {
super("cloudesl", "2020-02-01", "DescribeBinders");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getExtraParams() {
return this.extraParams;
}
public void setExtraParams(String extraParams) {
this.extraParams = extraParams;
if(extraParams != null){
putBodyParameter("ExtraParams", extraParams);
}
}
public String getStoreId() {
return this.storeId;
}
public void setStoreId(String storeId) {
this.storeId = storeId;
if(storeId != null){
putBodyParameter("StoreId", storeId);
}
}
public Integer getPageNumber() {
return this.pageNumber;
}
public void setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
if(pageNumber != null){
putBodyParameter("PageNumber", pageNumber.toString());
}
}
public String getEslBarCode() {
return this.eslBarCode;
}
public void setEslBarCode(String eslBarCode) {
this.eslBarCode = eslBarCode;
if(eslBarCode != null){
putBodyParameter("EslBarCode", eslBarCode);
}
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putBodyParameter("PageSize", pageSize.toString());
}
}
public String getItemBarCode() {
return this.itemBarCode;
}
public void setItemBarCode(String itemBarCode) {
this.itemBarCode = itemBarCode;
if(itemBarCode != null){
putBodyParameter("ItemBarCode", itemBarCode);
}
}
public String getItemTitle() {
return this.itemTitle;
}
public void setItemTitle(String itemTitle) {
this.itemTitle = itemTitle;
if(itemTitle != null){
putBodyParameter("ItemTitle", itemTitle);
}
}
@Override
public Class<DescribeBindersResponse> getResponseClass() {
return DescribeBindersResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/DescribeBindersResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudesl.transform.v20200201.DescribeBindersResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeBindersResponse extends AcsResponse {
private String requestId;
private String errorMessage;
private Boolean success;
private String errorCode;
private String code;
private String message;
private String dynamicMessage;
private Integer pageNumber;
private Integer pageSize;
private Integer totalCount;
private String dynamicCode;
private List<EslItemBindInfo> eslItemBindInfos;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getDynamicMessage() {
return this.dynamicMessage;
}
public void setDynamicMessage(String dynamicMessage) {
this.dynamicMessage = dynamicMessage;
}
public Integer getPageNumber() {
return this.pageNumber;
}
public void setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
}
public Integer getTotalCount() {
return this.totalCount;
}
public void setTotalCount(Integer totalCount) {
this.totalCount = totalCount;
}
public String getDynamicCode() {
return this.dynamicCode;
}
public void setDynamicCode(String dynamicCode) {
this.dynamicCode = dynamicCode;
}
public List<EslItemBindInfo> getEslItemBindInfos() {
return this.eslItemBindInfos;
}
public void setEslItemBindInfos(List<EslItemBindInfo> eslItemBindInfos) {
this.eslItemBindInfos = eslItemBindInfos;
}
public static class EslItemBindInfo {
private String eslBarCode;
private String templateSceneId;
private String actionPrice;
private String itemTitle;
private String promotionStart;
private String priceUnit;
private String originalPrice;
private String itemId;
private String gmtModified;
private String eslPic;
private String storeId;
private String itemShortTitle;
private String bindId;
private String promotionText;
private String eslModel;
private Boolean bePromotion;
private String skuId;
private String eslConnectAp;
private String eslStatus;
private String templateId;
private String promotionEnd;
private String itemBarCode;
private String containerName;
public String getEslBarCode() {
return this.eslBarCode;
}
public void setEslBarCode(String eslBarCode) {
this.eslBarCode = eslBarCode;
}
public String getTemplateSceneId() {
return this.templateSceneId;
}
public void setTemplateSceneId(String templateSceneId) {
this.templateSceneId = templateSceneId;
}
public String getActionPrice() {
return this.actionPrice;
}
public void setActionPrice(String actionPrice) {
this.actionPrice = actionPrice;
}
public String getItemTitle() {
return this.itemTitle;
}
public void setItemTitle(String itemTitle) {
this.itemTitle = itemTitle;
}
public String getPromotionStart() {
return this.promotionStart;
}
public void setPromotionStart(String promotionStart) {
this.promotionStart = promotionStart;
}
public String getPriceUnit() {
return this.priceUnit;
}
public void setPriceUnit(String priceUnit) {
this.priceUnit = priceUnit;
}
public String getOriginalPrice() {
return this.originalPrice;
}
public void setOriginalPrice(String originalPrice) {
this.originalPrice = originalPrice;
}
public String getItemId() {
return this.itemId;
}
public void setItemId(String itemId) {
this.itemId = itemId;
}
public String getGmtModified() {
return this.gmtModified;
}
public void setGmtModified(String gmtModified) {
this.gmtModified = gmtModified;
}
public String getEslPic() {
return this.eslPic;
}
public void setEslPic(String eslPic) {
this.eslPic = eslPic;
}
public String getStoreId() {
return this.storeId;
}
public void setStoreId(String storeId) {
this.storeId = storeId;
}
public String getItemShortTitle() {
return this.itemShortTitle;
}
public void setItemShortTitle(String itemShortTitle) {
this.itemShortTitle = itemShortTitle;
}
public String getBindId() {
return this.bindId;
}
public void setBindId(String bindId) {
this.bindId = bindId;
}
public String getPromotionText() {
return this.promotionText;
}
public void setPromotionText(String promotionText) {
this.promotionText = promotionText;
}
public String getEslModel() {
return this.eslModel;
}
public void setEslModel(String eslModel) {
this.eslModel = eslModel;
}
public Boolean getBePromotion() {
return this.bePromotion;
}
public void setBePromotion(Boolean bePromotion) {
this.bePromotion = bePromotion;
}
public String getSkuId() {
return this.skuId;
}
public void setSkuId(String skuId) {
this.skuId = skuId;
}
public String getEslConnectAp() {
return this.eslConnectAp;
}
public void setEslConnectAp(String eslConnectAp) {
this.eslConnectAp = eslConnectAp;
}
public String getEslStatus() {
return this.eslStatus;
}
public void setEslStatus(String eslStatus) {
this.eslStatus = eslStatus;
}
public String getTemplateId() {
return this.templateId;
}
public void setTemplateId(String templateId) {
this.templateId = templateId;
}
public String getPromotionEnd() {
return this.promotionEnd;
}
public void setPromotionEnd(String promotionEnd) {
this.promotionEnd = promotionEnd;
}
public String getItemBarCode() {
return this.itemBarCode;
}
public void setItemBarCode(String itemBarCode) {
this.itemBarCode = itemBarCode;
}
public String getContainerName() {
return this.containerName;
}
public void setContainerName(String containerName) {
this.containerName = containerName;
}
}
@Override
public DescribeBindersResponse getInstance(UnmarshallerContext context) {
return DescribeBindersResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/DescribeCompanyTemplateAttributeRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cloudesl.Endpoint;
/**
* @author auto create
* @version
*/
public class DescribeCompanyTemplateAttributeRequest extends RpcAcsRequest<DescribeCompanyTemplateAttributeResponse> {
private String extraParams;
public DescribeCompanyTemplateAttributeRequest() {
super("cloudesl", "2020-02-01", "DescribeCompanyTemplateAttribute");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getExtraParams() {
return this.extraParams;
}
public void setExtraParams(String extraParams) {
this.extraParams = extraParams;
if(extraParams != null){
putBodyParameter("ExtraParams", extraParams);
}
}
@Override
public Class<DescribeCompanyTemplateAttributeResponse> getResponseClass() {
return DescribeCompanyTemplateAttributeResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/DescribeCompanyTemplateAttributeResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudesl.transform.v20200201.DescribeCompanyTemplateAttributeResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeCompanyTemplateAttributeResponse extends AcsResponse {
private String requestId;
private String errorMessage;
private Boolean success;
private String errorCode;
private String code;
private String message;
private String dynamicMessage;
private String dynamicCode;
private List<SelectItemInfo> categoryField;
private List<SelectItemInfo> fontType;
private List<SelectItemInfo> deviceType;
private List<SelectItemInfo> templateType;
private List<SelectItemInfo> sizeType;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getDynamicMessage() {
return this.dynamicMessage;
}
public void setDynamicMessage(String dynamicMessage) {
this.dynamicMessage = dynamicMessage;
}
public String getDynamicCode() {
return this.dynamicCode;
}
public void setDynamicCode(String dynamicCode) {
this.dynamicCode = dynamicCode;
}
public List<SelectItemInfo> getCategoryField() {
return this.categoryField;
}
public void setCategoryField(List<SelectItemInfo> categoryField) {
this.categoryField = categoryField;
}
public List<SelectItemInfo> getFontType() {
return this.fontType;
}
public void setFontType(List<SelectItemInfo> fontType) {
this.fontType = fontType;
}
public List<SelectItemInfo> getDeviceType() {
return this.deviceType;
}
public void setDeviceType(List<SelectItemInfo> deviceType) {
this.deviceType = deviceType;
}
public List<SelectItemInfo> getTemplateType() {
return this.templateType;
}
public void setTemplateType(List<SelectItemInfo> templateType) {
this.templateType = templateType;
}
public List<SelectItemInfo> getSizeType() {
return this.sizeType;
}
public void setSizeType(List<SelectItemInfo> sizeType) {
this.sizeType = sizeType;
}
public static class SelectItemInfo {
private String label;
private String value;
public String getLabel() {
return this.label;
}
public void setLabel(String label) {
this.label = label;
}
public String getValue() {
return this.value;
}
public void setValue(String value) {
this.value = value;
}
}
@Override
public DescribeCompanyTemplateAttributeResponse getInstance(UnmarshallerContext context) {
return DescribeCompanyTemplateAttributeResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/DescribeCompanyTemplateVersionsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cloudesl.Endpoint;
/**
* @author auto create
* @version
*/
public class DescribeCompanyTemplateVersionsRequest extends RpcAcsRequest<DescribeCompanyTemplateVersionsResponse> {
private Integer pageNumber;
private Integer pageSize;
public DescribeCompanyTemplateVersionsRequest() {
super("cloudesl", "2020-02-01", "DescribeCompanyTemplateVersions");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public Integer getPageNumber() {
return this.pageNumber;
}
public void setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
if(pageNumber != null){
putBodyParameter("PageNumber", pageNumber.toString());
}
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putBodyParameter("PageSize", pageSize.toString());
}
}
@Override
public Class<DescribeCompanyTemplateVersionsResponse> getResponseClass() {
return DescribeCompanyTemplateVersionsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/DescribeCompanyTemplateVersionsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudesl.transform.v20200201.DescribeCompanyTemplateVersionsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeCompanyTemplateVersionsResponse extends AcsResponse {
private Integer totalCount;
private String requestId;
private String errorMessage;
private Boolean success;
private String errorCode;
private String code;
private String message;
private String dynamicMessage;
private String dynamicCode;
private Integer pageSize;
private Integer pageNumber;
private List<SelectItemInfo> versions;
public Integer getTotalCount() {
return this.totalCount;
}
public void setTotalCount(Integer totalCount) {
this.totalCount = totalCount;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getDynamicMessage() {
return this.dynamicMessage;
}
public void setDynamicMessage(String dynamicMessage) {
this.dynamicMessage = dynamicMessage;
}
public String getDynamicCode() {
return this.dynamicCode;
}
public void setDynamicCode(String dynamicCode) {
this.dynamicCode = dynamicCode;
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
}
public Integer getPageNumber() {
return this.pageNumber;
}
public void setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
}
public List<SelectItemInfo> getVersions() {
return this.versions;
}
public void setVersions(List<SelectItemInfo> versions) {
this.versions = versions;
}
public static class SelectItemInfo {
private String version;
public String getVersion() {
return this.version;
}
public void setVersion(String version) {
this.version = version;
}
}
@Override
public DescribeCompanyTemplateVersionsResponse getInstance(UnmarshallerContext context) {
return DescribeCompanyTemplateVersionsResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/DescribeCompanyTemplateViewRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cloudesl.Endpoint;
/**
* @author auto create
* @version
*/
public class DescribeCompanyTemplateViewRequest extends RpcAcsRequest<DescribeCompanyTemplateViewResponse> {
private String extraParams;
private String templateId;
public DescribeCompanyTemplateViewRequest() {
super("cloudesl", "2020-02-01", "DescribeCompanyTemplateView");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getExtraParams() {
return this.extraParams;
}
public void setExtraParams(String extraParams) {
this.extraParams = extraParams;
if(extraParams != null){
putBodyParameter("ExtraParams", extraParams);
}
}
public String getTemplateId() {
return this.templateId;
}
public void setTemplateId(String templateId) {
this.templateId = templateId;
if(templateId != null){
putBodyParameter("TemplateId", templateId);
}
}
@Override
public Class<DescribeCompanyTemplateViewResponse> getResponseClass() {
return DescribeCompanyTemplateViewResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/DescribeCompanyTemplateViewResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudesl.transform.v20200201.DescribeCompanyTemplateViewResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeCompanyTemplateViewResponse extends AcsResponse {
private String data;
private String requestId;
private String errorMessage;
private Boolean success;
private String errorCode;
private String code;
private String message;
private String dynamicMessage;
private String dynamicCode;
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getDynamicMessage() {
return this.dynamicMessage;
}
public void setDynamicMessage(String dynamicMessage) {
this.dynamicMessage = dynamicMessage;
}
public String getDynamicCode() {
return this.dynamicCode;
}
public void setDynamicCode(String dynamicCode) {
this.dynamicCode = dynamicCode;
}
@Override
public DescribeCompanyTemplateViewResponse getInstance(UnmarshallerContext context) {
return DescribeCompanyTemplateViewResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/DescribeEslDeviceRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cloudesl.Endpoint;
/**
* @author auto create
* @version
*/
public class DescribeEslDeviceRequest extends RpcAcsRequest<DescribeEslDeviceResponse> {
private String storeId;
private Long pageNumber;
private String fromDate;
private String toDate;
private Long pageSize;
public DescribeEslDeviceRequest() {
super("cloudesl", "2020-02-01", "DescribeEslDevice");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getStoreId() {
return this.storeId;
}
public void setStoreId(String storeId) {
this.storeId = storeId;
if(storeId != null){
putBodyParameter("StoreId", storeId);
}
}
public Long getPageNumber() {
return this.pageNumber;
}
public void setPageNumber(Long pageNumber) {
this.pageNumber = pageNumber;
if(pageNumber != null){
putBodyParameter("PageNumber", pageNumber.toString());
}
}
public String getFromDate() {
return this.fromDate;
}
public void setFromDate(String fromDate) {
this.fromDate = fromDate;
if(fromDate != null){
putBodyParameter("FromDate", fromDate);
}
}
public String getToDate() {
return this.toDate;
}
public void setToDate(String toDate) {
this.toDate = toDate;
if(toDate != null){
putBodyParameter("ToDate", toDate);
}
}
public Long getPageSize() {
return this.pageSize;
}
public void setPageSize(Long pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putBodyParameter("PageSize", pageSize.toString());
}
}
@Override
public Class<DescribeEslDeviceResponse> getResponseClass() {
return DescribeEslDeviceResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudesl/2.1.2/com/aliyuncs/cloudesl/model/v20200201/DescribeEslDeviceResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloudesl.model.v20200201;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudesl.transform.v20200201.DescribeEslDeviceResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeEslDeviceResponse extends AcsResponse {
private Long totalCount;
private Long pageSize;
private String requestId;
private Long pageNumber;
private Boolean success;
private List<EslDetailsItem> eslDetails;
public Long getTotalCount() {
return this.totalCount;
}
public void setTotalCount(Long totalCount) {
this.totalCount = totalCount;
}
public Long getPageSize() {
return this.pageSize;
}
public void setPageSize(Long pageSize) {
this.pageSize = pageSize;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Long getPageNumber() {
return this.pageNumber;
}
public void setPageNumber(Long pageNumber) {
this.pageNumber = pageNumber;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public List<EslDetailsItem> getEslDetails() {
return this.eslDetails;
}
public void setEslDetails(List<EslDetailsItem> eslDetails) {
this.eslDetails = eslDetails;
}
public static class EslDetailsItem {
private String eslBarCode;
private String lastUpdateTime;
private Long itemBarCode;
private Long itemId;
private String itemShortTitle;
private String status;
private String storeId;
public String getEslBarCode() {
return this.eslBarCode;
}
public void setEslBarCode(String eslBarCode) {
this.eslBarCode = eslBarCode;
}
public String getLastUpdateTime() {
return this.lastUpdateTime;
}
public void setLastUpdateTime(String lastUpdateTime) {
this.lastUpdateTime = lastUpdateTime;
}
public Long getItemBarCode() {
return this.itemBarCode;
}
public void setItemBarCode(Long itemBarCode) {
this.itemBarCode = itemBarCode;
}
public Long getItemId() {
return this.itemId;
}
public void setItemId(Long itemId) {
this.itemId = itemId;
}
public String getItemShortTitle() {
return this.itemShortTitle;
}
public void setItemShortTitle(String itemShortTitle) {
this.itemShortTitle = itemShortTitle;
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public String getStoreId() {
return this.storeId;
}
public void setStoreId(String storeId) {
this.storeId = storeId;
}
}
@Override
public DescribeEslDeviceResponse getInstance(UnmarshallerContext context) {
return DescribeEslDeviceResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.