index
int64
repo_id
string
file_path
string
content
string
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/DescribeFabricExplorerRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.baas.Endpoint; /** * @author auto create * @version */ public class DescribeFabricExplorerRequest extends RpcAcsRequest<DescribeFabricExplorerResponse> { private String exUrl; private String exMethod; private String organizationId; private String exBody; public DescribeFabricExplorerRequest() { super("Baas", "2018-12-21", "DescribeFabricExplorer", "baas"); 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 getExUrl() { return this.exUrl; } public void setExUrl(String exUrl) { this.exUrl = exUrl; if(exUrl != null){ putQueryParameter("ExUrl", exUrl); } } public String getExMethod() { return this.exMethod; } public void setExMethod(String exMethod) { this.exMethod = exMethod; if(exMethod != null){ putQueryParameter("ExMethod", exMethod); } } public String getOrganizationId() { return this.organizationId; } public void setOrganizationId(String organizationId) { this.organizationId = organizationId; if(organizationId != null){ putBodyParameter("OrganizationId", organizationId); } } public String getExBody() { return this.exBody; } public void setExBody(String exBody) { this.exBody = exBody; if(exBody != null){ putQueryParameter("ExBody", exBody); } } @Override public Class<DescribeFabricExplorerResponse> getResponseClass() { return DescribeFabricExplorerResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/DescribeFabricExplorerResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.AcsResponse; import com.aliyuncs.baas.transform.v20181221.DescribeFabricExplorerResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeFabricExplorerResponse extends AcsResponse { private String requestId; private String result; private Boolean success; private Integer errorCode; private String dynamicMessage; private String dynamicCode; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getResult() { return this.result; } public void setResult(String result) { this.result = result; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } 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 DescribeFabricExplorerResponse getInstance(UnmarshallerContext context) { return DescribeFabricExplorerResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/DescribeFabricInvitationCodeRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.baas.Endpoint; /** * @author auto create * @version */ public class DescribeFabricInvitationCodeRequest extends RpcAcsRequest<DescribeFabricInvitationCodeResponse> { private String consortiumId; public DescribeFabricInvitationCodeRequest() { super("Baas", "2018-12-21", "DescribeFabricInvitationCode", "baas"); 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 getConsortiumId() { return this.consortiumId; } public void setConsortiumId(String consortiumId) { this.consortiumId = consortiumId; if(consortiumId != null){ putBodyParameter("ConsortiumId", consortiumId); } } @Override public Class<DescribeFabricInvitationCodeResponse> getResponseClass() { return DescribeFabricInvitationCodeResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/DescribeFabricInvitationCodeResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.AcsResponse; import com.aliyuncs.baas.transform.v20181221.DescribeFabricInvitationCodeResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeFabricInvitationCodeResponse extends AcsResponse { private String dynamicMessage; private String requestId; private Integer errorCode; private Boolean success; private String dynamicCode; private Result result; 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 Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getDynamicCode() { return this.dynamicCode; } public void setDynamicCode(String dynamicCode) { this.dynamicCode = dynamicCode; } public Result getResult() { return this.result; } public void setResult(Result result) { this.result = result; } public static class Result { private Long senderId; private String email; private String senderBid; private String expireTime; private String consortiumId; private Integer invitationId; private String senderName; private String code; private String url; private Boolean accepted; private String sendTime; public Long getSenderId() { return this.senderId; } public void setSenderId(Long senderId) { this.senderId = senderId; } public String getEmail() { return this.email; } public void setEmail(String email) { this.email = email; } public String getSenderBid() { return this.senderBid; } public void setSenderBid(String senderBid) { this.senderBid = senderBid; } public String getExpireTime() { return this.expireTime; } public void setExpireTime(String expireTime) { this.expireTime = expireTime; } public String getConsortiumId() { return this.consortiumId; } public void setConsortiumId(String consortiumId) { this.consortiumId = consortiumId; } public Integer getInvitationId() { return this.invitationId; } public void setInvitationId(Integer invitationId) { this.invitationId = invitationId; } public String getSenderName() { return this.senderName; } public void setSenderName(String senderName) { this.senderName = senderName; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getUrl() { return this.url; } public void setUrl(String url) { this.url = url; } public Boolean getAccepted() { return this.accepted; } public void setAccepted(Boolean accepted) { this.accepted = accepted; } public String getSendTime() { return this.sendTime; } public void setSendTime(String sendTime) { this.sendTime = sendTime; } } @Override public DescribeFabricInvitationCodeResponse getInstance(UnmarshallerContext context) { return DescribeFabricInvitationCodeResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/DescribeFabricInviterRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.baas.Endpoint; /** * @author auto create * @version */ public class DescribeFabricInviterRequest extends RpcAcsRequest<DescribeFabricInviterResponse> { private String code; public DescribeFabricInviterRequest() { super("Baas", "2018-12-21", "DescribeFabricInviter", "baas"); 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 getCode() { return this.code; } public void setCode(String code) { this.code = code; if(code != null){ putBodyParameter("Code", code); } } @Override public Class<DescribeFabricInviterResponse> getResponseClass() { return DescribeFabricInviterResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/DescribeFabricInviterResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.AcsResponse; import com.aliyuncs.baas.transform.v20181221.DescribeFabricInviterResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeFabricInviterResponse extends AcsResponse { private String requestId; private Boolean success; private Integer errorCode; 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 Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public Result getResult() { return this.result; } public void setResult(Result result) { this.result = result; } public static class Result { private Long inviterId; private String expireTime; private String consortiumId; private String consortiumName; private String inviterName; public Long getInviterId() { return this.inviterId; } public void setInviterId(Long inviterId) { this.inviterId = inviterId; } public String getExpireTime() { return this.expireTime; } public void setExpireTime(String expireTime) { this.expireTime = expireTime; } public String getConsortiumId() { return this.consortiumId; } public void setConsortiumId(String consortiumId) { this.consortiumId = consortiumId; } public String getConsortiumName() { return this.consortiumName; } public void setConsortiumName(String consortiumName) { this.consortiumName = consortiumName; } public String getInviterName() { return this.inviterName; } public void setInviterName(String inviterName) { this.inviterName = inviterName; } } @Override public DescribeFabricInviterResponse getInstance(UnmarshallerContext context) { return DescribeFabricInviterResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/DescribeFabricOrdererLogsRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.baas.Endpoint; /** * @author auto create * @version */ public class DescribeFabricOrdererLogsRequest extends RpcAcsRequest<DescribeFabricOrdererLogsResponse> { private String ordererName; private String lines; private String consortiumId; public DescribeFabricOrdererLogsRequest() { super("Baas", "2018-12-21", "DescribeFabricOrdererLogs", "baas"); 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 getOrdererName() { return this.ordererName; } public void setOrdererName(String ordererName) { this.ordererName = ordererName; if(ordererName != null){ putQueryParameter("OrdererName", ordererName); } } public String getLines() { return this.lines; } public void setLines(String lines) { this.lines = lines; if(lines != null){ putQueryParameter("Lines", lines); } } public String getConsortiumId() { return this.consortiumId; } public void setConsortiumId(String consortiumId) { this.consortiumId = consortiumId; if(consortiumId != null){ putQueryParameter("ConsortiumId", consortiumId); } } @Override public Class<DescribeFabricOrdererLogsResponse> getResponseClass() { return DescribeFabricOrdererLogsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/DescribeFabricOrdererLogsResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.AcsResponse; import com.aliyuncs.baas.transform.v20181221.DescribeFabricOrdererLogsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeFabricOrdererLogsResponse extends AcsResponse { private String requestId; private String result; private Boolean success; private Integer errorCode; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getResult() { return this.result; } public void setResult(String result) { this.result = result; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } @Override public DescribeFabricOrdererLogsResponse getInstance(UnmarshallerContext context) { return DescribeFabricOrdererLogsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/DescribeFabricOrganizationChaincodePackageRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.baas.Endpoint; /** * @author auto create * @version */ public class DescribeFabricOrganizationChaincodePackageRequest extends RpcAcsRequest<DescribeFabricOrganizationChaincodePackageResponse> { private String organizationId; public DescribeFabricOrganizationChaincodePackageRequest() { super("Baas", "2018-12-21", "DescribeFabricOrganizationChaincodePackage", "baas"); 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 getOrganizationId() { return this.organizationId; } public void setOrganizationId(String organizationId) { this.organizationId = organizationId; if(organizationId != null){ putBodyParameter("OrganizationId", organizationId); } } @Override public Class<DescribeFabricOrganizationChaincodePackageResponse> getResponseClass() { return DescribeFabricOrganizationChaincodePackageResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/DescribeFabricOrganizationChaincodePackageResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.baas.transform.v20181221.DescribeFabricOrganizationChaincodePackageResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeFabricOrganizationChaincodePackageResponse extends AcsResponse { private String message; private String requestId; private Boolean success; private Integer errorCode; private List<ChaincodePackages> result; public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public List<ChaincodePackages> getResult() { return this.result; } public void setResult(List<ChaincodePackages> result) { this.result = result; } public static class ChaincodePackages { private String organizationId; private String label; private String checksum; private String chaincodePackageId; private String md5sum; private String providerUid; private String providerBid; private Integer type; private String typeName; private String uploadTime; private String installTime; private String state; private String ossURL; private String deleteTime; private Boolean deleted; private String message; public String getOrganizationId() { return this.organizationId; } public void setOrganizationId(String organizationId) { this.organizationId = organizationId; } public String getLabel() { return this.label; } public void setLabel(String label) { this.label = label; } public String getChecksum() { return this.checksum; } public void setChecksum(String checksum) { this.checksum = checksum; } public String getChaincodePackageId() { return this.chaincodePackageId; } public void setChaincodePackageId(String chaincodePackageId) { this.chaincodePackageId = chaincodePackageId; } public String getMd5sum() { return this.md5sum; } public void setMd5sum(String md5sum) { this.md5sum = md5sum; } public String getProviderUid() { return this.providerUid; } public void setProviderUid(String providerUid) { this.providerUid = providerUid; } public String getProviderBid() { return this.providerBid; } public void setProviderBid(String providerBid) { this.providerBid = providerBid; } public Integer getType() { return this.type; } public void setType(Integer type) { this.type = type; } public String getTypeName() { return this.typeName; } public void setTypeName(String typeName) { this.typeName = typeName; } public String getUploadTime() { return this.uploadTime; } public void setUploadTime(String uploadTime) { this.uploadTime = uploadTime; } public String getInstallTime() { return this.installTime; } public void setInstallTime(String installTime) { this.installTime = installTime; } public String getState() { return this.state; } public void setState(String state) { this.state = state; } public String getOssURL() { return this.ossURL; } public void setOssURL(String ossURL) { this.ossURL = ossURL; } public String getDeleteTime() { return this.deleteTime; } public void setDeleteTime(String deleteTime) { this.deleteTime = deleteTime; } public Boolean getDeleted() { return this.deleted; } public void setDeleted(Boolean deleted) { this.deleted = deleted; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } } @Override public DescribeFabricOrganizationChaincodePackageResponse getInstance(UnmarshallerContext context) { return DescribeFabricOrganizationChaincodePackageResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/DescribeFabricOrganizationChaincodesRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.baas.Endpoint; /** * @author auto create * @version */ public class DescribeFabricOrganizationChaincodesRequest extends RpcAcsRequest<DescribeFabricOrganizationChaincodesResponse> { private String organizationId; private String location; public DescribeFabricOrganizationChaincodesRequest() { super("Baas", "2018-12-21", "DescribeFabricOrganizationChaincodes", "baas"); 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 getOrganizationId() { return this.organizationId; } public void setOrganizationId(String organizationId) { this.organizationId = organizationId; if(organizationId != null){ putBodyParameter("OrganizationId", organizationId); } } public String getLocation() { return this.location; } public void setLocation(String location) { this.location = location; if(location != null){ putBodyParameter("Location", location); } } @Override public Class<DescribeFabricOrganizationChaincodesResponse> getResponseClass() { return DescribeFabricOrganizationChaincodesResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/DescribeFabricOrganizationChaincodesResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.baas.transform.v20181221.DescribeFabricOrganizationChaincodesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeFabricOrganizationChaincodesResponse extends AcsResponse { private String requestId; private Boolean success; private Integer errorCode; private List<OrganizationChaincode> 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 Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public List<OrganizationChaincode> getResult() { return this.result; } public void setResult(List<OrganizationChaincode> result) { this.result = result; } public static class OrganizationChaincode { private String endorsePolicy; private String state; private String createTime; private String chaincodeId; private String message; private String chaincodeName; private String installed; private String creator; private String deployTime; private String chaincodeVersion; private String consortiumId; private String channelName; private String channelId; public String getEndorsePolicy() { return this.endorsePolicy; } public void setEndorsePolicy(String endorsePolicy) { this.endorsePolicy = endorsePolicy; } public String getState() { return this.state; } public void setState(String state) { this.state = state; } public String getCreateTime() { return this.createTime; } public void setCreateTime(String createTime) { this.createTime = createTime; } public String getChaincodeId() { return this.chaincodeId; } public void setChaincodeId(String chaincodeId) { this.chaincodeId = chaincodeId; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getChaincodeName() { return this.chaincodeName; } public void setChaincodeName(String chaincodeName) { this.chaincodeName = chaincodeName; } public String getInstalled() { return this.installed; } public void setInstalled(String installed) { this.installed = installed; } public String getCreator() { return this.creator; } public void setCreator(String creator) { this.creator = creator; } public String getDeployTime() { return this.deployTime; } public void setDeployTime(String deployTime) { this.deployTime = deployTime; } public String getChaincodeVersion() { return this.chaincodeVersion; } public void setChaincodeVersion(String chaincodeVersion) { this.chaincodeVersion = chaincodeVersion; } public String getConsortiumId() { return this.consortiumId; } public void setConsortiumId(String consortiumId) { this.consortiumId = consortiumId; } public String getChannelName() { return this.channelName; } public void setChannelName(String channelName) { this.channelName = channelName; } public String getChannelId() { return this.channelId; } public void setChannelId(String channelId) { this.channelId = channelId; } } @Override public DescribeFabricOrganizationChaincodesResponse getInstance(UnmarshallerContext context) { return DescribeFabricOrganizationChaincodesResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/DescribeFabricOrganizationChannelsRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.baas.Endpoint; /** * @author auto create * @version */ public class DescribeFabricOrganizationChannelsRequest extends RpcAcsRequest<DescribeFabricOrganizationChannelsResponse> { private String organizationId; private String location; public DescribeFabricOrganizationChannelsRequest() { super("Baas", "2018-12-21", "DescribeFabricOrganizationChannels", "baas"); 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 getOrganizationId() { return this.organizationId; } public void setOrganizationId(String organizationId) { this.organizationId = organizationId; if(organizationId != null){ putQueryParameter("OrganizationId", organizationId); } } public String getLocation() { return this.location; } public void setLocation(String location) { this.location = location; if(location != null){ putBodyParameter("Location", location); } } @Override public Class<DescribeFabricOrganizationChannelsResponse> getResponseClass() { return DescribeFabricOrganizationChannelsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/DescribeFabricOrganizationChannelsResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.baas.transform.v20181221.DescribeFabricOrganizationChannelsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeFabricOrganizationChannelsResponse extends AcsResponse { private String requestId; private Boolean success; private Integer errorCode; private List<ResultItem> 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 Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public List<ResultItem> getResult() { return this.result; } public void setResult(List<ResultItem> result) { this.result = result; } public static class ResultItem { private Integer batchTimeout; private String updateTime; private Integer chaincodeCount; private Integer preferredMaxBytes; private String state; private String createTime; private Boolean supportChannelConfig; private String ownerName; private Long ownerUid; private String ownerBid; private Integer maxMessageCount; private Integer memberCount; private String requestId; private String consortiumId; private String channelName; private String deleteTime; private String channelId; private Boolean deleted; private String consortiumName; private Integer blockCount; public Integer getBatchTimeout() { return this.batchTimeout; } public void setBatchTimeout(Integer batchTimeout) { this.batchTimeout = batchTimeout; } public String getUpdateTime() { return this.updateTime; } public void setUpdateTime(String updateTime) { this.updateTime = updateTime; } public Integer getChaincodeCount() { return this.chaincodeCount; } public void setChaincodeCount(Integer chaincodeCount) { this.chaincodeCount = chaincodeCount; } public Integer getPreferredMaxBytes() { return this.preferredMaxBytes; } public void setPreferredMaxBytes(Integer preferredMaxBytes) { this.preferredMaxBytes = preferredMaxBytes; } public String getState() { return this.state; } public void setState(String state) { this.state = state; } public String getCreateTime() { return this.createTime; } public void setCreateTime(String createTime) { this.createTime = createTime; } public Boolean getSupportChannelConfig() { return this.supportChannelConfig; } public void setSupportChannelConfig(Boolean supportChannelConfig) { this.supportChannelConfig = supportChannelConfig; } public String getOwnerName() { return this.ownerName; } public void setOwnerName(String ownerName) { this.ownerName = ownerName; } public Long getOwnerUid() { return this.ownerUid; } public void setOwnerUid(Long ownerUid) { this.ownerUid = ownerUid; } public String getOwnerBid() { return this.ownerBid; } public void setOwnerBid(String ownerBid) { this.ownerBid = ownerBid; } public Integer getMaxMessageCount() { return this.maxMessageCount; } public void setMaxMessageCount(Integer maxMessageCount) { this.maxMessageCount = maxMessageCount; } public Integer getMemberCount() { return this.memberCount; } public void setMemberCount(Integer memberCount) { this.memberCount = memberCount; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getConsortiumId() { return this.consortiumId; } public void setConsortiumId(String consortiumId) { this.consortiumId = consortiumId; } public String getChannelName() { return this.channelName; } public void setChannelName(String channelName) { this.channelName = channelName; } public String getDeleteTime() { return this.deleteTime; } public void setDeleteTime(String deleteTime) { this.deleteTime = deleteTime; } public String getChannelId() { return this.channelId; } public void setChannelId(String channelId) { this.channelId = channelId; } public Boolean getDeleted() { return this.deleted; } public void setDeleted(Boolean deleted) { this.deleted = deleted; } public String getConsortiumName() { return this.consortiumName; } public void setConsortiumName(String consortiumName) { this.consortiumName = consortiumName; } public Integer getBlockCount() { return this.blockCount; } public void setBlockCount(Integer blockCount) { this.blockCount = blockCount; } } @Override public DescribeFabricOrganizationChannelsResponse getInstance(UnmarshallerContext context) { return DescribeFabricOrganizationChannelsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/DescribeFabricOrganizationDeletableRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.baas.Endpoint; /** * @author auto create * @version */ public class DescribeFabricOrganizationDeletableRequest extends RpcAcsRequest<DescribeFabricOrganizationDeletableResponse> { private String organizationId; private String location; public DescribeFabricOrganizationDeletableRequest() { super("Baas", "2018-12-21", "DescribeFabricOrganizationDeletable", "baas"); 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 getOrganizationId() { return this.organizationId; } public void setOrganizationId(String organizationId) { this.organizationId = organizationId; if(organizationId != null){ putQueryParameter("OrganizationId", organizationId); } } public String getLocation() { return this.location; } public void setLocation(String location) { this.location = location; if(location != null){ putBodyParameter("Location", location); } } @Override public Class<DescribeFabricOrganizationDeletableResponse> getResponseClass() { return DescribeFabricOrganizationDeletableResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/DescribeFabricOrganizationDeletableResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.AcsResponse; import com.aliyuncs.baas.transform.v20181221.DescribeFabricOrganizationDeletableResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeFabricOrganizationDeletableResponse extends AcsResponse { private String requestId; private Boolean success; private Integer errorCode; 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 Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public Result getResult() { return this.result; } public void setResult(Result result) { this.result = result; } public static class Result { private Boolean deletable; private String domain; private String state; private String zoneId; private String organizationName; private String codeName; private String organizationDescription; private String regionId; private String organizationId; public Boolean getDeletable() { return this.deletable; } public void setDeletable(Boolean deletable) { this.deletable = deletable; } public String getDomain() { return this.domain; } public void setDomain(String domain) { this.domain = domain; } public String getState() { return this.state; } public void setState(String state) { this.state = state; } public String getZoneId() { return this.zoneId; } public void setZoneId(String zoneId) { this.zoneId = zoneId; } public String getOrganizationName() { return this.organizationName; } public void setOrganizationName(String organizationName) { this.organizationName = organizationName; } public String getCodeName() { return this.codeName; } public void setCodeName(String codeName) { this.codeName = codeName; } public String getOrganizationDescription() { return this.organizationDescription; } public void setOrganizationDescription(String organizationDescription) { this.organizationDescription = organizationDescription; } public String getRegionId() { return this.regionId; } public void setRegionId(String regionId) { this.regionId = regionId; } public String getOrganizationId() { return this.organizationId; } public void setOrganizationId(String organizationId) { this.organizationId = organizationId; } } @Override public DescribeFabricOrganizationDeletableResponse getInstance(UnmarshallerContext context) { return DescribeFabricOrganizationDeletableResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/DescribeFabricOrganizationMembersRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.baas.Endpoint; /** * @author auto create * @version */ public class DescribeFabricOrganizationMembersRequest extends RpcAcsRequest<DescribeFabricOrganizationMembersResponse> { private String organizationId; private String location; public DescribeFabricOrganizationMembersRequest() { super("Baas", "2018-12-21", "DescribeFabricOrganizationMembers", "baas"); 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 getOrganizationId() { return this.organizationId; } public void setOrganizationId(String organizationId) { this.organizationId = organizationId; if(organizationId != null){ putBodyParameter("OrganizationId", organizationId); } } public String getLocation() { return this.location; } public void setLocation(String location) { this.location = location; if(location != null){ putBodyParameter("Location", location); } } @Override public Class<DescribeFabricOrganizationMembersResponse> getResponseClass() { return DescribeFabricOrganizationMembersResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/DescribeFabricOrganizationMembersResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.baas.transform.v20181221.DescribeFabricOrganizationMembersResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeFabricOrganizationMembersResponse extends AcsResponse { private String requestId; private Boolean success; private Integer errorCode; private List<DescribeOrganizationMembers> 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 Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public List<DescribeOrganizationMembers> getResult() { return this.result; } public void setResult(List<DescribeOrganizationMembers> result) { this.result = result; } public static class DescribeOrganizationMembers { private String domain; private String consortiumId; private String description; private String state; private String organizationName; private String joinedTime; private String consortiumName; private String organizationId; public String getDomain() { return this.domain; } public void setDomain(String domain) { this.domain = domain; } public String getConsortiumId() { return this.consortiumId; } public void setConsortiumId(String consortiumId) { this.consortiumId = consortiumId; } public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; } public String getState() { return this.state; } public void setState(String state) { this.state = state; } public String getOrganizationName() { return this.organizationName; } public void setOrganizationName(String organizationName) { this.organizationName = organizationName; } public String getJoinedTime() { return this.joinedTime; } public void setJoinedTime(String joinedTime) { this.joinedTime = joinedTime; } public String getConsortiumName() { return this.consortiumName; } public void setConsortiumName(String consortiumName) { this.consortiumName = consortiumName; } public String getOrganizationId() { return this.organizationId; } public void setOrganizationId(String organizationId) { this.organizationId = organizationId; } } @Override public DescribeFabricOrganizationMembersResponse getInstance(UnmarshallerContext context) { return DescribeFabricOrganizationMembersResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/DescribeFabricOrganizationPeersRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.baas.Endpoint; /** * @author auto create * @version */ public class DescribeFabricOrganizationPeersRequest extends RpcAcsRequest<DescribeFabricOrganizationPeersResponse> { private String organizationId; private String location; public DescribeFabricOrganizationPeersRequest() { super("Baas", "2018-12-21", "DescribeFabricOrganizationPeers", "baas"); 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 getOrganizationId() { return this.organizationId; } public void setOrganizationId(String organizationId) { this.organizationId = organizationId; if(organizationId != null){ putQueryParameter("OrganizationId", organizationId); } } public String getLocation() { return this.location; } public void setLocation(String location) { this.location = location; if(location != null){ putBodyParameter("Location", location); } } @Override public Class<DescribeFabricOrganizationPeersResponse> getResponseClass() { return DescribeFabricOrganizationPeersResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/DescribeFabricOrganizationPeersResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.baas.transform.v20181221.DescribeFabricOrganizationPeersResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeFabricOrganizationPeersResponse extends AcsResponse { private String requestId; private Boolean success; private Integer errorCode; private List<ResultItem> 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 Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public List<ResultItem> getResult() { return this.result; } public void setResult(List<ResultItem> result) { this.result = result; } public static class ResultItem { private String updateTime; private String domain; private String internetIp; private String createTime; private Boolean isAnchor; private String instanceType; private Integer port; private String organizationPeerName; private String intranetIp; public String getUpdateTime() { return this.updateTime; } public void setUpdateTime(String updateTime) { this.updateTime = updateTime; } public String getDomain() { return this.domain; } public void setDomain(String domain) { this.domain = domain; } public String getInternetIp() { return this.internetIp; } public void setInternetIp(String internetIp) { this.internetIp = internetIp; } public String getCreateTime() { return this.createTime; } public void setCreateTime(String createTime) { this.createTime = createTime; } public Boolean getIsAnchor() { return this.isAnchor; } public void setIsAnchor(Boolean isAnchor) { this.isAnchor = isAnchor; } public String getInstanceType() { return this.instanceType; } public void setInstanceType(String instanceType) { this.instanceType = instanceType; } public Integer getPort() { return this.port; } public void setPort(Integer port) { this.port = port; } public String getOrganizationPeerName() { return this.organizationPeerName; } public void setOrganizationPeerName(String organizationPeerName) { this.organizationPeerName = organizationPeerName; } public String getIntranetIp() { return this.intranetIp; } public void setIntranetIp(String intranetIp) { this.intranetIp = intranetIp; } } @Override public DescribeFabricOrganizationPeersResponse getInstance(UnmarshallerContext context) { return DescribeFabricOrganizationPeersResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/DescribeFabricOrganizationRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; import com.aliyuncs.baas.Endpoint; /** * @author auto create * @version */ public class DescribeFabricOrganizationRequest extends RpcAcsRequest<DescribeFabricOrganizationResponse> { private List<Tag> tags; private String organizationId; private String location; public DescribeFabricOrganizationRequest() { super("Baas", "2018-12-21", "DescribeFabricOrganization", "baas"); 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 List<Tag> getTags() { return this.tags; } public void setTags(List<Tag> tags) { this.tags = tags; if (tags != null) { for (int depth1 = 0; depth1 < tags.size(); depth1++) { putQueryParameter("Tag." + (depth1 + 1) + ".Value" , tags.get(depth1).getValue()); putQueryParameter("Tag." + (depth1 + 1) + ".Key" , tags.get(depth1).getKey()); } } } public String getOrganizationId() { return this.organizationId; } public void setOrganizationId(String organizationId) { this.organizationId = organizationId; if(organizationId != null){ putQueryParameter("OrganizationId", organizationId); } } public String getLocation() { return this.location; } public void setLocation(String location) { this.location = location; if(location != null){ putBodyParameter("Location", location); } } public static class Tag { private String value; private String key; public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } } @Override public Class<DescribeFabricOrganizationResponse> getResponseClass() { return DescribeFabricOrganizationResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/DescribeFabricOrganizationResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.baas.transform.v20181221.DescribeFabricOrganizationResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeFabricOrganizationResponse extends AcsResponse { private String requestId; private Integer errorCode; private Boolean success; private Result result; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public Result getResult() { return this.result; } public void setResult(Result result) { this.result = result; } public static class Result { private String domain; private Integer peerCount; private String state; private String createTime; private Integer consortiumCount; private String specName; private String ownerName; private Long ownerUid; private String ownerBid; private String codeName; private String organizationDescription; private String regionId; private String organizationId; private String mSP; private String requestId; private String cAUrl; private String cANAME; private String zoneId; private Integer userCount; private String organizationName; private List<TagsItem> tags; public String getDomain() { return this.domain; } public void setDomain(String domain) { this.domain = domain; } public Integer getPeerCount() { return this.peerCount; } public void setPeerCount(Integer peerCount) { this.peerCount = peerCount; } public String getState() { return this.state; } public void setState(String state) { this.state = state; } public String getCreateTime() { return this.createTime; } public void setCreateTime(String createTime) { this.createTime = createTime; } public Integer getConsortiumCount() { return this.consortiumCount; } public void setConsortiumCount(Integer consortiumCount) { this.consortiumCount = consortiumCount; } public String getSpecName() { return this.specName; } public void setSpecName(String specName) { this.specName = specName; } public String getOwnerName() { return this.ownerName; } public void setOwnerName(String ownerName) { this.ownerName = ownerName; } public Long getOwnerUid() { return this.ownerUid; } public void setOwnerUid(Long ownerUid) { this.ownerUid = ownerUid; } public String getOwnerBid() { return this.ownerBid; } public void setOwnerBid(String ownerBid) { this.ownerBid = ownerBid; } public String getCodeName() { return this.codeName; } public void setCodeName(String codeName) { this.codeName = codeName; } public String getOrganizationDescription() { return this.organizationDescription; } public void setOrganizationDescription(String organizationDescription) { this.organizationDescription = organizationDescription; } public String getRegionId() { return this.regionId; } public void setRegionId(String regionId) { this.regionId = regionId; } public String getOrganizationId() { return this.organizationId; } public void setOrganizationId(String organizationId) { this.organizationId = organizationId; } public String getMSP() { return this.mSP; } public void setMSP(String mSP) { this.mSP = mSP; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getCAUrl() { return this.cAUrl; } public void setCAUrl(String cAUrl) { this.cAUrl = cAUrl; } public String getCANAME() { return this.cANAME; } public void setCANAME(String cANAME) { this.cANAME = cANAME; } public String getZoneId() { return this.zoneId; } public void setZoneId(String zoneId) { this.zoneId = zoneId; } public Integer getUserCount() { return this.userCount; } public void setUserCount(Integer userCount) { this.userCount = userCount; } public String getOrganizationName() { return this.organizationName; } public void setOrganizationName(String organizationName) { this.organizationName = organizationName; } public List<TagsItem> getTags() { return this.tags; } public void setTags(List<TagsItem> tags) { this.tags = tags; } public static class TagsItem { private String key; private String value; public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } } } @Override public DescribeFabricOrganizationResponse getInstance(UnmarshallerContext context) { return DescribeFabricOrganizationResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/DescribeFabricOrganizationSpecsRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.baas.Endpoint; /** * @author auto create * @version */ public class DescribeFabricOrganizationSpecsRequest extends RpcAcsRequest<DescribeFabricOrganizationSpecsResponse> { public DescribeFabricOrganizationSpecsRequest() { super("Baas", "2018-12-21", "DescribeFabricOrganizationSpecs", "baas"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } @Override public Class<DescribeFabricOrganizationSpecsResponse> getResponseClass() { return DescribeFabricOrganizationSpecsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/DescribeFabricOrganizationSpecsResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.baas.transform.v20181221.DescribeFabricOrganizationSpecsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeFabricOrganizationSpecsResponse extends AcsResponse { private String requestId; private Boolean success; private Integer errorCode; private List<ClusterSpec> 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 Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public List<ClusterSpec> getResult() { return this.result; } public void setResult(List<ClusterSpec> result) { this.result = result; } public static class ClusterSpec { private String title; private String organizationSpecsName; private Boolean enable; public String getTitle() { return this.title; } public void setTitle(String title) { this.title = title; } public String getOrganizationSpecsName() { return this.organizationSpecsName; } public void setOrganizationSpecsName(String organizationSpecsName) { this.organizationSpecsName = organizationSpecsName; } public Boolean getEnable() { return this.enable; } public void setEnable(Boolean enable) { this.enable = enable; } } @Override public DescribeFabricOrganizationSpecsResponse getInstance(UnmarshallerContext context) { return DescribeFabricOrganizationSpecsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/DescribeFabricOrganizationUsersRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.baas.Endpoint; /** * @author auto create * @version */ public class DescribeFabricOrganizationUsersRequest extends RpcAcsRequest<DescribeFabricOrganizationUsersResponse> { private String organizationId; private String location; public DescribeFabricOrganizationUsersRequest() { super("Baas", "2018-12-21", "DescribeFabricOrganizationUsers", "baas"); 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 getOrganizationId() { return this.organizationId; } public void setOrganizationId(String organizationId) { this.organizationId = organizationId; if(organizationId != null){ putQueryParameter("OrganizationId", organizationId); } } public String getLocation() { return this.location; } public void setLocation(String location) { this.location = location; if(location != null){ putBodyParameter("Location", location); } } @Override public Class<DescribeFabricOrganizationUsersResponse> getResponseClass() { return DescribeFabricOrganizationUsersResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/DescribeFabricOrganizationUsersResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.baas.transform.v20181221.DescribeFabricOrganizationUsersResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeFabricOrganizationUsersResponse extends AcsResponse { private String requestId; private Boolean success; private Integer errorCode; private List<ResultItem> 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 Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public List<ResultItem> getResult() { return this.result; } public void setResult(List<ResultItem> result) { this.result = result; } public static class ResultItem { private String expireTime; private String attrs; private String callerBid; private String createTime; private String fullName; private Long callerUid; private String username; private String organizationId; private String regionId; public String getExpireTime() { return this.expireTime; } public void setExpireTime(String expireTime) { this.expireTime = expireTime; } public String getAttrs() { return this.attrs; } public void setAttrs(String attrs) { this.attrs = attrs; } public String getCallerBid() { return this.callerBid; } public void setCallerBid(String callerBid) { this.callerBid = callerBid; } public String getCreateTime() { return this.createTime; } public void setCreateTime(String createTime) { this.createTime = createTime; } public String getFullName() { return this.fullName; } public void setFullName(String fullName) { this.fullName = fullName; } public Long getCallerUid() { return this.callerUid; } public void setCallerUid(Long callerUid) { this.callerUid = callerUid; } public String getUsername() { return this.username; } public void setUsername(String username) { this.username = username; } public String getOrganizationId() { return this.organizationId; } public void setOrganizationId(String organizationId) { this.organizationId = organizationId; } public String getRegionId() { return this.regionId; } public void setRegionId(String regionId) { this.regionId = regionId; } } @Override public DescribeFabricOrganizationUsersResponse getInstance(UnmarshallerContext context) { return DescribeFabricOrganizationUsersResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/DescribeFabricOrganizationsRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; import com.aliyuncs.baas.Endpoint; /** * @author auto create * @version */ public class DescribeFabricOrganizationsRequest extends RpcAcsRequest<DescribeFabricOrganizationsResponse> { private List<Tag> tags; private String location; public DescribeFabricOrganizationsRequest() { super("Baas", "2018-12-21", "DescribeFabricOrganizations", "baas"); 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 List<Tag> getTags() { return this.tags; } public void setTags(List<Tag> tags) { this.tags = tags; if (tags != null) { for (int depth1 = 0; depth1 < tags.size(); depth1++) { putQueryParameter("Tag." + (depth1 + 1) + ".Value" , tags.get(depth1).getValue()); putQueryParameter("Tag." + (depth1 + 1) + ".Key" , tags.get(depth1).getKey()); } } } public String getLocation() { return this.location; } public void setLocation(String location) { this.location = location; if(location != null){ putBodyParameter("Location", location); } } public static class Tag { private String value; private String key; public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } } @Override public Class<DescribeFabricOrganizationsResponse> getResponseClass() { return DescribeFabricOrganizationsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/DescribeFabricOrganizationsResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.baas.transform.v20181221.DescribeFabricOrganizationsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeFabricOrganizationsResponse extends AcsResponse { private String requestId; private Integer errorCode; private Boolean success; private List<ResultItem> result; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public List<ResultItem> getResult() { return this.result; } public void setResult(List<ResultItem> result) { this.result = result; } public static class ResultItem { private String domain; private Integer peerCount; private String state; private String createTime; private Integer consortiumCount; private String specName; private String ownerName; private Long ownerUid; private String ownerBid; private String codeName; private String organizationDescription; private String regionId; private String organizationId; private String requestId; private String zoneId; private Integer userCount; private String organizationName; private String majorVersion; private List<TagsItem> tags; public String getDomain() { return this.domain; } public void setDomain(String domain) { this.domain = domain; } public Integer getPeerCount() { return this.peerCount; } public void setPeerCount(Integer peerCount) { this.peerCount = peerCount; } public String getState() { return this.state; } public void setState(String state) { this.state = state; } public String getCreateTime() { return this.createTime; } public void setCreateTime(String createTime) { this.createTime = createTime; } public Integer getConsortiumCount() { return this.consortiumCount; } public void setConsortiumCount(Integer consortiumCount) { this.consortiumCount = consortiumCount; } public String getSpecName() { return this.specName; } public void setSpecName(String specName) { this.specName = specName; } public String getOwnerName() { return this.ownerName; } public void setOwnerName(String ownerName) { this.ownerName = ownerName; } public Long getOwnerUid() { return this.ownerUid; } public void setOwnerUid(Long ownerUid) { this.ownerUid = ownerUid; } public String getOwnerBid() { return this.ownerBid; } public void setOwnerBid(String ownerBid) { this.ownerBid = ownerBid; } public String getCodeName() { return this.codeName; } public void setCodeName(String codeName) { this.codeName = codeName; } public String getOrganizationDescription() { return this.organizationDescription; } public void setOrganizationDescription(String organizationDescription) { this.organizationDescription = organizationDescription; } public String getRegionId() { return this.regionId; } public void setRegionId(String regionId) { this.regionId = regionId; } public String getOrganizationId() { return this.organizationId; } public void setOrganizationId(String organizationId) { this.organizationId = organizationId; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getZoneId() { return this.zoneId; } public void setZoneId(String zoneId) { this.zoneId = zoneId; } public Integer getUserCount() { return this.userCount; } public void setUserCount(Integer userCount) { this.userCount = userCount; } public String getOrganizationName() { return this.organizationName; } public void setOrganizationName(String organizationName) { this.organizationName = organizationName; } public String getMajorVersion() { return this.majorVersion; } public void setMajorVersion(String majorVersion) { this.majorVersion = majorVersion; } public List<TagsItem> getTags() { return this.tags; } public void setTags(List<TagsItem> tags) { this.tags = tags; } public static class TagsItem { private String key; private String value; public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } } } @Override public DescribeFabricOrganizationsResponse getInstance(UnmarshallerContext context) { return DescribeFabricOrganizationsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/DescribeFabricPeerLogsRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.baas.Endpoint; /** * @author auto create * @version */ public class DescribeFabricPeerLogsRequest extends RpcAcsRequest<DescribeFabricPeerLogsResponse> { private String peerName; private String lines; private String organizationId; public DescribeFabricPeerLogsRequest() { super("Baas", "2018-12-21", "DescribeFabricPeerLogs", "baas"); 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 getPeerName() { return this.peerName; } public void setPeerName(String peerName) { this.peerName = peerName; if(peerName != null){ putQueryParameter("PeerName", peerName); } } public String getLines() { return this.lines; } public void setLines(String lines) { this.lines = lines; if(lines != null){ putQueryParameter("Lines", lines); } } public String getOrganizationId() { return this.organizationId; } public void setOrganizationId(String organizationId) { this.organizationId = organizationId; if(organizationId != null){ putQueryParameter("OrganizationId", organizationId); } } @Override public Class<DescribeFabricPeerLogsResponse> getResponseClass() { return DescribeFabricPeerLogsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/DescribeFabricPeerLogsResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.AcsResponse; import com.aliyuncs.baas.transform.v20181221.DescribeFabricPeerLogsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeFabricPeerLogsResponse extends AcsResponse { private String requestId; private String result; private Boolean success; private Integer errorCode; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getResult() { return this.result; } public void setResult(String result) { this.result = result; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } @Override public DescribeFabricPeerLogsResponse getInstance(UnmarshallerContext context) { return DescribeFabricPeerLogsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/DescribeRegionsRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.baas.Endpoint; /** * @author auto create * @version */ public class DescribeRegionsRequest extends RpcAcsRequest<DescribeRegionsResponse> { private String acceptLanguage; public DescribeRegionsRequest() { super("Baas", "2018-12-21", "DescribeRegions", "baas"); 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 getAcceptLanguage() { return this.acceptLanguage; } public void setAcceptLanguage(String acceptLanguage) { this.acceptLanguage = acceptLanguage; if(acceptLanguage != null){ putQueryParameter("AcceptLanguage", acceptLanguage); } } @Override public Class<DescribeRegionsResponse> getResponseClass() { return DescribeRegionsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/DescribeRegionsResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.baas.transform.v20181221.DescribeRegionsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeRegionsResponse extends AcsResponse { private String requestId; private Boolean success; private Integer errorCode; private List<Result> regions; 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 getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public List<Result> getRegions() { return this.regions; } public void setRegions(List<Result> regions) { this.regions = regions; } public static class Result { private String regionEndpoint; private String localName; private String regionId; public String getRegionEndpoint() { return this.regionEndpoint; } public void setRegionEndpoint(String regionEndpoint) { this.regionEndpoint = regionEndpoint; } public String getLocalName() { return this.localName; } public void setLocalName(String localName) { this.localName = localName; } public String getRegionId() { return this.regionId; } public void setRegionId(String regionId) { this.regionId = regionId; } } @Override public DescribeRegionsResponse getInstance(UnmarshallerContext context) { return DescribeRegionsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/DescribeRootDomainRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.baas.Endpoint; /** * @author auto create * @version */ public class DescribeRootDomainRequest extends RpcAcsRequest<DescribeRootDomainResponse> { public DescribeRootDomainRequest() { super("Baas", "2018-12-21", "DescribeRootDomain", "baas"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } @Override public Class<DescribeRootDomainResponse> getResponseClass() { return DescribeRootDomainResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/DescribeRootDomainResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.AcsResponse; import com.aliyuncs.baas.transform.v20181221.DescribeRootDomainResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeRootDomainResponse extends AcsResponse { private String requestId; private String result; private Boolean success; private Integer errorCode; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getResult() { return this.result; } public void setResult(String result) { this.result = result; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } @Override public DescribeRootDomainResponse getInstance(UnmarshallerContext context) { return DescribeRootDomainResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/DescribeTasksRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.baas.Endpoint; /** * @author auto create * @version */ public class DescribeTasksRequest extends RpcAcsRequest<DescribeTasksResponse> { public DescribeTasksRequest() { super("Baas", "2018-12-21", "DescribeTasks", "baas"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } @Override public Class<DescribeTasksResponse> getResponseClass() { return DescribeTasksResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/DescribeTasksResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.baas.transform.v20181221.DescribeTasksResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeTasksResponse extends AcsResponse { private String dynamicMessage; private String requestId; private Integer errorCode; private Boolean success; private String dynamicCode; private List<Task> result; 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 Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getDynamicCode() { return this.dynamicCode; } public void setDynamicCode(String dynamicCode) { this.dynamicCode = dynamicCode; } public List<Task> getResult() { return this.result; } public void setResult(List<Task> result) { this.result = result; } public static class Task { private String action; private String result; private String sender; private String operationType; private Boolean handled; private String responseTime; private String target; private Integer taskId; private Long requestTime; public String getAction() { return this.action; } public void setAction(String action) { this.action = action; } public String getResult() { return this.result; } public void setResult(String result) { this.result = result; } public String getSender() { return this.sender; } public void setSender(String sender) { this.sender = sender; } public String getOperationType() { return this.operationType; } public void setOperationType(String operationType) { this.operationType = operationType; } public Boolean getHandled() { return this.handled; } public void setHandled(Boolean handled) { this.handled = handled; } public String getResponseTime() { return this.responseTime; } public void setResponseTime(String responseTime) { this.responseTime = responseTime; } public String getTarget() { return this.target; } public void setTarget(String target) { this.target = target; } public Integer getTaskId() { return this.taskId; } public void setTaskId(Integer taskId) { this.taskId = taskId; } public Long getRequestTime() { return this.requestTime; } public void setRequestTime(Long requestTime) { this.requestTime = requestTime; } } @Override public DescribeTasksResponse getInstance(UnmarshallerContext context) { return DescribeTasksResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/DownloadFabricOrganizationSDKRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.baas.Endpoint; /** * @author auto create * @version */ public class DownloadFabricOrganizationSDKRequest extends RpcAcsRequest<DownloadFabricOrganizationSDKResponse> { private String organizationId; private String location; private String username; public DownloadFabricOrganizationSDKRequest() { super("Baas", "2018-12-21", "DownloadFabricOrganizationSDK", "baas"); 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 getOrganizationId() { return this.organizationId; } public void setOrganizationId(String organizationId) { this.organizationId = organizationId; if(organizationId != null){ putQueryParameter("OrganizationId", organizationId); } } public String getLocation() { return this.location; } public void setLocation(String location) { this.location = location; if(location != null){ putBodyParameter("Location", location); } } public String getUsername() { return this.username; } public void setUsername(String username) { this.username = username; if(username != null){ putQueryParameter("Username", username); } } @Override public Class<DownloadFabricOrganizationSDKResponse> getResponseClass() { return DownloadFabricOrganizationSDKResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/DownloadFabricOrganizationSDKResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.baas.transform.v20181221.DownloadFabricOrganizationSDKResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DownloadFabricOrganizationSDKResponse extends AcsResponse { private String requestId; private Boolean success; private Integer errorCode; private List<ResultItem> 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 Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public List<ResultItem> getResult() { return this.result; } public void setResult(List<ResultItem> result) { this.result = result; } public static class ResultItem { private String path; private String content; public String getPath() { return this.path; } public void setPath(String path) { this.path = path; } public String getContent() { return this.content; } public void setContent(String content) { this.content = content; } } @Override public DownloadFabricOrganizationSDKResponse getInstance(UnmarshallerContext context) { return DownloadFabricOrganizationSDKResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/FreezeAntChainAccountRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.baas.Endpoint; /** * @author auto create * @version */ public class FreezeAntChainAccountRequest extends RpcAcsRequest<FreezeAntChainAccountResponse> { private String antChainId; private String account; public FreezeAntChainAccountRequest() { super("Baas", "2018-12-21", "FreezeAntChainAccount", "baas"); 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 getAntChainId() { return this.antChainId; } public void setAntChainId(String antChainId) { this.antChainId = antChainId; if(antChainId != null){ putBodyParameter("AntChainId", antChainId); } } public String getAccount() { return this.account; } public void setAccount(String account) { this.account = account; if(account != null){ putBodyParameter("Account", account); } } @Override public Class<FreezeAntChainAccountResponse> getResponseClass() { return FreezeAntChainAccountResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/FreezeAntChainAccountResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.AcsResponse; import com.aliyuncs.baas.transform.v20181221.FreezeAntChainAccountResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class FreezeAntChainAccountResponse extends AcsResponse { private String result; private String requestId; public String getResult() { return this.result; } public void setResult(String result) { this.result = result; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public FreezeAntChainAccountResponse getInstance(UnmarshallerContext context) { return FreezeAntChainAccountResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/InstallFabricChaincodePackageRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.baas.Endpoint; /** * @author auto create * @version */ public class InstallFabricChaincodePackageRequest extends RpcAcsRequest<InstallFabricChaincodePackageResponse> { private String chaincodePackageId; private String organizationId; private String location; public InstallFabricChaincodePackageRequest() { super("Baas", "2018-12-21", "InstallFabricChaincodePackage", "baas"); 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 getChaincodePackageId() { return this.chaincodePackageId; } public void setChaincodePackageId(String chaincodePackageId) { this.chaincodePackageId = chaincodePackageId; if(chaincodePackageId != null){ putBodyParameter("ChaincodePackageId", chaincodePackageId); } } public String getOrganizationId() { return this.organizationId; } public void setOrganizationId(String organizationId) { this.organizationId = organizationId; if(organizationId != null){ putBodyParameter("OrganizationId", organizationId); } } public String getLocation() { return this.location; } public void setLocation(String location) { this.location = location; if(location != null){ putBodyParameter("Location", location); } } @Override public Class<InstallFabricChaincodePackageResponse> getResponseClass() { return InstallFabricChaincodePackageResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/InstallFabricChaincodePackageResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.AcsResponse; import com.aliyuncs.baas.transform.v20181221.InstallFabricChaincodePackageResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class InstallFabricChaincodePackageResponse extends AcsResponse { private String message; private String requestId; private Boolean success; private Integer errorCode; private Result result; public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public Result getResult() { return this.result; } public void setResult(Result result) { this.result = result; } public static class Result { private String organizationId; private String label; private String checksum; private String chaincodePackageId; private String md5sum; private String providerUid; private String providerBid; private Integer type; private String typeName; private String uploadTime; private String installTime; private String state; private String ossURL; private String deleteTime; private Boolean deleted; private String message; public String getOrganizationId() { return this.organizationId; } public void setOrganizationId(String organizationId) { this.organizationId = organizationId; } public String getLabel() { return this.label; } public void setLabel(String label) { this.label = label; } public String getChecksum() { return this.checksum; } public void setChecksum(String checksum) { this.checksum = checksum; } public String getChaincodePackageId() { return this.chaincodePackageId; } public void setChaincodePackageId(String chaincodePackageId) { this.chaincodePackageId = chaincodePackageId; } public String getMd5sum() { return this.md5sum; } public void setMd5sum(String md5sum) { this.md5sum = md5sum; } public String getProviderUid() { return this.providerUid; } public void setProviderUid(String providerUid) { this.providerUid = providerUid; } public String getProviderBid() { return this.providerBid; } public void setProviderBid(String providerBid) { this.providerBid = providerBid; } public Integer getType() { return this.type; } public void setType(Integer type) { this.type = type; } public String getTypeName() { return this.typeName; } public void setTypeName(String typeName) { this.typeName = typeName; } public String getUploadTime() { return this.uploadTime; } public void setUploadTime(String uploadTime) { this.uploadTime = uploadTime; } public String getInstallTime() { return this.installTime; } public void setInstallTime(String installTime) { this.installTime = installTime; } public String getState() { return this.state; } public void setState(String state) { this.state = state; } public String getOssURL() { return this.ossURL; } public void setOssURL(String ossURL) { this.ossURL = ossURL; } public String getDeleteTime() { return this.deleteTime; } public void setDeleteTime(String deleteTime) { this.deleteTime = deleteTime; } public Boolean getDeleted() { return this.deleted; } public void setDeleted(Boolean deleted) { this.deleted = deleted; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } } @Override public InstallFabricChaincodePackageResponse getInstance(UnmarshallerContext context) { return InstallFabricChaincodePackageResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/InstallFabricChaincodeRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.baas.Endpoint; /** * @author auto create * @version */ public class InstallFabricChaincodeRequest extends RpcAcsRequest<InstallFabricChaincodeResponse> { private String organizationId; private String chaincodeId; private String location; public InstallFabricChaincodeRequest() { super("Baas", "2018-12-21", "InstallFabricChaincode", "baas"); 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 getOrganizationId() { return this.organizationId; } public void setOrganizationId(String organizationId) { this.organizationId = organizationId; if(organizationId != null){ putBodyParameter("OrganizationId", organizationId); } } public String getChaincodeId() { return this.chaincodeId; } public void setChaincodeId(String chaincodeId) { this.chaincodeId = chaincodeId; if(chaincodeId != null){ putBodyParameter("ChaincodeId", chaincodeId); } } public String getLocation() { return this.location; } public void setLocation(String location) { this.location = location; if(location != null){ putBodyParameter("Location", location); } } @Override public Class<InstallFabricChaincodeResponse> getResponseClass() { return InstallFabricChaincodeResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/InstallFabricChaincodeResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.AcsResponse; import com.aliyuncs.baas.transform.v20181221.InstallFabricChaincodeResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class InstallFabricChaincodeResponse extends AcsResponse { private String requestId; private Boolean success; private Integer errorCode; 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 Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public Result getResult() { return this.result; } public void setResult(Result result) { this.result = result; } public static class Result { private Integer type; private String endorsePolicy; private String state; private String createTime; private String chaincodeId; private String providerName; private String message; private String chaincodeName; private String input; private Boolean install; private String providerId; private String deployTime; private String chaincodeVersion; private String consortiumId; private String channelName; private String path; public Integer getType() { return this.type; } public void setType(Integer type) { this.type = type; } public String getEndorsePolicy() { return this.endorsePolicy; } public void setEndorsePolicy(String endorsePolicy) { this.endorsePolicy = endorsePolicy; } public String getState() { return this.state; } public void setState(String state) { this.state = state; } public String getCreateTime() { return this.createTime; } public void setCreateTime(String createTime) { this.createTime = createTime; } public String getChaincodeId() { return this.chaincodeId; } public void setChaincodeId(String chaincodeId) { this.chaincodeId = chaincodeId; } public String getProviderName() { return this.providerName; } public void setProviderName(String providerName) { this.providerName = providerName; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getChaincodeName() { return this.chaincodeName; } public void setChaincodeName(String chaincodeName) { this.chaincodeName = chaincodeName; } public String getInput() { return this.input; } public void setInput(String input) { this.input = input; } public Boolean getInstall() { return this.install; } public void setInstall(Boolean install) { this.install = install; } public String getProviderId() { return this.providerId; } public void setProviderId(String providerId) { this.providerId = providerId; } public String getDeployTime() { return this.deployTime; } public void setDeployTime(String deployTime) { this.deployTime = deployTime; } public String getChaincodeVersion() { return this.chaincodeVersion; } public void setChaincodeVersion(String chaincodeVersion) { this.chaincodeVersion = chaincodeVersion; } public String getConsortiumId() { return this.consortiumId; } public void setConsortiumId(String consortiumId) { this.consortiumId = consortiumId; } public String getChannelName() { return this.channelName; } public void setChannelName(String channelName) { this.channelName = channelName; } public String getPath() { return this.path; } public void setPath(String path) { this.path = path; } } @Override public InstallFabricChaincodeResponse getInstance(UnmarshallerContext context) { return InstallFabricChaincodeResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/InstantiateFabricChaincodeRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.baas.Endpoint; /** * @author auto create * @version */ public class InstantiateFabricChaincodeRequest extends RpcAcsRequest<InstantiateFabricChaincodeResponse> { private String endorsePolicy; private String organizationId; private String chaincodeId; private String collectionConfig; private String location; public InstantiateFabricChaincodeRequest() { super("Baas", "2018-12-21", "InstantiateFabricChaincode", "baas"); 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 getEndorsePolicy() { return this.endorsePolicy; } public void setEndorsePolicy(String endorsePolicy) { this.endorsePolicy = endorsePolicy; if(endorsePolicy != null){ putBodyParameter("EndorsePolicy", endorsePolicy); } } public String getOrganizationId() { return this.organizationId; } public void setOrganizationId(String organizationId) { this.organizationId = organizationId; if(organizationId != null){ putBodyParameter("OrganizationId", organizationId); } } public String getChaincodeId() { return this.chaincodeId; } public void setChaincodeId(String chaincodeId) { this.chaincodeId = chaincodeId; if(chaincodeId != null){ putBodyParameter("ChaincodeId", chaincodeId); } } public String getCollectionConfig() { return this.collectionConfig; } public void setCollectionConfig(String collectionConfig) { this.collectionConfig = collectionConfig; if(collectionConfig != null){ putBodyParameter("CollectionConfig", collectionConfig); } } public String getLocation() { return this.location; } public void setLocation(String location) { this.location = location; if(location != null){ putBodyParameter("Location", location); } } @Override public Class<InstantiateFabricChaincodeResponse> getResponseClass() { return InstantiateFabricChaincodeResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/InstantiateFabricChaincodeResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.AcsResponse; import com.aliyuncs.baas.transform.v20181221.InstantiateFabricChaincodeResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class InstantiateFabricChaincodeResponse extends AcsResponse { private String requestId; private Boolean success; private Integer errorCode; 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 Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public Result getResult() { return this.result; } public void setResult(Result result) { this.result = result; } public static class Result { private Integer type; private String endorsePolicy; private String state; private String createTime; private String chaincodeId; private String providerName; private String message; private String chaincodeName; private String input; private Boolean install; private String providerId; private String deployTime; private String chaincodeVersion; private String consortiumId; private String channelName; private String path; public Integer getType() { return this.type; } public void setType(Integer type) { this.type = type; } public String getEndorsePolicy() { return this.endorsePolicy; } public void setEndorsePolicy(String endorsePolicy) { this.endorsePolicy = endorsePolicy; } public String getState() { return this.state; } public void setState(String state) { this.state = state; } public String getCreateTime() { return this.createTime; } public void setCreateTime(String createTime) { this.createTime = createTime; } public String getChaincodeId() { return this.chaincodeId; } public void setChaincodeId(String chaincodeId) { this.chaincodeId = chaincodeId; } public String getProviderName() { return this.providerName; } public void setProviderName(String providerName) { this.providerName = providerName; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getChaincodeName() { return this.chaincodeName; } public void setChaincodeName(String chaincodeName) { this.chaincodeName = chaincodeName; } public String getInput() { return this.input; } public void setInput(String input) { this.input = input; } public Boolean getInstall() { return this.install; } public void setInstall(Boolean install) { this.install = install; } public String getProviderId() { return this.providerId; } public void setProviderId(String providerId) { this.providerId = providerId; } public String getDeployTime() { return this.deployTime; } public void setDeployTime(String deployTime) { this.deployTime = deployTime; } public String getChaincodeVersion() { return this.chaincodeVersion; } public void setChaincodeVersion(String chaincodeVersion) { this.chaincodeVersion = chaincodeVersion; } public String getConsortiumId() { return this.consortiumId; } public void setConsortiumId(String consortiumId) { this.consortiumId = consortiumId; } public String getChannelName() { return this.channelName; } public void setChannelName(String channelName) { this.channelName = channelName; } public String getPath() { return this.path; } public void setPath(String path) { this.path = path; } } @Override public InstantiateFabricChaincodeResponse getInstance(UnmarshallerContext context) { return InstantiateFabricChaincodeResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/JoinFabricChannelRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.baas.Endpoint; /** * @author auto create * @version */ public class JoinFabricChannelRequest extends RpcAcsRequest<JoinFabricChannelResponse> { private String _do; private String location; private String channelId; public JoinFabricChannelRequest() { super("Baas", "2018-12-21", "JoinFabricChannel", "baas"); 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 get_Do() { return this._do; } public void set_Do(String _do) { this._do = _do; if(_do != null){ putQueryParameter("Do", _do); } } public String getLocation() { return this.location; } public void setLocation(String location) { this.location = location; if(location != null){ putBodyParameter("Location", location); } } public String getChannelId() { return this.channelId; } public void setChannelId(String channelId) { this.channelId = channelId; if(channelId != null){ putQueryParameter("ChannelId", channelId); } } @Override public Class<JoinFabricChannelResponse> getResponseClass() { return JoinFabricChannelResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/JoinFabricChannelResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.baas.transform.v20181221.JoinFabricChannelResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class JoinFabricChannelResponse extends AcsResponse { private String requestId; private Boolean success; private Integer errorCode; private List<ResultItem> 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 Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public List<ResultItem> getResult() { return this.result; } public void setResult(List<ResultItem> result) { this.result = result; } public static class ResultItem { private Boolean withPeer; private String acceptTime; private String state; private String destroyTime; private String inviteTime; private String channelId; private String confirmTime; private String approveTime; private String organizationId; public Boolean getWithPeer() { return this.withPeer; } public void setWithPeer(Boolean withPeer) { this.withPeer = withPeer; } public String getAcceptTime() { return this.acceptTime; } public void setAcceptTime(String acceptTime) { this.acceptTime = acceptTime; } public String getState() { return this.state; } public void setState(String state) { this.state = state; } public String getDestroyTime() { return this.destroyTime; } public void setDestroyTime(String destroyTime) { this.destroyTime = destroyTime; } public String getInviteTime() { return this.inviteTime; } public void setInviteTime(String inviteTime) { this.inviteTime = inviteTime; } public String getChannelId() { return this.channelId; } public void setChannelId(String channelId) { this.channelId = channelId; } public String getConfirmTime() { return this.confirmTime; } public void setConfirmTime(String confirmTime) { this.confirmTime = confirmTime; } public String getApproveTime() { return this.approveTime; } public void setApproveTime(String approveTime) { this.approveTime = approveTime; } public String getOrganizationId() { return this.organizationId; } public void setOrganizationId(String organizationId) { this.organizationId = organizationId; } } @Override public JoinFabricChannelResponse getInstance(UnmarshallerContext context) { return JoinFabricChannelResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/ListTagResourcesRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; import com.aliyuncs.baas.Endpoint; /** * @author auto create * @version */ public class ListTagResourcesRequest extends RpcAcsRequest<ListTagResourcesResponse> { private String nextToken; private List<Tag> tags; private List<String> resourceIds; private String resourceType; public ListTagResourcesRequest() { super("Baas", "2018-12-21", "ListTagResources", "baas"); 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 getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; if(nextToken != null){ putQueryParameter("NextToken", nextToken); } } public List<Tag> getTags() { return this.tags; } public void setTags(List<Tag> tags) { this.tags = tags; if (tags != null) { for (int depth1 = 0; depth1 < tags.size(); depth1++) { putQueryParameter("Tag." + (depth1 + 1) + ".Value" , tags.get(depth1).getValue()); putQueryParameter("Tag." + (depth1 + 1) + ".Key" , tags.get(depth1).getKey()); } } } public List<String> getResourceIds() { return this.resourceIds; } public void setResourceIds(List<String> resourceIds) { this.resourceIds = resourceIds; if (resourceIds != null) { for (int i = 0; i < resourceIds.size(); i++) { putQueryParameter("ResourceId." + (i + 1) , resourceIds.get(i)); } } } public String getResourceType() { return this.resourceType; } public void setResourceType(String resourceType) { this.resourceType = resourceType; if(resourceType != null){ putQueryParameter("ResourceType", resourceType); } } public static class Tag { private String value; private String key; public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } } @Override public Class<ListTagResourcesResponse> getResponseClass() { return ListTagResourcesResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/ListTagResourcesResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.baas.transform.v20181221.ListTagResourcesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListTagResourcesResponse extends AcsResponse { private String nextToken; private String requestId; private List<TagResource> tagResources; public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<TagResource> getTagResources() { return this.tagResources; } public void setTagResources(List<TagResource> tagResources) { this.tagResources = tagResources; } public static class TagResource { private String tagValue; private String resourceType; private String resourceId; private String tagKey; public String getTagValue() { return this.tagValue; } public void setTagValue(String tagValue) { this.tagValue = tagValue; } public String getResourceType() { return this.resourceType; } public void setResourceType(String resourceType) { this.resourceType = resourceType; } public String getResourceId() { return this.resourceId; } public void setResourceId(String resourceId) { this.resourceId = resourceId; } public String getTagKey() { return this.tagKey; } public void setTagKey(String tagKey) { this.tagKey = tagKey; } } @Override public ListTagResourcesResponse getInstance(UnmarshallerContext context) { return ListTagResourcesResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/ResetAntChainCertificateRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.baas.Endpoint; /** * @author auto create * @version */ public class ResetAntChainCertificateRequest extends RpcAcsRequest<ResetAntChainCertificateResponse> { private String antChainId; public ResetAntChainCertificateRequest() { super("Baas", "2018-12-21", "ResetAntChainCertificate", "baas"); 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 getAntChainId() { return this.antChainId; } public void setAntChainId(String antChainId) { this.antChainId = antChainId; if(antChainId != null){ putBodyParameter("AntChainId", antChainId); } } @Override public Class<ResetAntChainCertificateResponse> getResponseClass() { return ResetAntChainCertificateResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/ResetAntChainCertificateResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.AcsResponse; import com.aliyuncs.baas.transform.v20181221.ResetAntChainCertificateResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ResetAntChainCertificateResponse extends AcsResponse { private String result; private String requestId; public String getResult() { return this.result; } public void setResult(String result) { this.result = result; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ResetAntChainCertificateResponse getInstance(UnmarshallerContext context) { return ResetAntChainCertificateResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/ResetAntChainUserCertificateRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.baas.Endpoint; /** * @author auto create * @version */ public class ResetAntChainUserCertificateRequest extends RpcAcsRequest<ResetAntChainUserCertificateResponse> { private String antChainId; private String username; public ResetAntChainUserCertificateRequest() { super("Baas", "2018-12-21", "ResetAntChainUserCertificate", "baas"); 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 getAntChainId() { return this.antChainId; } public void setAntChainId(String antChainId) { this.antChainId = antChainId; if(antChainId != null){ putBodyParameter("AntChainId", antChainId); } } public String getUsername() { return this.username; } public void setUsername(String username) { this.username = username; if(username != null){ putBodyParameter("Username", username); } } @Override public Class<ResetAntChainUserCertificateResponse> getResponseClass() { return ResetAntChainUserCertificateResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/ResetAntChainUserCertificateResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.AcsResponse; import com.aliyuncs.baas.transform.v20181221.ResetAntChainUserCertificateResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ResetAntChainUserCertificateResponse extends AcsResponse { private String result; private String requestId; public String getResult() { return this.result; } public void setResult(String result) { this.result = result; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ResetAntChainUserCertificateResponse getInstance(UnmarshallerContext context) { return ResetAntChainUserCertificateResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/ResetFabricOrganizationUserPasswordRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.baas.Endpoint; /** * @author auto create * @version */ public class ResetFabricOrganizationUserPasswordRequest extends RpcAcsRequest<ResetFabricOrganizationUserPasswordResponse> { private String password; private String organizationId; private String location; private String username; public ResetFabricOrganizationUserPasswordRequest() { super("Baas", "2018-12-21", "ResetFabricOrganizationUserPassword", "baas"); 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 getPassword() { return this.password; } public void setPassword(String password) { this.password = password; if(password != null){ putBodyParameter("Password", password); } } public String getOrganizationId() { return this.organizationId; } public void setOrganizationId(String organizationId) { this.organizationId = organizationId; if(organizationId != null){ putBodyParameter("OrganizationId", organizationId); } } public String getLocation() { return this.location; } public void setLocation(String location) { this.location = location; if(location != null){ putBodyParameter("Location", location); } } public String getUsername() { return this.username; } public void setUsername(String username) { this.username = username; if(username != null){ putBodyParameter("Username", username); } } @Override public Class<ResetFabricOrganizationUserPasswordResponse> getResponseClass() { return ResetFabricOrganizationUserPasswordResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/ResetFabricOrganizationUserPasswordResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.AcsResponse; import com.aliyuncs.baas.transform.v20181221.ResetFabricOrganizationUserPasswordResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ResetFabricOrganizationUserPasswordResponse extends AcsResponse { private String requestId; private Boolean success; private Integer errorCode; 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 Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public Result getResult() { return this.result; } public void setResult(Result result) { this.result = result; } public static class Result { private String password; private String expireTime; private String createTime; private String organizationId; private String username; private String fullname; public String getPassword() { return this.password; } public void setPassword(String password) { this.password = password; } public String getExpireTime() { return this.expireTime; } public void setExpireTime(String expireTime) { this.expireTime = expireTime; } public String getCreateTime() { return this.createTime; } public void setCreateTime(String createTime) { this.createTime = createTime; } public String getOrganizationId() { return this.organizationId; } public void setOrganizationId(String organizationId) { this.organizationId = organizationId; } public String getUsername() { return this.username; } public void setUsername(String username) { this.username = username; } public String getFullname() { return this.fullname; } public void setFullname(String fullname) { this.fullname = fullname; } } @Override public ResetFabricOrganizationUserPasswordResponse getInstance(UnmarshallerContext context) { return ResetFabricOrganizationUserPasswordResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/SubmitFabricChaincodeDefinitionRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.baas.Endpoint; /** * @author auto create * @version */ public class SubmitFabricChaincodeDefinitionRequest extends RpcAcsRequest<SubmitFabricChaincodeDefinitionResponse> { private String chaincodeVersion; private String chaincodePackageId; private String endorsePolicy; private String organizationId; private String collectionConfig; private String name; private String location; private Boolean initRequired; private String channelId; public SubmitFabricChaincodeDefinitionRequest() { super("Baas", "2018-12-21", "SubmitFabricChaincodeDefinition", "baas"); 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 getChaincodeVersion() { return this.chaincodeVersion; } public void setChaincodeVersion(String chaincodeVersion) { this.chaincodeVersion = chaincodeVersion; if(chaincodeVersion != null){ putBodyParameter("ChaincodeVersion", chaincodeVersion); } } public String getChaincodePackageId() { return this.chaincodePackageId; } public void setChaincodePackageId(String chaincodePackageId) { this.chaincodePackageId = chaincodePackageId; if(chaincodePackageId != null){ putBodyParameter("ChaincodePackageId", chaincodePackageId); } } public String getEndorsePolicy() { return this.endorsePolicy; } public void setEndorsePolicy(String endorsePolicy) { this.endorsePolicy = endorsePolicy; if(endorsePolicy != null){ putBodyParameter("EndorsePolicy", endorsePolicy); } } public String getOrganizationId() { return this.organizationId; } public void setOrganizationId(String organizationId) { this.organizationId = organizationId; if(organizationId != null){ putBodyParameter("OrganizationId", organizationId); } } public String getCollectionConfig() { return this.collectionConfig; } public void setCollectionConfig(String collectionConfig) { this.collectionConfig = collectionConfig; if(collectionConfig != null){ putBodyParameter("CollectionConfig", collectionConfig); } } public String getName() { return this.name; } public void setName(String name) { this.name = name; if(name != null){ putBodyParameter("Name", name); } } public String getLocation() { return this.location; } public void setLocation(String location) { this.location = location; if(location != null){ putBodyParameter("Location", location); } } public Boolean getInitRequired() { return this.initRequired; } public void setInitRequired(Boolean initRequired) { this.initRequired = initRequired; if(initRequired != null){ putBodyParameter("InitRequired", initRequired.toString()); } } public String getChannelId() { return this.channelId; } public void setChannelId(String channelId) { this.channelId = channelId; if(channelId != null){ putBodyParameter("ChannelId", channelId); } } @Override public Class<SubmitFabricChaincodeDefinitionResponse> getResponseClass() { return SubmitFabricChaincodeDefinitionResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/SubmitFabricChaincodeDefinitionResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.AcsResponse; import com.aliyuncs.baas.transform.v20181221.SubmitFabricChaincodeDefinitionResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class SubmitFabricChaincodeDefinitionResponse extends AcsResponse { private String message; private String requestId; private Boolean success; private Integer errorCode; private Result result; public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public Result getResult() { return this.result; } public void setResult(Result result) { this.result = result; } public static class Result { private String name; private String version; private String input; private Integer type; private String state; private String path; private String chaincodeId; private Boolean install; private String message; private String createTime; private String deployTime; private String channelName; private String endorsePolicy; private String consortiumId; private String providerId; private String providerName; private String channelId; private Boolean management; private String chaincodePackageId; private Boolean initRequired; private String chaincodeDefinitionId; public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getVersion() { return this.version; } public void setVersion(String version) { this.version = version; } public String getInput() { return this.input; } public void setInput(String input) { this.input = input; } public Integer getType() { return this.type; } public void setType(Integer type) { this.type = type; } public String getState() { return this.state; } public void setState(String state) { this.state = state; } public String getPath() { return this.path; } public void setPath(String path) { this.path = path; } public String getChaincodeId() { return this.chaincodeId; } public void setChaincodeId(String chaincodeId) { this.chaincodeId = chaincodeId; } public Boolean getInstall() { return this.install; } public void setInstall(Boolean install) { this.install = install; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getCreateTime() { return this.createTime; } public void setCreateTime(String createTime) { this.createTime = createTime; } public String getDeployTime() { return this.deployTime; } public void setDeployTime(String deployTime) { this.deployTime = deployTime; } public String getChannelName() { return this.channelName; } public void setChannelName(String channelName) { this.channelName = channelName; } public String getEndorsePolicy() { return this.endorsePolicy; } public void setEndorsePolicy(String endorsePolicy) { this.endorsePolicy = endorsePolicy; } public String getConsortiumId() { return this.consortiumId; } public void setConsortiumId(String consortiumId) { this.consortiumId = consortiumId; } public String getProviderId() { return this.providerId; } public void setProviderId(String providerId) { this.providerId = providerId; } public String getProviderName() { return this.providerName; } public void setProviderName(String providerName) { this.providerName = providerName; } public String getChannelId() { return this.channelId; } public void setChannelId(String channelId) { this.channelId = channelId; } public Boolean getManagement() { return this.management; } public void setManagement(Boolean management) { this.management = management; } public String getChaincodePackageId() { return this.chaincodePackageId; } public void setChaincodePackageId(String chaincodePackageId) { this.chaincodePackageId = chaincodePackageId; } public Boolean getInitRequired() { return this.initRequired; } public void setInitRequired(Boolean initRequired) { this.initRequired = initRequired; } public String getChaincodeDefinitionId() { return this.chaincodeDefinitionId; } public void setChaincodeDefinitionId(String chaincodeDefinitionId) { this.chaincodeDefinitionId = chaincodeDefinitionId; } } @Override public SubmitFabricChaincodeDefinitionResponse getInstance(UnmarshallerContext context) { return SubmitFabricChaincodeDefinitionResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/SynchronizeFabricChaincodeRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.baas.Endpoint; /** * @author auto create * @version */ public class SynchronizeFabricChaincodeRequest extends RpcAcsRequest<SynchronizeFabricChaincodeResponse> { private String organizationId; private String chaincodeId; public SynchronizeFabricChaincodeRequest() { super("Baas", "2018-12-21", "SynchronizeFabricChaincode", "baas"); 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 getOrganizationId() { return this.organizationId; } public void setOrganizationId(String organizationId) { this.organizationId = organizationId; if(organizationId != null){ putBodyParameter("OrganizationId", organizationId); } } public String getChaincodeId() { return this.chaincodeId; } public void setChaincodeId(String chaincodeId) { this.chaincodeId = chaincodeId; if(chaincodeId != null){ putBodyParameter("ChaincodeId", chaincodeId); } } @Override public Class<SynchronizeFabricChaincodeResponse> getResponseClass() { return SynchronizeFabricChaincodeResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/SynchronizeFabricChaincodeResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.AcsResponse; import com.aliyuncs.baas.transform.v20181221.SynchronizeFabricChaincodeResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class SynchronizeFabricChaincodeResponse extends AcsResponse { private String requestId; private Boolean success; private Integer errorCode; 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 Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public Result getResult() { return this.result; } public void setResult(Result result) { this.result = result; } public static class Result { private Integer type; private String endorsePolicy; private String state; private String createTime; private String chaincodeId; private String providerName; private String message; private String chaincodeName; private String input; private Boolean install; private String providerId; private String deployTime; private String chaincodeVersion; private String consortiumId; private String channelName; private String path; public Integer getType() { return this.type; } public void setType(Integer type) { this.type = type; } public String getEndorsePolicy() { return this.endorsePolicy; } public void setEndorsePolicy(String endorsePolicy) { this.endorsePolicy = endorsePolicy; } public String getState() { return this.state; } public void setState(String state) { this.state = state; } public String getCreateTime() { return this.createTime; } public void setCreateTime(String createTime) { this.createTime = createTime; } public String getChaincodeId() { return this.chaincodeId; } public void setChaincodeId(String chaincodeId) { this.chaincodeId = chaincodeId; } public String getProviderName() { return this.providerName; } public void setProviderName(String providerName) { this.providerName = providerName; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getChaincodeName() { return this.chaincodeName; } public void setChaincodeName(String chaincodeName) { this.chaincodeName = chaincodeName; } public String getInput() { return this.input; } public void setInput(String input) { this.input = input; } public Boolean getInstall() { return this.install; } public void setInstall(Boolean install) { this.install = install; } public String getProviderId() { return this.providerId; } public void setProviderId(String providerId) { this.providerId = providerId; } public String getDeployTime() { return this.deployTime; } public void setDeployTime(String deployTime) { this.deployTime = deployTime; } public String getChaincodeVersion() { return this.chaincodeVersion; } public void setChaincodeVersion(String chaincodeVersion) { this.chaincodeVersion = chaincodeVersion; } public String getConsortiumId() { return this.consortiumId; } public void setConsortiumId(String consortiumId) { this.consortiumId = consortiumId; } public String getChannelName() { return this.channelName; } public void setChannelName(String channelName) { this.channelName = channelName; } public String getPath() { return this.path; } public void setPath(String path) { this.path = path; } } @Override public SynchronizeFabricChaincodeResponse getInstance(UnmarshallerContext context) { return SynchronizeFabricChaincodeResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/TagResourcesRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; import com.aliyuncs.baas.Endpoint; /** * @author auto create * @version */ public class TagResourcesRequest extends RpcAcsRequest<TagResourcesResponse> { private List<Tag> tags; private List<String> resourceIds; private String resourceType; public TagResourcesRequest() { super("Baas", "2018-12-21", "TagResources", "baas"); 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 List<Tag> getTags() { return this.tags; } public void setTags(List<Tag> tags) { this.tags = tags; if (tags != null) { for (int depth1 = 0; depth1 < tags.size(); depth1++) { putQueryParameter("Tag." + (depth1 + 1) + ".Value" , tags.get(depth1).getValue()); putQueryParameter("Tag." + (depth1 + 1) + ".Key" , tags.get(depth1).getKey()); } } } public List<String> getResourceIds() { return this.resourceIds; } public void setResourceIds(List<String> resourceIds) { this.resourceIds = resourceIds; if (resourceIds != null) { for (int i = 0; i < resourceIds.size(); i++) { putQueryParameter("ResourceId." + (i + 1) , resourceIds.get(i)); } } } public String getResourceType() { return this.resourceType; } public void setResourceType(String resourceType) { this.resourceType = resourceType; if(resourceType != null){ putQueryParameter("ResourceType", resourceType); } } public static class Tag { private String value; private String key; public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } } @Override public Class<TagResourcesResponse> getResponseClass() { return TagResourcesResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/TagResourcesResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.AcsResponse; import com.aliyuncs.baas.transform.v20181221.TagResourcesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class TagResourcesResponse extends AcsResponse { private String requestId; private Boolean result; private Boolean success; private Integer errorCode; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getResult() { return this.result; } public void setResult(Boolean result) { this.result = result; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } @Override public TagResourcesResponse getInstance(UnmarshallerContext context) { return TagResourcesResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/UnfreezeAntChainAccountRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.baas.Endpoint; /** * @author auto create * @version */ public class UnfreezeAntChainAccountRequest extends RpcAcsRequest<UnfreezeAntChainAccountResponse> { private String antChainId; private String account; public UnfreezeAntChainAccountRequest() { super("Baas", "2018-12-21", "UnfreezeAntChainAccount", "baas"); 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 getAntChainId() { return this.antChainId; } public void setAntChainId(String antChainId) { this.antChainId = antChainId; if(antChainId != null){ putBodyParameter("AntChainId", antChainId); } } public String getAccount() { return this.account; } public void setAccount(String account) { this.account = account; if(account != null){ putBodyParameter("Account", account); } } @Override public Class<UnfreezeAntChainAccountResponse> getResponseClass() { return UnfreezeAntChainAccountResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/UnfreezeAntChainAccountResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.AcsResponse; import com.aliyuncs.baas.transform.v20181221.UnfreezeAntChainAccountResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UnfreezeAntChainAccountResponse extends AcsResponse { private String result; private String requestId; public String getResult() { return this.result; } public void setResult(String result) { this.result = result; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public UnfreezeAntChainAccountResponse getInstance(UnmarshallerContext context) { return UnfreezeAntChainAccountResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/UntagResourcesRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; import com.aliyuncs.baas.Endpoint; /** * @author auto create * @version */ public class UntagResourcesRequest extends RpcAcsRequest<UntagResourcesResponse> { private Boolean all; private List<String> resourceIds; private String resourceType; private List<String> tagKeys; public UntagResourcesRequest() { super("Baas", "2018-12-21", "UntagResources", "baas"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Boolean getAll() { return this.all; } public void setAll(Boolean all) { this.all = all; if(all != null){ putQueryParameter("All", all.toString()); } } public List<String> getResourceIds() { return this.resourceIds; } public void setResourceIds(List<String> resourceIds) { this.resourceIds = resourceIds; if (resourceIds != null) { for (int i = 0; i < resourceIds.size(); i++) { putQueryParameter("ResourceId." + (i + 1) , resourceIds.get(i)); } } } public String getResourceType() { return this.resourceType; } public void setResourceType(String resourceType) { this.resourceType = resourceType; if(resourceType != null){ putQueryParameter("ResourceType", resourceType); } } public List<String> getTagKeys() { return this.tagKeys; } public void setTagKeys(List<String> tagKeys) { this.tagKeys = tagKeys; if (tagKeys != null) { for (int i = 0; i < tagKeys.size(); i++) { putQueryParameter("TagKey." + (i + 1) , tagKeys.get(i)); } } } @Override public Class<UntagResourcesResponse> getResponseClass() { return UntagResourcesResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/UntagResourcesResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.AcsResponse; import com.aliyuncs.baas.transform.v20181221.UntagResourcesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UntagResourcesResponse extends AcsResponse { private String requestId; private Boolean result; private Boolean success; private Integer errorCode; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getResult() { return this.result; } public void setResult(Boolean result) { this.result = result; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } @Override public UntagResourcesResponse getInstance(UnmarshallerContext context) { return UntagResourcesResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/UpdateAntChainConsortiumRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.baas.Endpoint; /** * @author auto create * @version */ public class UpdateAntChainConsortiumRequest extends RpcAcsRequest<UpdateAntChainConsortiumResponse> { private String consortiumName; private String consortiumDescription; private String consortiumId; public UpdateAntChainConsortiumRequest() { super("Baas", "2018-12-21", "UpdateAntChainConsortium", "baas"); 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 getConsortiumName() { return this.consortiumName; } public void setConsortiumName(String consortiumName) { this.consortiumName = consortiumName; if(consortiumName != null){ putBodyParameter("ConsortiumName", consortiumName); } } public String getConsortiumDescription() { return this.consortiumDescription; } public void setConsortiumDescription(String consortiumDescription) { this.consortiumDescription = consortiumDescription; if(consortiumDescription != null){ putBodyParameter("ConsortiumDescription", consortiumDescription); } } public String getConsortiumId() { return this.consortiumId; } public void setConsortiumId(String consortiumId) { this.consortiumId = consortiumId; if(consortiumId != null){ putBodyParameter("ConsortiumId", consortiumId); } } @Override public Class<UpdateAntChainConsortiumResponse> getResponseClass() { return UpdateAntChainConsortiumResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/UpdateAntChainConsortiumResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.AcsResponse; import com.aliyuncs.baas.transform.v20181221.UpdateAntChainConsortiumResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdateAntChainConsortiumResponse extends AcsResponse { private String result; private String requestId; public String getResult() { return this.result; } public void setResult(String result) { this.result = result; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public UpdateAntChainConsortiumResponse getInstance(UnmarshallerContext context) { return UpdateAntChainConsortiumResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/UpdateAntChainContractContentRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.baas.Endpoint; /** * @author auto create * @version */ public class UpdateAntChainContractContentRequest extends RpcAcsRequest<UpdateAntChainContractContentResponse> { private String content; private String parentContentId; private String contentName; private String contentId; public UpdateAntChainContractContentRequest() { super("Baas", "2018-12-21", "UpdateAntChainContractContent", "baas"); 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 getParentContentId() { return this.parentContentId; } public void setParentContentId(String parentContentId) { this.parentContentId = parentContentId; if(parentContentId != null){ putBodyParameter("ParentContentId", parentContentId); } } public String getContentName() { return this.contentName; } public void setContentName(String contentName) { this.contentName = contentName; if(contentName != null){ putBodyParameter("ContentName", contentName); } } public String getContentId() { return this.contentId; } public void setContentId(String contentId) { this.contentId = contentId; if(contentId != null){ putBodyParameter("ContentId", contentId); } } @Override public Class<UpdateAntChainContractContentResponse> getResponseClass() { return UpdateAntChainContractContentResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/UpdateAntChainContractContentResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.AcsResponse; import com.aliyuncs.baas.transform.v20181221.UpdateAntChainContractContentResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdateAntChainContractContentResponse extends AcsResponse { private String result; private String requestId; public String getResult() { return this.result; } public void setResult(String result) { this.result = result; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public UpdateAntChainContractContentResponse getInstance(UnmarshallerContext context) { return UpdateAntChainContractContentResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/UpdateAntChainContractProjectRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.baas.Endpoint; /** * @author auto create * @version */ public class UpdateAntChainContractProjectRequest extends RpcAcsRequest<UpdateAntChainContractProjectResponse> { private String projectVersion; private String projectId; private String projectName; private String projectDescription; public UpdateAntChainContractProjectRequest() { super("Baas", "2018-12-21", "UpdateAntChainContractProject", "baas"); 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 getProjectVersion() { return this.projectVersion; } public void setProjectVersion(String projectVersion) { this.projectVersion = projectVersion; if(projectVersion != null){ putBodyParameter("ProjectVersion", projectVersion); } } public String getProjectId() { return this.projectId; } public void setProjectId(String projectId) { this.projectId = projectId; if(projectId != null){ putBodyParameter("ProjectId", projectId); } } public String getProjectName() { return this.projectName; } public void setProjectName(String projectName) { this.projectName = projectName; if(projectName != null){ putBodyParameter("ProjectName", projectName); } } public String getProjectDescription() { return this.projectDescription; } public void setProjectDescription(String projectDescription) { this.projectDescription = projectDescription; if(projectDescription != null){ putBodyParameter("ProjectDescription", projectDescription); } } @Override public Class<UpdateAntChainContractProjectResponse> getResponseClass() { return UpdateAntChainContractProjectResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/UpdateAntChainContractProjectResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.AcsResponse; import com.aliyuncs.baas.transform.v20181221.UpdateAntChainContractProjectResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdateAntChainContractProjectResponse extends AcsResponse { private String result; private String requestId; public String getResult() { return this.result; } public void setResult(String result) { this.result = result; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public UpdateAntChainContractProjectResponse getInstance(UnmarshallerContext context) { return UpdateAntChainContractProjectResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/UpdateAntChainMemberRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.baas.Endpoint; /** * @author auto create * @version */ public class UpdateAntChainMemberRequest extends RpcAcsRequest<UpdateAntChainMemberResponse> { private String memberName; private String consortiumId; private String memberId; public UpdateAntChainMemberRequest() { super("Baas", "2018-12-21", "UpdateAntChainMember", "baas"); 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 getMemberName() { return this.memberName; } public void setMemberName(String memberName) { this.memberName = memberName; if(memberName != null){ putBodyParameter("MemberName", memberName); } } public String getConsortiumId() { return this.consortiumId; } public void setConsortiumId(String consortiumId) { this.consortiumId = consortiumId; if(consortiumId != null){ putBodyParameter("ConsortiumId", consortiumId); } } public String getMemberId() { return this.memberId; } public void setMemberId(String memberId) { this.memberId = memberId; if(memberId != null){ putBodyParameter("MemberId", memberId); } } @Override public Class<UpdateAntChainMemberResponse> getResponseClass() { return UpdateAntChainMemberResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/UpdateAntChainMemberResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.AcsResponse; import com.aliyuncs.baas.transform.v20181221.UpdateAntChainMemberResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdateAntChainMemberResponse extends AcsResponse { private String result; private String requestId; public String getResult() { return this.result; } public void setResult(String result) { this.result = result; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public UpdateAntChainMemberResponse getInstance(UnmarshallerContext context) { return UpdateAntChainMemberResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/UpdateAntChainQRCodeAuthorizationRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.baas.Endpoint; /** * @author auto create * @version */ public class UpdateAntChainQRCodeAuthorizationRequest extends RpcAcsRequest<UpdateAntChainQRCodeAuthorizationResponse> { private String authorizationType; private String antChainId; private String qRCodeType; public UpdateAntChainQRCodeAuthorizationRequest() { super("Baas", "2018-12-21", "UpdateAntChainQRCodeAuthorization", "baas"); 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 getAuthorizationType() { return this.authorizationType; } public void setAuthorizationType(String authorizationType) { this.authorizationType = authorizationType; if(authorizationType != null){ putBodyParameter("AuthorizationType", authorizationType); } } public String getAntChainId() { return this.antChainId; } public void setAntChainId(String antChainId) { this.antChainId = antChainId; if(antChainId != null){ putBodyParameter("AntChainId", antChainId); } } public String getQRCodeType() { return this.qRCodeType; } public void setQRCodeType(String qRCodeType) { this.qRCodeType = qRCodeType; if(qRCodeType != null){ putBodyParameter("QRCodeType", qRCodeType); } } @Override public Class<UpdateAntChainQRCodeAuthorizationResponse> getResponseClass() { return UpdateAntChainQRCodeAuthorizationResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/UpdateAntChainQRCodeAuthorizationResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.AcsResponse; import com.aliyuncs.baas.transform.v20181221.UpdateAntChainQRCodeAuthorizationResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdateAntChainQRCodeAuthorizationResponse extends AcsResponse { private String result; private String requestId; public String getResult() { return this.result; } public void setResult(String result) { this.result = result; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public UpdateAntChainQRCodeAuthorizationResponse getInstance(UnmarshallerContext context) { return UpdateAntChainQRCodeAuthorizationResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/UpdateAntChainRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.baas.Endpoint; /** * @author auto create * @version */ public class UpdateAntChainRequest extends RpcAcsRequest<UpdateAntChainResponse> { private String antChainName; private String antChainId; public UpdateAntChainRequest() { super("Baas", "2018-12-21", "UpdateAntChain", "baas"); 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 getAntChainName() { return this.antChainName; } public void setAntChainName(String antChainName) { this.antChainName = antChainName; if(antChainName != null){ putBodyParameter("AntChainName", antChainName); } } public String getAntChainId() { return this.antChainId; } public void setAntChainId(String antChainId) { this.antChainId = antChainId; if(antChainId != null){ putBodyParameter("AntChainId", antChainId); } } @Override public Class<UpdateAntChainResponse> getResponseClass() { return UpdateAntChainResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/UpdateAntChainResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.AcsResponse; import com.aliyuncs.baas.transform.v20181221.UpdateAntChainResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdateAntChainResponse extends AcsResponse { private String result; private String requestId; public String getResult() { return this.result; } public void setResult(String result) { this.result = result; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public UpdateAntChainResponse getInstance(UnmarshallerContext context) { return UpdateAntChainResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/UpgradeFabricChaincodeDefinitionRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.baas.Endpoint; /** * @author auto create * @version */ public class UpgradeFabricChaincodeDefinitionRequest extends RpcAcsRequest<UpgradeFabricChaincodeDefinitionResponse> { private String chaincodeVersion; private String chaincodePackageId; private String endorsePolicy; private String organizationId; private String chaincodeId; private String collectionConfig; private String location; private Boolean initRequired; public UpgradeFabricChaincodeDefinitionRequest() { super("Baas", "2018-12-21", "UpgradeFabricChaincodeDefinition", "baas"); 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 getChaincodeVersion() { return this.chaincodeVersion; } public void setChaincodeVersion(String chaincodeVersion) { this.chaincodeVersion = chaincodeVersion; if(chaincodeVersion != null){ putBodyParameter("ChaincodeVersion", chaincodeVersion); } } public String getChaincodePackageId() { return this.chaincodePackageId; } public void setChaincodePackageId(String chaincodePackageId) { this.chaincodePackageId = chaincodePackageId; if(chaincodePackageId != null){ putBodyParameter("ChaincodePackageId", chaincodePackageId); } } public String getEndorsePolicy() { return this.endorsePolicy; } public void setEndorsePolicy(String endorsePolicy) { this.endorsePolicy = endorsePolicy; if(endorsePolicy != null){ putBodyParameter("EndorsePolicy", endorsePolicy); } } public String getOrganizationId() { return this.organizationId; } public void setOrganizationId(String organizationId) { this.organizationId = organizationId; if(organizationId != null){ putBodyParameter("OrganizationId", organizationId); } } public String getChaincodeId() { return this.chaincodeId; } public void setChaincodeId(String chaincodeId) { this.chaincodeId = chaincodeId; if(chaincodeId != null){ putBodyParameter("ChaincodeId", chaincodeId); } } public String getCollectionConfig() { return this.collectionConfig; } public void setCollectionConfig(String collectionConfig) { this.collectionConfig = collectionConfig; if(collectionConfig != null){ putBodyParameter("CollectionConfig", collectionConfig); } } public String getLocation() { return this.location; } public void setLocation(String location) { this.location = location; if(location != null){ putBodyParameter("Location", location); } } public Boolean getInitRequired() { return this.initRequired; } public void setInitRequired(Boolean initRequired) { this.initRequired = initRequired; if(initRequired != null){ putBodyParameter("InitRequired", initRequired.toString()); } } @Override public Class<UpgradeFabricChaincodeDefinitionResponse> getResponseClass() { return UpgradeFabricChaincodeDefinitionResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/UpgradeFabricChaincodeDefinitionResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.AcsResponse; import com.aliyuncs.baas.transform.v20181221.UpgradeFabricChaincodeDefinitionResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpgradeFabricChaincodeDefinitionResponse extends AcsResponse { private String message; private String requestId; private Boolean success; private Integer errorCode; private Result result; public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public Result getResult() { return this.result; } public void setResult(Result result) { this.result = result; } public static class Result { private String name; private String version; private String input; private Integer type; private String state; private String path; private String chaincodeId; private Boolean install; private String message; private String createTime; private String deployTime; private String channelName; private String endorsePolicy; private String consortiumId; private String providerId; private String providerName; private String channelId; private Boolean management; private String chaincodePackageId; private Boolean initRequired; private String chaincodeDefinitionId; public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getVersion() { return this.version; } public void setVersion(String version) { this.version = version; } public String getInput() { return this.input; } public void setInput(String input) { this.input = input; } public Integer getType() { return this.type; } public void setType(Integer type) { this.type = type; } public String getState() { return this.state; } public void setState(String state) { this.state = state; } public String getPath() { return this.path; } public void setPath(String path) { this.path = path; } public String getChaincodeId() { return this.chaincodeId; } public void setChaincodeId(String chaincodeId) { this.chaincodeId = chaincodeId; } public Boolean getInstall() { return this.install; } public void setInstall(Boolean install) { this.install = install; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getCreateTime() { return this.createTime; } public void setCreateTime(String createTime) { this.createTime = createTime; } public String getDeployTime() { return this.deployTime; } public void setDeployTime(String deployTime) { this.deployTime = deployTime; } public String getChannelName() { return this.channelName; } public void setChannelName(String channelName) { this.channelName = channelName; } public String getEndorsePolicy() { return this.endorsePolicy; } public void setEndorsePolicy(String endorsePolicy) { this.endorsePolicy = endorsePolicy; } public String getConsortiumId() { return this.consortiumId; } public void setConsortiumId(String consortiumId) { this.consortiumId = consortiumId; } public String getProviderId() { return this.providerId; } public void setProviderId(String providerId) { this.providerId = providerId; } public String getProviderName() { return this.providerName; } public void setProviderName(String providerName) { this.providerName = providerName; } public String getChannelId() { return this.channelId; } public void setChannelId(String channelId) { this.channelId = channelId; } public Boolean getManagement() { return this.management; } public void setManagement(Boolean management) { this.management = management; } public String getChaincodePackageId() { return this.chaincodePackageId; } public void setChaincodePackageId(String chaincodePackageId) { this.chaincodePackageId = chaincodePackageId; } public Boolean getInitRequired() { return this.initRequired; } public void setInitRequired(Boolean initRequired) { this.initRequired = initRequired; } public String getChaincodeDefinitionId() { return this.chaincodeDefinitionId; } public void setChaincodeDefinitionId(String chaincodeDefinitionId) { this.chaincodeDefinitionId = chaincodeDefinitionId; } } @Override public UpgradeFabricChaincodeDefinitionResponse getInstance(UnmarshallerContext context) { return UpgradeFabricChaincodeDefinitionResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/UpgradeFabricChaincodeRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.baas.Endpoint; /** * @author auto create * @version */ public class UpgradeFabricChaincodeRequest extends RpcAcsRequest<UpgradeFabricChaincodeResponse> { private String endorsePolicy; private String organizationId; private String chaincodeId; private String collectionConfig; private String location; public UpgradeFabricChaincodeRequest() { super("Baas", "2018-12-21", "UpgradeFabricChaincode", "baas"); 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 getEndorsePolicy() { return this.endorsePolicy; } public void setEndorsePolicy(String endorsePolicy) { this.endorsePolicy = endorsePolicy; if(endorsePolicy != null){ putBodyParameter("EndorsePolicy", endorsePolicy); } } public String getOrganizationId() { return this.organizationId; } public void setOrganizationId(String organizationId) { this.organizationId = organizationId; if(organizationId != null){ putBodyParameter("OrganizationId", organizationId); } } public String getChaincodeId() { return this.chaincodeId; } public void setChaincodeId(String chaincodeId) { this.chaincodeId = chaincodeId; if(chaincodeId != null){ putBodyParameter("ChaincodeId", chaincodeId); } } public String getCollectionConfig() { return this.collectionConfig; } public void setCollectionConfig(String collectionConfig) { this.collectionConfig = collectionConfig; if(collectionConfig != null){ putBodyParameter("CollectionConfig", collectionConfig); } } public String getLocation() { return this.location; } public void setLocation(String location) { this.location = location; if(location != null){ putBodyParameter("Location", location); } } @Override public Class<UpgradeFabricChaincodeResponse> getResponseClass() { return UpgradeFabricChaincodeResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/model/v20181221/UpgradeFabricChaincodeResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.model.v20181221; import com.aliyuncs.AcsResponse; import com.aliyuncs.baas.transform.v20181221.UpgradeFabricChaincodeResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpgradeFabricChaincodeResponse extends AcsResponse { private String requestId; private Boolean success; private Integer errorCode; 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 Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public Result getResult() { return this.result; } public void setResult(Result result) { this.result = result; } public static class Result { private Integer type; private String endorsePolicy; private String state; private String createTime; private String chaincodeId; private String providerName; private String message; private String chaincodeName; private String input; private Boolean install; private String providerId; private String deployTime; private String chaincodeVersion; private String consortiumId; private String channelName; private String path; public Integer getType() { return this.type; } public void setType(Integer type) { this.type = type; } public String getEndorsePolicy() { return this.endorsePolicy; } public void setEndorsePolicy(String endorsePolicy) { this.endorsePolicy = endorsePolicy; } public String getState() { return this.state; } public void setState(String state) { this.state = state; } public String getCreateTime() { return this.createTime; } public void setCreateTime(String createTime) { this.createTime = createTime; } public String getChaincodeId() { return this.chaincodeId; } public void setChaincodeId(String chaincodeId) { this.chaincodeId = chaincodeId; } public String getProviderName() { return this.providerName; } public void setProviderName(String providerName) { this.providerName = providerName; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getChaincodeName() { return this.chaincodeName; } public void setChaincodeName(String chaincodeName) { this.chaincodeName = chaincodeName; } public String getInput() { return this.input; } public void setInput(String input) { this.input = input; } public Boolean getInstall() { return this.install; } public void setInstall(Boolean install) { this.install = install; } public String getProviderId() { return this.providerId; } public void setProviderId(String providerId) { this.providerId = providerId; } public String getDeployTime() { return this.deployTime; } public void setDeployTime(String deployTime) { this.deployTime = deployTime; } public String getChaincodeVersion() { return this.chaincodeVersion; } public void setChaincodeVersion(String chaincodeVersion) { this.chaincodeVersion = chaincodeVersion; } public String getConsortiumId() { return this.consortiumId; } public void setConsortiumId(String consortiumId) { this.consortiumId = consortiumId; } public String getChannelName() { return this.channelName; } public void setChannelName(String channelName) { this.channelName = channelName; } public String getPath() { return this.path; } public void setPath(String path) { this.path = path; } } @Override public UpgradeFabricChaincodeResponse getInstance(UnmarshallerContext context) { return UpgradeFabricChaincodeResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/transform
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/transform/v20181221/AcceptFabricInvitationResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.transform.v20181221; import com.aliyuncs.baas.model.v20181221.AcceptFabricInvitationResponse; import com.aliyuncs.transform.UnmarshallerContext; public class AcceptFabricInvitationResponseUnmarshaller { public static AcceptFabricInvitationResponse unmarshall(AcceptFabricInvitationResponse acceptFabricInvitationResponse, UnmarshallerContext _ctx) { acceptFabricInvitationResponse.setRequestId(_ctx.stringValue("AcceptFabricInvitationResponse.RequestId")); acceptFabricInvitationResponse.setSuccess(_ctx.booleanValue("AcceptFabricInvitationResponse.Success")); acceptFabricInvitationResponse.setErrorCode(_ctx.integerValue("AcceptFabricInvitationResponse.ErrorCode")); return acceptFabricInvitationResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/transform
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/transform/v20181221/ApplyAntChainCertificateResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.transform.v20181221; import com.aliyuncs.baas.model.v20181221.ApplyAntChainCertificateResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ApplyAntChainCertificateResponseUnmarshaller { public static ApplyAntChainCertificateResponse unmarshall(ApplyAntChainCertificateResponse applyAntChainCertificateResponse, UnmarshallerContext _ctx) { applyAntChainCertificateResponse.setRequestId(_ctx.stringValue("ApplyAntChainCertificateResponse.RequestId")); applyAntChainCertificateResponse.setResult(_ctx.stringValue("ApplyAntChainCertificateResponse.Result")); return applyAntChainCertificateResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/transform
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/transform/v20181221/ApplyAntChainCertificateWithKeyAutoCreationResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.transform.v20181221; import com.aliyuncs.baas.model.v20181221.ApplyAntChainCertificateWithKeyAutoCreationResponse; import com.aliyuncs.baas.model.v20181221.ApplyAntChainCertificateWithKeyAutoCreationResponse.Result; import com.aliyuncs.baas.model.v20181221.ApplyAntChainCertificateWithKeyAutoCreationResponse.Result.DownloadPath; import com.aliyuncs.transform.UnmarshallerContext; public class ApplyAntChainCertificateWithKeyAutoCreationResponseUnmarshaller { public static ApplyAntChainCertificateWithKeyAutoCreationResponse unmarshall(ApplyAntChainCertificateWithKeyAutoCreationResponse applyAntChainCertificateWithKeyAutoCreationResponse, UnmarshallerContext _ctx) { applyAntChainCertificateWithKeyAutoCreationResponse.setRequestId(_ctx.stringValue("ApplyAntChainCertificateWithKeyAutoCreationResponse.RequestId")); Result result = new Result(); result.setPrivateKey(_ctx.stringValue("ApplyAntChainCertificateWithKeyAutoCreationResponse.Result.PrivateKey")); DownloadPath downloadPath = new DownloadPath(); downloadPath.setSdkUrl(_ctx.stringValue("ApplyAntChainCertificateWithKeyAutoCreationResponse.Result.DownloadPath.SdkUrl")); downloadPath.setClientCrtUrl(_ctx.stringValue("ApplyAntChainCertificateWithKeyAutoCreationResponse.Result.DownloadPath.ClientCrtUrl")); downloadPath.setCaCrtUrl(_ctx.stringValue("ApplyAntChainCertificateWithKeyAutoCreationResponse.Result.DownloadPath.CaCrtUrl")); downloadPath.setTrustCaUrl(_ctx.stringValue("ApplyAntChainCertificateWithKeyAutoCreationResponse.Result.DownloadPath.TrustCaUrl")); result.setDownloadPath(downloadPath); applyAntChainCertificateWithKeyAutoCreationResponse.setResult(result); return applyAntChainCertificateWithKeyAutoCreationResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/transform
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/transform/v20181221/ApproveFabricChaincodeDefinitionResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.transform.v20181221; import com.aliyuncs.baas.model.v20181221.ApproveFabricChaincodeDefinitionResponse; import com.aliyuncs.baas.model.v20181221.ApproveFabricChaincodeDefinitionResponse.Result; import com.aliyuncs.transform.UnmarshallerContext; public class ApproveFabricChaincodeDefinitionResponseUnmarshaller { public static ApproveFabricChaincodeDefinitionResponse unmarshall(ApproveFabricChaincodeDefinitionResponse approveFabricChaincodeDefinitionResponse, UnmarshallerContext _ctx) { approveFabricChaincodeDefinitionResponse.setRequestId(_ctx.stringValue("ApproveFabricChaincodeDefinitionResponse.RequestId")); approveFabricChaincodeDefinitionResponse.setMessage(_ctx.stringValue("ApproveFabricChaincodeDefinitionResponse.Message")); approveFabricChaincodeDefinitionResponse.setSuccess(_ctx.booleanValue("ApproveFabricChaincodeDefinitionResponse.Success")); approveFabricChaincodeDefinitionResponse.setErrorCode(_ctx.integerValue("ApproveFabricChaincodeDefinitionResponse.ErrorCode")); Result result = new Result(); result.setName(_ctx.stringValue("ApproveFabricChaincodeDefinitionResponse.Result.Name")); result.setVersion(_ctx.stringValue("ApproveFabricChaincodeDefinitionResponse.Result.Version")); result.setInput(_ctx.stringValue("ApproveFabricChaincodeDefinitionResponse.Result.Input")); result.setType(_ctx.integerValue("ApproveFabricChaincodeDefinitionResponse.Result.Type")); result.setState(_ctx.stringValue("ApproveFabricChaincodeDefinitionResponse.Result.State")); result.setPath(_ctx.stringValue("ApproveFabricChaincodeDefinitionResponse.Result.Path")); result.setChaincodeId(_ctx.stringValue("ApproveFabricChaincodeDefinitionResponse.Result.ChaincodeId")); result.setInstall(_ctx.booleanValue("ApproveFabricChaincodeDefinitionResponse.Result.Install")); result.setMessage(_ctx.stringValue("ApproveFabricChaincodeDefinitionResponse.Result.Message")); result.setCreateTime(_ctx.stringValue("ApproveFabricChaincodeDefinitionResponse.Result.CreateTime")); result.setDeployTime(_ctx.stringValue("ApproveFabricChaincodeDefinitionResponse.Result.DeployTime")); result.setChannelName(_ctx.stringValue("ApproveFabricChaincodeDefinitionResponse.Result.ChannelName")); result.setEndorsePolicy(_ctx.stringValue("ApproveFabricChaincodeDefinitionResponse.Result.EndorsePolicy")); result.setConsortiumId(_ctx.stringValue("ApproveFabricChaincodeDefinitionResponse.Result.ConsortiumId")); result.setProviderId(_ctx.stringValue("ApproveFabricChaincodeDefinitionResponse.Result.ProviderId")); result.setProviderName(_ctx.stringValue("ApproveFabricChaincodeDefinitionResponse.Result.ProviderName")); result.setChannelId(_ctx.stringValue("ApproveFabricChaincodeDefinitionResponse.Result.ChannelId")); result.setManagement(_ctx.booleanValue("ApproveFabricChaincodeDefinitionResponse.Result.Management")); result.setChaincodePackageId(_ctx.stringValue("ApproveFabricChaincodeDefinitionResponse.Result.ChaincodePackageId")); result.setInitRequired(_ctx.booleanValue("ApproveFabricChaincodeDefinitionResponse.Result.InitRequired")); result.setChaincodeDefinitionId(_ctx.stringValue("ApproveFabricChaincodeDefinitionResponse.Result.ChaincodeDefinitionId")); approveFabricChaincodeDefinitionResponse.setResult(result); return approveFabricChaincodeDefinitionResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/transform
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/transform/v20181221/BatchAddAntChainMiniAppQRCodeAuthorizedUsersResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.transform.v20181221; import com.aliyuncs.baas.model.v20181221.BatchAddAntChainMiniAppQRCodeAuthorizedUsersResponse; import com.aliyuncs.transform.UnmarshallerContext; public class BatchAddAntChainMiniAppQRCodeAuthorizedUsersResponseUnmarshaller { public static BatchAddAntChainMiniAppQRCodeAuthorizedUsersResponse unmarshall(BatchAddAntChainMiniAppQRCodeAuthorizedUsersResponse batchAddAntChainMiniAppQRCodeAuthorizedUsersResponse, UnmarshallerContext _ctx) { batchAddAntChainMiniAppQRCodeAuthorizedUsersResponse.setRequestId(_ctx.stringValue("BatchAddAntChainMiniAppQRCodeAuthorizedUsersResponse.RequestId")); batchAddAntChainMiniAppQRCodeAuthorizedUsersResponse.setResult(_ctx.stringValue("BatchAddAntChainMiniAppQRCodeAuthorizedUsersResponse.Result")); return batchAddAntChainMiniAppQRCodeAuthorizedUsersResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/transform
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/transform/v20181221/CheckFabricConsortiumDomainResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.transform.v20181221; import com.aliyuncs.baas.model.v20181221.CheckFabricConsortiumDomainResponse; import com.aliyuncs.baas.model.v20181221.CheckFabricConsortiumDomainResponse.Result; import com.aliyuncs.transform.UnmarshallerContext; public class CheckFabricConsortiumDomainResponseUnmarshaller { public static CheckFabricConsortiumDomainResponse unmarshall(CheckFabricConsortiumDomainResponse checkFabricConsortiumDomainResponse, UnmarshallerContext _ctx) { checkFabricConsortiumDomainResponse.setRequestId(_ctx.stringValue("CheckFabricConsortiumDomainResponse.RequestId")); checkFabricConsortiumDomainResponse.setSuccess(_ctx.booleanValue("CheckFabricConsortiumDomainResponse.Success")); checkFabricConsortiumDomainResponse.setErrorCode(_ctx.integerValue("CheckFabricConsortiumDomainResponse.ErrorCode")); Result result = new Result(); result.setDomain(_ctx.stringValue("CheckFabricConsortiumDomainResponse.Result.Domain")); result.setValid(_ctx.booleanValue("CheckFabricConsortiumDomainResponse.Result.Valid")); result.setPrompt(_ctx.stringValue("CheckFabricConsortiumDomainResponse.Result.Prompt")); checkFabricConsortiumDomainResponse.setResult(result); return checkFabricConsortiumDomainResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/transform
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/transform/v20181221/CheckFabricOrganizationDomainResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.transform.v20181221; import com.aliyuncs.baas.model.v20181221.CheckFabricOrganizationDomainResponse; import com.aliyuncs.baas.model.v20181221.CheckFabricOrganizationDomainResponse.Result; import com.aliyuncs.transform.UnmarshallerContext; public class CheckFabricOrganizationDomainResponseUnmarshaller { public static CheckFabricOrganizationDomainResponse unmarshall(CheckFabricOrganizationDomainResponse checkFabricOrganizationDomainResponse, UnmarshallerContext _ctx) { checkFabricOrganizationDomainResponse.setRequestId(_ctx.stringValue("CheckFabricOrganizationDomainResponse.RequestId")); checkFabricOrganizationDomainResponse.setSuccess(_ctx.booleanValue("CheckFabricOrganizationDomainResponse.Success")); checkFabricOrganizationDomainResponse.setErrorCode(_ctx.integerValue("CheckFabricOrganizationDomainResponse.ErrorCode")); Result result = new Result(); result.setDomain(_ctx.stringValue("CheckFabricOrganizationDomainResponse.Result.Domain")); result.setValid(_ctx.booleanValue("CheckFabricOrganizationDomainResponse.Result.Valid")); result.setPrompt(_ctx.stringValue("CheckFabricOrganizationDomainResponse.Result.Prompt")); checkFabricOrganizationDomainResponse.setResult(result); return checkFabricOrganizationDomainResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/transform
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/transform/v20181221/ConfirmFabricConsortiumMemberResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.transform.v20181221; import com.aliyuncs.baas.model.v20181221.ConfirmFabricConsortiumMemberResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ConfirmFabricConsortiumMemberResponseUnmarshaller { public static ConfirmFabricConsortiumMemberResponse unmarshall(ConfirmFabricConsortiumMemberResponse confirmFabricConsortiumMemberResponse, UnmarshallerContext _ctx) { confirmFabricConsortiumMemberResponse.setRequestId(_ctx.stringValue("ConfirmFabricConsortiumMemberResponse.RequestId")); confirmFabricConsortiumMemberResponse.setResult(_ctx.booleanValue("ConfirmFabricConsortiumMemberResponse.Result")); confirmFabricConsortiumMemberResponse.setSuccess(_ctx.booleanValue("ConfirmFabricConsortiumMemberResponse.Success")); confirmFabricConsortiumMemberResponse.setErrorCode(_ctx.integerValue("ConfirmFabricConsortiumMemberResponse.ErrorCode")); return confirmFabricConsortiumMemberResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/transform
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/transform/v20181221/CopyAntChainContractProjectResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.transform.v20181221; import com.aliyuncs.baas.model.v20181221.CopyAntChainContractProjectResponse; import com.aliyuncs.baas.model.v20181221.CopyAntChainContractProjectResponse.Result; import com.aliyuncs.transform.UnmarshallerContext; public class CopyAntChainContractProjectResponseUnmarshaller { public static CopyAntChainContractProjectResponse unmarshall(CopyAntChainContractProjectResponse copyAntChainContractProjectResponse, UnmarshallerContext _ctx) { copyAntChainContractProjectResponse.setRequestId(_ctx.stringValue("CopyAntChainContractProjectResponse.RequestId")); Result result = new Result(); result.setUpdateTime(_ctx.longValue("CopyAntChainContractProjectResponse.Result.UpdateTime")); result.setConsortiumId(_ctx.stringValue("CopyAntChainContractProjectResponse.Result.ConsortiumId")); result.setCreateTime(_ctx.longValue("CopyAntChainContractProjectResponse.Result.CreateTime")); result.setProjectId(_ctx.stringValue("CopyAntChainContractProjectResponse.Result.ProjectId")); result.setProjectName(_ctx.stringValue("CopyAntChainContractProjectResponse.Result.ProjectName")); result.setProjectVersion(_ctx.stringValue("CopyAntChainContractProjectResponse.Result.ProjectVersion")); result.setProjectDescription(_ctx.stringValue("CopyAntChainContractProjectResponse.Result.ProjectDescription")); copyAntChainContractProjectResponse.setResult(result); return copyAntChainContractProjectResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/transform
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/transform/v20181221/CreateAntChainAccountResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.transform.v20181221; import com.aliyuncs.baas.model.v20181221.CreateAntChainAccountResponse; import com.aliyuncs.baas.model.v20181221.CreateAntChainAccountResponse.Result; import com.aliyuncs.transform.UnmarshallerContext; public class CreateAntChainAccountResponseUnmarshaller { public static CreateAntChainAccountResponse unmarshall(CreateAntChainAccountResponse createAntChainAccountResponse, UnmarshallerContext _ctx) { createAntChainAccountResponse.setRequestId(_ctx.stringValue("CreateAntChainAccountResponse.RequestId")); Result result = new Result(); result.setAccount(_ctx.stringValue("CreateAntChainAccountResponse.Result.Account")); result.setAntChainId(_ctx.stringValue("CreateAntChainAccountResponse.Result.AntChainId")); createAntChainAccountResponse.setResult(result); return createAntChainAccountResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/transform
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/transform/v20181221/CreateAntChainAccountWithKeyPairAutoCreationResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.transform.v20181221; import com.aliyuncs.baas.model.v20181221.CreateAntChainAccountWithKeyPairAutoCreationResponse; import com.aliyuncs.baas.model.v20181221.CreateAntChainAccountWithKeyPairAutoCreationResponse.Result; import com.aliyuncs.transform.UnmarshallerContext; public class CreateAntChainAccountWithKeyPairAutoCreationResponseUnmarshaller { public static CreateAntChainAccountWithKeyPairAutoCreationResponse unmarshall(CreateAntChainAccountWithKeyPairAutoCreationResponse createAntChainAccountWithKeyPairAutoCreationResponse, UnmarshallerContext _ctx) { createAntChainAccountWithKeyPairAutoCreationResponse.setRequestId(_ctx.stringValue("CreateAntChainAccountWithKeyPairAutoCreationResponse.RequestId")); Result result = new Result(); result.setAccountPublicKey(_ctx.stringValue("CreateAntChainAccountWithKeyPairAutoCreationResponse.Result.AccountPublicKey")); result.setAccount(_ctx.stringValue("CreateAntChainAccountWithKeyPairAutoCreationResponse.Result.Account")); result.setAccountRecoverPrivateKey(_ctx.stringValue("CreateAntChainAccountWithKeyPairAutoCreationResponse.Result.AccountRecoverPrivateKey")); result.setAccountRecoverPublicKey(_ctx.stringValue("CreateAntChainAccountWithKeyPairAutoCreationResponse.Result.AccountRecoverPublicKey")); result.setAccountPrivateKey(_ctx.stringValue("CreateAntChainAccountWithKeyPairAutoCreationResponse.Result.AccountPrivateKey")); result.setAntChainId(_ctx.stringValue("CreateAntChainAccountWithKeyPairAutoCreationResponse.Result.AntChainId")); createAntChainAccountWithKeyPairAutoCreationResponse.setResult(result); return createAntChainAccountWithKeyPairAutoCreationResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/transform
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/transform/v20181221/CreateAntChainConsortiumResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.transform.v20181221; import com.aliyuncs.baas.model.v20181221.CreateAntChainConsortiumResponse; import com.aliyuncs.baas.model.v20181221.CreateAntChainConsortiumResponse.Result; import com.aliyuncs.transform.UnmarshallerContext; public class CreateAntChainConsortiumResponseUnmarshaller { public static CreateAntChainConsortiumResponse unmarshall(CreateAntChainConsortiumResponse createAntChainConsortiumResponse, UnmarshallerContext _ctx) { createAntChainConsortiumResponse.setRequestId(_ctx.stringValue("CreateAntChainConsortiumResponse.RequestId")); Result result = new Result(); result.setConsortiumId(_ctx.stringValue("CreateAntChainConsortiumResponse.Result.ConsortiumId")); createAntChainConsortiumResponse.setResult(result); return createAntChainConsortiumResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/transform
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/transform/v20181221/CreateAntChainContractContentResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.transform.v20181221; import com.aliyuncs.baas.model.v20181221.CreateAntChainContractContentResponse; import com.aliyuncs.baas.model.v20181221.CreateAntChainContractContentResponse.Result; import com.aliyuncs.transform.UnmarshallerContext; public class CreateAntChainContractContentResponseUnmarshaller { public static CreateAntChainContractContentResponse unmarshall(CreateAntChainContractContentResponse createAntChainContractContentResponse, UnmarshallerContext _ctx) { createAntChainContractContentResponse.setRequestId(_ctx.stringValue("CreateAntChainContractContentResponse.RequestId")); Result result = new Result(); result.setContentName(_ctx.stringValue("CreateAntChainContractContentResponse.Result.ContentName")); result.setParentContentId(_ctx.stringValue("CreateAntChainContractContentResponse.Result.ParentContentId")); result.setUpdateTime(_ctx.stringValue("CreateAntChainContractContentResponse.Result.UpdateTime")); result.setCreateTime(_ctx.stringValue("CreateAntChainContractContentResponse.Result.CreateTime")); result.setProjectId(_ctx.stringValue("CreateAntChainContractContentResponse.Result.ProjectId")); result.setIsDirectory(_ctx.booleanValue("CreateAntChainContractContentResponse.Result.IsDirectory")); result.setContent(_ctx.stringValue("CreateAntChainContractContentResponse.Result.Content")); result.setContentId(_ctx.stringValue("CreateAntChainContractContentResponse.Result.ContentId")); createAntChainContractContentResponse.setResult(result); return createAntChainContractContentResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/transform
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/transform/v20181221/CreateAntChainContractProjectResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.transform.v20181221; import com.aliyuncs.baas.model.v20181221.CreateAntChainContractProjectResponse; import com.aliyuncs.baas.model.v20181221.CreateAntChainContractProjectResponse.Result; import com.aliyuncs.transform.UnmarshallerContext; public class CreateAntChainContractProjectResponseUnmarshaller { public static CreateAntChainContractProjectResponse unmarshall(CreateAntChainContractProjectResponse createAntChainContractProjectResponse, UnmarshallerContext _ctx) { createAntChainContractProjectResponse.setRequestId(_ctx.stringValue("CreateAntChainContractProjectResponse.RequestId")); Result result = new Result(); result.setUpdateTime(_ctx.longValue("CreateAntChainContractProjectResponse.Result.UpdateTime")); result.setConsortiumId(_ctx.stringValue("CreateAntChainContractProjectResponse.Result.ConsortiumId")); result.setCreateTime(_ctx.longValue("CreateAntChainContractProjectResponse.Result.CreateTime")); result.setProjectId(_ctx.stringValue("CreateAntChainContractProjectResponse.Result.ProjectId")); result.setProjectName(_ctx.stringValue("CreateAntChainContractProjectResponse.Result.ProjectName")); result.setProjectVersion(_ctx.stringValue("CreateAntChainContractProjectResponse.Result.ProjectVersion")); result.setProjectDescription(_ctx.stringValue("CreateAntChainContractProjectResponse.Result.ProjectDescription")); createAntChainContractProjectResponse.setResult(result); return createAntChainContractProjectResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/transform
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/transform/v20181221/CreateAntChainKmsAccountNewResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.transform.v20181221; import com.aliyuncs.baas.model.v20181221.CreateAntChainKmsAccountNewResponse; import com.aliyuncs.baas.model.v20181221.CreateAntChainKmsAccountNewResponse.Result; import com.aliyuncs.transform.UnmarshallerContext; public class CreateAntChainKmsAccountNewResponseUnmarshaller { public static CreateAntChainKmsAccountNewResponse unmarshall(CreateAntChainKmsAccountNewResponse createAntChainKmsAccountNewResponse, UnmarshallerContext _ctx) { createAntChainKmsAccountNewResponse.setRequestId(_ctx.stringValue("CreateAntChainKmsAccountNewResponse.RequestId")); createAntChainKmsAccountNewResponse.setHttpStatusCode(_ctx.stringValue("CreateAntChainKmsAccountNewResponse.HttpStatusCode")); createAntChainKmsAccountNewResponse.setSuccess(_ctx.booleanValue("CreateAntChainKmsAccountNewResponse.Success")); createAntChainKmsAccountNewResponse.setResultMessage(_ctx.stringValue("CreateAntChainKmsAccountNewResponse.ResultMessage")); createAntChainKmsAccountNewResponse.setCode(_ctx.stringValue("CreateAntChainKmsAccountNewResponse.Code")); createAntChainKmsAccountNewResponse.setMessage(_ctx.stringValue("CreateAntChainKmsAccountNewResponse.Message")); createAntChainKmsAccountNewResponse.setResultCode(_ctx.stringValue("CreateAntChainKmsAccountNewResponse.ResultCode")); Result result = new Result(); result.setPubKey(_ctx.stringValue("CreateAntChainKmsAccountNewResponse.Result.PubKey")); result.setMyKmsKeyId(_ctx.stringValue("CreateAntChainKmsAccountNewResponse.Result.MyKmsKeyId")); createAntChainKmsAccountNewResponse.setResult(result); return createAntChainKmsAccountNewResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/transform
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/transform/v20181221/CreateFabricChaincodePackageResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.transform.v20181221; import com.aliyuncs.baas.model.v20181221.CreateFabricChaincodePackageResponse; import com.aliyuncs.baas.model.v20181221.CreateFabricChaincodePackageResponse.Result; import com.aliyuncs.transform.UnmarshallerContext; public class CreateFabricChaincodePackageResponseUnmarshaller { public static CreateFabricChaincodePackageResponse unmarshall(CreateFabricChaincodePackageResponse createFabricChaincodePackageResponse, UnmarshallerContext _ctx) { createFabricChaincodePackageResponse.setRequestId(_ctx.stringValue("CreateFabricChaincodePackageResponse.RequestId")); createFabricChaincodePackageResponse.setMessage(_ctx.stringValue("CreateFabricChaincodePackageResponse.Message")); createFabricChaincodePackageResponse.setSuccess(_ctx.booleanValue("CreateFabricChaincodePackageResponse.Success")); createFabricChaincodePackageResponse.setErrorCode(_ctx.integerValue("CreateFabricChaincodePackageResponse.ErrorCode")); Result result = new Result(); result.setOrganizationId(_ctx.stringValue("CreateFabricChaincodePackageResponse.Result.OrganizationId")); result.setLabel(_ctx.stringValue("CreateFabricChaincodePackageResponse.Result.Label")); result.setChecksum(_ctx.stringValue("CreateFabricChaincodePackageResponse.Result.Checksum")); result.setChaincodePackageId(_ctx.stringValue("CreateFabricChaincodePackageResponse.Result.ChaincodePackageId")); result.setMd5sum(_ctx.stringValue("CreateFabricChaincodePackageResponse.Result.Md5sum")); result.setProviderUid(_ctx.stringValue("CreateFabricChaincodePackageResponse.Result.ProviderUid")); result.setProviderBid(_ctx.stringValue("CreateFabricChaincodePackageResponse.Result.ProviderBid")); result.setType(_ctx.integerValue("CreateFabricChaincodePackageResponse.Result.Type")); result.setTypeName(_ctx.stringValue("CreateFabricChaincodePackageResponse.Result.TypeName")); result.setUploadTime(_ctx.stringValue("CreateFabricChaincodePackageResponse.Result.UploadTime")); result.setInstallTime(_ctx.stringValue("CreateFabricChaincodePackageResponse.Result.InstallTime")); result.setState(_ctx.stringValue("CreateFabricChaincodePackageResponse.Result.State")); result.setOssURL(_ctx.stringValue("CreateFabricChaincodePackageResponse.Result.OssURL")); result.setDeleteTime(_ctx.stringValue("CreateFabricChaincodePackageResponse.Result.DeleteTime")); result.setDeleted(_ctx.booleanValue("CreateFabricChaincodePackageResponse.Result.Deleted")); result.setMessage(_ctx.stringValue("CreateFabricChaincodePackageResponse.Result.Message")); createFabricChaincodePackageResponse.setResult(result); return createFabricChaincodePackageResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/transform
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/transform/v20181221/CreateFabricChaincodeResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.transform.v20181221; import com.aliyuncs.baas.model.v20181221.CreateFabricChaincodeResponse; import com.aliyuncs.baas.model.v20181221.CreateFabricChaincodeResponse.Result; import com.aliyuncs.transform.UnmarshallerContext; public class CreateFabricChaincodeResponseUnmarshaller { public static CreateFabricChaincodeResponse unmarshall(CreateFabricChaincodeResponse createFabricChaincodeResponse, UnmarshallerContext _ctx) { createFabricChaincodeResponse.setRequestId(_ctx.stringValue("CreateFabricChaincodeResponse.RequestId")); createFabricChaincodeResponse.setSuccess(_ctx.booleanValue("CreateFabricChaincodeResponse.Success")); createFabricChaincodeResponse.setErrorCode(_ctx.integerValue("CreateFabricChaincodeResponse.ErrorCode")); Result result = new Result(); result.setType(_ctx.integerValue("CreateFabricChaincodeResponse.Result.Type")); result.setEndorsePolicy(_ctx.stringValue("CreateFabricChaincodeResponse.Result.EndorsePolicy")); result.setState(_ctx.stringValue("CreateFabricChaincodeResponse.Result.State")); result.setCreateTime(_ctx.stringValue("CreateFabricChaincodeResponse.Result.CreateTime")); result.setChaincodeId(_ctx.stringValue("CreateFabricChaincodeResponse.Result.ChaincodeId")); result.setProviderName(_ctx.stringValue("CreateFabricChaincodeResponse.Result.ProviderName")); result.setMessage(_ctx.stringValue("CreateFabricChaincodeResponse.Result.Message")); result.setChaincodeName(_ctx.stringValue("CreateFabricChaincodeResponse.Result.ChaincodeName")); result.setInput(_ctx.stringValue("CreateFabricChaincodeResponse.Result.Input")); result.setInstall(_ctx.booleanValue("CreateFabricChaincodeResponse.Result.Install")); result.setProviderId(_ctx.stringValue("CreateFabricChaincodeResponse.Result.ProviderId")); result.setDeployTime(_ctx.stringValue("CreateFabricChaincodeResponse.Result.DeployTime")); result.setChaincodeVersion(_ctx.stringValue("CreateFabricChaincodeResponse.Result.ChaincodeVersion")); result.setConsortiumId(_ctx.stringValue("CreateFabricChaincodeResponse.Result.ConsortiumId")); result.setChannelName(_ctx.stringValue("CreateFabricChaincodeResponse.Result.ChannelName")); result.setPath(_ctx.stringValue("CreateFabricChaincodeResponse.Result.Path")); createFabricChaincodeResponse.setResult(result); return createFabricChaincodeResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/transform
java-sources/com/aliyun/aliyun-java-sdk-baas/2.2.3/com/aliyuncs/baas/transform/v20181221/CreateFabricChannelMemberResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.baas.transform.v20181221; import com.aliyuncs.baas.model.v20181221.CreateFabricChannelMemberResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreateFabricChannelMemberResponseUnmarshaller { public static CreateFabricChannelMemberResponse unmarshall(CreateFabricChannelMemberResponse createFabricChannelMemberResponse, UnmarshallerContext _ctx) { createFabricChannelMemberResponse.setRequestId(_ctx.stringValue("CreateFabricChannelMemberResponse.RequestId")); createFabricChannelMemberResponse.setResult(_ctx.booleanValue("CreateFabricChannelMemberResponse.Result")); createFabricChannelMemberResponse.setSuccess(_ctx.booleanValue("CreateFabricChannelMemberResponse.Success")); createFabricChannelMemberResponse.setErrorCode(_ctx.integerValue("CreateFabricChannelMemberResponse.ErrorCode")); return createFabricChannelMemberResponse; } }