index
int64 | repo_id
string | file_path
string | content
string |
|---|---|---|---|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/ImportTemplateEventResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link ImportTemplateEventResponseBody} extends {@link TeaModel}
*
* <p>ImportTemplateEventResponseBody</p>
*/
public class ImportTemplateEventResponseBody extends TeaModel {
@com.aliyun.core.annotation.NameInMap("RequestId")
private String requestId;
@com.aliyun.core.annotation.NameInMap("data")
private Boolean data;
private ImportTemplateEventResponseBody(Builder builder) {
this.requestId = builder.requestId;
this.data = builder.data;
}
public static Builder builder() {
return new Builder();
}
public static ImportTemplateEventResponseBody create() {
return builder().build();
}
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return requestId
*/
public String getRequestId() {
return this.requestId;
}
/**
* @return data
*/
public Boolean getData() {
return this.data;
}
public static final class Builder {
private String requestId;
private Boolean data;
private Builder() {
}
private Builder(ImportTemplateEventResponseBody model) {
this.requestId = model.requestId;
this.data = model.data;
}
/**
* <p>Request ID.</p>
*
* <strong>example:</strong>
* <p>A32FE941-35F2-5378-B37C-4B8FDB16F094</p>
*/
public Builder requestId(String requestId) {
this.requestId = requestId;
return this;
}
/**
* <p>Returned data object</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
public Builder data(Boolean data) {
this.data = data;
return this;
}
public ImportTemplateEventResponseBody build() {
return new ImportTemplateEventResponseBody(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/ListVariableDefineRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link ListVariableDefineRequest} extends {@link RequestModel}
*
* <p>ListVariableDefineRequest</p>
*/
public class ListVariableDefineRequest extends Request {
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("Lang")
private String lang;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("allowBind")
private String allowBind;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("chargingMode")
private String chargingMode;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("currentPage")
private Integer currentPage;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("pageSize")
private Integer pageSize;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("paging")
private String paging;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("queryContent")
private String queryContent;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("regId")
private String regId;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("roleType")
private String roleType;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("scenesStr")
private String scenesStr;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("source")
private String source;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("status")
private String status;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("title")
private String title;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("typesStr")
private String typesStr;
private ListVariableDefineRequest(Builder builder) {
super(builder);
this.lang = builder.lang;
this.allowBind = builder.allowBind;
this.chargingMode = builder.chargingMode;
this.currentPage = builder.currentPage;
this.pageSize = builder.pageSize;
this.paging = builder.paging;
this.queryContent = builder.queryContent;
this.regId = builder.regId;
this.roleType = builder.roleType;
this.scenesStr = builder.scenesStr;
this.source = builder.source;
this.status = builder.status;
this.title = builder.title;
this.typesStr = builder.typesStr;
}
public static Builder builder() {
return new Builder();
}
public static ListVariableDefineRequest create() {
return builder().build();
}
@Override
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return lang
*/
public String getLang() {
return this.lang;
}
/**
* @return allowBind
*/
public String getAllowBind() {
return this.allowBind;
}
/**
* @return chargingMode
*/
public String getChargingMode() {
return this.chargingMode;
}
/**
* @return currentPage
*/
public Integer getCurrentPage() {
return this.currentPage;
}
/**
* @return pageSize
*/
public Integer getPageSize() {
return this.pageSize;
}
/**
* @return paging
*/
public String getPaging() {
return this.paging;
}
/**
* @return queryContent
*/
public String getQueryContent() {
return this.queryContent;
}
/**
* @return regId
*/
public String getRegId() {
return this.regId;
}
/**
* @return roleType
*/
public String getRoleType() {
return this.roleType;
}
/**
* @return scenesStr
*/
public String getScenesStr() {
return this.scenesStr;
}
/**
* @return source
*/
public String getSource() {
return this.source;
}
/**
* @return status
*/
public String getStatus() {
return this.status;
}
/**
* @return title
*/
public String getTitle() {
return this.title;
}
/**
* @return typesStr
*/
public String getTypesStr() {
return this.typesStr;
}
public static final class Builder extends Request.Builder<ListVariableDefineRequest, Builder> {
private String lang;
private String allowBind;
private String chargingMode;
private Integer currentPage;
private Integer pageSize;
private String paging;
private String queryContent;
private String regId;
private String roleType;
private String scenesStr;
private String source;
private String status;
private String title;
private String typesStr;
private Builder() {
super();
}
private Builder(ListVariableDefineRequest request) {
super(request);
this.lang = request.lang;
this.allowBind = request.allowBind;
this.chargingMode = request.chargingMode;
this.currentPage = request.currentPage;
this.pageSize = request.pageSize;
this.paging = request.paging;
this.queryContent = request.queryContent;
this.regId = request.regId;
this.roleType = request.roleType;
this.scenesStr = request.scenesStr;
this.source = request.source;
this.status = request.status;
this.title = request.title;
this.typesStr = request.typesStr;
}
/**
* <p>Sets the language type for requests and received messages, default value is <strong>zh</strong>. Values: </p>
* <ul>
* <li><strong>zh</strong>: Chinese</li>
* <li><strong>en</strong>: English</li>
* </ul>
*
* <strong>example:</strong>
* <p>zh</p>
*/
public Builder lang(String lang) {
this.putQueryParameter("Lang", lang);
this.lang = lang;
return this;
}
/**
* <p>Whether binding is allowed, default is ENABLE</p>
*
* <strong>example:</strong>
* <p>ENABLE</p>
*/
public Builder allowBind(String allowBind) {
this.putQueryParameter("allowBind", allowBind);
this.allowBind = allowBind;
return this;
}
/**
* <p>Charging mode</p>
*
* <strong>example:</strong>
* <p>FREE</p>
*/
public Builder chargingMode(String chargingMode) {
this.putQueryParameter("chargingMode", chargingMode);
this.chargingMode = chargingMode;
return this;
}
/**
* <p>Current page number.</p>
*
* <strong>example:</strong>
* <p>1</p>
*/
public Builder currentPage(Integer currentPage) {
this.putQueryParameter("currentPage", currentPage);
this.currentPage = currentPage;
return this;
}
/**
* <p>Page size, default value is 10</p>
*
* <strong>example:</strong>
* <p>10</p>
*/
public Builder pageSize(Integer pageSize) {
this.putQueryParameter("pageSize", pageSize);
this.pageSize = pageSize;
return this;
}
/**
* <p>Paging identifier</p>
*
* <strong>example:</strong>
* <p>false</p>
*/
public Builder paging(String paging) {
this.putQueryParameter("paging", paging);
this.paging = paging;
return this;
}
/**
* <p>Query content</p>
*
* <strong>example:</strong>
* <p>age</p>
*/
public Builder queryContent(String queryContent) {
this.putQueryParameter("queryContent", queryContent);
this.queryContent = queryContent;
return this;
}
/**
* <p>Region code</p>
*
* <strong>example:</strong>
* <p>cn-hangzhou</p>
*/
public Builder regId(String regId) {
this.putQueryParameter("regId", regId);
this.regId = regId;
return this;
}
/**
* <p>Authorization type</p>
*
* <strong>example:</strong>
* <p>1</p>
*/
public Builder roleType(String roleType) {
this.putQueryParameter("roleType", roleType);
this.roleType = roleType;
return this;
}
/**
* <p>Scenario</p>
*
* <strong>example:</strong>
* <p>["EVENT_ACTION"]</p>
*/
public Builder scenesStr(String scenesStr) {
this.putQueryParameter("scenesStr", scenesStr);
this.scenesStr = scenesStr;
return this;
}
/**
* <p>Source</p>
*
* <strong>example:</strong>
* <p>SAF</p>
*/
public Builder source(String source) {
this.putQueryParameter("source", source);
this.source = source;
return this;
}
/**
* <p>Status.</p>
*
* <strong>example:</strong>
* <p>ENABLE</p>
*/
public Builder status(String status) {
this.putQueryParameter("status", status);
this.status = status;
return this;
}
/**
* <p>Title.</p>
*
* <strong>example:</strong>
* <p>变量的title</p>
*/
public Builder title(String title) {
this.putQueryParameter("title", title);
this.title = title;
return this;
}
/**
* <p>Type</p>
*
* <strong>example:</strong>
* <p>["IDENTIFY_SERVICE"]</p>
*/
public Builder typesStr(String typesStr) {
this.putQueryParameter("typesStr", typesStr);
this.typesStr = typesStr;
return this;
}
@Override
public ListVariableDefineRequest build() {
return new ListVariableDefineRequest(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/ListVariableDefineResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link ListVariableDefineResponse} extends {@link TeaModel}
*
* <p>ListVariableDefineResponse</p>
*/
public class ListVariableDefineResponse extends Response {
@com.aliyun.core.annotation.NameInMap("headers")
private java.util.Map<String, String> headers;
@com.aliyun.core.annotation.NameInMap("statusCode")
private Integer statusCode;
@com.aliyun.core.annotation.NameInMap("body")
private ListVariableDefineResponseBody body;
private ListVariableDefineResponse(BuilderImpl builder) {
super(builder);
this.headers = builder.headers;
this.statusCode = builder.statusCode;
this.body = builder.body;
}
public static ListVariableDefineResponse create() {
return new BuilderImpl().build();
}
@Override
public Builder toBuilder() {
return new BuilderImpl(this);
}
/**
* @return headers
*/
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
/**
* @return statusCode
*/
public Integer getStatusCode() {
return this.statusCode;
}
/**
* @return body
*/
public ListVariableDefineResponseBody getBody() {
return this.body;
}
public interface Builder extends Response.Builder<ListVariableDefineResponse, Builder> {
Builder headers(java.util.Map<String, String> headers);
Builder statusCode(Integer statusCode);
Builder body(ListVariableDefineResponseBody body);
@Override
ListVariableDefineResponse build();
}
private static final class BuilderImpl
extends Response.BuilderImpl<ListVariableDefineResponse, Builder>
implements Builder {
private java.util.Map<String, String> headers;
private Integer statusCode;
private ListVariableDefineResponseBody body;
private BuilderImpl() {
super();
}
private BuilderImpl(ListVariableDefineResponse response) {
super(response);
this.headers = response.headers;
this.statusCode = response.statusCode;
this.body = response.body;
}
/**
* headers.
*/
@Override
public Builder headers(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
/**
* statusCode.
*/
@Override
public Builder statusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
/**
* body.
*/
@Override
public Builder body(ListVariableDefineResponseBody body) {
this.body = body;
return this;
}
@Override
public ListVariableDefineResponse build() {
return new ListVariableDefineResponse(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/ListVariableDefineResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link ListVariableDefineResponseBody} extends {@link TeaModel}
*
* <p>ListVariableDefineResponseBody</p>
*/
public class ListVariableDefineResponseBody extends TeaModel {
@com.aliyun.core.annotation.NameInMap("RequestId")
private String requestId;
@com.aliyun.core.annotation.NameInMap("currentPage")
private Integer currentPage;
@com.aliyun.core.annotation.NameInMap("pageSize")
private Integer pageSize;
@com.aliyun.core.annotation.NameInMap("resultObject")
private Boolean resultObject;
@com.aliyun.core.annotation.NameInMap("totalItem")
private Integer totalItem;
@com.aliyun.core.annotation.NameInMap("totalPage")
private Integer totalPage;
private ListVariableDefineResponseBody(Builder builder) {
this.requestId = builder.requestId;
this.currentPage = builder.currentPage;
this.pageSize = builder.pageSize;
this.resultObject = builder.resultObject;
this.totalItem = builder.totalItem;
this.totalPage = builder.totalPage;
}
public static Builder builder() {
return new Builder();
}
public static ListVariableDefineResponseBody create() {
return builder().build();
}
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return requestId
*/
public String getRequestId() {
return this.requestId;
}
/**
* @return currentPage
*/
public Integer getCurrentPage() {
return this.currentPage;
}
/**
* @return pageSize
*/
public Integer getPageSize() {
return this.pageSize;
}
/**
* @return resultObject
*/
public Boolean getResultObject() {
return this.resultObject;
}
/**
* @return totalItem
*/
public Integer getTotalItem() {
return this.totalItem;
}
/**
* @return totalPage
*/
public Integer getTotalPage() {
return this.totalPage;
}
public static final class Builder {
private String requestId;
private Integer currentPage;
private Integer pageSize;
private Boolean resultObject;
private Integer totalItem;
private Integer totalPage;
private Builder() {
}
private Builder(ListVariableDefineResponseBody model) {
this.requestId = model.requestId;
this.currentPage = model.currentPage;
this.pageSize = model.pageSize;
this.resultObject = model.resultObject;
this.totalItem = model.totalItem;
this.totalPage = model.totalPage;
}
/**
* <p>Request ID</p>
*
* <strong>example:</strong>
* <p>A32FE941-35F2-5378-B37C-4B8FDB16F094</p>
*/
public Builder requestId(String requestId) {
this.requestId = requestId;
return this;
}
/**
* <p>Current page number.</p>
*
* <strong>example:</strong>
* <p>1</p>
*/
public Builder currentPage(Integer currentPage) {
this.currentPage = currentPage;
return this;
}
/**
* <p>Page size, default value is 10</p>
*
* <strong>example:</strong>
* <p>10</p>
*/
public Builder pageSize(Integer pageSize) {
this.pageSize = pageSize;
return this;
}
/**
* <p>Returned object</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
public Builder resultObject(Boolean resultObject) {
this.resultObject = resultObject;
return this;
}
/**
* <p>Total items</p>
*
* <strong>example:</strong>
* <p>27</p>
*/
public Builder totalItem(Integer totalItem) {
this.totalItem = totalItem;
return this;
}
/**
* <p>Total pages.</p>
*
* <strong>example:</strong>
* <p>4</p>
*/
public Builder totalPage(Integer totalPage) {
this.totalPage = totalPage;
return this;
}
public ListVariableDefineResponseBody build() {
return new ListVariableDefineResponseBody(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/ModelDeleteRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link ModelDeleteRequest} extends {@link RequestModel}
*
* <p>ModelDeleteRequest</p>
*/
public class ModelDeleteRequest extends Request {
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("ModelName")
@com.aliyun.core.annotation.Validation(required = true)
private String modelName;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("RegId")
private String regId;
private ModelDeleteRequest(Builder builder) {
super(builder);
this.modelName = builder.modelName;
this.regId = builder.regId;
}
public static Builder builder() {
return new Builder();
}
public static ModelDeleteRequest create() {
return builder().build();
}
@Override
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return modelName
*/
public String getModelName() {
return this.modelName;
}
/**
* @return regId
*/
public String getRegId() {
return this.regId;
}
public static final class Builder extends Request.Builder<ModelDeleteRequest, Builder> {
private String modelName;
private String regId;
private Builder() {
super();
}
private Builder(ModelDeleteRequest request) {
super(request);
this.modelName = request.modelName;
this.regId = request.regId;
}
/**
* <p>Model name.</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>qwen-max</p>
*/
public Builder modelName(String modelName) {
this.putQueryParameter("ModelName", modelName);
this.modelName = modelName;
return this;
}
/**
* <p>Region code.</p>
*
* <strong>example:</strong>
* <p>cn-hangzhou</p>
*/
public Builder regId(String regId) {
this.putQueryParameter("RegId", regId);
this.regId = regId;
return this;
}
@Override
public ModelDeleteRequest build() {
return new ModelDeleteRequest(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/ModelDeleteResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link ModelDeleteResponse} extends {@link TeaModel}
*
* <p>ModelDeleteResponse</p>
*/
public class ModelDeleteResponse extends Response {
@com.aliyun.core.annotation.NameInMap("headers")
private java.util.Map<String, String> headers;
@com.aliyun.core.annotation.NameInMap("statusCode")
private Integer statusCode;
@com.aliyun.core.annotation.NameInMap("body")
private ModelDeleteResponseBody body;
private ModelDeleteResponse(BuilderImpl builder) {
super(builder);
this.headers = builder.headers;
this.statusCode = builder.statusCode;
this.body = builder.body;
}
public static ModelDeleteResponse create() {
return new BuilderImpl().build();
}
@Override
public Builder toBuilder() {
return new BuilderImpl(this);
}
/**
* @return headers
*/
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
/**
* @return statusCode
*/
public Integer getStatusCode() {
return this.statusCode;
}
/**
* @return body
*/
public ModelDeleteResponseBody getBody() {
return this.body;
}
public interface Builder extends Response.Builder<ModelDeleteResponse, Builder> {
Builder headers(java.util.Map<String, String> headers);
Builder statusCode(Integer statusCode);
Builder body(ModelDeleteResponseBody body);
@Override
ModelDeleteResponse build();
}
private static final class BuilderImpl
extends Response.BuilderImpl<ModelDeleteResponse, Builder>
implements Builder {
private java.util.Map<String, String> headers;
private Integer statusCode;
private ModelDeleteResponseBody body;
private BuilderImpl() {
super();
}
private BuilderImpl(ModelDeleteResponse response) {
super(response);
this.headers = response.headers;
this.statusCode = response.statusCode;
this.body = response.body;
}
/**
* headers.
*/
@Override
public Builder headers(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
/**
* statusCode.
*/
@Override
public Builder statusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
/**
* body.
*/
@Override
public Builder body(ModelDeleteResponseBody body) {
this.body = body;
return this;
}
@Override
public ModelDeleteResponse build() {
return new ModelDeleteResponse(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/ModelDeleteResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link ModelDeleteResponseBody} extends {@link TeaModel}
*
* <p>ModelDeleteResponseBody</p>
*/
public class ModelDeleteResponseBody extends TeaModel {
@com.aliyun.core.annotation.NameInMap("RequestId")
private String requestId;
@com.aliyun.core.annotation.NameInMap("ResultObject")
private Boolean resultObject;
private ModelDeleteResponseBody(Builder builder) {
this.requestId = builder.requestId;
this.resultObject = builder.resultObject;
}
public static Builder builder() {
return new Builder();
}
public static ModelDeleteResponseBody create() {
return builder().build();
}
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return requestId
*/
public String getRequestId() {
return this.requestId;
}
/**
* @return resultObject
*/
public Boolean getResultObject() {
return this.resultObject;
}
public static final class Builder {
private String requestId;
private Boolean resultObject;
private Builder() {
}
private Builder(ModelDeleteResponseBody model) {
this.requestId = model.requestId;
this.resultObject = model.resultObject;
}
/**
* <p>Request ID.</p>
*
* <strong>example:</strong>
* <p>A32FE941-35F2-5378-B37C-4B8FDB16F094</p>
*/
public Builder requestId(String requestId) {
this.requestId = requestId;
return this;
}
/**
* <p>Deletion result.</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
public Builder resultObject(Boolean resultObject) {
this.resultObject = resultObject;
return this;
}
public ModelDeleteResponseBody build() {
return new ModelDeleteResponseBody(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/ModelFileUploadRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link ModelFileUploadRequest} extends {@link RequestModel}
*
* <p>ModelFileUploadRequest</p>
*/
public class ModelFileUploadRequest extends Request {
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("ObjectName")
@com.aliyun.core.annotation.Validation(required = true)
private String objectName;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("RegId")
private String regId;
private ModelFileUploadRequest(Builder builder) {
super(builder);
this.objectName = builder.objectName;
this.regId = builder.regId;
}
public static Builder builder() {
return new Builder();
}
public static ModelFileUploadRequest create() {
return builder().build();
}
@Override
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return objectName
*/
public String getObjectName() {
return this.objectName;
}
/**
* @return regId
*/
public String getRegId() {
return this.regId;
}
public static final class Builder extends Request.Builder<ModelFileUploadRequest, Builder> {
private String objectName;
private String regId;
private Builder() {
super();
}
private Builder(ModelFileUploadRequest request) {
super(request);
this.objectName = request.objectName;
this.regId = request.regId;
}
/**
* <p>File name.</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>2023-07-10/商品信息批量导出-20230710132028</p>
*/
public Builder objectName(String objectName) {
this.putQueryParameter("ObjectName", objectName);
this.objectName = objectName;
return this;
}
/**
* <p>Region code.</p>
*
* <strong>example:</strong>
* <p>cn-hangzhou</p>
*/
public Builder regId(String regId) {
this.putQueryParameter("RegId", regId);
this.regId = regId;
return this;
}
@Override
public ModelFileUploadRequest build() {
return new ModelFileUploadRequest(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/ModelFileUploadResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link ModelFileUploadResponse} extends {@link TeaModel}
*
* <p>ModelFileUploadResponse</p>
*/
public class ModelFileUploadResponse extends Response {
@com.aliyun.core.annotation.NameInMap("headers")
private java.util.Map<String, String> headers;
@com.aliyun.core.annotation.NameInMap("statusCode")
private Integer statusCode;
@com.aliyun.core.annotation.NameInMap("body")
private ModelFileUploadResponseBody body;
private ModelFileUploadResponse(BuilderImpl builder) {
super(builder);
this.headers = builder.headers;
this.statusCode = builder.statusCode;
this.body = builder.body;
}
public static ModelFileUploadResponse create() {
return new BuilderImpl().build();
}
@Override
public Builder toBuilder() {
return new BuilderImpl(this);
}
/**
* @return headers
*/
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
/**
* @return statusCode
*/
public Integer getStatusCode() {
return this.statusCode;
}
/**
* @return body
*/
public ModelFileUploadResponseBody getBody() {
return this.body;
}
public interface Builder extends Response.Builder<ModelFileUploadResponse, Builder> {
Builder headers(java.util.Map<String, String> headers);
Builder statusCode(Integer statusCode);
Builder body(ModelFileUploadResponseBody body);
@Override
ModelFileUploadResponse build();
}
private static final class BuilderImpl
extends Response.BuilderImpl<ModelFileUploadResponse, Builder>
implements Builder {
private java.util.Map<String, String> headers;
private Integer statusCode;
private ModelFileUploadResponseBody body;
private BuilderImpl() {
super();
}
private BuilderImpl(ModelFileUploadResponse response) {
super(response);
this.headers = response.headers;
this.statusCode = response.statusCode;
this.body = response.body;
}
/**
* headers.
*/
@Override
public Builder headers(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
/**
* statusCode.
*/
@Override
public Builder statusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
/**
* body.
*/
@Override
public Builder body(ModelFileUploadResponseBody body) {
this.body = body;
return this;
}
@Override
public ModelFileUploadResponse build() {
return new ModelFileUploadResponse(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/ModelFileUploadResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link ModelFileUploadResponseBody} extends {@link TeaModel}
*
* <p>ModelFileUploadResponseBody</p>
*/
public class ModelFileUploadResponseBody extends TeaModel {
@com.aliyun.core.annotation.NameInMap("RequestId")
private String requestId;
@com.aliyun.core.annotation.NameInMap("ResultObject")
private Boolean resultObject;
private ModelFileUploadResponseBody(Builder builder) {
this.requestId = builder.requestId;
this.resultObject = builder.resultObject;
}
public static Builder builder() {
return new Builder();
}
public static ModelFileUploadResponseBody create() {
return builder().build();
}
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return requestId
*/
public String getRequestId() {
return this.requestId;
}
/**
* @return resultObject
*/
public Boolean getResultObject() {
return this.resultObject;
}
public static final class Builder {
private String requestId;
private Boolean resultObject;
private Builder() {
}
private Builder(ModelFileUploadResponseBody model) {
this.requestId = model.requestId;
this.resultObject = model.resultObject;
}
/**
* <p>Request ID.</p>
*
* <strong>example:</strong>
* <p>A32FE941-35F2-5378-B37C-4B8FDB16F094</p>
*/
public Builder requestId(String requestId) {
this.requestId = requestId;
return this;
}
/**
* <p>Return result.</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
public Builder resultObject(Boolean resultObject) {
this.resultObject = resultObject;
return this;
}
public ModelFileUploadResponseBody build() {
return new ModelFileUploadResponseBody(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/ModelIsUsingRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link ModelIsUsingRequest} extends {@link RequestModel}
*
* <p>ModelIsUsingRequest</p>
*/
public class ModelIsUsingRequest extends Request {
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("ModelCode")
@com.aliyun.core.annotation.Validation(required = true)
private String modelCode;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("ModelId")
@com.aliyun.core.annotation.Validation(required = true)
private String modelId;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("ModelName")
@com.aliyun.core.annotation.Validation(required = true)
private String modelName;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("RegId")
private String regId;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("Status")
@com.aliyun.core.annotation.Validation(required = true)
private String status;
private ModelIsUsingRequest(Builder builder) {
super(builder);
this.modelCode = builder.modelCode;
this.modelId = builder.modelId;
this.modelName = builder.modelName;
this.regId = builder.regId;
this.status = builder.status;
}
public static Builder builder() {
return new Builder();
}
public static ModelIsUsingRequest create() {
return builder().build();
}
@Override
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return modelCode
*/
public String getModelCode() {
return this.modelCode;
}
/**
* @return modelId
*/
public String getModelId() {
return this.modelId;
}
/**
* @return modelName
*/
public String getModelName() {
return this.modelName;
}
/**
* @return regId
*/
public String getRegId() {
return this.regId;
}
/**
* @return status
*/
public String getStatus() {
return this.status;
}
public static final class Builder extends Request.Builder<ModelIsUsingRequest, Builder> {
private String modelCode;
private String modelId;
private String modelName;
private String regId;
private String status;
private Builder() {
super();
}
private Builder(ModelIsUsingRequest request) {
super(request);
this.modelCode = request.modelCode;
this.modelId = request.modelId;
this.modelName = request.modelName;
this.regId = request.regId;
this.status = request.status;
}
/**
* <p>Model code.</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>ebgdsa</p>
*/
public Builder modelCode(String modelCode) {
this.putQueryParameter("ModelCode", modelCode);
this.modelCode = modelCode;
return this;
}
/**
* <p>Model ID.</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>27269</p>
*/
public Builder modelId(String modelId) {
this.putQueryParameter("ModelId", modelId);
this.modelId = modelId;
return this;
}
/**
* <p>Model name.</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>text-embedding-v1</p>
*/
public Builder modelName(String modelName) {
this.putQueryParameter("ModelName", modelName);
this.modelName = modelName;
return this;
}
/**
* <p>Region code.</p>
*
* <strong>example:</strong>
* <p>cn-hangzhou</p>
*/
public Builder regId(String regId) {
this.putQueryParameter("RegId", regId);
this.regId = regId;
return this;
}
/**
* <p>Model status.</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>Disabled</p>
*/
public Builder status(String status) {
this.putQueryParameter("Status", status);
this.status = status;
return this;
}
@Override
public ModelIsUsingRequest build() {
return new ModelIsUsingRequest(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/ModelIsUsingResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link ModelIsUsingResponse} extends {@link TeaModel}
*
* <p>ModelIsUsingResponse</p>
*/
public class ModelIsUsingResponse extends Response {
@com.aliyun.core.annotation.NameInMap("headers")
private java.util.Map<String, String> headers;
@com.aliyun.core.annotation.NameInMap("statusCode")
private Integer statusCode;
@com.aliyun.core.annotation.NameInMap("body")
private ModelIsUsingResponseBody body;
private ModelIsUsingResponse(BuilderImpl builder) {
super(builder);
this.headers = builder.headers;
this.statusCode = builder.statusCode;
this.body = builder.body;
}
public static ModelIsUsingResponse create() {
return new BuilderImpl().build();
}
@Override
public Builder toBuilder() {
return new BuilderImpl(this);
}
/**
* @return headers
*/
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
/**
* @return statusCode
*/
public Integer getStatusCode() {
return this.statusCode;
}
/**
* @return body
*/
public ModelIsUsingResponseBody getBody() {
return this.body;
}
public interface Builder extends Response.Builder<ModelIsUsingResponse, Builder> {
Builder headers(java.util.Map<String, String> headers);
Builder statusCode(Integer statusCode);
Builder body(ModelIsUsingResponseBody body);
@Override
ModelIsUsingResponse build();
}
private static final class BuilderImpl
extends Response.BuilderImpl<ModelIsUsingResponse, Builder>
implements Builder {
private java.util.Map<String, String> headers;
private Integer statusCode;
private ModelIsUsingResponseBody body;
private BuilderImpl() {
super();
}
private BuilderImpl(ModelIsUsingResponse response) {
super(response);
this.headers = response.headers;
this.statusCode = response.statusCode;
this.body = response.body;
}
/**
* headers.
*/
@Override
public Builder headers(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
/**
* statusCode.
*/
@Override
public Builder statusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
/**
* body.
*/
@Override
public Builder body(ModelIsUsingResponseBody body) {
this.body = body;
return this;
}
@Override
public ModelIsUsingResponse build() {
return new ModelIsUsingResponse(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/ModelIsUsingResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link ModelIsUsingResponseBody} extends {@link TeaModel}
*
* <p>ModelIsUsingResponseBody</p>
*/
public class ModelIsUsingResponseBody extends TeaModel {
@com.aliyun.core.annotation.NameInMap("RequestId")
private String requestId;
@com.aliyun.core.annotation.NameInMap("ResultObject")
private Boolean resultObject;
private ModelIsUsingResponseBody(Builder builder) {
this.requestId = builder.requestId;
this.resultObject = builder.resultObject;
}
public static Builder builder() {
return new Builder();
}
public static ModelIsUsingResponseBody create() {
return builder().build();
}
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return requestId
*/
public String getRequestId() {
return this.requestId;
}
/**
* @return resultObject
*/
public Boolean getResultObject() {
return this.resultObject;
}
public static final class Builder {
private String requestId;
private Boolean resultObject;
private Builder() {
}
private Builder(ModelIsUsingResponseBody model) {
this.requestId = model.requestId;
this.resultObject = model.resultObject;
}
/**
* <p>Request ID.</p>
*
* <strong>example:</strong>
* <p>A32FE941-35F2-5378-B37C-4B8FDB16F094</p>
*/
public Builder requestId(String requestId) {
this.requestId = requestId;
return this;
}
/**
* <p>Result object.</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
public Builder resultObject(Boolean resultObject) {
this.resultObject = resultObject;
return this;
}
public ModelIsUsingResponseBody build() {
return new ModelIsUsingResponseBody(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/ModelNameIsDuplicationRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link ModelNameIsDuplicationRequest} extends {@link RequestModel}
*
* <p>ModelNameIsDuplicationRequest</p>
*/
public class ModelNameIsDuplicationRequest extends Request {
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("ModelName")
@com.aliyun.core.annotation.Validation(required = true)
private String modelName;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("RegId")
private String regId;
private ModelNameIsDuplicationRequest(Builder builder) {
super(builder);
this.modelName = builder.modelName;
this.regId = builder.regId;
}
public static Builder builder() {
return new Builder();
}
public static ModelNameIsDuplicationRequest create() {
return builder().build();
}
@Override
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return modelName
*/
public String getModelName() {
return this.modelName;
}
/**
* @return regId
*/
public String getRegId() {
return this.regId;
}
public static final class Builder extends Request.Builder<ModelNameIsDuplicationRequest, Builder> {
private String modelName;
private String regId;
private Builder() {
super();
}
private Builder(ModelNameIsDuplicationRequest request) {
super(request);
this.modelName = request.modelName;
this.regId = request.regId;
}
/**
* <p>Model name.</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>text-embedding-v2</p>
*/
public Builder modelName(String modelName) {
this.putQueryParameter("ModelName", modelName);
this.modelName = modelName;
return this;
}
/**
* <p>Region code.</p>
*
* <strong>example:</strong>
* <p>cn-hangzhou</p>
*/
public Builder regId(String regId) {
this.putQueryParameter("RegId", regId);
this.regId = regId;
return this;
}
@Override
public ModelNameIsDuplicationRequest build() {
return new ModelNameIsDuplicationRequest(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/ModelNameIsDuplicationResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link ModelNameIsDuplicationResponse} extends {@link TeaModel}
*
* <p>ModelNameIsDuplicationResponse</p>
*/
public class ModelNameIsDuplicationResponse extends Response {
@com.aliyun.core.annotation.NameInMap("headers")
private java.util.Map<String, String> headers;
@com.aliyun.core.annotation.NameInMap("statusCode")
private Integer statusCode;
@com.aliyun.core.annotation.NameInMap("body")
private ModelNameIsDuplicationResponseBody body;
private ModelNameIsDuplicationResponse(BuilderImpl builder) {
super(builder);
this.headers = builder.headers;
this.statusCode = builder.statusCode;
this.body = builder.body;
}
public static ModelNameIsDuplicationResponse create() {
return new BuilderImpl().build();
}
@Override
public Builder toBuilder() {
return new BuilderImpl(this);
}
/**
* @return headers
*/
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
/**
* @return statusCode
*/
public Integer getStatusCode() {
return this.statusCode;
}
/**
* @return body
*/
public ModelNameIsDuplicationResponseBody getBody() {
return this.body;
}
public interface Builder extends Response.Builder<ModelNameIsDuplicationResponse, Builder> {
Builder headers(java.util.Map<String, String> headers);
Builder statusCode(Integer statusCode);
Builder body(ModelNameIsDuplicationResponseBody body);
@Override
ModelNameIsDuplicationResponse build();
}
private static final class BuilderImpl
extends Response.BuilderImpl<ModelNameIsDuplicationResponse, Builder>
implements Builder {
private java.util.Map<String, String> headers;
private Integer statusCode;
private ModelNameIsDuplicationResponseBody body;
private BuilderImpl() {
super();
}
private BuilderImpl(ModelNameIsDuplicationResponse response) {
super(response);
this.headers = response.headers;
this.statusCode = response.statusCode;
this.body = response.body;
}
/**
* headers.
*/
@Override
public Builder headers(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
/**
* statusCode.
*/
@Override
public Builder statusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
/**
* body.
*/
@Override
public Builder body(ModelNameIsDuplicationResponseBody body) {
this.body = body;
return this;
}
@Override
public ModelNameIsDuplicationResponse build() {
return new ModelNameIsDuplicationResponse(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/ModelNameIsDuplicationResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link ModelNameIsDuplicationResponseBody} extends {@link TeaModel}
*
* <p>ModelNameIsDuplicationResponseBody</p>
*/
public class ModelNameIsDuplicationResponseBody extends TeaModel {
@com.aliyun.core.annotation.NameInMap("RequestId")
private String requestId;
@com.aliyun.core.annotation.NameInMap("ResultObject")
private Boolean resultObject;
private ModelNameIsDuplicationResponseBody(Builder builder) {
this.requestId = builder.requestId;
this.resultObject = builder.resultObject;
}
public static Builder builder() {
return new Builder();
}
public static ModelNameIsDuplicationResponseBody create() {
return builder().build();
}
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return requestId
*/
public String getRequestId() {
return this.requestId;
}
/**
* @return resultObject
*/
public Boolean getResultObject() {
return this.resultObject;
}
public static final class Builder {
private String requestId;
private Boolean resultObject;
private Builder() {
}
private Builder(ModelNameIsDuplicationResponseBody model) {
this.requestId = model.requestId;
this.resultObject = model.resultObject;
}
/**
* <p>Request ID.</p>
*
* <strong>example:</strong>
* <p>A32FE941-35F2-5378-B37C-4B8FDB16F094</p>
*/
public Builder requestId(String requestId) {
this.requestId = requestId;
return this;
}
/**
* <p>Return result.</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
public Builder resultObject(Boolean resultObject) {
this.resultObject = resultObject;
return this;
}
public ModelNameIsDuplicationResponseBody build() {
return new ModelNameIsDuplicationResponseBody(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/ModelSampleDownloadRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link ModelSampleDownloadRequest} extends {@link RequestModel}
*
* <p>ModelSampleDownloadRequest</p>
*/
public class ModelSampleDownloadRequest extends Request {
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("RegId")
private String regId;
private ModelSampleDownloadRequest(Builder builder) {
super(builder);
this.regId = builder.regId;
}
public static Builder builder() {
return new Builder();
}
public static ModelSampleDownloadRequest create() {
return builder().build();
}
@Override
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return regId
*/
public String getRegId() {
return this.regId;
}
public static final class Builder extends Request.Builder<ModelSampleDownloadRequest, Builder> {
private String regId;
private Builder() {
super();
}
private Builder(ModelSampleDownloadRequest request) {
super(request);
this.regId = request.regId;
}
/**
* <p>Region code.</p>
*
* <strong>example:</strong>
* <p>cn-hangzhou</p>
*/
public Builder regId(String regId) {
this.putQueryParameter("RegId", regId);
this.regId = regId;
return this;
}
@Override
public ModelSampleDownloadRequest build() {
return new ModelSampleDownloadRequest(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/ModelSampleDownloadResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link ModelSampleDownloadResponse} extends {@link TeaModel}
*
* <p>ModelSampleDownloadResponse</p>
*/
public class ModelSampleDownloadResponse extends Response {
@com.aliyun.core.annotation.NameInMap("headers")
private java.util.Map<String, String> headers;
@com.aliyun.core.annotation.NameInMap("statusCode")
private Integer statusCode;
@com.aliyun.core.annotation.NameInMap("body")
private ModelSampleDownloadResponseBody body;
private ModelSampleDownloadResponse(BuilderImpl builder) {
super(builder);
this.headers = builder.headers;
this.statusCode = builder.statusCode;
this.body = builder.body;
}
public static ModelSampleDownloadResponse create() {
return new BuilderImpl().build();
}
@Override
public Builder toBuilder() {
return new BuilderImpl(this);
}
/**
* @return headers
*/
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
/**
* @return statusCode
*/
public Integer getStatusCode() {
return this.statusCode;
}
/**
* @return body
*/
public ModelSampleDownloadResponseBody getBody() {
return this.body;
}
public interface Builder extends Response.Builder<ModelSampleDownloadResponse, Builder> {
Builder headers(java.util.Map<String, String> headers);
Builder statusCode(Integer statusCode);
Builder body(ModelSampleDownloadResponseBody body);
@Override
ModelSampleDownloadResponse build();
}
private static final class BuilderImpl
extends Response.BuilderImpl<ModelSampleDownloadResponse, Builder>
implements Builder {
private java.util.Map<String, String> headers;
private Integer statusCode;
private ModelSampleDownloadResponseBody body;
private BuilderImpl() {
super();
}
private BuilderImpl(ModelSampleDownloadResponse response) {
super(response);
this.headers = response.headers;
this.statusCode = response.statusCode;
this.body = response.body;
}
/**
* headers.
*/
@Override
public Builder headers(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
/**
* statusCode.
*/
@Override
public Builder statusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
/**
* body.
*/
@Override
public Builder body(ModelSampleDownloadResponseBody body) {
this.body = body;
return this;
}
@Override
public ModelSampleDownloadResponse build() {
return new ModelSampleDownloadResponse(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/ModelSampleDownloadResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link ModelSampleDownloadResponseBody} extends {@link TeaModel}
*
* <p>ModelSampleDownloadResponseBody</p>
*/
public class ModelSampleDownloadResponseBody extends TeaModel {
@com.aliyun.core.annotation.NameInMap("RequestId")
private String requestId;
@com.aliyun.core.annotation.NameInMap("ResultObject")
private Boolean resultObject;
private ModelSampleDownloadResponseBody(Builder builder) {
this.requestId = builder.requestId;
this.resultObject = builder.resultObject;
}
public static Builder builder() {
return new Builder();
}
public static ModelSampleDownloadResponseBody create() {
return builder().build();
}
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return requestId
*/
public String getRequestId() {
return this.requestId;
}
/**
* @return resultObject
*/
public Boolean getResultObject() {
return this.resultObject;
}
public static final class Builder {
private String requestId;
private Boolean resultObject;
private Builder() {
}
private Builder(ModelSampleDownloadResponseBody model) {
this.requestId = model.requestId;
this.resultObject = model.resultObject;
}
/**
* <p>Request ID.</p>
*
* <strong>example:</strong>
* <p>A32FE941-35F2-5378-B37C-4B8FDB16F094</p>
*/
public Builder requestId(String requestId) {
this.requestId = requestId;
return this;
}
/**
* <p>Request result.</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
public Builder resultObject(Boolean resultObject) {
this.resultObject = resultObject;
return this;
}
public ModelSampleDownloadResponseBody build() {
return new ModelSampleDownloadResponseBody(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/ModifyAppKeyRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link ModifyAppKeyRequest} extends {@link RequestModel}
*
* <p>ModifyAppKeyRequest</p>
*/
public class ModifyAppKeyRequest extends Request {
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("Lang")
private String lang;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("appKey")
private String appKey;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("memo")
private String memo;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("regId")
private String regId;
private ModifyAppKeyRequest(Builder builder) {
super(builder);
this.lang = builder.lang;
this.appKey = builder.appKey;
this.memo = builder.memo;
this.regId = builder.regId;
}
public static Builder builder() {
return new Builder();
}
public static ModifyAppKeyRequest create() {
return builder().build();
}
@Override
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return lang
*/
public String getLang() {
return this.lang;
}
/**
* @return appKey
*/
public String getAppKey() {
return this.appKey;
}
/**
* @return memo
*/
public String getMemo() {
return this.memo;
}
/**
* @return regId
*/
public String getRegId() {
return this.regId;
}
public static final class Builder extends Request.Builder<ModifyAppKeyRequest, Builder> {
private String lang;
private String appKey;
private String memo;
private String regId;
private Builder() {
super();
}
private Builder(ModifyAppKeyRequest request) {
super(request);
this.lang = request.lang;
this.appKey = request.appKey;
this.memo = request.memo;
this.regId = request.regId;
}
/**
* <p>Sets the language type for requests and received messages, default value is <strong>zh</strong>. Values:</p>
* <ul>
* <li><strong>zh</strong>: Chinese</li>
* <li><strong>en</strong>: English</li>
* </ul>
*
* <strong>example:</strong>
* <p>zh</p>
*/
public Builder lang(String lang) {
this.putQueryParameter("Lang", lang);
this.lang = lang;
return this;
}
/**
* <p>appkey information.</p>
*
* <strong>example:</strong>
* <hr>
*/
public Builder appKey(String appKey) {
this.putQueryParameter("appKey", appKey);
this.appKey = appKey;
return this;
}
/**
* <p>Application memo information.</p>
*
* <strong>example:</strong>
* <p>备注</p>
*/
public Builder memo(String memo) {
this.putQueryParameter("memo", memo);
this.memo = memo;
return this;
}
/**
* <p>Region code</p>
*
* <strong>example:</strong>
* <p>cn-hangzhou</p>
*/
public Builder regId(String regId) {
this.putQueryParameter("regId", regId);
this.regId = regId;
return this;
}
@Override
public ModifyAppKeyRequest build() {
return new ModifyAppKeyRequest(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/ModifyAppKeyResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link ModifyAppKeyResponse} extends {@link TeaModel}
*
* <p>ModifyAppKeyResponse</p>
*/
public class ModifyAppKeyResponse extends Response {
@com.aliyun.core.annotation.NameInMap("headers")
private java.util.Map<String, String> headers;
@com.aliyun.core.annotation.NameInMap("statusCode")
private Integer statusCode;
@com.aliyun.core.annotation.NameInMap("body")
private ModifyAppKeyResponseBody body;
private ModifyAppKeyResponse(BuilderImpl builder) {
super(builder);
this.headers = builder.headers;
this.statusCode = builder.statusCode;
this.body = builder.body;
}
public static ModifyAppKeyResponse create() {
return new BuilderImpl().build();
}
@Override
public Builder toBuilder() {
return new BuilderImpl(this);
}
/**
* @return headers
*/
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
/**
* @return statusCode
*/
public Integer getStatusCode() {
return this.statusCode;
}
/**
* @return body
*/
public ModifyAppKeyResponseBody getBody() {
return this.body;
}
public interface Builder extends Response.Builder<ModifyAppKeyResponse, Builder> {
Builder headers(java.util.Map<String, String> headers);
Builder statusCode(Integer statusCode);
Builder body(ModifyAppKeyResponseBody body);
@Override
ModifyAppKeyResponse build();
}
private static final class BuilderImpl
extends Response.BuilderImpl<ModifyAppKeyResponse, Builder>
implements Builder {
private java.util.Map<String, String> headers;
private Integer statusCode;
private ModifyAppKeyResponseBody body;
private BuilderImpl() {
super();
}
private BuilderImpl(ModifyAppKeyResponse response) {
super(response);
this.headers = response.headers;
this.statusCode = response.statusCode;
this.body = response.body;
}
/**
* headers.
*/
@Override
public Builder headers(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
/**
* statusCode.
*/
@Override
public Builder statusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
/**
* body.
*/
@Override
public Builder body(ModifyAppKeyResponseBody body) {
this.body = body;
return this;
}
@Override
public ModifyAppKeyResponse build() {
return new ModifyAppKeyResponse(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/ModifyAppKeyResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link ModifyAppKeyResponseBody} extends {@link TeaModel}
*
* <p>ModifyAppKeyResponseBody</p>
*/
public class ModifyAppKeyResponseBody extends TeaModel {
@com.aliyun.core.annotation.NameInMap("RequestId")
private String requestId;
@com.aliyun.core.annotation.NameInMap("data")
private Boolean data;
private ModifyAppKeyResponseBody(Builder builder) {
this.requestId = builder.requestId;
this.data = builder.data;
}
public static Builder builder() {
return new Builder();
}
public static ModifyAppKeyResponseBody create() {
return builder().build();
}
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return requestId
*/
public String getRequestId() {
return this.requestId;
}
/**
* @return data
*/
public Boolean getData() {
return this.data;
}
public static final class Builder {
private String requestId;
private Boolean data;
private Builder() {
}
private Builder(ModifyAppKeyResponseBody model) {
this.requestId = model.requestId;
this.data = model.data;
}
/**
* <p>Request ID.</p>
*
* <strong>example:</strong>
* <p>A32FE941-35F2-5378-B37C-4B8FDB16F094</p>
*/
public Builder requestId(String requestId) {
this.requestId = requestId;
return this;
}
/**
* <p>Returned data object.</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
public Builder data(Boolean data) {
this.data = data;
return this;
}
public ModifyAppKeyResponseBody build() {
return new ModifyAppKeyResponseBody(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/ModifyCustVariableRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link ModifyCustVariableRequest} extends {@link RequestModel}
*
* <p>ModifyCustVariableRequest</p>
*/
public class ModifyCustVariableRequest extends Request {
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("Lang")
private String lang;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("condition")
private String condition;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("dataVersion")
@com.aliyun.core.annotation.Validation(required = true)
private Long dataVersion;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("description")
private String description;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("eventCodes")
private String eventCodes;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("id")
@com.aliyun.core.annotation.Validation(required = true)
private Long id;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("name")
@com.aliyun.core.annotation.Validation(required = true)
private String name;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("outputs")
private String outputs;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("regId")
private String regId;
private ModifyCustVariableRequest(Builder builder) {
super(builder);
this.lang = builder.lang;
this.condition = builder.condition;
this.dataVersion = builder.dataVersion;
this.description = builder.description;
this.eventCodes = builder.eventCodes;
this.id = builder.id;
this.name = builder.name;
this.outputs = builder.outputs;
this.regId = builder.regId;
}
public static Builder builder() {
return new Builder();
}
public static ModifyCustVariableRequest create() {
return builder().build();
}
@Override
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return lang
*/
public String getLang() {
return this.lang;
}
/**
* @return condition
*/
public String getCondition() {
return this.condition;
}
/**
* @return dataVersion
*/
public Long getDataVersion() {
return this.dataVersion;
}
/**
* @return description
*/
public String getDescription() {
return this.description;
}
/**
* @return eventCodes
*/
public String getEventCodes() {
return this.eventCodes;
}
/**
* @return id
*/
public Long getId() {
return this.id;
}
/**
* @return name
*/
public String getName() {
return this.name;
}
/**
* @return outputs
*/
public String getOutputs() {
return this.outputs;
}
/**
* @return regId
*/
public String getRegId() {
return this.regId;
}
public static final class Builder extends Request.Builder<ModifyCustVariableRequest, Builder> {
private String lang;
private String condition;
private Long dataVersion;
private String description;
private String eventCodes;
private Long id;
private String name;
private String outputs;
private String regId;
private Builder() {
super();
}
private Builder(ModifyCustVariableRequest request) {
super(request);
this.lang = request.lang;
this.condition = request.condition;
this.dataVersion = request.dataVersion;
this.description = request.description;
this.eventCodes = request.eventCodes;
this.id = request.id;
this.name = request.name;
this.outputs = request.outputs;
this.regId = request.regId;
}
/**
* <p>Sets the language type for requests and received messages, default value is <strong>zh</strong>. Values: </p>
* <ul>
* <li><strong>zh</strong>: Chinese</li>
* <li><strong>en</strong>: English</li>
* </ul>
*
* <strong>example:</strong>
* <p>zh</p>
*/
public Builder lang(String lang) {
this.putQueryParameter("Lang", lang);
this.lang = lang;
return this;
}
/**
* <p>Condition value.</p>
*
* <strong>example:</strong>
* <p>{"currentId":1,"deepCount":0,"list":[{"currentId":2,"deepCount":1,"left":{"code":"__hit_rules","fieldType":"STRING","functionName":"","hasRightVariable":true,"name":"hitRules","operatorCode":"deNotInNameList"},"operatorCode":"deNotInNameList","parentId":1,"right":{"code":""nl_Xcufc8wV6624"","name":"nl_Xcufc8wV6624","rightVariableType":"variable"}},{"currentId":3,"deepCount":1,"list":[{"currentId":4,"deepCount":2,"left":{"code":"__v_safde","fieldType":"DOUBLE","functionName":"","hasRightVariable":true,"name":"score","operatorCode":"equals"},"operatorCode":"equals","parentId":3,"right":{"code":""99"","name":"99","rightVariableType":"constant"}},{"currentId":5,"deepCount":2,"left":{"code":"queryPhoneSimulatorInfo(deviceToken)?","fieldType":"STRING","functionName":"","hasRightVariable":false,"name":"<strong>device-test01</strong>","operatorCode":"isNotEmptyWrapper"},"operatorCode":"isNotEmptyWrapper","parentId":3,"right":{"functionName":"","name":"","rightVariableType":"constant"}}],"parentId":1,"relationship":"and"}],"parentId":0,"relationship":"and"}</p>
*/
public Builder condition(String condition) {
this.putQueryParameter("condition", condition);
this.condition = condition;
return this;
}
/**
* <p>Data version.</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>6</p>
*/
public Builder dataVersion(Long dataVersion) {
this.putQueryParameter("dataVersion", dataVersion);
this.dataVersion = dataVersion;
return this;
}
/**
* <p>Description information.</p>
*
* <strong>example:</strong>
* <p>描述</p>
*/
public Builder description(String description) {
this.putQueryParameter("description", description);
this.description = description;
return this;
}
/**
* <p>Event code.</p>
*
* <strong>example:</strong>
* <p>account_abuse_pro,account_abuse</p>
*/
public Builder eventCodes(String eventCodes) {
this.putQueryParameter("eventCodes", eventCodes);
this.eventCodes = eventCodes;
return this;
}
/**
* <p>Variable ID</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>376773</p>
*/
public Builder id(Long id) {
this.putQueryParameter("id", id);
this.id = id;
return this;
}
/**
* <p>Variable name</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>dxkkLw8fe18</p>
*/
public Builder name(String name) {
this.putQueryParameter("name", name);
this.name = name;
return this;
}
/**
* <p>Output</p>
*
* <strong>example:</strong>
* <p>STRING</p>
*/
public Builder outputs(String outputs) {
this.putQueryParameter("outputs", outputs);
this.outputs = outputs;
return this;
}
/**
* <p>Region code</p>
*
* <strong>example:</strong>
* <p>cn-hangzhou</p>
*/
public Builder regId(String regId) {
this.putQueryParameter("regId", regId);
this.regId = regId;
return this;
}
@Override
public ModifyCustVariableRequest build() {
return new ModifyCustVariableRequest(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/ModifyCustVariableResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link ModifyCustVariableResponse} extends {@link TeaModel}
*
* <p>ModifyCustVariableResponse</p>
*/
public class ModifyCustVariableResponse extends Response {
@com.aliyun.core.annotation.NameInMap("headers")
private java.util.Map<String, String> headers;
@com.aliyun.core.annotation.NameInMap("statusCode")
private Integer statusCode;
@com.aliyun.core.annotation.NameInMap("body")
private ModifyCustVariableResponseBody body;
private ModifyCustVariableResponse(BuilderImpl builder) {
super(builder);
this.headers = builder.headers;
this.statusCode = builder.statusCode;
this.body = builder.body;
}
public static ModifyCustVariableResponse create() {
return new BuilderImpl().build();
}
@Override
public Builder toBuilder() {
return new BuilderImpl(this);
}
/**
* @return headers
*/
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
/**
* @return statusCode
*/
public Integer getStatusCode() {
return this.statusCode;
}
/**
* @return body
*/
public ModifyCustVariableResponseBody getBody() {
return this.body;
}
public interface Builder extends Response.Builder<ModifyCustVariableResponse, Builder> {
Builder headers(java.util.Map<String, String> headers);
Builder statusCode(Integer statusCode);
Builder body(ModifyCustVariableResponseBody body);
@Override
ModifyCustVariableResponse build();
}
private static final class BuilderImpl
extends Response.BuilderImpl<ModifyCustVariableResponse, Builder>
implements Builder {
private java.util.Map<String, String> headers;
private Integer statusCode;
private ModifyCustVariableResponseBody body;
private BuilderImpl() {
super();
}
private BuilderImpl(ModifyCustVariableResponse response) {
super(response);
this.headers = response.headers;
this.statusCode = response.statusCode;
this.body = response.body;
}
/**
* headers.
*/
@Override
public Builder headers(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
/**
* statusCode.
*/
@Override
public Builder statusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
/**
* body.
*/
@Override
public Builder body(ModifyCustVariableResponseBody body) {
this.body = body;
return this;
}
@Override
public ModifyCustVariableResponse build() {
return new ModifyCustVariableResponse(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/ModifyCustVariableResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link ModifyCustVariableResponseBody} extends {@link TeaModel}
*
* <p>ModifyCustVariableResponseBody</p>
*/
public class ModifyCustVariableResponseBody extends TeaModel {
@com.aliyun.core.annotation.NameInMap("RequestId")
private String requestId;
@com.aliyun.core.annotation.NameInMap("resultObject")
private java.util.List<ResultObject> resultObject;
private ModifyCustVariableResponseBody(Builder builder) {
this.requestId = builder.requestId;
this.resultObject = builder.resultObject;
}
public static Builder builder() {
return new Builder();
}
public static ModifyCustVariableResponseBody create() {
return builder().build();
}
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return requestId
*/
public String getRequestId() {
return this.requestId;
}
/**
* @return resultObject
*/
public java.util.List<ResultObject> getResultObject() {
return this.resultObject;
}
public static final class Builder {
private String requestId;
private java.util.List<ResultObject> resultObject;
private Builder() {
}
private Builder(ModifyCustVariableResponseBody model) {
this.requestId = model.requestId;
this.resultObject = model.resultObject;
}
/**
* <p>Request ID.</p>
*
* <strong>example:</strong>
* <p>A32FE941-35F2-5378-B37C-4B8FDB16F094</p>
*/
public Builder requestId(String requestId) {
this.requestId = requestId;
return this;
}
/**
* <p>Return object</p>
*/
public Builder resultObject(java.util.List<ResultObject> resultObject) {
this.resultObject = resultObject;
return this;
}
public ModifyCustVariableResponseBody build() {
return new ModifyCustVariableResponseBody(this);
}
}
/**
*
* {@link ModifyCustVariableResponseBody} extends {@link TeaModel}
*
* <p>ModifyCustVariableResponseBody</p>
*/
public static class ResultObject extends TeaModel {
@com.aliyun.core.annotation.NameInMap("failType")
private String failType;
@com.aliyun.core.annotation.NameInMap("message")
private String message;
@com.aliyun.core.annotation.NameInMap("success")
private Boolean success;
private ResultObject(Builder builder) {
this.failType = builder.failType;
this.message = builder.message;
this.success = builder.success;
}
public static Builder builder() {
return new Builder();
}
public static ResultObject create() {
return builder().build();
}
/**
* @return failType
*/
public String getFailType() {
return this.failType;
}
/**
* @return message
*/
public String getMessage() {
return this.message;
}
/**
* @return success
*/
public Boolean getSuccess() {
return this.success;
}
public static final class Builder {
private String failType;
private String message;
private Boolean success;
private Builder() {
}
private Builder(ResultObject model) {
this.failType = model.failType;
this.message = model.message;
this.success = model.success;
}
/**
* <p>Failure type</p>
*
* <strong>example:</strong>
* <p>rule</p>
*/
public Builder failType(String failType) {
this.failType = failType;
return this;
}
/**
* <p>Detailed information.</p>
*
* <strong>example:</strong>
* <p>ok</p>
*/
public Builder message(String message) {
this.message = message;
return this;
}
/**
* <p>Whether the operation was successful</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
public Builder success(Boolean success) {
this.success = success;
return this;
}
public ResultObject build() {
return new ResultObject(this);
}
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/ModifyEventRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link ModifyEventRequest} extends {@link RequestModel}
*
* <p>ModifyEventRequest</p>
*/
public class ModifyEventRequest extends Request {
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("Lang")
private String lang;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("bizVersion")
private Integer bizVersion;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("createType")
private String createType;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("eventCode")
private String eventCode;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("eventName")
private String eventName;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("inputFieldsStr")
private String inputFieldsStr;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("memo")
private String memo;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("regId")
private String regId;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("templateType")
private String templateType;
private ModifyEventRequest(Builder builder) {
super(builder);
this.lang = builder.lang;
this.bizVersion = builder.bizVersion;
this.createType = builder.createType;
this.eventCode = builder.eventCode;
this.eventName = builder.eventName;
this.inputFieldsStr = builder.inputFieldsStr;
this.memo = builder.memo;
this.regId = builder.regId;
this.templateType = builder.templateType;
}
public static Builder builder() {
return new Builder();
}
public static ModifyEventRequest create() {
return builder().build();
}
@Override
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return lang
*/
public String getLang() {
return this.lang;
}
/**
* @return bizVersion
*/
public Integer getBizVersion() {
return this.bizVersion;
}
/**
* @return createType
*/
public String getCreateType() {
return this.createType;
}
/**
* @return eventCode
*/
public String getEventCode() {
return this.eventCode;
}
/**
* @return eventName
*/
public String getEventName() {
return this.eventName;
}
/**
* @return inputFieldsStr
*/
public String getInputFieldsStr() {
return this.inputFieldsStr;
}
/**
* @return memo
*/
public String getMemo() {
return this.memo;
}
/**
* @return regId
*/
public String getRegId() {
return this.regId;
}
/**
* @return templateType
*/
public String getTemplateType() {
return this.templateType;
}
public static final class Builder extends Request.Builder<ModifyEventRequest, Builder> {
private String lang;
private Integer bizVersion;
private String createType;
private String eventCode;
private String eventName;
private String inputFieldsStr;
private String memo;
private String regId;
private String templateType;
private Builder() {
super();
}
private Builder(ModifyEventRequest request) {
super(request);
this.lang = request.lang;
this.bizVersion = request.bizVersion;
this.createType = request.createType;
this.eventCode = request.eventCode;
this.eventName = request.eventName;
this.inputFieldsStr = request.inputFieldsStr;
this.memo = request.memo;
this.regId = request.regId;
this.templateType = request.templateType;
}
/**
* <p>Set the language type for requests and received messages, default value is <strong>zh</strong>. Values:</p>
* <ul>
* <li><strong>zh</strong>: Chinese</li>
* <li><strong>en</strong>: English</li>
* </ul>
*
* <strong>example:</strong>
* <p>zh</p>
*/
public Builder lang(String lang) {
this.putQueryParameter("Lang", lang);
this.lang = lang;
return this;
}
/**
* <p>Version number (latest).</p>
*
* <strong>example:</strong>
* <p>1</p>
*/
public Builder bizVersion(Integer bizVersion) {
this.putQueryParameter("bizVersion", bizVersion);
this.bizVersion = bizVersion;
return this;
}
/**
* <p>Creation type</p>
*
* <strong>example:</strong>
* <p>NORMAL</p>
*/
public Builder createType(String createType) {
this.putQueryParameter("createType", createType);
this.createType = createType;
return this;
}
/**
* <p>Event code</p>
*
* <strong>example:</strong>
* <p>de_ambiby3420</p>
*/
public Builder eventCode(String eventCode) {
this.putQueryParameter("eventCode", eventCode);
this.eventCode = eventCode;
return this;
}
/**
* <p>Event name.</p>
*
* <strong>example:</strong>
* <p>注册事件</p>
*/
public Builder eventName(String eventName) {
this.putQueryParameter("eventName", eventName);
this.eventName = eventName;
return this;
}
/**
* <p>Input parameters, JSON string.</p>
*
* <strong>example:</strong>
* <p>[{"fieldCode":"sessionId","description":"会话ID","fieldRank":0,"title":"会话ID","fieldType":"STRING","fieldSource":"DEFAULT"},{"fieldCode":"tags","fieldRank":1,"title":"风险标签","fieldType":"STRING","fieldSource":"DEFAULT"},{"fieldCode":"score","fieldRank":2,"title":"风险分值","fieldType":"DOUBLE","fieldSource":"DEFAULT"},{"fieldCode":"hitRules","fieldRank":3,"title":"命中策略","fieldType":"STRING","fieldSource":"DEFAULT"}]</p>
*/
public Builder inputFieldsStr(String inputFieldsStr) {
this.putQueryParameter("inputFieldsStr", inputFieldsStr);
this.inputFieldsStr = inputFieldsStr;
return this;
}
/**
* <p>Memo.</p>
*
* <strong>example:</strong>
* <p>备注</p>
*/
public Builder memo(String memo) {
this.putQueryParameter("memo", memo);
this.memo = memo;
return this;
}
/**
* <p>Region code</p>
*
* <strong>example:</strong>
* <p>cn-hangzhou</p>
*/
public Builder regId(String regId) {
this.putQueryParameter("regId", regId);
this.regId = regId;
return this;
}
/**
* <p>Template type</p>
*
* <strong>example:</strong>
* <p>暂无</p>
*/
public Builder templateType(String templateType) {
this.putQueryParameter("templateType", templateType);
this.templateType = templateType;
return this;
}
@Override
public ModifyEventRequest build() {
return new ModifyEventRequest(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/ModifyEventResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link ModifyEventResponse} extends {@link TeaModel}
*
* <p>ModifyEventResponse</p>
*/
public class ModifyEventResponse extends Response {
@com.aliyun.core.annotation.NameInMap("headers")
private java.util.Map<String, String> headers;
@com.aliyun.core.annotation.NameInMap("statusCode")
private Integer statusCode;
@com.aliyun.core.annotation.NameInMap("body")
private ModifyEventResponseBody body;
private ModifyEventResponse(BuilderImpl builder) {
super(builder);
this.headers = builder.headers;
this.statusCode = builder.statusCode;
this.body = builder.body;
}
public static ModifyEventResponse create() {
return new BuilderImpl().build();
}
@Override
public Builder toBuilder() {
return new BuilderImpl(this);
}
/**
* @return headers
*/
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
/**
* @return statusCode
*/
public Integer getStatusCode() {
return this.statusCode;
}
/**
* @return body
*/
public ModifyEventResponseBody getBody() {
return this.body;
}
public interface Builder extends Response.Builder<ModifyEventResponse, Builder> {
Builder headers(java.util.Map<String, String> headers);
Builder statusCode(Integer statusCode);
Builder body(ModifyEventResponseBody body);
@Override
ModifyEventResponse build();
}
private static final class BuilderImpl
extends Response.BuilderImpl<ModifyEventResponse, Builder>
implements Builder {
private java.util.Map<String, String> headers;
private Integer statusCode;
private ModifyEventResponseBody body;
private BuilderImpl() {
super();
}
private BuilderImpl(ModifyEventResponse response) {
super(response);
this.headers = response.headers;
this.statusCode = response.statusCode;
this.body = response.body;
}
/**
* headers.
*/
@Override
public Builder headers(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
/**
* statusCode.
*/
@Override
public Builder statusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
/**
* body.
*/
@Override
public Builder body(ModifyEventResponseBody body) {
this.body = body;
return this;
}
@Override
public ModifyEventResponse build() {
return new ModifyEventResponse(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/ModifyEventResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link ModifyEventResponseBody} extends {@link TeaModel}
*
* <p>ModifyEventResponseBody</p>
*/
public class ModifyEventResponseBody extends TeaModel {
@com.aliyun.core.annotation.NameInMap("RequestId")
private String requestId;
@com.aliyun.core.annotation.NameInMap("resultObject")
private Boolean resultObject;
private ModifyEventResponseBody(Builder builder) {
this.requestId = builder.requestId;
this.resultObject = builder.resultObject;
}
public static Builder builder() {
return new Builder();
}
public static ModifyEventResponseBody create() {
return builder().build();
}
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return requestId
*/
public String getRequestId() {
return this.requestId;
}
/**
* @return resultObject
*/
public Boolean getResultObject() {
return this.resultObject;
}
public static final class Builder {
private String requestId;
private Boolean resultObject;
private Builder() {
}
private Builder(ModifyEventResponseBody model) {
this.requestId = model.requestId;
this.resultObject = model.resultObject;
}
/**
* <p>Request ID.</p>
*
* <strong>example:</strong>
* <p>A32FE941-35F2-5378-B37C-4B8FDB16F094</p>
*/
public Builder requestId(String requestId) {
this.requestId = requestId;
return this;
}
/**
* <p>Return object</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
public Builder resultObject(Boolean resultObject) {
this.resultObject = resultObject;
return this;
}
public ModifyEventResponseBody build() {
return new ModifyEventResponseBody(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/ModifyEventStatusRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link ModifyEventStatusRequest} extends {@link RequestModel}
*
* <p>ModifyEventStatusRequest</p>
*/
public class ModifyEventStatusRequest extends Request {
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("Lang")
private String lang;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("createType")
private String createType;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("eventCode")
private String eventCode;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("fromEventSatus")
private String fromEventSatus;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("regId")
private String regId;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("toEventSatus")
private String toEventSatus;
private ModifyEventStatusRequest(Builder builder) {
super(builder);
this.lang = builder.lang;
this.createType = builder.createType;
this.eventCode = builder.eventCode;
this.fromEventSatus = builder.fromEventSatus;
this.regId = builder.regId;
this.toEventSatus = builder.toEventSatus;
}
public static Builder builder() {
return new Builder();
}
public static ModifyEventStatusRequest create() {
return builder().build();
}
@Override
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return lang
*/
public String getLang() {
return this.lang;
}
/**
* @return createType
*/
public String getCreateType() {
return this.createType;
}
/**
* @return eventCode
*/
public String getEventCode() {
return this.eventCode;
}
/**
* @return fromEventSatus
*/
public String getFromEventSatus() {
return this.fromEventSatus;
}
/**
* @return regId
*/
public String getRegId() {
return this.regId;
}
/**
* @return toEventSatus
*/
public String getToEventSatus() {
return this.toEventSatus;
}
public static final class Builder extends Request.Builder<ModifyEventStatusRequest, Builder> {
private String lang;
private String createType;
private String eventCode;
private String fromEventSatus;
private String regId;
private String toEventSatus;
private Builder() {
super();
}
private Builder(ModifyEventStatusRequest request) {
super(request);
this.lang = request.lang;
this.createType = request.createType;
this.eventCode = request.eventCode;
this.fromEventSatus = request.fromEventSatus;
this.regId = request.regId;
this.toEventSatus = request.toEventSatus;
}
/**
* <p>Sets the language type for requests and received messages, default value is <strong>zh</strong>. Values: </p>
* <ul>
* <li><strong>zh</strong>: Chinese</li>
* <li><strong>en</strong>: English</li>
* </ul>
*
* <strong>example:</strong>
* <p>zh</p>
*/
public Builder lang(String lang) {
this.putQueryParameter("Lang", lang);
this.lang = lang;
return this;
}
/**
* <p>Creation type</p>
*
* <strong>example:</strong>
* <p>NORMAL</p>
*/
public Builder createType(String createType) {
this.putQueryParameter("createType", createType);
this.createType = createType;
return this;
}
/**
* <p>Event code</p>
*
* <strong>example:</strong>
* <p>de_aamexg3015</p>
*/
public Builder eventCode(String eventCode) {
this.putQueryParameter("eventCode", eventCode);
this.eventCode = eventCode;
return this;
}
/**
* <p>Initial event status, to avoid duplicate submissions or historical replays</p>
*
* <strong>example:</strong>
* <p>ONLINE</p>
*/
public Builder fromEventSatus(String fromEventSatus) {
this.putQueryParameter("fromEventSatus", fromEventSatus);
this.fromEventSatus = fromEventSatus;
return this;
}
/**
* <p>Region code</p>
*
* <strong>example:</strong>
* <p>cn-hangzhou</p>
*/
public Builder regId(String regId) {
this.putQueryParameter("regId", regId);
this.regId = regId;
return this;
}
/**
* <p>Updated event status</p>
*
* <strong>example:</strong>
* <p>OFFLINE</p>
*/
public Builder toEventSatus(String toEventSatus) {
this.putQueryParameter("toEventSatus", toEventSatus);
this.toEventSatus = toEventSatus;
return this;
}
@Override
public ModifyEventStatusRequest build() {
return new ModifyEventStatusRequest(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/ModifyEventStatusResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link ModifyEventStatusResponse} extends {@link TeaModel}
*
* <p>ModifyEventStatusResponse</p>
*/
public class ModifyEventStatusResponse extends Response {
@com.aliyun.core.annotation.NameInMap("headers")
private java.util.Map<String, String> headers;
@com.aliyun.core.annotation.NameInMap("statusCode")
private Integer statusCode;
@com.aliyun.core.annotation.NameInMap("body")
private ModifyEventStatusResponseBody body;
private ModifyEventStatusResponse(BuilderImpl builder) {
super(builder);
this.headers = builder.headers;
this.statusCode = builder.statusCode;
this.body = builder.body;
}
public static ModifyEventStatusResponse create() {
return new BuilderImpl().build();
}
@Override
public Builder toBuilder() {
return new BuilderImpl(this);
}
/**
* @return headers
*/
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
/**
* @return statusCode
*/
public Integer getStatusCode() {
return this.statusCode;
}
/**
* @return body
*/
public ModifyEventStatusResponseBody getBody() {
return this.body;
}
public interface Builder extends Response.Builder<ModifyEventStatusResponse, Builder> {
Builder headers(java.util.Map<String, String> headers);
Builder statusCode(Integer statusCode);
Builder body(ModifyEventStatusResponseBody body);
@Override
ModifyEventStatusResponse build();
}
private static final class BuilderImpl
extends Response.BuilderImpl<ModifyEventStatusResponse, Builder>
implements Builder {
private java.util.Map<String, String> headers;
private Integer statusCode;
private ModifyEventStatusResponseBody body;
private BuilderImpl() {
super();
}
private BuilderImpl(ModifyEventStatusResponse response) {
super(response);
this.headers = response.headers;
this.statusCode = response.statusCode;
this.body = response.body;
}
/**
* headers.
*/
@Override
public Builder headers(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
/**
* statusCode.
*/
@Override
public Builder statusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
/**
* body.
*/
@Override
public Builder body(ModifyEventStatusResponseBody body) {
this.body = body;
return this;
}
@Override
public ModifyEventStatusResponse build() {
return new ModifyEventStatusResponse(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/ModifyEventStatusResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link ModifyEventStatusResponseBody} extends {@link TeaModel}
*
* <p>ModifyEventStatusResponseBody</p>
*/
public class ModifyEventStatusResponseBody extends TeaModel {
@com.aliyun.core.annotation.NameInMap("requestId")
private String requestId;
@com.aliyun.core.annotation.NameInMap("resultObject")
private Boolean resultObject;
private ModifyEventStatusResponseBody(Builder builder) {
this.requestId = builder.requestId;
this.resultObject = builder.resultObject;
}
public static Builder builder() {
return new Builder();
}
public static ModifyEventStatusResponseBody create() {
return builder().build();
}
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return requestId
*/
public String getRequestId() {
return this.requestId;
}
/**
* @return resultObject
*/
public Boolean getResultObject() {
return this.resultObject;
}
public static final class Builder {
private String requestId;
private Boolean resultObject;
private Builder() {
}
private Builder(ModifyEventStatusResponseBody model) {
this.requestId = model.requestId;
this.resultObject = model.resultObject;
}
/**
* <p>Request ID</p>
*
* <strong>example:</strong>
* <p>AE7E6105-7DEB-5125-9B24-DCBC139F6CD2</p>
*/
public Builder requestId(String requestId) {
this.requestId = requestId;
return this;
}
/**
* <p>Return object</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
public Builder resultObject(Boolean resultObject) {
this.resultObject = resultObject;
return this;
}
public ModifyEventStatusResponseBody build() {
return new ModifyEventStatusResponseBody(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/ModifyExpressionVariableRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link ModifyExpressionVariableRequest} extends {@link RequestModel}
*
* <p>ModifyExpressionVariableRequest</p>
*/
public class ModifyExpressionVariableRequest extends Request {
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("Lang")
private String lang;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("dataVersion")
@com.aliyun.core.annotation.Validation(required = true)
private Long dataVersion;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("description")
private String description;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("eventCode")
@com.aliyun.core.annotation.Validation(required = true)
private String eventCode;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("expression")
@com.aliyun.core.annotation.Validation(required = true)
private String expression;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("expressionTitle")
@com.aliyun.core.annotation.Validation(required = true)
private String expressionTitle;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("expressionVariable")
private String expressionVariable;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("id")
@com.aliyun.core.annotation.Validation(required = true)
private Long id;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("name")
private String name;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("outlier")
@com.aliyun.core.annotation.Validation(required = true)
private String outlier;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("outputs")
@com.aliyun.core.annotation.Validation(required = true)
private String outputs;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("regId")
@com.aliyun.core.annotation.Validation(required = true)
private String regId;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("title")
@com.aliyun.core.annotation.Validation(required = true)
private String title;
private ModifyExpressionVariableRequest(Builder builder) {
super(builder);
this.lang = builder.lang;
this.dataVersion = builder.dataVersion;
this.description = builder.description;
this.eventCode = builder.eventCode;
this.expression = builder.expression;
this.expressionTitle = builder.expressionTitle;
this.expressionVariable = builder.expressionVariable;
this.id = builder.id;
this.name = builder.name;
this.outlier = builder.outlier;
this.outputs = builder.outputs;
this.regId = builder.regId;
this.title = builder.title;
}
public static Builder builder() {
return new Builder();
}
public static ModifyExpressionVariableRequest create() {
return builder().build();
}
@Override
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return lang
*/
public String getLang() {
return this.lang;
}
/**
* @return dataVersion
*/
public Long getDataVersion() {
return this.dataVersion;
}
/**
* @return description
*/
public String getDescription() {
return this.description;
}
/**
* @return eventCode
*/
public String getEventCode() {
return this.eventCode;
}
/**
* @return expression
*/
public String getExpression() {
return this.expression;
}
/**
* @return expressionTitle
*/
public String getExpressionTitle() {
return this.expressionTitle;
}
/**
* @return expressionVariable
*/
public String getExpressionVariable() {
return this.expressionVariable;
}
/**
* @return id
*/
public Long getId() {
return this.id;
}
/**
* @return name
*/
public String getName() {
return this.name;
}
/**
* @return outlier
*/
public String getOutlier() {
return this.outlier;
}
/**
* @return outputs
*/
public String getOutputs() {
return this.outputs;
}
/**
* @return regId
*/
public String getRegId() {
return this.regId;
}
/**
* @return title
*/
public String getTitle() {
return this.title;
}
public static final class Builder extends Request.Builder<ModifyExpressionVariableRequest, Builder> {
private String lang;
private Long dataVersion;
private String description;
private String eventCode;
private String expression;
private String expressionTitle;
private String expressionVariable;
private Long id;
private String name;
private String outlier;
private String outputs;
private String regId;
private String title;
private Builder() {
super();
}
private Builder(ModifyExpressionVariableRequest request) {
super(request);
this.lang = request.lang;
this.dataVersion = request.dataVersion;
this.description = request.description;
this.eventCode = request.eventCode;
this.expression = request.expression;
this.expressionTitle = request.expressionTitle;
this.expressionVariable = request.expressionVariable;
this.id = request.id;
this.name = request.name;
this.outlier = request.outlier;
this.outputs = request.outputs;
this.regId = request.regId;
this.title = request.title;
}
/**
* <p>Sets the language type for requests and received messages, with a default value of <strong>zh</strong>. Values:</p>
* <ul>
* <li><strong>zh</strong>: Chinese</li>
* <li><strong>en</strong>: English</li>
* </ul>
*
* <strong>example:</strong>
* <p>zh</p>
*/
public Builder lang(String lang) {
this.putQueryParameter("Lang", lang);
this.lang = lang;
return this;
}
/**
* <p>Data version.</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>5</p>
*/
public Builder dataVersion(Long dataVersion) {
this.putQueryParameter("dataVersion", dataVersion);
this.dataVersion = dataVersion;
return this;
}
/**
* <p>Description.</p>
*
* <strong>example:</strong>
* <p>描述</p>
*/
public Builder description(String description) {
this.putQueryParameter("description", description);
this.description = description;
return this;
}
/**
* <p>Event code</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>de_acytyt7036</p>
*/
public Builder eventCode(String eventCode) {
this.putQueryParameter("eventCode", eventCode);
this.eventCode = eventCode;
return this;
}
/**
* <p>Expression</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>@ex_GX9rrlTq4b67 + 1001</p>
*/
public Builder expression(String expression) {
this.putQueryParameter("expression", expression);
this.expression = expression;
return this;
}
/**
* <p>Expression display</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>@selfvariable_02 + 1001</p>
*/
public Builder expressionTitle(String expressionTitle) {
this.putQueryParameter("expressionTitle", expressionTitle);
this.expressionTitle = expressionTitle;
return this;
}
/**
* <p>Calculation expression variable</p>
*
* <strong>example:</strong>
* <p>ex_GX9rrlTq4b67</p>
*/
public Builder expressionVariable(String expressionVariable) {
this.putQueryParameter("expressionVariable", expressionVariable);
this.expressionVariable = expressionVariable;
return this;
}
/**
* <p>Variable ID</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>3144</p>
*/
public Builder id(Long id) {
this.putQueryParameter("id", id);
this.id = id;
return this;
}
/**
* <p>Variable name</p>
*
* <strong>example:</strong>
* <p>ex_NgR6nDVD821c</p>
*/
public Builder name(String name) {
this.putQueryParameter("name", name);
this.name = name;
return this;
}
/**
* <p>Outlier</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>-1</p>
*/
public Builder outlier(String outlier) {
this.putQueryParameter("outlier", outlier);
this.outlier = outlier;
return this;
}
/**
* <p>Output</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>STRING</p>
*/
public Builder outputs(String outputs) {
this.putQueryParameter("outputs", outputs);
this.outputs = outputs;
return this;
}
/**
* <p>Region code</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>cn-hangzhou</p>
*/
public Builder regId(String regId) {
this.putQueryParameter("regId", regId);
this.regId = regId;
return this;
}
/**
* <p>Title.</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>变量标题</p>
*/
public Builder title(String title) {
this.putQueryParameter("title", title);
this.title = title;
return this;
}
@Override
public ModifyExpressionVariableRequest build() {
return new ModifyExpressionVariableRequest(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/ModifyExpressionVariableResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link ModifyExpressionVariableResponse} extends {@link TeaModel}
*
* <p>ModifyExpressionVariableResponse</p>
*/
public class ModifyExpressionVariableResponse extends Response {
@com.aliyun.core.annotation.NameInMap("headers")
private java.util.Map<String, String> headers;
@com.aliyun.core.annotation.NameInMap("statusCode")
private Integer statusCode;
@com.aliyun.core.annotation.NameInMap("body")
private ModifyExpressionVariableResponseBody body;
private ModifyExpressionVariableResponse(BuilderImpl builder) {
super(builder);
this.headers = builder.headers;
this.statusCode = builder.statusCode;
this.body = builder.body;
}
public static ModifyExpressionVariableResponse create() {
return new BuilderImpl().build();
}
@Override
public Builder toBuilder() {
return new BuilderImpl(this);
}
/**
* @return headers
*/
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
/**
* @return statusCode
*/
public Integer getStatusCode() {
return this.statusCode;
}
/**
* @return body
*/
public ModifyExpressionVariableResponseBody getBody() {
return this.body;
}
public interface Builder extends Response.Builder<ModifyExpressionVariableResponse, Builder> {
Builder headers(java.util.Map<String, String> headers);
Builder statusCode(Integer statusCode);
Builder body(ModifyExpressionVariableResponseBody body);
@Override
ModifyExpressionVariableResponse build();
}
private static final class BuilderImpl
extends Response.BuilderImpl<ModifyExpressionVariableResponse, Builder>
implements Builder {
private java.util.Map<String, String> headers;
private Integer statusCode;
private ModifyExpressionVariableResponseBody body;
private BuilderImpl() {
super();
}
private BuilderImpl(ModifyExpressionVariableResponse response) {
super(response);
this.headers = response.headers;
this.statusCode = response.statusCode;
this.body = response.body;
}
/**
* headers.
*/
@Override
public Builder headers(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
/**
* statusCode.
*/
@Override
public Builder statusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
/**
* body.
*/
@Override
public Builder body(ModifyExpressionVariableResponseBody body) {
this.body = body;
return this;
}
@Override
public ModifyExpressionVariableResponse build() {
return new ModifyExpressionVariableResponse(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/ModifyExpressionVariableResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link ModifyExpressionVariableResponseBody} extends {@link TeaModel}
*
* <p>ModifyExpressionVariableResponseBody</p>
*/
public class ModifyExpressionVariableResponseBody extends TeaModel {
@com.aliyun.core.annotation.NameInMap("RequestId")
private String requestId;
@com.aliyun.core.annotation.NameInMap("resultObject")
private Boolean resultObject;
private ModifyExpressionVariableResponseBody(Builder builder) {
this.requestId = builder.requestId;
this.resultObject = builder.resultObject;
}
public static Builder builder() {
return new Builder();
}
public static ModifyExpressionVariableResponseBody create() {
return builder().build();
}
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return requestId
*/
public String getRequestId() {
return this.requestId;
}
/**
* @return resultObject
*/
public Boolean getResultObject() {
return this.resultObject;
}
public static final class Builder {
private String requestId;
private Boolean resultObject;
private Builder() {
}
private Builder(ModifyExpressionVariableResponseBody model) {
this.requestId = model.requestId;
this.resultObject = model.resultObject;
}
/**
* <p>Request ID.</p>
*
* <strong>example:</strong>
* <p>A32FE941-35F2-5378-B37C-4B8FDB16F094</p>
*/
public Builder requestId(String requestId) {
this.requestId = requestId;
return this;
}
/**
* <p>Return object</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
public Builder resultObject(Boolean resultObject) {
this.resultObject = resultObject;
return this;
}
public ModifyExpressionVariableResponseBody build() {
return new ModifyExpressionVariableResponseBody(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/ModifyFieldRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link ModifyFieldRequest} extends {@link RequestModel}
*
* <p>ModifyFieldRequest</p>
*/
public class ModifyFieldRequest extends Request {
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("Lang")
private String lang;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("classify")
private String classify;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("description")
private String description;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("enumData")
private String enumData;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("id")
private Long id;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("name")
private String name;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("regId")
@com.aliyun.core.annotation.Validation(required = true)
private String regId;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("title")
private String title;
private ModifyFieldRequest(Builder builder) {
super(builder);
this.lang = builder.lang;
this.classify = builder.classify;
this.description = builder.description;
this.enumData = builder.enumData;
this.id = builder.id;
this.name = builder.name;
this.regId = builder.regId;
this.title = builder.title;
}
public static Builder builder() {
return new Builder();
}
public static ModifyFieldRequest create() {
return builder().build();
}
@Override
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return lang
*/
public String getLang() {
return this.lang;
}
/**
* @return classify
*/
public String getClassify() {
return this.classify;
}
/**
* @return description
*/
public String getDescription() {
return this.description;
}
/**
* @return enumData
*/
public String getEnumData() {
return this.enumData;
}
/**
* @return id
*/
public Long getId() {
return this.id;
}
/**
* @return name
*/
public String getName() {
return this.name;
}
/**
* @return regId
*/
public String getRegId() {
return this.regId;
}
/**
* @return title
*/
public String getTitle() {
return this.title;
}
public static final class Builder extends Request.Builder<ModifyFieldRequest, Builder> {
private String lang;
private String classify;
private String description;
private String enumData;
private Long id;
private String name;
private String regId;
private String title;
private Builder() {
super();
}
private Builder(ModifyFieldRequest request) {
super(request);
this.lang = request.lang;
this.classify = request.classify;
this.description = request.description;
this.enumData = request.enumData;
this.id = request.id;
this.name = request.name;
this.regId = request.regId;
this.title = request.title;
}
/**
* <p>Sets the language type for requests and received messages, default value is <strong>zh</strong>. Values:</p>
* <ul>
* <li><strong>zh</strong>: Chinese</li>
* <li><strong>en</strong>: English</li>
* </ul>
*
* <strong>example:</strong>
* <p>zh</p>
*/
public Builder lang(String lang) {
this.putQueryParameter("Lang", lang);
this.lang = lang;
return this;
}
/**
* <p>Field classification</p>
*
* <strong>example:</strong>
* <p>REQUEST_PARAM</p>
*/
public Builder classify(String classify) {
this.putQueryParameter("classify", classify);
this.classify = classify;
return this;
}
/**
* <p>Description information.</p>
*
* <strong>example:</strong>
* <p>描述</p>
*/
public Builder description(String description) {
this.putQueryParameter("description", description);
this.description = description;
return this;
}
/**
* <p>Enum type</p>
*
* <strong>example:</strong>
* <p>[{"name":"ENABLE","value":"禁用"}]</p>
*/
public Builder enumData(String enumData) {
this.putQueryParameter("enumData", enumData);
this.enumData = enumData;
return this;
}
/**
* <p>Variable ID</p>
*
* <strong>example:</strong>
* <p>376773</p>
*/
public Builder id(Long id) {
this.putQueryParameter("id", id);
this.id = id;
return this;
}
/**
* <p>Variable name</p>
*
* <strong>example:</strong>
* <p>age</p>
*/
public Builder name(String name) {
this.putQueryParameter("name", name);
this.name = name;
return this;
}
/**
* <p>Region code</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>cn-hangzhou</p>
*/
public Builder regId(String regId) {
this.putQueryParameter("regId", regId);
this.regId = regId;
return this;
}
/**
* <p>Title.</p>
*
* <strong>example:</strong>
* <p>年龄</p>
*/
public Builder title(String title) {
this.putQueryParameter("title", title);
this.title = title;
return this;
}
@Override
public ModifyFieldRequest build() {
return new ModifyFieldRequest(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/ModifyFieldResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link ModifyFieldResponse} extends {@link TeaModel}
*
* <p>ModifyFieldResponse</p>
*/
public class ModifyFieldResponse extends Response {
@com.aliyun.core.annotation.NameInMap("headers")
private java.util.Map<String, String> headers;
@com.aliyun.core.annotation.NameInMap("statusCode")
private Integer statusCode;
@com.aliyun.core.annotation.NameInMap("body")
private ModifyFieldResponseBody body;
private ModifyFieldResponse(BuilderImpl builder) {
super(builder);
this.headers = builder.headers;
this.statusCode = builder.statusCode;
this.body = builder.body;
}
public static ModifyFieldResponse create() {
return new BuilderImpl().build();
}
@Override
public Builder toBuilder() {
return new BuilderImpl(this);
}
/**
* @return headers
*/
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
/**
* @return statusCode
*/
public Integer getStatusCode() {
return this.statusCode;
}
/**
* @return body
*/
public ModifyFieldResponseBody getBody() {
return this.body;
}
public interface Builder extends Response.Builder<ModifyFieldResponse, Builder> {
Builder headers(java.util.Map<String, String> headers);
Builder statusCode(Integer statusCode);
Builder body(ModifyFieldResponseBody body);
@Override
ModifyFieldResponse build();
}
private static final class BuilderImpl
extends Response.BuilderImpl<ModifyFieldResponse, Builder>
implements Builder {
private java.util.Map<String, String> headers;
private Integer statusCode;
private ModifyFieldResponseBody body;
private BuilderImpl() {
super();
}
private BuilderImpl(ModifyFieldResponse response) {
super(response);
this.headers = response.headers;
this.statusCode = response.statusCode;
this.body = response.body;
}
/**
* headers.
*/
@Override
public Builder headers(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
/**
* statusCode.
*/
@Override
public Builder statusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
/**
* body.
*/
@Override
public Builder body(ModifyFieldResponseBody body) {
this.body = body;
return this;
}
@Override
public ModifyFieldResponse build() {
return new ModifyFieldResponse(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/ModifyFieldResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link ModifyFieldResponseBody} extends {@link TeaModel}
*
* <p>ModifyFieldResponseBody</p>
*/
public class ModifyFieldResponseBody extends TeaModel {
@com.aliyun.core.annotation.NameInMap("RequestId")
private String requestId;
@com.aliyun.core.annotation.NameInMap("resultObject")
private Boolean resultObject;
private ModifyFieldResponseBody(Builder builder) {
this.requestId = builder.requestId;
this.resultObject = builder.resultObject;
}
public static Builder builder() {
return new Builder();
}
public static ModifyFieldResponseBody create() {
return builder().build();
}
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return requestId
*/
public String getRequestId() {
return this.requestId;
}
/**
* @return resultObject
*/
public Boolean getResultObject() {
return this.resultObject;
}
public static final class Builder {
private String requestId;
private Boolean resultObject;
private Builder() {
}
private Builder(ModifyFieldResponseBody model) {
this.requestId = model.requestId;
this.resultObject = model.resultObject;
}
/**
* <p>Request ID.</p>
*
* <strong>example:</strong>
* <p>A32FE941-35F2-5378-B37C-4B8FDB16F094</p>
*/
public Builder requestId(String requestId) {
this.requestId = requestId;
return this;
}
/**
* <p>Return object</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
public Builder resultObject(Boolean resultObject) {
this.resultObject = resultObject;
return this;
}
public ModifyFieldResponseBody build() {
return new ModifyFieldResponseBody(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/ModifyRulePriorityRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link ModifyRulePriorityRequest} extends {@link RequestModel}
*
* <p>ModifyRulePriorityRequest</p>
*/
public class ModifyRulePriorityRequest extends Request {
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("Lang")
private String lang;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("consoleRuleId")
private Long consoleRuleId;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("priority")
private Integer priority;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("regId")
private String regId;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("ruleId")
private Long ruleId;
private ModifyRulePriorityRequest(Builder builder) {
super(builder);
this.lang = builder.lang;
this.consoleRuleId = builder.consoleRuleId;
this.priority = builder.priority;
this.regId = builder.regId;
this.ruleId = builder.ruleId;
}
public static Builder builder() {
return new Builder();
}
public static ModifyRulePriorityRequest create() {
return builder().build();
}
@Override
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return lang
*/
public String getLang() {
return this.lang;
}
/**
* @return consoleRuleId
*/
public Long getConsoleRuleId() {
return this.consoleRuleId;
}
/**
* @return priority
*/
public Integer getPriority() {
return this.priority;
}
/**
* @return regId
*/
public String getRegId() {
return this.regId;
}
/**
* @return ruleId
*/
public Long getRuleId() {
return this.ruleId;
}
public static final class Builder extends Request.Builder<ModifyRulePriorityRequest, Builder> {
private String lang;
private Long consoleRuleId;
private Integer priority;
private String regId;
private Long ruleId;
private Builder() {
super();
}
private Builder(ModifyRulePriorityRequest request) {
super(request);
this.lang = request.lang;
this.consoleRuleId = request.consoleRuleId;
this.priority = request.priority;
this.regId = request.regId;
this.ruleId = request.ruleId;
}
/**
* <p>Set the language type for requests and received messages, default value is <strong>zh</strong>. Values: </p>
* <ul>
* <li><strong>zh</strong>: Chinese</li>
* <li><strong>en</strong>: English</li>
* </ul>
*
* <strong>example:</strong>
* <p>zh</p>
*/
public Builder lang(String lang) {
this.putQueryParameter("Lang", lang);
this.lang = lang;
return this;
}
/**
* <p>Primary key ID of the policy</p>
*
* <strong>example:</strong>
* <p>3581</p>
*/
public Builder consoleRuleId(Long consoleRuleId) {
this.putQueryParameter("consoleRuleId", consoleRuleId);
this.consoleRuleId = consoleRuleId;
return this;
}
/**
* <p>Policy priority, the higher the number, the higher the priority.</p>
*
* <strong>example:</strong>
* <p>10</p>
*/
public Builder priority(Integer priority) {
this.putQueryParameter("priority", priority);
this.priority = priority;
return this;
}
/**
* <p>Region code</p>
*
* <strong>example:</strong>
* <p>cn-hangzhou</p>
*/
public Builder regId(String regId) {
this.putQueryParameter("regId", regId);
this.regId = regId;
return this;
}
/**
* <p>Policy ID</p>
*
* <strong>example:</strong>
* <p>101796</p>
*/
public Builder ruleId(Long ruleId) {
this.putQueryParameter("ruleId", ruleId);
this.ruleId = ruleId;
return this;
}
@Override
public ModifyRulePriorityRequest build() {
return new ModifyRulePriorityRequest(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/ModifyRulePriorityResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link ModifyRulePriorityResponse} extends {@link TeaModel}
*
* <p>ModifyRulePriorityResponse</p>
*/
public class ModifyRulePriorityResponse extends Response {
@com.aliyun.core.annotation.NameInMap("headers")
private java.util.Map<String, String> headers;
@com.aliyun.core.annotation.NameInMap("statusCode")
private Integer statusCode;
@com.aliyun.core.annotation.NameInMap("body")
private ModifyRulePriorityResponseBody body;
private ModifyRulePriorityResponse(BuilderImpl builder) {
super(builder);
this.headers = builder.headers;
this.statusCode = builder.statusCode;
this.body = builder.body;
}
public static ModifyRulePriorityResponse create() {
return new BuilderImpl().build();
}
@Override
public Builder toBuilder() {
return new BuilderImpl(this);
}
/**
* @return headers
*/
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
/**
* @return statusCode
*/
public Integer getStatusCode() {
return this.statusCode;
}
/**
* @return body
*/
public ModifyRulePriorityResponseBody getBody() {
return this.body;
}
public interface Builder extends Response.Builder<ModifyRulePriorityResponse, Builder> {
Builder headers(java.util.Map<String, String> headers);
Builder statusCode(Integer statusCode);
Builder body(ModifyRulePriorityResponseBody body);
@Override
ModifyRulePriorityResponse build();
}
private static final class BuilderImpl
extends Response.BuilderImpl<ModifyRulePriorityResponse, Builder>
implements Builder {
private java.util.Map<String, String> headers;
private Integer statusCode;
private ModifyRulePriorityResponseBody body;
private BuilderImpl() {
super();
}
private BuilderImpl(ModifyRulePriorityResponse response) {
super(response);
this.headers = response.headers;
this.statusCode = response.statusCode;
this.body = response.body;
}
/**
* headers.
*/
@Override
public Builder headers(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
/**
* statusCode.
*/
@Override
public Builder statusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
/**
* body.
*/
@Override
public Builder body(ModifyRulePriorityResponseBody body) {
this.body = body;
return this;
}
@Override
public ModifyRulePriorityResponse build() {
return new ModifyRulePriorityResponse(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/ModifyRulePriorityResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link ModifyRulePriorityResponseBody} extends {@link TeaModel}
*
* <p>ModifyRulePriorityResponseBody</p>
*/
public class ModifyRulePriorityResponseBody extends TeaModel {
@com.aliyun.core.annotation.NameInMap("requestId")
private String requestId;
@com.aliyun.core.annotation.NameInMap("resultObject")
private Boolean resultObject;
private ModifyRulePriorityResponseBody(Builder builder) {
this.requestId = builder.requestId;
this.resultObject = builder.resultObject;
}
public static Builder builder() {
return new Builder();
}
public static ModifyRulePriorityResponseBody create() {
return builder().build();
}
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return requestId
*/
public String getRequestId() {
return this.requestId;
}
/**
* @return resultObject
*/
public Boolean getResultObject() {
return this.resultObject;
}
public static final class Builder {
private String requestId;
private Boolean resultObject;
private Builder() {
}
private Builder(ModifyRulePriorityResponseBody model) {
this.requestId = model.requestId;
this.resultObject = model.resultObject;
}
/**
* <p>Request ID</p>
*
* <strong>example:</strong>
* <p>AE7E6105-7DEB-5125-9B24-DCBC139F6CD2</p>
*/
public Builder requestId(String requestId) {
this.requestId = requestId;
return this;
}
/**
* <p>Return object</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
public Builder resultObject(Boolean resultObject) {
this.resultObject = resultObject;
return this;
}
public ModifyRulePriorityResponseBody build() {
return new ModifyRulePriorityResponseBody(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/ModifyRuleStatusRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link ModifyRuleStatusRequest} extends {@link RequestModel}
*
* <p>ModifyRuleStatusRequest</p>
*/
public class ModifyRuleStatusRequest extends Request {
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("Lang")
private String lang;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("applyUserId")
private String applyUserId;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("applyUserName")
private String applyUserName;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("auditRemark")
private String auditRemark;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("auditUserId")
private String auditUserId;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("auditUserName")
private String auditUserName;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("consoleRuleId")
private Long consoleRuleId;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("eventType")
private String eventType;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("regId")
private String regId;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("ruleAuditType")
private String ruleAuditType;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("ruleId")
private String ruleId;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("ruleVersionId")
private Long ruleVersionId;
private ModifyRuleStatusRequest(Builder builder) {
super(builder);
this.lang = builder.lang;
this.applyUserId = builder.applyUserId;
this.applyUserName = builder.applyUserName;
this.auditRemark = builder.auditRemark;
this.auditUserId = builder.auditUserId;
this.auditUserName = builder.auditUserName;
this.consoleRuleId = builder.consoleRuleId;
this.eventType = builder.eventType;
this.regId = builder.regId;
this.ruleAuditType = builder.ruleAuditType;
this.ruleId = builder.ruleId;
this.ruleVersionId = builder.ruleVersionId;
}
public static Builder builder() {
return new Builder();
}
public static ModifyRuleStatusRequest create() {
return builder().build();
}
@Override
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return lang
*/
public String getLang() {
return this.lang;
}
/**
* @return applyUserId
*/
public String getApplyUserId() {
return this.applyUserId;
}
/**
* @return applyUserName
*/
public String getApplyUserName() {
return this.applyUserName;
}
/**
* @return auditRemark
*/
public String getAuditRemark() {
return this.auditRemark;
}
/**
* @return auditUserId
*/
public String getAuditUserId() {
return this.auditUserId;
}
/**
* @return auditUserName
*/
public String getAuditUserName() {
return this.auditUserName;
}
/**
* @return consoleRuleId
*/
public Long getConsoleRuleId() {
return this.consoleRuleId;
}
/**
* @return eventType
*/
public String getEventType() {
return this.eventType;
}
/**
* @return regId
*/
public String getRegId() {
return this.regId;
}
/**
* @return ruleAuditType
*/
public String getRuleAuditType() {
return this.ruleAuditType;
}
/**
* @return ruleId
*/
public String getRuleId() {
return this.ruleId;
}
/**
* @return ruleVersionId
*/
public Long getRuleVersionId() {
return this.ruleVersionId;
}
public static final class Builder extends Request.Builder<ModifyRuleStatusRequest, Builder> {
private String lang;
private String applyUserId;
private String applyUserName;
private String auditRemark;
private String auditUserId;
private String auditUserName;
private Long consoleRuleId;
private String eventType;
private String regId;
private String ruleAuditType;
private String ruleId;
private Long ruleVersionId;
private Builder() {
super();
}
private Builder(ModifyRuleStatusRequest request) {
super(request);
this.lang = request.lang;
this.applyUserId = request.applyUserId;
this.applyUserName = request.applyUserName;
this.auditRemark = request.auditRemark;
this.auditUserId = request.auditUserId;
this.auditUserName = request.auditUserName;
this.consoleRuleId = request.consoleRuleId;
this.eventType = request.eventType;
this.regId = request.regId;
this.ruleAuditType = request.ruleAuditType;
this.ruleId = request.ruleId;
this.ruleVersionId = request.ruleVersionId;
}
/**
* <p>Set the language type for requests and received messages, default value is <strong>zh</strong>. Values:</p>
* <ul>
* <li><strong>zh</strong>: Chinese</li>
* <li><strong>en</strong>: English</li>
* </ul>
*
* <strong>example:</strong>
* <p>zh</p>
*/
public Builder lang(String lang) {
this.putQueryParameter("Lang", lang);
this.lang = lang;
return this;
}
/**
* <p>UID of the applicant.</p>
*
* <strong>example:</strong>
* <p>1519714049632764</p>
*/
public Builder applyUserId(String applyUserId) {
this.putQueryParameter("applyUserId", applyUserId);
this.applyUserId = applyUserId;
return this;
}
/**
* <p>Name of the applicant.</p>
*
* <strong>example:</strong>
* <p>root</p>
*/
public Builder applyUserName(String applyUserName) {
this.putQueryParameter("applyUserName", applyUserName);
this.applyUserName = applyUserName;
return this;
}
/**
* <p>Approval remarks.</p>
*
* <strong>example:</strong>
* <p>申请发布上线</p>
*/
public Builder auditRemark(String auditRemark) {
this.putQueryParameter("auditRemark", auditRemark);
this.auditRemark = auditRemark;
return this;
}
/**
* <p>UID of the auditor.</p>
*
* <strong>example:</strong>
* <p>1519714049632764</p>
*/
public Builder auditUserId(String auditUserId) {
this.putQueryParameter("auditUserId", auditUserId);
this.auditUserId = auditUserId;
return this;
}
/**
* <p>Name of the auditor.</p>
*
* <strong>example:</strong>
* <p>root</p>
*/
public Builder auditUserName(String auditUserName) {
this.putQueryParameter("auditUserName", auditUserName);
this.auditUserName = auditUserName;
return this;
}
/**
* <p>Primary key ID of the policy.</p>
*
* <strong>example:</strong>
* <p>6843</p>
*/
public Builder consoleRuleId(Long consoleRuleId) {
this.putQueryParameter("consoleRuleId", consoleRuleId);
this.consoleRuleId = consoleRuleId;
return this;
}
/**
* <p>Event type.</p>
*
* <strong>example:</strong>
* <p>MAIN</p>
*/
public Builder eventType(String eventType) {
this.putQueryParameter("eventType", eventType);
this.eventType = eventType;
return this;
}
/**
* <p>Region code.</p>
*
* <strong>example:</strong>
* <p>cn-hangzhou</p>
*/
public Builder regId(String regId) {
this.putQueryParameter("regId", regId);
this.regId = regId;
return this;
}
/**
* <p>Audit status.</p>
*
* <strong>example:</strong>
* <p>DRAFT_TO_RUNNING</p>
*/
public Builder ruleAuditType(String ruleAuditType) {
this.putQueryParameter("ruleAuditType", ruleAuditType);
this.ruleAuditType = ruleAuditType;
return this;
}
/**
* <p>Policy ID.</p>
*
* <strong>example:</strong>
* <p>101544</p>
*/
public Builder ruleId(String ruleId) {
this.putQueryParameter("ruleId", ruleId);
this.ruleId = ruleId;
return this;
}
/**
* <p>Primary key ID of the policy version.</p>
*
* <strong>example:</strong>
* <p>11519</p>
*/
public Builder ruleVersionId(Long ruleVersionId) {
this.putQueryParameter("ruleVersionId", ruleVersionId);
this.ruleVersionId = ruleVersionId;
return this;
}
@Override
public ModifyRuleStatusRequest build() {
return new ModifyRuleStatusRequest(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/ModifyRuleStatusResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link ModifyRuleStatusResponse} extends {@link TeaModel}
*
* <p>ModifyRuleStatusResponse</p>
*/
public class ModifyRuleStatusResponse extends Response {
@com.aliyun.core.annotation.NameInMap("headers")
private java.util.Map<String, String> headers;
@com.aliyun.core.annotation.NameInMap("statusCode")
private Integer statusCode;
@com.aliyun.core.annotation.NameInMap("body")
private ModifyRuleStatusResponseBody body;
private ModifyRuleStatusResponse(BuilderImpl builder) {
super(builder);
this.headers = builder.headers;
this.statusCode = builder.statusCode;
this.body = builder.body;
}
public static ModifyRuleStatusResponse create() {
return new BuilderImpl().build();
}
@Override
public Builder toBuilder() {
return new BuilderImpl(this);
}
/**
* @return headers
*/
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
/**
* @return statusCode
*/
public Integer getStatusCode() {
return this.statusCode;
}
/**
* @return body
*/
public ModifyRuleStatusResponseBody getBody() {
return this.body;
}
public interface Builder extends Response.Builder<ModifyRuleStatusResponse, Builder> {
Builder headers(java.util.Map<String, String> headers);
Builder statusCode(Integer statusCode);
Builder body(ModifyRuleStatusResponseBody body);
@Override
ModifyRuleStatusResponse build();
}
private static final class BuilderImpl
extends Response.BuilderImpl<ModifyRuleStatusResponse, Builder>
implements Builder {
private java.util.Map<String, String> headers;
private Integer statusCode;
private ModifyRuleStatusResponseBody body;
private BuilderImpl() {
super();
}
private BuilderImpl(ModifyRuleStatusResponse response) {
super(response);
this.headers = response.headers;
this.statusCode = response.statusCode;
this.body = response.body;
}
/**
* headers.
*/
@Override
public Builder headers(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
/**
* statusCode.
*/
@Override
public Builder statusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
/**
* body.
*/
@Override
public Builder body(ModifyRuleStatusResponseBody body) {
this.body = body;
return this;
}
@Override
public ModifyRuleStatusResponse build() {
return new ModifyRuleStatusResponse(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/ModifyRuleStatusResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link ModifyRuleStatusResponseBody} extends {@link TeaModel}
*
* <p>ModifyRuleStatusResponseBody</p>
*/
public class ModifyRuleStatusResponseBody extends TeaModel {
@com.aliyun.core.annotation.NameInMap("requestId")
private String requestId;
@com.aliyun.core.annotation.NameInMap("resultObject")
private Boolean resultObject;
private ModifyRuleStatusResponseBody(Builder builder) {
this.requestId = builder.requestId;
this.resultObject = builder.resultObject;
}
public static Builder builder() {
return new Builder();
}
public static ModifyRuleStatusResponseBody create() {
return builder().build();
}
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return requestId
*/
public String getRequestId() {
return this.requestId;
}
/**
* @return resultObject
*/
public Boolean getResultObject() {
return this.resultObject;
}
public static final class Builder {
private String requestId;
private Boolean resultObject;
private Builder() {
}
private Builder(ModifyRuleStatusResponseBody model) {
this.requestId = model.requestId;
this.resultObject = model.resultObject;
}
/**
* <p>Request ID.</p>
*
* <strong>example:</strong>
* <p>AE7E6105-7DEB-5125-9B24-DCBC139F6CD2</p>
*/
public Builder requestId(String requestId) {
this.requestId = requestId;
return this;
}
/**
* <p>Return object.</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
public Builder resultObject(Boolean resultObject) {
this.resultObject = resultObject;
return this;
}
public ModifyRuleStatusResponseBody build() {
return new ModifyRuleStatusResponseBody(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/OpenConsoleSlsRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link OpenConsoleSlsRequest} extends {@link RequestModel}
*
* <p>OpenConsoleSlsRequest</p>
*/
public class OpenConsoleSlsRequest extends Request {
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("Lang")
private String lang;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("regId")
private String regId;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("scene")
private String scene;
private OpenConsoleSlsRequest(Builder builder) {
super(builder);
this.lang = builder.lang;
this.regId = builder.regId;
this.scene = builder.scene;
}
public static Builder builder() {
return new Builder();
}
public static OpenConsoleSlsRequest create() {
return builder().build();
}
@Override
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return lang
*/
public String getLang() {
return this.lang;
}
/**
* @return regId
*/
public String getRegId() {
return this.regId;
}
/**
* @return scene
*/
public String getScene() {
return this.scene;
}
public static final class Builder extends Request.Builder<OpenConsoleSlsRequest, Builder> {
private String lang;
private String regId;
private String scene;
private Builder() {
super();
}
private Builder(OpenConsoleSlsRequest request) {
super(request);
this.lang = request.lang;
this.regId = request.regId;
this.scene = request.scene;
}
/**
* <p>Sets the language type for requests and received messages, with a default value of <strong>zh</strong>. Values: </p>
* <ul>
* <li><strong>zh</strong>: Chinese</li>
* <li><strong>en</strong>: English</li>
* </ul>
*
* <strong>example:</strong>
* <p>zh</p>
*/
public Builder lang(String lang) {
this.putQueryParameter("Lang", lang);
this.lang = lang;
return this;
}
/**
* <p>Region code</p>
*
* <strong>example:</strong>
* <p>cn-hangzhou</p>
*/
public Builder regId(String regId) {
this.putQueryParameter("regId", regId);
this.regId = regId;
return this;
}
/**
* <p>Scene</p>
*
* <strong>example:</strong>
* <p>SAF_DE_SERVICE</p>
*/
public Builder scene(String scene) {
this.putQueryParameter("scene", scene);
this.scene = scene;
return this;
}
@Override
public OpenConsoleSlsRequest build() {
return new OpenConsoleSlsRequest(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/OpenConsoleSlsResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link OpenConsoleSlsResponse} extends {@link TeaModel}
*
* <p>OpenConsoleSlsResponse</p>
*/
public class OpenConsoleSlsResponse extends Response {
@com.aliyun.core.annotation.NameInMap("headers")
private java.util.Map<String, String> headers;
@com.aliyun.core.annotation.NameInMap("statusCode")
private Integer statusCode;
@com.aliyun.core.annotation.NameInMap("body")
private OpenConsoleSlsResponseBody body;
private OpenConsoleSlsResponse(BuilderImpl builder) {
super(builder);
this.headers = builder.headers;
this.statusCode = builder.statusCode;
this.body = builder.body;
}
public static OpenConsoleSlsResponse create() {
return new BuilderImpl().build();
}
@Override
public Builder toBuilder() {
return new BuilderImpl(this);
}
/**
* @return headers
*/
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
/**
* @return statusCode
*/
public Integer getStatusCode() {
return this.statusCode;
}
/**
* @return body
*/
public OpenConsoleSlsResponseBody getBody() {
return this.body;
}
public interface Builder extends Response.Builder<OpenConsoleSlsResponse, Builder> {
Builder headers(java.util.Map<String, String> headers);
Builder statusCode(Integer statusCode);
Builder body(OpenConsoleSlsResponseBody body);
@Override
OpenConsoleSlsResponse build();
}
private static final class BuilderImpl
extends Response.BuilderImpl<OpenConsoleSlsResponse, Builder>
implements Builder {
private java.util.Map<String, String> headers;
private Integer statusCode;
private OpenConsoleSlsResponseBody body;
private BuilderImpl() {
super();
}
private BuilderImpl(OpenConsoleSlsResponse response) {
super(response);
this.headers = response.headers;
this.statusCode = response.statusCode;
this.body = response.body;
}
/**
* headers.
*/
@Override
public Builder headers(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
/**
* statusCode.
*/
@Override
public Builder statusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
/**
* body.
*/
@Override
public Builder body(OpenConsoleSlsResponseBody body) {
this.body = body;
return this;
}
@Override
public OpenConsoleSlsResponse build() {
return new OpenConsoleSlsResponse(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/OpenConsoleSlsResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link OpenConsoleSlsResponseBody} extends {@link TeaModel}
*
* <p>OpenConsoleSlsResponseBody</p>
*/
public class OpenConsoleSlsResponseBody extends TeaModel {
@com.aliyun.core.annotation.NameInMap("requestId")
private String requestId;
@com.aliyun.core.annotation.NameInMap("resultObject")
private String resultObject;
private OpenConsoleSlsResponseBody(Builder builder) {
this.requestId = builder.requestId;
this.resultObject = builder.resultObject;
}
public static Builder builder() {
return new Builder();
}
public static OpenConsoleSlsResponseBody create() {
return builder().build();
}
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return requestId
*/
public String getRequestId() {
return this.requestId;
}
/**
* @return resultObject
*/
public String getResultObject() {
return this.resultObject;
}
public static final class Builder {
private String requestId;
private String resultObject;
private Builder() {
}
private Builder(OpenConsoleSlsResponseBody model) {
this.requestId = model.requestId;
this.resultObject = model.resultObject;
}
/**
* <p>Request ID.</p>
*
* <strong>example:</strong>
* <p>AE7E6105-7DEB-5125-9B24-DCBC139F6CD2</p>
*/
public Builder requestId(String requestId) {
this.requestId = requestId;
return this;
}
/**
* <p>Returned object</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
public Builder resultObject(String resultObject) {
this.resultObject = resultObject;
return this;
}
public OpenConsoleSlsResponseBody build() {
return new OpenConsoleSlsResponseBody(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/OperateFavoriteVariableRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link OperateFavoriteVariableRequest} extends {@link RequestModel}
*
* <p>OperateFavoriteVariableRequest</p>
*/
public class OperateFavoriteVariableRequest extends Request {
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("Lang")
private String lang;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("id")
@com.aliyun.core.annotation.Validation(required = true)
private Long id;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("operate")
@com.aliyun.core.annotation.Validation(required = true)
private String operate;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("regId")
private String regId;
private OperateFavoriteVariableRequest(Builder builder) {
super(builder);
this.lang = builder.lang;
this.id = builder.id;
this.operate = builder.operate;
this.regId = builder.regId;
}
public static Builder builder() {
return new Builder();
}
public static OperateFavoriteVariableRequest create() {
return builder().build();
}
@Override
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return lang
*/
public String getLang() {
return this.lang;
}
/**
* @return id
*/
public Long getId() {
return this.id;
}
/**
* @return operate
*/
public String getOperate() {
return this.operate;
}
/**
* @return regId
*/
public String getRegId() {
return this.regId;
}
public static final class Builder extends Request.Builder<OperateFavoriteVariableRequest, Builder> {
private String lang;
private Long id;
private String operate;
private String regId;
private Builder() {
super();
}
private Builder(OperateFavoriteVariableRequest request) {
super(request);
this.lang = request.lang;
this.id = request.id;
this.operate = request.operate;
this.regId = request.regId;
}
/**
* <p>Sets the language type for requests and received messages, default value is <strong>zh</strong>. Values:</p>
* <ul>
* <li><strong>zh</strong>: Chinese</li>
* <li><strong>en</strong>: English</li>
* </ul>
*
* <strong>example:</strong>
* <p>zh</p>
*/
public Builder lang(String lang) {
this.putQueryParameter("Lang", lang);
this.lang = lang;
return this;
}
/**
* <p>Variable ID</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>3144</p>
*/
public Builder id(Long id) {
this.putQueryParameter("id", id);
this.id = id;
return this;
}
/**
* <p>Favorite operation</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>ADD</p>
*/
public Builder operate(String operate) {
this.putQueryParameter("operate", operate);
this.operate = operate;
return this;
}
/**
* <p>Region code</p>
*
* <strong>example:</strong>
* <p>cn-hangzhou</p>
*/
public Builder regId(String regId) {
this.putQueryParameter("regId", regId);
this.regId = regId;
return this;
}
@Override
public OperateFavoriteVariableRequest build() {
return new OperateFavoriteVariableRequest(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/OperateFavoriteVariableResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link OperateFavoriteVariableResponse} extends {@link TeaModel}
*
* <p>OperateFavoriteVariableResponse</p>
*/
public class OperateFavoriteVariableResponse extends Response {
@com.aliyun.core.annotation.NameInMap("headers")
private java.util.Map<String, String> headers;
@com.aliyun.core.annotation.NameInMap("statusCode")
private Integer statusCode;
@com.aliyun.core.annotation.NameInMap("body")
private OperateFavoriteVariableResponseBody body;
private OperateFavoriteVariableResponse(BuilderImpl builder) {
super(builder);
this.headers = builder.headers;
this.statusCode = builder.statusCode;
this.body = builder.body;
}
public static OperateFavoriteVariableResponse create() {
return new BuilderImpl().build();
}
@Override
public Builder toBuilder() {
return new BuilderImpl(this);
}
/**
* @return headers
*/
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
/**
* @return statusCode
*/
public Integer getStatusCode() {
return this.statusCode;
}
/**
* @return body
*/
public OperateFavoriteVariableResponseBody getBody() {
return this.body;
}
public interface Builder extends Response.Builder<OperateFavoriteVariableResponse, Builder> {
Builder headers(java.util.Map<String, String> headers);
Builder statusCode(Integer statusCode);
Builder body(OperateFavoriteVariableResponseBody body);
@Override
OperateFavoriteVariableResponse build();
}
private static final class BuilderImpl
extends Response.BuilderImpl<OperateFavoriteVariableResponse, Builder>
implements Builder {
private java.util.Map<String, String> headers;
private Integer statusCode;
private OperateFavoriteVariableResponseBody body;
private BuilderImpl() {
super();
}
private BuilderImpl(OperateFavoriteVariableResponse response) {
super(response);
this.headers = response.headers;
this.statusCode = response.statusCode;
this.body = response.body;
}
/**
* headers.
*/
@Override
public Builder headers(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
/**
* statusCode.
*/
@Override
public Builder statusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
/**
* body.
*/
@Override
public Builder body(OperateFavoriteVariableResponseBody body) {
this.body = body;
return this;
}
@Override
public OperateFavoriteVariableResponse build() {
return new OperateFavoriteVariableResponse(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/OperateFavoriteVariableResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link OperateFavoriteVariableResponseBody} extends {@link TeaModel}
*
* <p>OperateFavoriteVariableResponseBody</p>
*/
public class OperateFavoriteVariableResponseBody extends TeaModel {
@com.aliyun.core.annotation.NameInMap("RequestId")
private String requestId;
@com.aliyun.core.annotation.NameInMap("resultObject")
private Boolean resultObject;
private OperateFavoriteVariableResponseBody(Builder builder) {
this.requestId = builder.requestId;
this.resultObject = builder.resultObject;
}
public static Builder builder() {
return new Builder();
}
public static OperateFavoriteVariableResponseBody create() {
return builder().build();
}
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return requestId
*/
public String getRequestId() {
return this.requestId;
}
/**
* @return resultObject
*/
public Boolean getResultObject() {
return this.resultObject;
}
public static final class Builder {
private String requestId;
private Boolean resultObject;
private Builder() {
}
private Builder(OperateFavoriteVariableResponseBody model) {
this.requestId = model.requestId;
this.resultObject = model.resultObject;
}
/**
* <p>Request ID.</p>
*
* <strong>example:</strong>
* <p>A32FE941-35F2-5378-B37C-4B8FDB16F094</p>
*/
public Builder requestId(String requestId) {
this.requestId = requestId;
return this;
}
/**
* <p>Return object</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
public Builder resultObject(Boolean resultObject) {
this.resultObject = resultObject;
return this;
}
public OperateFavoriteVariableResponseBody build() {
return new OperateFavoriteVariableResponseBody(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/PermissionCheckRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link PermissionCheckRequest} extends {@link RequestModel}
*
* <p>PermissionCheckRequest</p>
*/
public class PermissionCheckRequest extends Request {
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("Lang")
private String lang;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("RegId")
private String regId;
private PermissionCheckRequest(Builder builder) {
super(builder);
this.lang = builder.lang;
this.regId = builder.regId;
}
public static Builder builder() {
return new Builder();
}
public static PermissionCheckRequest create() {
return builder().build();
}
@Override
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return lang
*/
public String getLang() {
return this.lang;
}
/**
* @return regId
*/
public String getRegId() {
return this.regId;
}
public static final class Builder extends Request.Builder<PermissionCheckRequest, Builder> {
private String lang;
private String regId;
private Builder() {
super();
}
private Builder(PermissionCheckRequest request) {
super(request);
this.lang = request.lang;
this.regId = request.regId;
}
/**
* <p>Sets the language type for requests and received messages, default value is <strong>zh</strong>. Values:</p>
* <ul>
* <li><strong>zh</strong>: Chinese</li>
* <li><strong>en</strong>: English</li>
* </ul>
*
* <strong>example:</strong>
* <p>zh</p>
*/
public Builder lang(String lang) {
this.putQueryParameter("Lang", lang);
this.lang = lang;
return this;
}
/**
* <p>Region code.</p>
*
* <strong>example:</strong>
* <p>cn-hangzhou</p>
*/
public Builder regId(String regId) {
this.putQueryParameter("RegId", regId);
this.regId = regId;
return this;
}
@Override
public PermissionCheckRequest build() {
return new PermissionCheckRequest(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/PermissionCheckResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link PermissionCheckResponse} extends {@link TeaModel}
*
* <p>PermissionCheckResponse</p>
*/
public class PermissionCheckResponse extends Response {
@com.aliyun.core.annotation.NameInMap("headers")
private java.util.Map<String, String> headers;
@com.aliyun.core.annotation.NameInMap("statusCode")
private Integer statusCode;
@com.aliyun.core.annotation.NameInMap("body")
private PermissionCheckResponseBody body;
private PermissionCheckResponse(BuilderImpl builder) {
super(builder);
this.headers = builder.headers;
this.statusCode = builder.statusCode;
this.body = builder.body;
}
public static PermissionCheckResponse create() {
return new BuilderImpl().build();
}
@Override
public Builder toBuilder() {
return new BuilderImpl(this);
}
/**
* @return headers
*/
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
/**
* @return statusCode
*/
public Integer getStatusCode() {
return this.statusCode;
}
/**
* @return body
*/
public PermissionCheckResponseBody getBody() {
return this.body;
}
public interface Builder extends Response.Builder<PermissionCheckResponse, Builder> {
Builder headers(java.util.Map<String, String> headers);
Builder statusCode(Integer statusCode);
Builder body(PermissionCheckResponseBody body);
@Override
PermissionCheckResponse build();
}
private static final class BuilderImpl
extends Response.BuilderImpl<PermissionCheckResponse, Builder>
implements Builder {
private java.util.Map<String, String> headers;
private Integer statusCode;
private PermissionCheckResponseBody body;
private BuilderImpl() {
super();
}
private BuilderImpl(PermissionCheckResponse response) {
super(response);
this.headers = response.headers;
this.statusCode = response.statusCode;
this.body = response.body;
}
/**
* headers.
*/
@Override
public Builder headers(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
/**
* statusCode.
*/
@Override
public Builder statusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
/**
* body.
*/
@Override
public Builder body(PermissionCheckResponseBody body) {
this.body = body;
return this;
}
@Override
public PermissionCheckResponse build() {
return new PermissionCheckResponse(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/PermissionCheckResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link PermissionCheckResponseBody} extends {@link TeaModel}
*
* <p>PermissionCheckResponseBody</p>
*/
public class PermissionCheckResponseBody extends TeaModel {
@com.aliyun.core.annotation.NameInMap("Code")
private String code;
@com.aliyun.core.annotation.NameInMap("HttpStatusCode")
private String httpStatusCode;
@com.aliyun.core.annotation.NameInMap("Message")
private String message;
@com.aliyun.core.annotation.NameInMap("RequestId")
private String requestId;
@com.aliyun.core.annotation.NameInMap("ResultObject")
private String resultObject;
private PermissionCheckResponseBody(Builder builder) {
this.code = builder.code;
this.httpStatusCode = builder.httpStatusCode;
this.message = builder.message;
this.requestId = builder.requestId;
this.resultObject = builder.resultObject;
}
public static Builder builder() {
return new Builder();
}
public static PermissionCheckResponseBody create() {
return builder().build();
}
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return code
*/
public String getCode() {
return this.code;
}
/**
* @return httpStatusCode
*/
public String getHttpStatusCode() {
return this.httpStatusCode;
}
/**
* @return message
*/
public String getMessage() {
return this.message;
}
/**
* @return requestId
*/
public String getRequestId() {
return this.requestId;
}
/**
* @return resultObject
*/
public String getResultObject() {
return this.resultObject;
}
public static final class Builder {
private String code;
private String httpStatusCode;
private String message;
private String requestId;
private String resultObject;
private Builder() {
}
private Builder(PermissionCheckResponseBody model) {
this.code = model.code;
this.httpStatusCode = model.httpStatusCode;
this.message = model.message;
this.requestId = model.requestId;
this.resultObject = model.resultObject;
}
/**
* <p>Return code.</p>
*
* <strong>example:</strong>
* <p>200</p>
*/
public Builder code(String code) {
this.code = code;
return this;
}
/**
* <p>HTTP status code.</p>
*
* <strong>example:</strong>
* <p>200</p>
*/
public Builder httpStatusCode(String httpStatusCode) {
this.httpStatusCode = httpStatusCode;
return this;
}
/**
* <p>Return message.</p>
*
* <strong>example:</strong>
* <p>success</p>
*/
public Builder message(String message) {
this.message = message;
return this;
}
/**
* <p>Request ID.</p>
*
* <strong>example:</strong>
* <p>A32FE941-35F2-5378-B37C-4B8FDB16F094</p>
*/
public Builder requestId(String requestId) {
this.requestId = requestId;
return this;
}
/**
* <p>Return result.</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
public Builder resultObject(String resultObject) {
this.resultObject = resultObject;
return this;
}
public PermissionCheckResponseBody build() {
return new PermissionCheckResponseBody(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/PocCreateTaskRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link PocCreateTaskRequest} extends {@link RequestModel}
*
* <p>PocCreateTaskRequest</p>
*/
public class PocCreateTaskRequest extends Request {
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("DateFormat")
private String dateFormat;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("Lang")
private String lang;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("RegId")
private String regId;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("TaskName")
private String taskName;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("Token")
@com.aliyun.core.annotation.Validation(required = true)
private String token;
private PocCreateTaskRequest(Builder builder) {
super(builder);
this.dateFormat = builder.dateFormat;
this.lang = builder.lang;
this.regId = builder.regId;
this.taskName = builder.taskName;
this.token = builder.token;
}
public static Builder builder() {
return new Builder();
}
public static PocCreateTaskRequest create() {
return builder().build();
}
@Override
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return dateFormat
*/
public String getDateFormat() {
return this.dateFormat;
}
/**
* @return lang
*/
public String getLang() {
return this.lang;
}
/**
* @return regId
*/
public String getRegId() {
return this.regId;
}
/**
* @return taskName
*/
public String getTaskName() {
return this.taskName;
}
/**
* @return token
*/
public String getToken() {
return this.token;
}
public static final class Builder extends Request.Builder<PocCreateTaskRequest, Builder> {
private String dateFormat;
private String lang;
private String regId;
private String taskName;
private String token;
private Builder() {
super();
}
private Builder(PocCreateTaskRequest request) {
super(request);
this.dateFormat = request.dateFormat;
this.lang = request.lang;
this.regId = request.regId;
this.taskName = request.taskName;
this.token = request.token;
}
/**
* <p>Date format</p>
*
* <strong>example:</strong>
* <p>yyyyMMdd</p>
*/
public Builder dateFormat(String dateFormat) {
this.putQueryParameter("DateFormat", dateFormat);
this.dateFormat = dateFormat;
return this;
}
/**
* <p>Set the language type for request and response messages, default value is <strong>zh</strong>. Values:</p>
* <ul>
* <li><strong>zh</strong>: Chinese</li>
* <li><strong>en</strong>: English</li>
* </ul>
*
* <strong>example:</strong>
* <p>zh</p>
*/
public Builder lang(String lang) {
this.putQueryParameter("Lang", lang);
this.lang = lang;
return this;
}
/**
* <p>Region code.</p>
*
* <strong>example:</strong>
* <p>cn-hangzhou</p>
*/
public Builder regId(String regId) {
this.putQueryParameter("RegId", regId);
this.regId = regId;
return this;
}
/**
* <p>Task name.</p>
*
* <strong>example:</strong>
* <p>o32d1pktx4t</p>
*/
public Builder taskName(String taskName) {
this.putQueryParameter("TaskName", taskName);
this.taskName = taskName;
return this;
}
/**
* <p>Task token.</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>68ce949aff6be7f1201eb2f9095ac95f</p>
*/
public Builder token(String token) {
this.putQueryParameter("Token", token);
this.token = token;
return this;
}
@Override
public PocCreateTaskRequest build() {
return new PocCreateTaskRequest(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/PocCreateTaskResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link PocCreateTaskResponse} extends {@link TeaModel}
*
* <p>PocCreateTaskResponse</p>
*/
public class PocCreateTaskResponse extends Response {
@com.aliyun.core.annotation.NameInMap("headers")
private java.util.Map<String, String> headers;
@com.aliyun.core.annotation.NameInMap("statusCode")
private Integer statusCode;
@com.aliyun.core.annotation.NameInMap("body")
private PocCreateTaskResponseBody body;
private PocCreateTaskResponse(BuilderImpl builder) {
super(builder);
this.headers = builder.headers;
this.statusCode = builder.statusCode;
this.body = builder.body;
}
public static PocCreateTaskResponse create() {
return new BuilderImpl().build();
}
@Override
public Builder toBuilder() {
return new BuilderImpl(this);
}
/**
* @return headers
*/
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
/**
* @return statusCode
*/
public Integer getStatusCode() {
return this.statusCode;
}
/**
* @return body
*/
public PocCreateTaskResponseBody getBody() {
return this.body;
}
public interface Builder extends Response.Builder<PocCreateTaskResponse, Builder> {
Builder headers(java.util.Map<String, String> headers);
Builder statusCode(Integer statusCode);
Builder body(PocCreateTaskResponseBody body);
@Override
PocCreateTaskResponse build();
}
private static final class BuilderImpl
extends Response.BuilderImpl<PocCreateTaskResponse, Builder>
implements Builder {
private java.util.Map<String, String> headers;
private Integer statusCode;
private PocCreateTaskResponseBody body;
private BuilderImpl() {
super();
}
private BuilderImpl(PocCreateTaskResponse response) {
super(response);
this.headers = response.headers;
this.statusCode = response.statusCode;
this.body = response.body;
}
/**
* headers.
*/
@Override
public Builder headers(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
/**
* statusCode.
*/
@Override
public Builder statusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
/**
* body.
*/
@Override
public Builder body(PocCreateTaskResponseBody body) {
this.body = body;
return this;
}
@Override
public PocCreateTaskResponse build() {
return new PocCreateTaskResponse(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/PocCreateTaskResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link PocCreateTaskResponseBody} extends {@link TeaModel}
*
* <p>PocCreateTaskResponseBody</p>
*/
public class PocCreateTaskResponseBody extends TeaModel {
@com.aliyun.core.annotation.NameInMap("Code")
private String code;
@com.aliyun.core.annotation.NameInMap("Data")
private String data;
@com.aliyun.core.annotation.NameInMap("HttpStatusCode")
private String httpStatusCode;
@com.aliyun.core.annotation.NameInMap("Message")
private String message;
@com.aliyun.core.annotation.NameInMap("RequestId")
private String requestId;
@com.aliyun.core.annotation.NameInMap("Success")
private String success;
private PocCreateTaskResponseBody(Builder builder) {
this.code = builder.code;
this.data = builder.data;
this.httpStatusCode = builder.httpStatusCode;
this.message = builder.message;
this.requestId = builder.requestId;
this.success = builder.success;
}
public static Builder builder() {
return new Builder();
}
public static PocCreateTaskResponseBody create() {
return builder().build();
}
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return code
*/
public String getCode() {
return this.code;
}
/**
* @return data
*/
public String getData() {
return this.data;
}
/**
* @return httpStatusCode
*/
public String getHttpStatusCode() {
return this.httpStatusCode;
}
/**
* @return message
*/
public String getMessage() {
return this.message;
}
/**
* @return requestId
*/
public String getRequestId() {
return this.requestId;
}
/**
* @return success
*/
public String getSuccess() {
return this.success;
}
public static final class Builder {
private String code;
private String data;
private String httpStatusCode;
private String message;
private String requestId;
private String success;
private Builder() {
}
private Builder(PocCreateTaskResponseBody model) {
this.code = model.code;
this.data = model.data;
this.httpStatusCode = model.httpStatusCode;
this.message = model.message;
this.requestId = model.requestId;
this.success = model.success;
}
/**
* <p>Status code.</p>
*
* <strong>example:</strong>
* <p>200</p>
*/
public Builder code(String code) {
this.code = code;
return this;
}
/**
* <p>Task creation result</p>
*
* <strong>example:</strong>
* <p>{"Values": {"status": {"value": 4, "label": u"\u5904\u7406\u4e2d"}, "bbs_ticket": True, "description": u"[LV-ERROR</p>
*/
public Builder data(String data) {
this.data = data;
return this;
}
/**
* <p>HTTP status code</p>
*
* <strong>example:</strong>
* <p>200</p>
*/
public Builder httpStatusCode(String httpStatusCode) {
this.httpStatusCode = httpStatusCode;
return this;
}
/**
* <p>Response message.</p>
*
* <strong>example:</strong>
* <p>successful</p>
*/
public Builder message(String message) {
this.message = message;
return this;
}
/**
* <p>Request ID.</p>
*
* <strong>example:</strong>
* <p>A32FE941-35F2-5378-B37C-4B8FDB16F094</p>
*/
public Builder requestId(String requestId) {
this.requestId = requestId;
return this;
}
/**
* <p>Whether the task was successful. <strong>true</strong> indicates success, <strong>false</strong> indicates failure.</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
public Builder success(String success) {
this.success = success;
return this;
}
public PocCreateTaskResponseBody build() {
return new PocCreateTaskResponseBody(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/PocGetDownloadUrlRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link PocGetDownloadUrlRequest} extends {@link RequestModel}
*
* <p>PocGetDownloadUrlRequest</p>
*/
public class PocGetDownloadUrlRequest extends Request {
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("Lang")
private String lang;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("Token")
private String token;
private PocGetDownloadUrlRequest(Builder builder) {
super(builder);
this.lang = builder.lang;
this.token = builder.token;
}
public static Builder builder() {
return new Builder();
}
public static PocGetDownloadUrlRequest create() {
return builder().build();
}
@Override
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return lang
*/
public String getLang() {
return this.lang;
}
/**
* @return token
*/
public String getToken() {
return this.token;
}
public static final class Builder extends Request.Builder<PocGetDownloadUrlRequest, Builder> {
private String lang;
private String token;
private Builder() {
super();
}
private Builder(PocGetDownloadUrlRequest request) {
super(request);
this.lang = request.lang;
this.token = request.token;
}
/**
* <p>Sets the language type for requests and received messages, with a default value of <strong>zh</strong>. Values:</p>
* <ul>
* <li><strong>zh</strong>: Chinese</li>
* <li><strong>en</strong>: English</li>
* </ul>
*
* <strong>example:</strong>
* <p>zh</p>
*/
public Builder lang(String lang) {
this.putQueryParameter("Lang", lang);
this.lang = lang;
return this;
}
/**
* <p>Task token.</p>
*
* <strong>example:</strong>
* <p>d83221f51752805880</p>
*/
public Builder token(String token) {
this.putQueryParameter("Token", token);
this.token = token;
return this;
}
@Override
public PocGetDownloadUrlRequest build() {
return new PocGetDownloadUrlRequest(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/PocGetDownloadUrlResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link PocGetDownloadUrlResponse} extends {@link TeaModel}
*
* <p>PocGetDownloadUrlResponse</p>
*/
public class PocGetDownloadUrlResponse extends Response {
@com.aliyun.core.annotation.NameInMap("headers")
private java.util.Map<String, String> headers;
@com.aliyun.core.annotation.NameInMap("statusCode")
private Integer statusCode;
@com.aliyun.core.annotation.NameInMap("body")
private PocGetDownloadUrlResponseBody body;
private PocGetDownloadUrlResponse(BuilderImpl builder) {
super(builder);
this.headers = builder.headers;
this.statusCode = builder.statusCode;
this.body = builder.body;
}
public static PocGetDownloadUrlResponse create() {
return new BuilderImpl().build();
}
@Override
public Builder toBuilder() {
return new BuilderImpl(this);
}
/**
* @return headers
*/
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
/**
* @return statusCode
*/
public Integer getStatusCode() {
return this.statusCode;
}
/**
* @return body
*/
public PocGetDownloadUrlResponseBody getBody() {
return this.body;
}
public interface Builder extends Response.Builder<PocGetDownloadUrlResponse, Builder> {
Builder headers(java.util.Map<String, String> headers);
Builder statusCode(Integer statusCode);
Builder body(PocGetDownloadUrlResponseBody body);
@Override
PocGetDownloadUrlResponse build();
}
private static final class BuilderImpl
extends Response.BuilderImpl<PocGetDownloadUrlResponse, Builder>
implements Builder {
private java.util.Map<String, String> headers;
private Integer statusCode;
private PocGetDownloadUrlResponseBody body;
private BuilderImpl() {
super();
}
private BuilderImpl(PocGetDownloadUrlResponse response) {
super(response);
this.headers = response.headers;
this.statusCode = response.statusCode;
this.body = response.body;
}
/**
* headers.
*/
@Override
public Builder headers(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
/**
* statusCode.
*/
@Override
public Builder statusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
/**
* body.
*/
@Override
public Builder body(PocGetDownloadUrlResponseBody body) {
this.body = body;
return this;
}
@Override
public PocGetDownloadUrlResponse build() {
return new PocGetDownloadUrlResponse(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/PocGetDownloadUrlResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link PocGetDownloadUrlResponseBody} extends {@link TeaModel}
*
* <p>PocGetDownloadUrlResponseBody</p>
*/
public class PocGetDownloadUrlResponseBody extends TeaModel {
@com.aliyun.core.annotation.NameInMap("Code")
private String code;
@com.aliyun.core.annotation.NameInMap("Data")
private String data;
@com.aliyun.core.annotation.NameInMap("HttpStatusCode")
private String httpStatusCode;
@com.aliyun.core.annotation.NameInMap("Message")
private String message;
@com.aliyun.core.annotation.NameInMap("RequestId")
private String requestId;
@com.aliyun.core.annotation.NameInMap("Success")
private String success;
private PocGetDownloadUrlResponseBody(Builder builder) {
this.code = builder.code;
this.data = builder.data;
this.httpStatusCode = builder.httpStatusCode;
this.message = builder.message;
this.requestId = builder.requestId;
this.success = builder.success;
}
public static Builder builder() {
return new Builder();
}
public static PocGetDownloadUrlResponseBody create() {
return builder().build();
}
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return code
*/
public String getCode() {
return this.code;
}
/**
* @return data
*/
public String getData() {
return this.data;
}
/**
* @return httpStatusCode
*/
public String getHttpStatusCode() {
return this.httpStatusCode;
}
/**
* @return message
*/
public String getMessage() {
return this.message;
}
/**
* @return requestId
*/
public String getRequestId() {
return this.requestId;
}
/**
* @return success
*/
public String getSuccess() {
return this.success;
}
public static final class Builder {
private String code;
private String data;
private String httpStatusCode;
private String message;
private String requestId;
private String success;
private Builder() {
}
private Builder(PocGetDownloadUrlResponseBody model) {
this.code = model.code;
this.data = model.data;
this.httpStatusCode = model.httpStatusCode;
this.message = model.message;
this.requestId = model.requestId;
this.success = model.success;
}
/**
* <p>Status code.</p>
*
* <strong>example:</strong>
* <p>200</p>
*/
public Builder code(String code) {
this.code = code;
return this;
}
/**
* <p>Data</p>
*
* <strong>example:</strong>
* <p>{"searchResult": [], "searchTotalNum": 0, "searchTime": 0.012349}</p>
*/
public Builder data(String data) {
this.data = data;
return this;
}
/**
* <p>HTTP status code</p>
*
* <strong>example:</strong>
* <p>200</p>
*/
public Builder httpStatusCode(String httpStatusCode) {
this.httpStatusCode = httpStatusCode;
return this;
}
/**
* <p>Response message</p>
*
* <strong>example:</strong>
* <p>successful</p>
*/
public Builder message(String message) {
this.message = message;
return this;
}
/**
* <p>ID of the request</p>
*
* <strong>example:</strong>
* <p>A32FE941-35F2-5378-B37C-4B8FDB16F094</p>
*/
public Builder requestId(String requestId) {
this.requestId = requestId;
return this;
}
/**
* <p>Indicates whether the call was successful. true: Call succeeded. false: Call failed.</p>
*
* <strong>example:</strong>
* <p>True</p>
*/
public Builder success(String success) {
this.success = success;
return this;
}
public PocGetDownloadUrlResponseBody build() {
return new PocGetDownloadUrlResponseBody(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/PocGetTokenRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link PocGetTokenRequest} extends {@link RequestModel}
*
* <p>PocGetTokenRequest</p>
*/
public class PocGetTokenRequest extends Request {
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("Lang")
private String lang;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("RegId")
private String regId;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("ServiceCode")
@com.aliyun.core.annotation.Validation(required = true)
private String serviceCode;
private PocGetTokenRequest(Builder builder) {
super(builder);
this.lang = builder.lang;
this.regId = builder.regId;
this.serviceCode = builder.serviceCode;
}
public static Builder builder() {
return new Builder();
}
public static PocGetTokenRequest create() {
return builder().build();
}
@Override
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return lang
*/
public String getLang() {
return this.lang;
}
/**
* @return regId
*/
public String getRegId() {
return this.regId;
}
/**
* @return serviceCode
*/
public String getServiceCode() {
return this.serviceCode;
}
public static final class Builder extends Request.Builder<PocGetTokenRequest, Builder> {
private String lang;
private String regId;
private String serviceCode;
private Builder() {
super();
}
private Builder(PocGetTokenRequest request) {
super(request);
this.lang = request.lang;
this.regId = request.regId;
this.serviceCode = request.serviceCode;
}
/**
* <p>Sets the language type for requests and received messages, default value is <strong>zh</strong>. Values:</p>
* <ul>
* <li><strong>zh</strong>: Chinese</li>
* <li><strong>en</strong>: English</li>
* </ul>
*
* <strong>example:</strong>
* <p>zh</p>
*/
public Builder lang(String lang) {
this.putQueryParameter("Lang", lang);
this.lang = lang;
return this;
}
/**
* <p>Region code.</p>
*
* <strong>example:</strong>
* <p>cn-hangzhou</p>
*/
public Builder regId(String regId) {
this.putQueryParameter("RegId", regId);
this.regId = regId;
return this;
}
/**
* <p>Service code.</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>alinlp</p>
*/
public Builder serviceCode(String serviceCode) {
this.putQueryParameter("ServiceCode", serviceCode);
this.serviceCode = serviceCode;
return this;
}
@Override
public PocGetTokenRequest build() {
return new PocGetTokenRequest(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/PocGetTokenResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link PocGetTokenResponse} extends {@link TeaModel}
*
* <p>PocGetTokenResponse</p>
*/
public class PocGetTokenResponse extends Response {
@com.aliyun.core.annotation.NameInMap("headers")
private java.util.Map<String, String> headers;
@com.aliyun.core.annotation.NameInMap("statusCode")
private Integer statusCode;
@com.aliyun.core.annotation.NameInMap("body")
private PocGetTokenResponseBody body;
private PocGetTokenResponse(BuilderImpl builder) {
super(builder);
this.headers = builder.headers;
this.statusCode = builder.statusCode;
this.body = builder.body;
}
public static PocGetTokenResponse create() {
return new BuilderImpl().build();
}
@Override
public Builder toBuilder() {
return new BuilderImpl(this);
}
/**
* @return headers
*/
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
/**
* @return statusCode
*/
public Integer getStatusCode() {
return this.statusCode;
}
/**
* @return body
*/
public PocGetTokenResponseBody getBody() {
return this.body;
}
public interface Builder extends Response.Builder<PocGetTokenResponse, Builder> {
Builder headers(java.util.Map<String, String> headers);
Builder statusCode(Integer statusCode);
Builder body(PocGetTokenResponseBody body);
@Override
PocGetTokenResponse build();
}
private static final class BuilderImpl
extends Response.BuilderImpl<PocGetTokenResponse, Builder>
implements Builder {
private java.util.Map<String, String> headers;
private Integer statusCode;
private PocGetTokenResponseBody body;
private BuilderImpl() {
super();
}
private BuilderImpl(PocGetTokenResponse response) {
super(response);
this.headers = response.headers;
this.statusCode = response.statusCode;
this.body = response.body;
}
/**
* headers.
*/
@Override
public Builder headers(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
/**
* statusCode.
*/
@Override
public Builder statusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
/**
* body.
*/
@Override
public Builder body(PocGetTokenResponseBody body) {
this.body = body;
return this;
}
@Override
public PocGetTokenResponse build() {
return new PocGetTokenResponse(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/PocGetTokenResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link PocGetTokenResponseBody} extends {@link TeaModel}
*
* <p>PocGetTokenResponseBody</p>
*/
public class PocGetTokenResponseBody extends TeaModel {
@com.aliyun.core.annotation.NameInMap("Code")
private String code;
@com.aliyun.core.annotation.NameInMap("Data")
private String data;
@com.aliyun.core.annotation.NameInMap("HttpStatusCode")
private String httpStatusCode;
@com.aliyun.core.annotation.NameInMap("Message")
private String message;
@com.aliyun.core.annotation.NameInMap("RequestId")
private String requestId;
@com.aliyun.core.annotation.NameInMap("Success")
private String success;
private PocGetTokenResponseBody(Builder builder) {
this.code = builder.code;
this.data = builder.data;
this.httpStatusCode = builder.httpStatusCode;
this.message = builder.message;
this.requestId = builder.requestId;
this.success = builder.success;
}
public static Builder builder() {
return new Builder();
}
public static PocGetTokenResponseBody create() {
return builder().build();
}
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return code
*/
public String getCode() {
return this.code;
}
/**
* @return data
*/
public String getData() {
return this.data;
}
/**
* @return httpStatusCode
*/
public String getHttpStatusCode() {
return this.httpStatusCode;
}
/**
* @return message
*/
public String getMessage() {
return this.message;
}
/**
* @return requestId
*/
public String getRequestId() {
return this.requestId;
}
/**
* @return success
*/
public String getSuccess() {
return this.success;
}
public static final class Builder {
private String code;
private String data;
private String httpStatusCode;
private String message;
private String requestId;
private String success;
private Builder() {
}
private Builder(PocGetTokenResponseBody model) {
this.code = model.code;
this.data = model.data;
this.httpStatusCode = model.httpStatusCode;
this.message = model.message;
this.requestId = model.requestId;
this.success = model.success;
}
/**
* <p>Status code</p>
*
* <strong>example:</strong>
* <p>200</p>
*/
public Builder code(String code) {
this.code = code;
return this;
}
/**
* <p>Returned data</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
public Builder data(String data) {
this.data = data;
return this;
}
/**
* <p>HTTP status code</p>
*
* <strong>example:</strong>
* <p>200</p>
*/
public Builder httpStatusCode(String httpStatusCode) {
this.httpStatusCode = httpStatusCode;
return this;
}
/**
* <p>Return message</p>
*
* <strong>example:</strong>
* <p>success</p>
*/
public Builder message(String message) {
this.message = message;
return this;
}
/**
* <p>Request ID.</p>
*
* <strong>example:</strong>
* <p>A32FE941-35F2-5378-B37C-4B8FDB16F094</p>
*/
public Builder requestId(String requestId) {
this.requestId = requestId;
return this;
}
/**
* <p>Whether the call was successful. true: Call succeeded. false: Call failed.</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
public Builder success(String success) {
this.success = success;
return this;
}
public PocGetTokenResponseBody build() {
return new PocGetTokenResponseBody(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/PocSendDataRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link PocSendDataRequest} extends {@link RequestModel}
*
* <p>PocSendDataRequest</p>
*/
public class PocSendDataRequest extends Request {
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("BatchNo")
@com.aliyun.core.annotation.Validation(required = true)
private Long batchNo;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("Lang")
private String lang;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("ParamsList")
@com.aliyun.core.annotation.Validation(required = true)
private String paramsList;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("RegId")
private String regId;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("Token")
@com.aliyun.core.annotation.Validation(required = true)
private String token;
private PocSendDataRequest(Builder builder) {
super(builder);
this.batchNo = builder.batchNo;
this.lang = builder.lang;
this.paramsList = builder.paramsList;
this.regId = builder.regId;
this.token = builder.token;
}
public static Builder builder() {
return new Builder();
}
public static PocSendDataRequest create() {
return builder().build();
}
@Override
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return batchNo
*/
public Long getBatchNo() {
return this.batchNo;
}
/**
* @return lang
*/
public String getLang() {
return this.lang;
}
/**
* @return paramsList
*/
public String getParamsList() {
return this.paramsList;
}
/**
* @return regId
*/
public String getRegId() {
return this.regId;
}
/**
* @return token
*/
public String getToken() {
return this.token;
}
public static final class Builder extends Request.Builder<PocSendDataRequest, Builder> {
private Long batchNo;
private String lang;
private String paramsList;
private String regId;
private String token;
private Builder() {
super();
}
private Builder(PocSendDataRequest request) {
super(request);
this.batchNo = request.batchNo;
this.lang = request.lang;
this.paramsList = request.paramsList;
this.regId = request.regId;
this.token = request.token;
}
/**
* <p>Starting position for batch operations, starting from 0.</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>d0</p>
*/
public Builder batchNo(Long batchNo) {
this.putQueryParameter("BatchNo", batchNo);
this.batchNo = batchNo;
return this;
}
/**
* <p>Sets the language type for requests and received messages, default value is <strong>zh</strong>. Values:</p>
* <ul>
* <li><strong>zh</strong>: Chinese</li>
* <li><strong>en</strong>: English</li>
* </ul>
*
* <strong>example:</strong>
* <p>zh</p>
*/
public Builder lang(String lang) {
this.putQueryParameter("Lang", lang);
this.lang = lang;
return this;
}
/**
* <p>Return parameters, in JSON format.</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>c222460c</p>
*/
public Builder paramsList(String paramsList) {
this.putQueryParameter("ParamsList", paramsList);
this.paramsList = paramsList;
return this;
}
/**
* <p>Region code.</p>
*
* <strong>example:</strong>
* <p>cn-hangzhou</p>
*/
public Builder regId(String regId) {
this.putQueryParameter("RegId", regId);
this.regId = regId;
return this;
}
/**
* <p>Task token.</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>a471aa421752633438</p>
*/
public Builder token(String token) {
this.putQueryParameter("Token", token);
this.token = token;
return this;
}
@Override
public PocSendDataRequest build() {
return new PocSendDataRequest(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/PocSendDataResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link PocSendDataResponse} extends {@link TeaModel}
*
* <p>PocSendDataResponse</p>
*/
public class PocSendDataResponse extends Response {
@com.aliyun.core.annotation.NameInMap("headers")
private java.util.Map<String, String> headers;
@com.aliyun.core.annotation.NameInMap("statusCode")
private Integer statusCode;
@com.aliyun.core.annotation.NameInMap("body")
private PocSendDataResponseBody body;
private PocSendDataResponse(BuilderImpl builder) {
super(builder);
this.headers = builder.headers;
this.statusCode = builder.statusCode;
this.body = builder.body;
}
public static PocSendDataResponse create() {
return new BuilderImpl().build();
}
@Override
public Builder toBuilder() {
return new BuilderImpl(this);
}
/**
* @return headers
*/
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
/**
* @return statusCode
*/
public Integer getStatusCode() {
return this.statusCode;
}
/**
* @return body
*/
public PocSendDataResponseBody getBody() {
return this.body;
}
public interface Builder extends Response.Builder<PocSendDataResponse, Builder> {
Builder headers(java.util.Map<String, String> headers);
Builder statusCode(Integer statusCode);
Builder body(PocSendDataResponseBody body);
@Override
PocSendDataResponse build();
}
private static final class BuilderImpl
extends Response.BuilderImpl<PocSendDataResponse, Builder>
implements Builder {
private java.util.Map<String, String> headers;
private Integer statusCode;
private PocSendDataResponseBody body;
private BuilderImpl() {
super();
}
private BuilderImpl(PocSendDataResponse response) {
super(response);
this.headers = response.headers;
this.statusCode = response.statusCode;
this.body = response.body;
}
/**
* headers.
*/
@Override
public Builder headers(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
/**
* statusCode.
*/
@Override
public Builder statusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
/**
* body.
*/
@Override
public Builder body(PocSendDataResponseBody body) {
this.body = body;
return this;
}
@Override
public PocSendDataResponse build() {
return new PocSendDataResponse(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/PocSendDataResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link PocSendDataResponseBody} extends {@link TeaModel}
*
* <p>PocSendDataResponseBody</p>
*/
public class PocSendDataResponseBody extends TeaModel {
@com.aliyun.core.annotation.NameInMap("Code")
private String code;
@com.aliyun.core.annotation.NameInMap("Data")
private String data;
@com.aliyun.core.annotation.NameInMap("HttpStatusCode")
private String httpStatusCode;
@com.aliyun.core.annotation.NameInMap("Message")
private String message;
@com.aliyun.core.annotation.NameInMap("RequestId")
private String requestId;
@com.aliyun.core.annotation.NameInMap("Success")
private String success;
private PocSendDataResponseBody(Builder builder) {
this.code = builder.code;
this.data = builder.data;
this.httpStatusCode = builder.httpStatusCode;
this.message = builder.message;
this.requestId = builder.requestId;
this.success = builder.success;
}
public static Builder builder() {
return new Builder();
}
public static PocSendDataResponseBody create() {
return builder().build();
}
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return code
*/
public String getCode() {
return this.code;
}
/**
* @return data
*/
public String getData() {
return this.data;
}
/**
* @return httpStatusCode
*/
public String getHttpStatusCode() {
return this.httpStatusCode;
}
/**
* @return message
*/
public String getMessage() {
return this.message;
}
/**
* @return requestId
*/
public String getRequestId() {
return this.requestId;
}
/**
* @return success
*/
public String getSuccess() {
return this.success;
}
public static final class Builder {
private String code;
private String data;
private String httpStatusCode;
private String message;
private String requestId;
private String success;
private Builder() {
}
private Builder(PocSendDataResponseBody model) {
this.code = model.code;
this.data = model.data;
this.httpStatusCode = model.httpStatusCode;
this.message = model.message;
this.requestId = model.requestId;
this.success = model.success;
}
/**
* <p>API status code.</p>
*
* <strong>example:</strong>
* <p>200</p>
*/
public Builder code(String code) {
this.code = code;
return this;
}
/**
* <p>Returned data result.</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
public Builder data(String data) {
this.data = data;
return this;
}
/**
* <p>HTTP status code.</p>
*
* <strong>example:</strong>
* <p>200</p>
*/
public Builder httpStatusCode(String httpStatusCode) {
this.httpStatusCode = httpStatusCode;
return this;
}
/**
* <p>Return message.</p>
*
* <strong>example:</strong>
* <p>success</p>
*/
public Builder message(String message) {
this.message = message;
return this;
}
/**
* <p>Request ID.</p>
*
* <strong>example:</strong>
* <p>A32FE941-35F2-5378-B37C-4B8FDB16F094</p>
*/
public Builder requestId(String requestId) {
this.requestId = requestId;
return this;
}
/**
* <p>Whether the operation was successful.</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
public Builder success(String success) {
this.success = success;
return this;
}
public PocSendDataResponseBody build() {
return new PocSendDataResponseBody(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/QueryAuthRuleDetailByRuleIdRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link QueryAuthRuleDetailByRuleIdRequest} extends {@link RequestModel}
*
* <p>QueryAuthRuleDetailByRuleIdRequest</p>
*/
public class QueryAuthRuleDetailByRuleIdRequest extends Request {
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("Lang")
private String lang;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("consoleRuleId")
private Long consoleRuleId;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("regId")
@com.aliyun.core.annotation.Validation(required = true)
private String regId;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("ruleId")
private String ruleId;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("ruleVersionId")
private Long ruleVersionId;
private QueryAuthRuleDetailByRuleIdRequest(Builder builder) {
super(builder);
this.lang = builder.lang;
this.consoleRuleId = builder.consoleRuleId;
this.regId = builder.regId;
this.ruleId = builder.ruleId;
this.ruleVersionId = builder.ruleVersionId;
}
public static Builder builder() {
return new Builder();
}
public static QueryAuthRuleDetailByRuleIdRequest create() {
return builder().build();
}
@Override
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return lang
*/
public String getLang() {
return this.lang;
}
/**
* @return consoleRuleId
*/
public Long getConsoleRuleId() {
return this.consoleRuleId;
}
/**
* @return regId
*/
public String getRegId() {
return this.regId;
}
/**
* @return ruleId
*/
public String getRuleId() {
return this.ruleId;
}
/**
* @return ruleVersionId
*/
public Long getRuleVersionId() {
return this.ruleVersionId;
}
public static final class Builder extends Request.Builder<QueryAuthRuleDetailByRuleIdRequest, Builder> {
private String lang;
private Long consoleRuleId;
private String regId;
private String ruleId;
private Long ruleVersionId;
private Builder() {
super();
}
private Builder(QueryAuthRuleDetailByRuleIdRequest request) {
super(request);
this.lang = request.lang;
this.consoleRuleId = request.consoleRuleId;
this.regId = request.regId;
this.ruleId = request.ruleId;
this.ruleVersionId = request.ruleVersionId;
}
/**
* <p>Set the language type for requests and received messages, default value is <strong>zh</strong>. Values:</p>
* <ul>
* <li><strong>zh</strong>: Chinese</li>
* <li><strong>en</strong>: English</li>
* </ul>
*
* <strong>example:</strong>
* <p>zh</p>
*/
public Builder lang(String lang) {
this.putQueryParameter("Lang", lang);
this.lang = lang;
return this;
}
/**
* <p>Primary key ID of the strategy</p>
*
* <strong>example:</strong>
* <p>6843</p>
*/
public Builder consoleRuleId(Long consoleRuleId) {
this.putQueryParameter("consoleRuleId", consoleRuleId);
this.consoleRuleId = consoleRuleId;
return this;
}
/**
* <p>Region code</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>cn-hangzhou</p>
*/
public Builder regId(String regId) {
this.putQueryParameter("regId", regId);
this.regId = regId;
return this;
}
/**
* <p>Strategy ID</p>
*
* <strong>example:</strong>
* <p>102224</p>
*/
public Builder ruleId(String ruleId) {
this.putQueryParameter("ruleId", ruleId);
this.ruleId = ruleId;
return this;
}
/**
* <p>Primary key ID of the strategy version</p>
*
* <strong>example:</strong>
* <p>11519</p>
*/
public Builder ruleVersionId(Long ruleVersionId) {
this.putQueryParameter("ruleVersionId", ruleVersionId);
this.ruleVersionId = ruleVersionId;
return this;
}
@Override
public QueryAuthRuleDetailByRuleIdRequest build() {
return new QueryAuthRuleDetailByRuleIdRequest(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/QueryAuthRuleDetailByRuleIdResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link QueryAuthRuleDetailByRuleIdResponse} extends {@link TeaModel}
*
* <p>QueryAuthRuleDetailByRuleIdResponse</p>
*/
public class QueryAuthRuleDetailByRuleIdResponse extends Response {
@com.aliyun.core.annotation.NameInMap("headers")
private java.util.Map<String, String> headers;
@com.aliyun.core.annotation.NameInMap("statusCode")
private Integer statusCode;
@com.aliyun.core.annotation.NameInMap("body")
private QueryAuthRuleDetailByRuleIdResponseBody body;
private QueryAuthRuleDetailByRuleIdResponse(BuilderImpl builder) {
super(builder);
this.headers = builder.headers;
this.statusCode = builder.statusCode;
this.body = builder.body;
}
public static QueryAuthRuleDetailByRuleIdResponse create() {
return new BuilderImpl().build();
}
@Override
public Builder toBuilder() {
return new BuilderImpl(this);
}
/**
* @return headers
*/
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
/**
* @return statusCode
*/
public Integer getStatusCode() {
return this.statusCode;
}
/**
* @return body
*/
public QueryAuthRuleDetailByRuleIdResponseBody getBody() {
return this.body;
}
public interface Builder extends Response.Builder<QueryAuthRuleDetailByRuleIdResponse, Builder> {
Builder headers(java.util.Map<String, String> headers);
Builder statusCode(Integer statusCode);
Builder body(QueryAuthRuleDetailByRuleIdResponseBody body);
@Override
QueryAuthRuleDetailByRuleIdResponse build();
}
private static final class BuilderImpl
extends Response.BuilderImpl<QueryAuthRuleDetailByRuleIdResponse, Builder>
implements Builder {
private java.util.Map<String, String> headers;
private Integer statusCode;
private QueryAuthRuleDetailByRuleIdResponseBody body;
private BuilderImpl() {
super();
}
private BuilderImpl(QueryAuthRuleDetailByRuleIdResponse response) {
super(response);
this.headers = response.headers;
this.statusCode = response.statusCode;
this.body = response.body;
}
/**
* headers.
*/
@Override
public Builder headers(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
/**
* statusCode.
*/
@Override
public Builder statusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
/**
* body.
*/
@Override
public Builder body(QueryAuthRuleDetailByRuleIdResponseBody body) {
this.body = body;
return this;
}
@Override
public QueryAuthRuleDetailByRuleIdResponse build() {
return new QueryAuthRuleDetailByRuleIdResponse(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/QueryAuthRuleDetailByRuleIdResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link QueryAuthRuleDetailByRuleIdResponseBody} extends {@link TeaModel}
*
* <p>QueryAuthRuleDetailByRuleIdResponseBody</p>
*/
public class QueryAuthRuleDetailByRuleIdResponseBody extends TeaModel {
@com.aliyun.core.annotation.NameInMap("RequestId")
private String requestId;
@com.aliyun.core.annotation.NameInMap("resultObject")
private ResultObject resultObject;
private QueryAuthRuleDetailByRuleIdResponseBody(Builder builder) {
this.requestId = builder.requestId;
this.resultObject = builder.resultObject;
}
public static Builder builder() {
return new Builder();
}
public static QueryAuthRuleDetailByRuleIdResponseBody create() {
return builder().build();
}
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return requestId
*/
public String getRequestId() {
return this.requestId;
}
/**
* @return resultObject
*/
public ResultObject getResultObject() {
return this.resultObject;
}
public static final class Builder {
private String requestId;
private ResultObject resultObject;
private Builder() {
}
private Builder(QueryAuthRuleDetailByRuleIdResponseBody model) {
this.requestId = model.requestId;
this.resultObject = model.resultObject;
}
/**
* <p>Request ID</p>
*
* <strong>example:</strong>
* <p>A32FE941-35F2-5378-B37C-4B8FDB16F094</p>
*/
public Builder requestId(String requestId) {
this.requestId = requestId;
return this;
}
/**
* <p>Returned object</p>
*/
public Builder resultObject(ResultObject resultObject) {
this.resultObject = resultObject;
return this;
}
public QueryAuthRuleDetailByRuleIdResponseBody build() {
return new QueryAuthRuleDetailByRuleIdResponseBody(this);
}
}
/**
*
* {@link QueryAuthRuleDetailByRuleIdResponseBody} extends {@link TeaModel}
*
* <p>QueryAuthRuleDetailByRuleIdResponseBody</p>
*/
public static class ResultObject extends TeaModel {
@com.aliyun.core.annotation.NameInMap("auditId")
private Long auditId;
@com.aliyun.core.annotation.NameInMap("authType")
private String authType;
@com.aliyun.core.annotation.NameInMap("authUsers")
private String authUsers;
@com.aliyun.core.annotation.NameInMap("consoleRuleId")
private Long consoleRuleId;
@com.aliyun.core.annotation.NameInMap("eventCode")
private String eventCode;
@com.aliyun.core.annotation.NameInMap("eventName")
private String eventName;
@com.aliyun.core.annotation.NameInMap("gmtCreate")
private Long gmtCreate;
@com.aliyun.core.annotation.NameInMap("gmtModified")
private Long gmtModified;
@com.aliyun.core.annotation.NameInMap("logicExpression")
private String logicExpression;
@com.aliyun.core.annotation.NameInMap("memo")
private String memo;
@com.aliyun.core.annotation.NameInMap("priority")
private Long priority;
@com.aliyun.core.annotation.NameInMap("ruleActionMap")
private java.util.Map<String, String> ruleActionMap;
@com.aliyun.core.annotation.NameInMap("ruleActions")
private String ruleActions;
@com.aliyun.core.annotation.NameInMap("ruleAuthType")
private String ruleAuthType;
@com.aliyun.core.annotation.NameInMap("ruleExpressions")
private String ruleExpressions;
@com.aliyun.core.annotation.NameInMap("ruleId")
private String ruleId;
@com.aliyun.core.annotation.NameInMap("ruleName")
private String ruleName;
@com.aliyun.core.annotation.NameInMap("ruleStatus")
private String ruleStatus;
@com.aliyun.core.annotation.NameInMap("ruleType")
private String ruleType;
@com.aliyun.core.annotation.NameInMap("ruleVersionId")
private Long ruleVersionId;
@com.aliyun.core.annotation.NameInMap("templateType")
private String templateType;
@com.aliyun.core.annotation.NameInMap("version")
private Long version;
private ResultObject(Builder builder) {
this.auditId = builder.auditId;
this.authType = builder.authType;
this.authUsers = builder.authUsers;
this.consoleRuleId = builder.consoleRuleId;
this.eventCode = builder.eventCode;
this.eventName = builder.eventName;
this.gmtCreate = builder.gmtCreate;
this.gmtModified = builder.gmtModified;
this.logicExpression = builder.logicExpression;
this.memo = builder.memo;
this.priority = builder.priority;
this.ruleActionMap = builder.ruleActionMap;
this.ruleActions = builder.ruleActions;
this.ruleAuthType = builder.ruleAuthType;
this.ruleExpressions = builder.ruleExpressions;
this.ruleId = builder.ruleId;
this.ruleName = builder.ruleName;
this.ruleStatus = builder.ruleStatus;
this.ruleType = builder.ruleType;
this.ruleVersionId = builder.ruleVersionId;
this.templateType = builder.templateType;
this.version = builder.version;
}
public static Builder builder() {
return new Builder();
}
public static ResultObject create() {
return builder().build();
}
/**
* @return auditId
*/
public Long getAuditId() {
return this.auditId;
}
/**
* @return authType
*/
public String getAuthType() {
return this.authType;
}
/**
* @return authUsers
*/
public String getAuthUsers() {
return this.authUsers;
}
/**
* @return consoleRuleId
*/
public Long getConsoleRuleId() {
return this.consoleRuleId;
}
/**
* @return eventCode
*/
public String getEventCode() {
return this.eventCode;
}
/**
* @return eventName
*/
public String getEventName() {
return this.eventName;
}
/**
* @return gmtCreate
*/
public Long getGmtCreate() {
return this.gmtCreate;
}
/**
* @return gmtModified
*/
public Long getGmtModified() {
return this.gmtModified;
}
/**
* @return logicExpression
*/
public String getLogicExpression() {
return this.logicExpression;
}
/**
* @return memo
*/
public String getMemo() {
return this.memo;
}
/**
* @return priority
*/
public Long getPriority() {
return this.priority;
}
/**
* @return ruleActionMap
*/
public java.util.Map<String, String> getRuleActionMap() {
return this.ruleActionMap;
}
/**
* @return ruleActions
*/
public String getRuleActions() {
return this.ruleActions;
}
/**
* @return ruleAuthType
*/
public String getRuleAuthType() {
return this.ruleAuthType;
}
/**
* @return ruleExpressions
*/
public String getRuleExpressions() {
return this.ruleExpressions;
}
/**
* @return ruleId
*/
public String getRuleId() {
return this.ruleId;
}
/**
* @return ruleName
*/
public String getRuleName() {
return this.ruleName;
}
/**
* @return ruleStatus
*/
public String getRuleStatus() {
return this.ruleStatus;
}
/**
* @return ruleType
*/
public String getRuleType() {
return this.ruleType;
}
/**
* @return ruleVersionId
*/
public Long getRuleVersionId() {
return this.ruleVersionId;
}
/**
* @return templateType
*/
public String getTemplateType() {
return this.templateType;
}
/**
* @return version
*/
public Long getVersion() {
return this.version;
}
public static final class Builder {
private Long auditId;
private String authType;
private String authUsers;
private Long consoleRuleId;
private String eventCode;
private String eventName;
private Long gmtCreate;
private Long gmtModified;
private String logicExpression;
private String memo;
private Long priority;
private java.util.Map<String, String> ruleActionMap;
private String ruleActions;
private String ruleAuthType;
private String ruleExpressions;
private String ruleId;
private String ruleName;
private String ruleStatus;
private String ruleType;
private Long ruleVersionId;
private String templateType;
private Long version;
private Builder() {
}
private Builder(ResultObject model) {
this.auditId = model.auditId;
this.authType = model.authType;
this.authUsers = model.authUsers;
this.consoleRuleId = model.consoleRuleId;
this.eventCode = model.eventCode;
this.eventName = model.eventName;
this.gmtCreate = model.gmtCreate;
this.gmtModified = model.gmtModified;
this.logicExpression = model.logicExpression;
this.memo = model.memo;
this.priority = model.priority;
this.ruleActionMap = model.ruleActionMap;
this.ruleActions = model.ruleActions;
this.ruleAuthType = model.ruleAuthType;
this.ruleExpressions = model.ruleExpressions;
this.ruleId = model.ruleId;
this.ruleName = model.ruleName;
this.ruleStatus = model.ruleStatus;
this.ruleType = model.ruleType;
this.ruleVersionId = model.ruleVersionId;
this.templateType = model.templateType;
this.version = model.version;
}
/**
* <p>Audit ID</p>
*
* <strong>example:</strong>
* <p>225</p>
*/
public Builder auditId(Long auditId) {
this.auditId = auditId;
return this;
}
/**
* <p>Authorization type</p>
*
* <strong>example:</strong>
* <p>all</p>
*/
public Builder authType(String authType) {
this.authType = authType;
return this;
}
/**
* <p>Authorized user UID</p>
*
* <strong>example:</strong>
* <ul>
* <li></li>
* </ul>
*/
public Builder authUsers(String authUsers) {
this.authUsers = authUsers;
return this;
}
/**
* <p>Primary key ID of the strategy</p>
*
* <strong>example:</strong>
* <p>6843</p>
*/
public Builder consoleRuleId(Long consoleRuleId) {
this.consoleRuleId = consoleRuleId;
return this;
}
/**
* <p>Event code</p>
*
* <strong>example:</strong>
* <p>de_aszbjb7236</p>
*/
public Builder eventCode(String eventCode) {
this.eventCode = eventCode;
return this;
}
/**
* <p>Event name.</p>
*
* <strong>example:</strong>
* <p>注册风险</p>
*/
public Builder eventName(String eventName) {
this.eventName = eventName;
return this;
}
/**
* <p>Creation time.</p>
*
* <strong>example:</strong>
* <p>1621578648000</p>
*/
public Builder gmtCreate(Long gmtCreate) {
this.gmtCreate = gmtCreate;
return this;
}
/**
* <p>Modification time</p>
*
* <strong>example:</strong>
* <p>1565701886000</p>
*/
public Builder gmtModified(Long gmtModified) {
this.gmtModified = gmtModified;
return this;
}
/**
* <p>Execution logic</p>
*
* <strong>example:</strong>
* <p>1&2</p>
*/
public Builder logicExpression(String logicExpression) {
this.logicExpression = logicExpression;
return this;
}
/**
* <p>Description</p>
*
* <strong>example:</strong>
* <p>描述</p>
*/
public Builder memo(String memo) {
this.memo = memo;
return this;
}
/**
* <p>Rule priority, the higher the number, the higher the priority.</p>
*
* <strong>example:</strong>
* <p>10</p>
*/
public Builder priority(Long priority) {
this.priority = priority;
return this;
}
/**
* <p>Returned rule action structure.</p>
*/
public Builder ruleActionMap(java.util.Map<String, String> ruleActionMap) {
this.ruleActionMap = ruleActionMap;
return this;
}
/**
* <p>Output actions</p>
*
* <strong>example:</strong>
* <p>[{"inputs":["unusualBrand"],"name":"<strong>addDeTags</strong>","actionType":"TAG","outputType":"const"}]</p>
*/
public Builder ruleActions(String ruleActions) {
this.ruleActions = ruleActions;
return this;
}
/**
* <p>Rule authorization type</p>
*
* <strong>example:</strong>
* <p>WHITE_BOX</p>
*/
public Builder ruleAuthType(String ruleAuthType) {
this.ruleAuthType = ruleAuthType;
return this;
}
/**
* <p>Rule expressions.</p>
*
* <strong>example:</strong>
* <p>[{"expressionName":"同一设备同一IP上的注册用户数","itemId":1,"left":{"name":"dK7EXHr490f"},"operatorCode":"gte","operatorName":"大于等于","right":{"fieldValue":"2"}}]</p>
*/
public Builder ruleExpressions(String ruleExpressions) {
this.ruleExpressions = ruleExpressions;
return this;
}
/**
* <p>Strategy ID</p>
*
* <strong>example:</strong>
* <p>102224</p>
*/
public Builder ruleId(String ruleId) {
this.ruleId = ruleId;
return this;
}
/**
* <p>Strategy name</p>
*
* <strong>example:</strong>
* <p>营销风险识别</p>
*/
public Builder ruleName(String ruleName) {
this.ruleName = ruleName;
return this;
}
/**
* <p>Strategy status</p>
*
* <strong>example:</strong>
* <p>RUNNING</p>
*/
public Builder ruleStatus(String ruleStatus) {
this.ruleStatus = ruleStatus;
return this;
}
/**
* <p>Rule type</p>
*
* <strong>example:</strong>
* <p>DEFAULT</p>
*/
public Builder ruleType(String ruleType) {
this.ruleType = ruleType;
return this;
}
/**
* <p>Primary key ID of the strategy version</p>
*
* <strong>example:</strong>
* <p>11519</p>
*/
public Builder ruleVersionId(Long ruleVersionId) {
this.ruleVersionId = ruleVersionId;
return this;
}
/**
* <p>Template type</p>
*
* <strong>example:</strong>
* <p>PUB_SERVICE</p>
*/
public Builder templateType(String templateType) {
this.templateType = templateType;
return this;
}
/**
* <p>Version number</p>
*
* <strong>example:</strong>
* <p>1</p>
*/
public Builder version(Long version) {
this.version = version;
return this;
}
public ResultObject build() {
return new ResultObject(this);
}
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/RecallRuleAuditRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link RecallRuleAuditRequest} extends {@link RequestModel}
*
* <p>RecallRuleAuditRequest</p>
*/
public class RecallRuleAuditRequest extends Request {
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("id")
@com.aliyun.core.annotation.Validation(required = true)
private Long id;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("regId")
private String regId;
private RecallRuleAuditRequest(Builder builder) {
super(builder);
this.id = builder.id;
this.regId = builder.regId;
}
public static Builder builder() {
return new Builder();
}
public static RecallRuleAuditRequest create() {
return builder().build();
}
@Override
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return id
*/
public Long getId() {
return this.id;
}
/**
* @return regId
*/
public String getRegId() {
return this.regId;
}
public static final class Builder extends Request.Builder<RecallRuleAuditRequest, Builder> {
private Long id;
private String regId;
private Builder() {
super();
}
private Builder(RecallRuleAuditRequest request) {
super(request);
this.id = request.id;
this.regId = request.regId;
}
/**
* <p>Primary key ID</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>1</p>
*/
public Builder id(Long id) {
this.putQueryParameter("id", id);
this.id = id;
return this;
}
/**
* <p>Region code</p>
*
* <strong>example:</strong>
* <p>cn-hangzhou</p>
*/
public Builder regId(String regId) {
this.putQueryParameter("regId", regId);
this.regId = regId;
return this;
}
@Override
public RecallRuleAuditRequest build() {
return new RecallRuleAuditRequest(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/RecallRuleAuditResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link RecallRuleAuditResponse} extends {@link TeaModel}
*
* <p>RecallRuleAuditResponse</p>
*/
public class RecallRuleAuditResponse extends Response {
@com.aliyun.core.annotation.NameInMap("headers")
private java.util.Map<String, String> headers;
@com.aliyun.core.annotation.NameInMap("statusCode")
private Integer statusCode;
@com.aliyun.core.annotation.NameInMap("body")
private RecallRuleAuditResponseBody body;
private RecallRuleAuditResponse(BuilderImpl builder) {
super(builder);
this.headers = builder.headers;
this.statusCode = builder.statusCode;
this.body = builder.body;
}
public static RecallRuleAuditResponse create() {
return new BuilderImpl().build();
}
@Override
public Builder toBuilder() {
return new BuilderImpl(this);
}
/**
* @return headers
*/
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
/**
* @return statusCode
*/
public Integer getStatusCode() {
return this.statusCode;
}
/**
* @return body
*/
public RecallRuleAuditResponseBody getBody() {
return this.body;
}
public interface Builder extends Response.Builder<RecallRuleAuditResponse, Builder> {
Builder headers(java.util.Map<String, String> headers);
Builder statusCode(Integer statusCode);
Builder body(RecallRuleAuditResponseBody body);
@Override
RecallRuleAuditResponse build();
}
private static final class BuilderImpl
extends Response.BuilderImpl<RecallRuleAuditResponse, Builder>
implements Builder {
private java.util.Map<String, String> headers;
private Integer statusCode;
private RecallRuleAuditResponseBody body;
private BuilderImpl() {
super();
}
private BuilderImpl(RecallRuleAuditResponse response) {
super(response);
this.headers = response.headers;
this.statusCode = response.statusCode;
this.body = response.body;
}
/**
* headers.
*/
@Override
public Builder headers(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
/**
* statusCode.
*/
@Override
public Builder statusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
/**
* body.
*/
@Override
public Builder body(RecallRuleAuditResponseBody body) {
this.body = body;
return this;
}
@Override
public RecallRuleAuditResponse build() {
return new RecallRuleAuditResponse(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/RecallRuleAuditResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link RecallRuleAuditResponseBody} extends {@link TeaModel}
*
* <p>RecallRuleAuditResponseBody</p>
*/
public class RecallRuleAuditResponseBody extends TeaModel {
@com.aliyun.core.annotation.NameInMap("requestId")
private String requestId;
@com.aliyun.core.annotation.NameInMap("resultObject")
private Boolean resultObject;
private RecallRuleAuditResponseBody(Builder builder) {
this.requestId = builder.requestId;
this.resultObject = builder.resultObject;
}
public static Builder builder() {
return new Builder();
}
public static RecallRuleAuditResponseBody create() {
return builder().build();
}
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return requestId
*/
public String getRequestId() {
return this.requestId;
}
/**
* @return resultObject
*/
public Boolean getResultObject() {
return this.resultObject;
}
public static final class Builder {
private String requestId;
private Boolean resultObject;
private Builder() {
}
private Builder(RecallRuleAuditResponseBody model) {
this.requestId = model.requestId;
this.resultObject = model.resultObject;
}
/**
* <p>Request ID.</p>
*
* <strong>example:</strong>
* <p>4C7DC1C8-557F-5483-9E96-74D77A15EEB5</p>
*/
public Builder requestId(String requestId) {
this.requestId = requestId;
return this;
}
/**
* <p>Return object</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
public Builder resultObject(Boolean resultObject) {
this.resultObject = resultObject;
return this;
}
public RecallRuleAuditResponseBody build() {
return new RecallRuleAuditResponseBody(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/RemoveEventRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link RemoveEventRequest} extends {@link RequestModel}
*
* <p>RemoveEventRequest</p>
*/
public class RemoveEventRequest extends Request {
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("Lang")
private String lang;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("createType")
private String createType;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("eventCode")
private String eventCode;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("id")
private Long id;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("regId")
private String regId;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("templateCode")
private String templateCode;
private RemoveEventRequest(Builder builder) {
super(builder);
this.lang = builder.lang;
this.createType = builder.createType;
this.eventCode = builder.eventCode;
this.id = builder.id;
this.regId = builder.regId;
this.templateCode = builder.templateCode;
}
public static Builder builder() {
return new Builder();
}
public static RemoveEventRequest create() {
return builder().build();
}
@Override
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return lang
*/
public String getLang() {
return this.lang;
}
/**
* @return createType
*/
public String getCreateType() {
return this.createType;
}
/**
* @return eventCode
*/
public String getEventCode() {
return this.eventCode;
}
/**
* @return id
*/
public Long getId() {
return this.id;
}
/**
* @return regId
*/
public String getRegId() {
return this.regId;
}
/**
* @return templateCode
*/
public String getTemplateCode() {
return this.templateCode;
}
public static final class Builder extends Request.Builder<RemoveEventRequest, Builder> {
private String lang;
private String createType;
private String eventCode;
private Long id;
private String regId;
private String templateCode;
private Builder() {
super();
}
private Builder(RemoveEventRequest request) {
super(request);
this.lang = request.lang;
this.createType = request.createType;
this.eventCode = request.eventCode;
this.id = request.id;
this.regId = request.regId;
this.templateCode = request.templateCode;
}
/**
* <p>Sets the language type for requests and received messages, with a default value of <strong>zh</strong>. Values:</p>
* <ul>
* <li><strong>zh</strong>: Chinese</li>
* <li><strong>en</strong>: English</li>
* </ul>
*
* <strong>example:</strong>
* <p>zh</p>
*/
public Builder lang(String lang) {
this.putQueryParameter("Lang", lang);
this.lang = lang;
return this;
}
/**
* <p>Creation type</p>
*
* <strong>example:</strong>
* <p>NORMAL</p>
*/
public Builder createType(String createType) {
this.putQueryParameter("createType", createType);
this.createType = createType;
return this;
}
/**
* <p>Event code</p>
*
* <strong>example:</strong>
* <p>de_arqbuy7206</p>
*/
public Builder eventCode(String eventCode) {
this.putQueryParameter("eventCode", eventCode);
this.eventCode = eventCode;
return this;
}
/**
* <p>Event ID</p>
*
* <strong>example:</strong>
* <p>2556</p>
*/
public Builder id(Long id) {
this.putQueryParameter("id", id);
this.id = id;
return this;
}
/**
* <p>Region code</p>
*
* <strong>example:</strong>
* <p>cn-hangzhou</p>
*/
public Builder regId(String regId) {
this.putQueryParameter("regId", regId);
this.regId = regId;
return this;
}
/**
* <p>Input field template type</p>
*
* <strong>example:</strong>
* <p>register</p>
*/
public Builder templateCode(String templateCode) {
this.putQueryParameter("templateCode", templateCode);
this.templateCode = templateCode;
return this;
}
@Override
public RemoveEventRequest build() {
return new RemoveEventRequest(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/RemoveEventResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link RemoveEventResponse} extends {@link TeaModel}
*
* <p>RemoveEventResponse</p>
*/
public class RemoveEventResponse extends Response {
@com.aliyun.core.annotation.NameInMap("headers")
private java.util.Map<String, String> headers;
@com.aliyun.core.annotation.NameInMap("statusCode")
private Integer statusCode;
@com.aliyun.core.annotation.NameInMap("body")
private RemoveEventResponseBody body;
private RemoveEventResponse(BuilderImpl builder) {
super(builder);
this.headers = builder.headers;
this.statusCode = builder.statusCode;
this.body = builder.body;
}
public static RemoveEventResponse create() {
return new BuilderImpl().build();
}
@Override
public Builder toBuilder() {
return new BuilderImpl(this);
}
/**
* @return headers
*/
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
/**
* @return statusCode
*/
public Integer getStatusCode() {
return this.statusCode;
}
/**
* @return body
*/
public RemoveEventResponseBody getBody() {
return this.body;
}
public interface Builder extends Response.Builder<RemoveEventResponse, Builder> {
Builder headers(java.util.Map<String, String> headers);
Builder statusCode(Integer statusCode);
Builder body(RemoveEventResponseBody body);
@Override
RemoveEventResponse build();
}
private static final class BuilderImpl
extends Response.BuilderImpl<RemoveEventResponse, Builder>
implements Builder {
private java.util.Map<String, String> headers;
private Integer statusCode;
private RemoveEventResponseBody body;
private BuilderImpl() {
super();
}
private BuilderImpl(RemoveEventResponse response) {
super(response);
this.headers = response.headers;
this.statusCode = response.statusCode;
this.body = response.body;
}
/**
* headers.
*/
@Override
public Builder headers(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
/**
* statusCode.
*/
@Override
public Builder statusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
/**
* body.
*/
@Override
public Builder body(RemoveEventResponseBody body) {
this.body = body;
return this;
}
@Override
public RemoveEventResponse build() {
return new RemoveEventResponse(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/RemoveEventResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link RemoveEventResponseBody} extends {@link TeaModel}
*
* <p>RemoveEventResponseBody</p>
*/
public class RemoveEventResponseBody extends TeaModel {
@com.aliyun.core.annotation.NameInMap("requestId")
private String requestId;
@com.aliyun.core.annotation.NameInMap("resultObject")
private Boolean resultObject;
private RemoveEventResponseBody(Builder builder) {
this.requestId = builder.requestId;
this.resultObject = builder.resultObject;
}
public static Builder builder() {
return new Builder();
}
public static RemoveEventResponseBody create() {
return builder().build();
}
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return requestId
*/
public String getRequestId() {
return this.requestId;
}
/**
* @return resultObject
*/
public Boolean getResultObject() {
return this.resultObject;
}
public static final class Builder {
private String requestId;
private Boolean resultObject;
private Builder() {
}
private Builder(RemoveEventResponseBody model) {
this.requestId = model.requestId;
this.resultObject = model.resultObject;
}
/**
* <p>Request ID.</p>
*
* <strong>example:</strong>
* <p>AE7E6105-7DEB-5125-9B24-DCBC139F6CD2</p>
*/
public Builder requestId(String requestId) {
this.requestId = requestId;
return this;
}
/**
* <p>Return object</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
public Builder resultObject(Boolean resultObject) {
this.resultObject = resultObject;
return this;
}
public RemoveEventResponseBody build() {
return new RemoveEventResponseBody(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/SampleFileDownloadRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link SampleFileDownloadRequest} extends {@link RequestModel}
*
* <p>SampleFileDownloadRequest</p>
*/
public class SampleFileDownloadRequest extends Request {
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("Lang")
private String lang;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("RegId")
private String regId;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("Tab")
private String tab;
private SampleFileDownloadRequest(Builder builder) {
super(builder);
this.lang = builder.lang;
this.regId = builder.regId;
this.tab = builder.tab;
}
public static Builder builder() {
return new Builder();
}
public static SampleFileDownloadRequest create() {
return builder().build();
}
@Override
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return lang
*/
public String getLang() {
return this.lang;
}
/**
* @return regId
*/
public String getRegId() {
return this.regId;
}
/**
* @return tab
*/
public String getTab() {
return this.tab;
}
public static final class Builder extends Request.Builder<SampleFileDownloadRequest, Builder> {
private String lang;
private String regId;
private String tab;
private Builder() {
super();
}
private Builder(SampleFileDownloadRequest request) {
super(request);
this.lang = request.lang;
this.regId = request.regId;
this.tab = request.tab;
}
/**
* <p>Sets the language type for requests and received messages, default value is <strong>zh</strong>. Values:</p>
* <ul>
* <li><strong>zh</strong>: Chinese</li>
* <li><strong>en</strong>: English</li>
* </ul>
*
* <strong>example:</strong>
* <p>zh</p>
*/
public Builder lang(String lang) {
this.putQueryParameter("Lang", lang);
this.lang = lang;
return this;
}
/**
* <p>Region code.</p>
*
* <strong>example:</strong>
* <p>cn-hangzhou</p>
*/
public Builder regId(String regId) {
this.putQueryParameter("RegId", regId);
this.regId = regId;
return this;
}
/**
* <p>Scenario.</p>
*
* <strong>example:</strong>
* <p>FINANCE</p>
*/
public Builder tab(String tab) {
this.putQueryParameter("Tab", tab);
this.tab = tab;
return this;
}
@Override
public SampleFileDownloadRequest build() {
return new SampleFileDownloadRequest(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/SampleFileDownloadResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link SampleFileDownloadResponse} extends {@link TeaModel}
*
* <p>SampleFileDownloadResponse</p>
*/
public class SampleFileDownloadResponse extends Response {
@com.aliyun.core.annotation.NameInMap("headers")
private java.util.Map<String, String> headers;
@com.aliyun.core.annotation.NameInMap("statusCode")
private Integer statusCode;
@com.aliyun.core.annotation.NameInMap("body")
private SampleFileDownloadResponseBody body;
private SampleFileDownloadResponse(BuilderImpl builder) {
super(builder);
this.headers = builder.headers;
this.statusCode = builder.statusCode;
this.body = builder.body;
}
public static SampleFileDownloadResponse create() {
return new BuilderImpl().build();
}
@Override
public Builder toBuilder() {
return new BuilderImpl(this);
}
/**
* @return headers
*/
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
/**
* @return statusCode
*/
public Integer getStatusCode() {
return this.statusCode;
}
/**
* @return body
*/
public SampleFileDownloadResponseBody getBody() {
return this.body;
}
public interface Builder extends Response.Builder<SampleFileDownloadResponse, Builder> {
Builder headers(java.util.Map<String, String> headers);
Builder statusCode(Integer statusCode);
Builder body(SampleFileDownloadResponseBody body);
@Override
SampleFileDownloadResponse build();
}
private static final class BuilderImpl
extends Response.BuilderImpl<SampleFileDownloadResponse, Builder>
implements Builder {
private java.util.Map<String, String> headers;
private Integer statusCode;
private SampleFileDownloadResponseBody body;
private BuilderImpl() {
super();
}
private BuilderImpl(SampleFileDownloadResponse response) {
super(response);
this.headers = response.headers;
this.statusCode = response.statusCode;
this.body = response.body;
}
/**
* headers.
*/
@Override
public Builder headers(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
/**
* statusCode.
*/
@Override
public Builder statusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
/**
* body.
*/
@Override
public Builder body(SampleFileDownloadResponseBody body) {
this.body = body;
return this;
}
@Override
public SampleFileDownloadResponse build() {
return new SampleFileDownloadResponse(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/SampleFileDownloadResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link SampleFileDownloadResponseBody} extends {@link TeaModel}
*
* <p>SampleFileDownloadResponseBody</p>
*/
public class SampleFileDownloadResponseBody extends TeaModel {
@com.aliyun.core.annotation.NameInMap("Code")
private String code;
@com.aliyun.core.annotation.NameInMap("HttpStatusCode")
private String httpStatusCode;
@com.aliyun.core.annotation.NameInMap("Message")
private String message;
@com.aliyun.core.annotation.NameInMap("RequestId")
private String requestId;
@com.aliyun.core.annotation.NameInMap("ResultObject")
private String resultObject;
private SampleFileDownloadResponseBody(Builder builder) {
this.code = builder.code;
this.httpStatusCode = builder.httpStatusCode;
this.message = builder.message;
this.requestId = builder.requestId;
this.resultObject = builder.resultObject;
}
public static Builder builder() {
return new Builder();
}
public static SampleFileDownloadResponseBody create() {
return builder().build();
}
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return code
*/
public String getCode() {
return this.code;
}
/**
* @return httpStatusCode
*/
public String getHttpStatusCode() {
return this.httpStatusCode;
}
/**
* @return message
*/
public String getMessage() {
return this.message;
}
/**
* @return requestId
*/
public String getRequestId() {
return this.requestId;
}
/**
* @return resultObject
*/
public String getResultObject() {
return this.resultObject;
}
public static final class Builder {
private String code;
private String httpStatusCode;
private String message;
private String requestId;
private String resultObject;
private Builder() {
}
private Builder(SampleFileDownloadResponseBody model) {
this.code = model.code;
this.httpStatusCode = model.httpStatusCode;
this.message = model.message;
this.requestId = model.requestId;
this.resultObject = model.resultObject;
}
/**
* <p>Status code.</p>
*
* <strong>example:</strong>
* <p>200</p>
*/
public Builder code(String code) {
this.code = code;
return this;
}
/**
* <p>HTTP status code.</p>
*
* <strong>example:</strong>
* <p>200</p>
*/
public Builder httpStatusCode(String httpStatusCode) {
this.httpStatusCode = httpStatusCode;
return this;
}
/**
* <p>Return message.</p>
*
* <strong>example:</strong>
* <p>success</p>
*/
public Builder message(String message) {
this.message = message;
return this;
}
/**
* <p>Request ID.</p>
*
* <strong>example:</strong>
* <p>A32FE941-35F2-5378-B37C-4B8FDB16F094</p>
*/
public Builder requestId(String requestId) {
this.requestId = requestId;
return this;
}
/**
* <p>Request result.</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
public Builder resultObject(String resultObject) {
this.resultObject = resultObject;
return this;
}
public SampleFileDownloadResponseBody build() {
return new SampleFileDownloadResponseBody(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/SaveAnalysisColumnRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link SaveAnalysisColumnRequest} extends {@link RequestModel}
*
* <p>SaveAnalysisColumnRequest</p>
*/
public class SaveAnalysisColumnRequest extends Request {
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("Lang")
private String lang;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("columns")
@com.aliyun.core.annotation.Validation(required = true)
private String columns;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("regId")
@com.aliyun.core.annotation.Validation(required = true)
private String regId;
private SaveAnalysisColumnRequest(Builder builder) {
super(builder);
this.lang = builder.lang;
this.columns = builder.columns;
this.regId = builder.regId;
}
public static Builder builder() {
return new Builder();
}
public static SaveAnalysisColumnRequest create() {
return builder().build();
}
@Override
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return lang
*/
public String getLang() {
return this.lang;
}
/**
* @return columns
*/
public String getColumns() {
return this.columns;
}
/**
* @return regId
*/
public String getRegId() {
return this.regId;
}
public static final class Builder extends Request.Builder<SaveAnalysisColumnRequest, Builder> {
private String lang;
private String columns;
private String regId;
private Builder() {
super();
}
private Builder(SaveAnalysisColumnRequest request) {
super(request);
this.lang = request.lang;
this.columns = request.columns;
this.regId = request.regId;
}
/**
* <p>Sets the language type for requests and received messages, default value is <strong>zh</strong>. Values:</p>
* <ul>
* <li><strong>zh</strong>: Chinese</li>
* <li><strong>en</strong>: English</li>
* </ul>
*
* <strong>example:</strong>
* <p>zh</p>
*/
public Builder lang(String lang) {
this.putQueryParameter("Lang", lang);
this.lang = lang;
return this;
}
/**
* <p>Custom columns</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>[{"variableName":"requestId","variableTitle":"RequestId","variableType":"SYSTEM_BIND","isDefault":true},{"variableName":"eventTime","variableTitle":"事件时间","variableType":"SYSTEM_BIND","isDefault":true},{"variableName":"accountId","variableTitle":"账号","variableType":"SYSTEM_BIND","isDefault":true},{"variableName":"deviceId","variableTitle":"设备ID","variableType":"SYSTEM_BIND","isDefault":true},{"variableName":"eventCode","variableTitle":"事件编码","variableType":"SYSTEM_BIND","isDefault":true},{"variableName":"ip","variableTitle":"IP","variableType":"SYSTEM_BIND","isDefault":true},{"variableName":"score","variableTitle":"分值","variableType":"SYSTEM_BIND","isDefault":true},{"variableName":"tags","variableTitle":"标签","variableType":"SYSTEM_BIND","isDefault":true},{"variableName":"DEtest222","variableTitle":"测试222","variableType":"NATIVE","isDefault":false}]</p>
*/
public Builder columns(String columns) {
this.putQueryParameter("columns", columns);
this.columns = columns;
return this;
}
/**
* <p>Region code</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>cn-hangzhou</p>
*/
public Builder regId(String regId) {
this.putQueryParameter("regId", regId);
this.regId = regId;
return this;
}
@Override
public SaveAnalysisColumnRequest build() {
return new SaveAnalysisColumnRequest(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/SaveAnalysisColumnResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link SaveAnalysisColumnResponse} extends {@link TeaModel}
*
* <p>SaveAnalysisColumnResponse</p>
*/
public class SaveAnalysisColumnResponse extends Response {
@com.aliyun.core.annotation.NameInMap("headers")
private java.util.Map<String, String> headers;
@com.aliyun.core.annotation.NameInMap("statusCode")
private Integer statusCode;
@com.aliyun.core.annotation.NameInMap("body")
private SaveAnalysisColumnResponseBody body;
private SaveAnalysisColumnResponse(BuilderImpl builder) {
super(builder);
this.headers = builder.headers;
this.statusCode = builder.statusCode;
this.body = builder.body;
}
public static SaveAnalysisColumnResponse create() {
return new BuilderImpl().build();
}
@Override
public Builder toBuilder() {
return new BuilderImpl(this);
}
/**
* @return headers
*/
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
/**
* @return statusCode
*/
public Integer getStatusCode() {
return this.statusCode;
}
/**
* @return body
*/
public SaveAnalysisColumnResponseBody getBody() {
return this.body;
}
public interface Builder extends Response.Builder<SaveAnalysisColumnResponse, Builder> {
Builder headers(java.util.Map<String, String> headers);
Builder statusCode(Integer statusCode);
Builder body(SaveAnalysisColumnResponseBody body);
@Override
SaveAnalysisColumnResponse build();
}
private static final class BuilderImpl
extends Response.BuilderImpl<SaveAnalysisColumnResponse, Builder>
implements Builder {
private java.util.Map<String, String> headers;
private Integer statusCode;
private SaveAnalysisColumnResponseBody body;
private BuilderImpl() {
super();
}
private BuilderImpl(SaveAnalysisColumnResponse response) {
super(response);
this.headers = response.headers;
this.statusCode = response.statusCode;
this.body = response.body;
}
/**
* headers.
*/
@Override
public Builder headers(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
/**
* statusCode.
*/
@Override
public Builder statusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
/**
* body.
*/
@Override
public Builder body(SaveAnalysisColumnResponseBody body) {
this.body = body;
return this;
}
@Override
public SaveAnalysisColumnResponse build() {
return new SaveAnalysisColumnResponse(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/SaveAnalysisColumnResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link SaveAnalysisColumnResponseBody} extends {@link TeaModel}
*
* <p>SaveAnalysisColumnResponseBody</p>
*/
public class SaveAnalysisColumnResponseBody extends TeaModel {
@com.aliyun.core.annotation.NameInMap("RequestId")
private String requestId;
@com.aliyun.core.annotation.NameInMap("resultObject")
private Boolean resultObject;
private SaveAnalysisColumnResponseBody(Builder builder) {
this.requestId = builder.requestId;
this.resultObject = builder.resultObject;
}
public static Builder builder() {
return new Builder();
}
public static SaveAnalysisColumnResponseBody create() {
return builder().build();
}
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return requestId
*/
public String getRequestId() {
return this.requestId;
}
/**
* @return resultObject
*/
public Boolean getResultObject() {
return this.resultObject;
}
public static final class Builder {
private String requestId;
private Boolean resultObject;
private Builder() {
}
private Builder(SaveAnalysisColumnResponseBody model) {
this.requestId = model.requestId;
this.resultObject = model.resultObject;
}
/**
* <p>Request ID.</p>
*
* <strong>example:</strong>
* <p>A32FE941-35F2-5378-B37C-4B8FDB16F094</p>
*/
public Builder requestId(String requestId) {
this.requestId = requestId;
return this;
}
/**
* <p>Return object</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
public Builder resultObject(Boolean resultObject) {
this.resultObject = resultObject;
return this;
}
public SaveAnalysisColumnResponseBody build() {
return new SaveAnalysisColumnResponseBody(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/SaveByPassOrShuntEventRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link SaveByPassOrShuntEventRequest} extends {@link RequestModel}
*
* <p>SaveByPassOrShuntEventRequest</p>
*/
public class SaveByPassOrShuntEventRequest extends Request {
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("Lang")
private String lang;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("eventId")
private Long eventId;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("eventName")
private String eventName;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("eventType")
private String eventType;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("regId")
private String regId;
private SaveByPassOrShuntEventRequest(Builder builder) {
super(builder);
this.lang = builder.lang;
this.eventId = builder.eventId;
this.eventName = builder.eventName;
this.eventType = builder.eventType;
this.regId = builder.regId;
}
public static Builder builder() {
return new Builder();
}
public static SaveByPassOrShuntEventRequest create() {
return builder().build();
}
@Override
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return lang
*/
public String getLang() {
return this.lang;
}
/**
* @return eventId
*/
public Long getEventId() {
return this.eventId;
}
/**
* @return eventName
*/
public String getEventName() {
return this.eventName;
}
/**
* @return eventType
*/
public String getEventType() {
return this.eventType;
}
/**
* @return regId
*/
public String getRegId() {
return this.regId;
}
public static final class Builder extends Request.Builder<SaveByPassOrShuntEventRequest, Builder> {
private String lang;
private Long eventId;
private String eventName;
private String eventType;
private String regId;
private Builder() {
super();
}
private Builder(SaveByPassOrShuntEventRequest request) {
super(request);
this.lang = request.lang;
this.eventId = request.eventId;
this.eventName = request.eventName;
this.eventType = request.eventType;
this.regId = request.regId;
}
/**
* <p>Sets the language type for requests and received messages, default value is <strong>zh</strong>. Values:</p>
* <ul>
* <li><strong>zh</strong>: Chinese</li>
* <li><strong>en</strong>: English</li>
* </ul>
*
* <strong>example:</strong>
* <p>zh</p>
*/
public Builder lang(String lang) {
this.putQueryParameter("Lang", lang);
this.lang = lang;
return this;
}
/**
* <p>Event ID.</p>
*
* <strong>example:</strong>
* <p>445</p>
*/
public Builder eventId(Long eventId) {
this.putQueryParameter("eventId", eventId);
this.eventId = eventId;
return this;
}
/**
* <p>Event name.</p>
*
* <strong>example:</strong>
* <p>注册事件</p>
*/
public Builder eventName(String eventName) {
this.putQueryParameter("eventName", eventName);
this.eventName = eventName;
return this;
}
/**
* <p>Event type</p>
*
* <strong>example:</strong>
* <p>MAIN</p>
*/
public Builder eventType(String eventType) {
this.putQueryParameter("eventType", eventType);
this.eventType = eventType;
return this;
}
/**
* <p>Region code</p>
*
* <strong>example:</strong>
* <p>cn-hangzhou</p>
*/
public Builder regId(String regId) {
this.putQueryParameter("regId", regId);
this.regId = regId;
return this;
}
@Override
public SaveByPassOrShuntEventRequest build() {
return new SaveByPassOrShuntEventRequest(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/SaveByPassOrShuntEventResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link SaveByPassOrShuntEventResponse} extends {@link TeaModel}
*
* <p>SaveByPassOrShuntEventResponse</p>
*/
public class SaveByPassOrShuntEventResponse extends Response {
@com.aliyun.core.annotation.NameInMap("headers")
private java.util.Map<String, String> headers;
@com.aliyun.core.annotation.NameInMap("statusCode")
private Integer statusCode;
@com.aliyun.core.annotation.NameInMap("body")
private SaveByPassOrShuntEventResponseBody body;
private SaveByPassOrShuntEventResponse(BuilderImpl builder) {
super(builder);
this.headers = builder.headers;
this.statusCode = builder.statusCode;
this.body = builder.body;
}
public static SaveByPassOrShuntEventResponse create() {
return new BuilderImpl().build();
}
@Override
public Builder toBuilder() {
return new BuilderImpl(this);
}
/**
* @return headers
*/
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
/**
* @return statusCode
*/
public Integer getStatusCode() {
return this.statusCode;
}
/**
* @return body
*/
public SaveByPassOrShuntEventResponseBody getBody() {
return this.body;
}
public interface Builder extends Response.Builder<SaveByPassOrShuntEventResponse, Builder> {
Builder headers(java.util.Map<String, String> headers);
Builder statusCode(Integer statusCode);
Builder body(SaveByPassOrShuntEventResponseBody body);
@Override
SaveByPassOrShuntEventResponse build();
}
private static final class BuilderImpl
extends Response.BuilderImpl<SaveByPassOrShuntEventResponse, Builder>
implements Builder {
private java.util.Map<String, String> headers;
private Integer statusCode;
private SaveByPassOrShuntEventResponseBody body;
private BuilderImpl() {
super();
}
private BuilderImpl(SaveByPassOrShuntEventResponse response) {
super(response);
this.headers = response.headers;
this.statusCode = response.statusCode;
this.body = response.body;
}
/**
* headers.
*/
@Override
public Builder headers(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
/**
* statusCode.
*/
@Override
public Builder statusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
/**
* body.
*/
@Override
public Builder body(SaveByPassOrShuntEventResponseBody body) {
this.body = body;
return this;
}
@Override
public SaveByPassOrShuntEventResponse build() {
return new SaveByPassOrShuntEventResponse(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/SaveByPassOrShuntEventResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link SaveByPassOrShuntEventResponseBody} extends {@link TeaModel}
*
* <p>SaveByPassOrShuntEventResponseBody</p>
*/
public class SaveByPassOrShuntEventResponseBody extends TeaModel {
@com.aliyun.core.annotation.NameInMap("code")
private String code;
@com.aliyun.core.annotation.NameInMap("httpStatusCode")
private String httpStatusCode;
@com.aliyun.core.annotation.NameInMap("message")
private String message;
@com.aliyun.core.annotation.NameInMap("requestId")
private String requestId;
@com.aliyun.core.annotation.NameInMap("resultObject")
private Boolean resultObject;
@com.aliyun.core.annotation.NameInMap("success")
private Boolean success;
private SaveByPassOrShuntEventResponseBody(Builder builder) {
this.code = builder.code;
this.httpStatusCode = builder.httpStatusCode;
this.message = builder.message;
this.requestId = builder.requestId;
this.resultObject = builder.resultObject;
this.success = builder.success;
}
public static Builder builder() {
return new Builder();
}
public static SaveByPassOrShuntEventResponseBody create() {
return builder().build();
}
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return code
*/
public String getCode() {
return this.code;
}
/**
* @return httpStatusCode
*/
public String getHttpStatusCode() {
return this.httpStatusCode;
}
/**
* @return message
*/
public String getMessage() {
return this.message;
}
/**
* @return requestId
*/
public String getRequestId() {
return this.requestId;
}
/**
* @return resultObject
*/
public Boolean getResultObject() {
return this.resultObject;
}
/**
* @return success
*/
public Boolean getSuccess() {
return this.success;
}
public static final class Builder {
private String code;
private String httpStatusCode;
private String message;
private String requestId;
private Boolean resultObject;
private Boolean success;
private Builder() {
}
private Builder(SaveByPassOrShuntEventResponseBody model) {
this.code = model.code;
this.httpStatusCode = model.httpStatusCode;
this.message = model.message;
this.requestId = model.requestId;
this.resultObject = model.resultObject;
this.success = model.success;
}
/**
* <p>Status code</p>
*
* <strong>example:</strong>
* <p>200</p>
*/
public Builder code(String code) {
this.code = code;
return this;
}
/**
* <p>HTTP status code</p>
*
* <strong>example:</strong>
* <p>200</p>
*/
public Builder httpStatusCode(String httpStatusCode) {
this.httpStatusCode = httpStatusCode;
return this;
}
/**
* <p>Error message.</p>
*
* <strong>example:</strong>
* <p>The input parameter data is not valid. order_storage_company_num component not found</p>
*/
public Builder message(String message) {
this.message = message;
return this;
}
/**
* <p>Request ID.</p>
*
* <strong>example:</strong>
* <p>AE7E6105-7DEB-5125-9B24-DCBC139F6CD2</p>
*/
public Builder requestId(String requestId) {
this.requestId = requestId;
return this;
}
/**
* <p>Return object</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
public Builder resultObject(Boolean resultObject) {
this.resultObject = resultObject;
return this;
}
/**
* <p>Whether the request was successful.</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
public Builder success(Boolean success) {
this.success = success;
return this;
}
public SaveByPassOrShuntEventResponseBody build() {
return new SaveByPassOrShuntEventResponseBody(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/StartOrStopByPassShuntEventRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link StartOrStopByPassShuntEventRequest} extends {@link RequestModel}
*
* <p>StartOrStopByPassShuntEventRequest</p>
*/
public class StartOrStopByPassShuntEventRequest extends Request {
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("Lang")
private String lang;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("eventId")
private Long eventId;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("regId")
private String regId;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("status")
private String status;
private StartOrStopByPassShuntEventRequest(Builder builder) {
super(builder);
this.lang = builder.lang;
this.eventId = builder.eventId;
this.regId = builder.regId;
this.status = builder.status;
}
public static Builder builder() {
return new Builder();
}
public static StartOrStopByPassShuntEventRequest create() {
return builder().build();
}
@Override
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return lang
*/
public String getLang() {
return this.lang;
}
/**
* @return eventId
*/
public Long getEventId() {
return this.eventId;
}
/**
* @return regId
*/
public String getRegId() {
return this.regId;
}
/**
* @return status
*/
public String getStatus() {
return this.status;
}
public static final class Builder extends Request.Builder<StartOrStopByPassShuntEventRequest, Builder> {
private String lang;
private Long eventId;
private String regId;
private String status;
private Builder() {
super();
}
private Builder(StartOrStopByPassShuntEventRequest request) {
super(request);
this.lang = request.lang;
this.eventId = request.eventId;
this.regId = request.regId;
this.status = request.status;
}
/**
* <p>Sets the language type for requests and received messages, default value is <strong>zh</strong>. Values:</p>
* <ul>
* <li><strong>zh</strong>: Chinese</li>
* <li><strong>en</strong>: English</li>
* </ul>
*
* <strong>example:</strong>
* <p>zh</p>
*/
public Builder lang(String lang) {
this.putQueryParameter("Lang", lang);
this.lang = lang;
return this;
}
/**
* <p>Event ID.</p>
*
* <strong>example:</strong>
* <p>445</p>
*/
public Builder eventId(Long eventId) {
this.putQueryParameter("eventId", eventId);
this.eventId = eventId;
return this;
}
/**
* <p>Region code</p>
*
* <strong>example:</strong>
* <p>cn-hangzhou</p>
*/
public Builder regId(String regId) {
this.putQueryParameter("regId", regId);
this.regId = regId;
return this;
}
/**
* <p>Status.</p>
*
* <strong>example:</strong>
* <p>1</p>
*/
public Builder status(String status) {
this.putQueryParameter("status", status);
this.status = status;
return this;
}
@Override
public StartOrStopByPassShuntEventRequest build() {
return new StartOrStopByPassShuntEventRequest(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/StartOrStopByPassShuntEventResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link StartOrStopByPassShuntEventResponse} extends {@link TeaModel}
*
* <p>StartOrStopByPassShuntEventResponse</p>
*/
public class StartOrStopByPassShuntEventResponse extends Response {
@com.aliyun.core.annotation.NameInMap("headers")
private java.util.Map<String, String> headers;
@com.aliyun.core.annotation.NameInMap("statusCode")
private Integer statusCode;
@com.aliyun.core.annotation.NameInMap("body")
private StartOrStopByPassShuntEventResponseBody body;
private StartOrStopByPassShuntEventResponse(BuilderImpl builder) {
super(builder);
this.headers = builder.headers;
this.statusCode = builder.statusCode;
this.body = builder.body;
}
public static StartOrStopByPassShuntEventResponse create() {
return new BuilderImpl().build();
}
@Override
public Builder toBuilder() {
return new BuilderImpl(this);
}
/**
* @return headers
*/
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
/**
* @return statusCode
*/
public Integer getStatusCode() {
return this.statusCode;
}
/**
* @return body
*/
public StartOrStopByPassShuntEventResponseBody getBody() {
return this.body;
}
public interface Builder extends Response.Builder<StartOrStopByPassShuntEventResponse, Builder> {
Builder headers(java.util.Map<String, String> headers);
Builder statusCode(Integer statusCode);
Builder body(StartOrStopByPassShuntEventResponseBody body);
@Override
StartOrStopByPassShuntEventResponse build();
}
private static final class BuilderImpl
extends Response.BuilderImpl<StartOrStopByPassShuntEventResponse, Builder>
implements Builder {
private java.util.Map<String, String> headers;
private Integer statusCode;
private StartOrStopByPassShuntEventResponseBody body;
private BuilderImpl() {
super();
}
private BuilderImpl(StartOrStopByPassShuntEventResponse response) {
super(response);
this.headers = response.headers;
this.statusCode = response.statusCode;
this.body = response.body;
}
/**
* headers.
*/
@Override
public Builder headers(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
/**
* statusCode.
*/
@Override
public Builder statusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
/**
* body.
*/
@Override
public Builder body(StartOrStopByPassShuntEventResponseBody body) {
this.body = body;
return this;
}
@Override
public StartOrStopByPassShuntEventResponse build() {
return new StartOrStopByPassShuntEventResponse(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/StartOrStopByPassShuntEventResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link StartOrStopByPassShuntEventResponseBody} extends {@link TeaModel}
*
* <p>StartOrStopByPassShuntEventResponseBody</p>
*/
public class StartOrStopByPassShuntEventResponseBody extends TeaModel {
@com.aliyun.core.annotation.NameInMap("code")
private String code;
@com.aliyun.core.annotation.NameInMap("httpStatusCode")
private String httpStatusCode;
@com.aliyun.core.annotation.NameInMap("message")
private String message;
@com.aliyun.core.annotation.NameInMap("requestId")
private String requestId;
@com.aliyun.core.annotation.NameInMap("resultObject")
private Boolean resultObject;
@com.aliyun.core.annotation.NameInMap("success")
private Boolean success;
private StartOrStopByPassShuntEventResponseBody(Builder builder) {
this.code = builder.code;
this.httpStatusCode = builder.httpStatusCode;
this.message = builder.message;
this.requestId = builder.requestId;
this.resultObject = builder.resultObject;
this.success = builder.success;
}
public static Builder builder() {
return new Builder();
}
public static StartOrStopByPassShuntEventResponseBody create() {
return builder().build();
}
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return code
*/
public String getCode() {
return this.code;
}
/**
* @return httpStatusCode
*/
public String getHttpStatusCode() {
return this.httpStatusCode;
}
/**
* @return message
*/
public String getMessage() {
return this.message;
}
/**
* @return requestId
*/
public String getRequestId() {
return this.requestId;
}
/**
* @return resultObject
*/
public Boolean getResultObject() {
return this.resultObject;
}
/**
* @return success
*/
public Boolean getSuccess() {
return this.success;
}
public static final class Builder {
private String code;
private String httpStatusCode;
private String message;
private String requestId;
private Boolean resultObject;
private Boolean success;
private Builder() {
}
private Builder(StartOrStopByPassShuntEventResponseBody model) {
this.code = model.code;
this.httpStatusCode = model.httpStatusCode;
this.message = model.message;
this.requestId = model.requestId;
this.resultObject = model.resultObject;
this.success = model.success;
}
/**
* <p>Status code</p>
*
* <strong>example:</strong>
* <p>200</p>
*/
public Builder code(String code) {
this.code = code;
return this;
}
/**
* <p>HTTP status code</p>
*
* <strong>example:</strong>
* <p>200</p>
*/
public Builder httpStatusCode(String httpStatusCode) {
this.httpStatusCode = httpStatusCode;
return this;
}
/**
* <p>Error message.</p>
*
* <strong>example:</strong>
* <p>The input parameter data is not valid. order_storage_company_num component not found</p>
*/
public Builder message(String message) {
this.message = message;
return this;
}
/**
* <p>Request ID.</p>
*
* <strong>example:</strong>
* <p>AE7E6105-7DEB-5125-9B24-DCBC139F6CD2</p>
*/
public Builder requestId(String requestId) {
this.requestId = requestId;
return this;
}
/**
* <p>Return object</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
public Builder resultObject(Boolean resultObject) {
this.resultObject = resultObject;
return this;
}
/**
* <p>Whether the request was successful.</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
public Builder success(Boolean success) {
this.success = success;
return this;
}
public StartOrStopByPassShuntEventResponseBody build() {
return new StartOrStopByPassShuntEventResponseBody(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/StartSimulationTaskRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link StartSimulationTaskRequest} extends {@link RequestModel}
*
* <p>StartSimulationTaskRequest</p>
*/
public class StartSimulationTaskRequest extends Request {
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("Lang")
private String lang;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("id")
@com.aliyun.core.annotation.Validation(required = true)
private String id;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("regId")
private String regId;
private StartSimulationTaskRequest(Builder builder) {
super(builder);
this.lang = builder.lang;
this.id = builder.id;
this.regId = builder.regId;
}
public static Builder builder() {
return new Builder();
}
public static StartSimulationTaskRequest create() {
return builder().build();
}
@Override
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return lang
*/
public String getLang() {
return this.lang;
}
/**
* @return id
*/
public String getId() {
return this.id;
}
/**
* @return regId
*/
public String getRegId() {
return this.regId;
}
public static final class Builder extends Request.Builder<StartSimulationTaskRequest, Builder> {
private String lang;
private String id;
private String regId;
private Builder() {
super();
}
private Builder(StartSimulationTaskRequest request) {
super(request);
this.lang = request.lang;
this.id = request.id;
this.regId = request.regId;
}
/**
* <p>Sets the language type for requests and received messages, with a default value of <strong>zh</strong>. Values:</p>
* <ul>
* <li><strong>zh</strong>: Chinese</li>
* <li><strong>en</strong>: English</li>
* </ul>
*
* <strong>example:</strong>
* <p>zh</p>
*/
public Builder lang(String lang) {
this.putQueryParameter("Lang", lang);
this.lang = lang;
return this;
}
/**
* <p>Primary key ID</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>3144</p>
*/
public Builder id(String id) {
this.putQueryParameter("id", id);
this.id = id;
return this;
}
/**
* <p>Region code</p>
*
* <strong>example:</strong>
* <p>cn-hangzhou</p>
*/
public Builder regId(String regId) {
this.putQueryParameter("regId", regId);
this.regId = regId;
return this;
}
@Override
public StartSimulationTaskRequest build() {
return new StartSimulationTaskRequest(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/StartSimulationTaskResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link StartSimulationTaskResponse} extends {@link TeaModel}
*
* <p>StartSimulationTaskResponse</p>
*/
public class StartSimulationTaskResponse extends Response {
@com.aliyun.core.annotation.NameInMap("headers")
private java.util.Map<String, String> headers;
@com.aliyun.core.annotation.NameInMap("statusCode")
private Integer statusCode;
@com.aliyun.core.annotation.NameInMap("body")
private StartSimulationTaskResponseBody body;
private StartSimulationTaskResponse(BuilderImpl builder) {
super(builder);
this.headers = builder.headers;
this.statusCode = builder.statusCode;
this.body = builder.body;
}
public static StartSimulationTaskResponse create() {
return new BuilderImpl().build();
}
@Override
public Builder toBuilder() {
return new BuilderImpl(this);
}
/**
* @return headers
*/
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
/**
* @return statusCode
*/
public Integer getStatusCode() {
return this.statusCode;
}
/**
* @return body
*/
public StartSimulationTaskResponseBody getBody() {
return this.body;
}
public interface Builder extends Response.Builder<StartSimulationTaskResponse, Builder> {
Builder headers(java.util.Map<String, String> headers);
Builder statusCode(Integer statusCode);
Builder body(StartSimulationTaskResponseBody body);
@Override
StartSimulationTaskResponse build();
}
private static final class BuilderImpl
extends Response.BuilderImpl<StartSimulationTaskResponse, Builder>
implements Builder {
private java.util.Map<String, String> headers;
private Integer statusCode;
private StartSimulationTaskResponseBody body;
private BuilderImpl() {
super();
}
private BuilderImpl(StartSimulationTaskResponse response) {
super(response);
this.headers = response.headers;
this.statusCode = response.statusCode;
this.body = response.body;
}
/**
* headers.
*/
@Override
public Builder headers(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
/**
* statusCode.
*/
@Override
public Builder statusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
/**
* body.
*/
@Override
public Builder body(StartSimulationTaskResponseBody body) {
this.body = body;
return this;
}
@Override
public StartSimulationTaskResponse build() {
return new StartSimulationTaskResponse(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/StartSimulationTaskResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link StartSimulationTaskResponseBody} extends {@link TeaModel}
*
* <p>StartSimulationTaskResponseBody</p>
*/
public class StartSimulationTaskResponseBody extends TeaModel {
@com.aliyun.core.annotation.NameInMap("RequestId")
private String requestId;
@com.aliyun.core.annotation.NameInMap("resultObject")
private Boolean resultObject;
private StartSimulationTaskResponseBody(Builder builder) {
this.requestId = builder.requestId;
this.resultObject = builder.resultObject;
}
public static Builder builder() {
return new Builder();
}
public static StartSimulationTaskResponseBody create() {
return builder().build();
}
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return requestId
*/
public String getRequestId() {
return this.requestId;
}
/**
* @return resultObject
*/
public Boolean getResultObject() {
return this.resultObject;
}
public static final class Builder {
private String requestId;
private Boolean resultObject;
private Builder() {
}
private Builder(StartSimulationTaskResponseBody model) {
this.requestId = model.requestId;
this.resultObject = model.resultObject;
}
/**
* <p>Request ID.</p>
*
* <strong>example:</strong>
* <p>A32FE941-35F2-5378-B37C-4B8FDB16F094</p>
*/
public Builder requestId(String requestId) {
this.requestId = requestId;
return this;
}
/**
* <p>Return object</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
public Builder resultObject(Boolean resultObject) {
this.resultObject = resultObject;
return this;
}
public StartSimulationTaskResponseBody build() {
return new StartSimulationTaskResponseBody(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/StopSimulationTaskRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link StopSimulationTaskRequest} extends {@link RequestModel}
*
* <p>StopSimulationTaskRequest</p>
*/
public class StopSimulationTaskRequest extends Request {
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("Lang")
private String lang;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("id")
@com.aliyun.core.annotation.Validation(required = true)
private String id;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("regId")
private String regId;
private StopSimulationTaskRequest(Builder builder) {
super(builder);
this.lang = builder.lang;
this.id = builder.id;
this.regId = builder.regId;
}
public static Builder builder() {
return new Builder();
}
public static StopSimulationTaskRequest create() {
return builder().build();
}
@Override
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return lang
*/
public String getLang() {
return this.lang;
}
/**
* @return id
*/
public String getId() {
return this.id;
}
/**
* @return regId
*/
public String getRegId() {
return this.regId;
}
public static final class Builder extends Request.Builder<StopSimulationTaskRequest, Builder> {
private String lang;
private String id;
private String regId;
private Builder() {
super();
}
private Builder(StopSimulationTaskRequest request) {
super(request);
this.lang = request.lang;
this.id = request.id;
this.regId = request.regId;
}
/**
* <p>Sets the language type for requests and received messages, default value is <strong>zh</strong>. Values:</p>
* <ul>
* <li><strong>zh</strong>: Chinese</li>
* <li><strong>en</strong>: English</li>
* </ul>
*
* <strong>example:</strong>
* <p>zh</p>
*/
public Builder lang(String lang) {
this.putQueryParameter("Lang", lang);
this.lang = lang;
return this;
}
/**
* <p>Task ID.</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>376773</p>
*/
public Builder id(String id) {
this.putQueryParameter("id", id);
this.id = id;
return this;
}
/**
* <p>Region code</p>
*
* <strong>example:</strong>
* <p>cn-hangzhou</p>
*/
public Builder regId(String regId) {
this.putQueryParameter("regId", regId);
this.regId = regId;
return this;
}
@Override
public StopSimulationTaskRequest build() {
return new StopSimulationTaskRequest(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/StopSimulationTaskResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link StopSimulationTaskResponse} extends {@link TeaModel}
*
* <p>StopSimulationTaskResponse</p>
*/
public class StopSimulationTaskResponse extends Response {
@com.aliyun.core.annotation.NameInMap("headers")
private java.util.Map<String, String> headers;
@com.aliyun.core.annotation.NameInMap("statusCode")
private Integer statusCode;
@com.aliyun.core.annotation.NameInMap("body")
private StopSimulationTaskResponseBody body;
private StopSimulationTaskResponse(BuilderImpl builder) {
super(builder);
this.headers = builder.headers;
this.statusCode = builder.statusCode;
this.body = builder.body;
}
public static StopSimulationTaskResponse create() {
return new BuilderImpl().build();
}
@Override
public Builder toBuilder() {
return new BuilderImpl(this);
}
/**
* @return headers
*/
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
/**
* @return statusCode
*/
public Integer getStatusCode() {
return this.statusCode;
}
/**
* @return body
*/
public StopSimulationTaskResponseBody getBody() {
return this.body;
}
public interface Builder extends Response.Builder<StopSimulationTaskResponse, Builder> {
Builder headers(java.util.Map<String, String> headers);
Builder statusCode(Integer statusCode);
Builder body(StopSimulationTaskResponseBody body);
@Override
StopSimulationTaskResponse build();
}
private static final class BuilderImpl
extends Response.BuilderImpl<StopSimulationTaskResponse, Builder>
implements Builder {
private java.util.Map<String, String> headers;
private Integer statusCode;
private StopSimulationTaskResponseBody body;
private BuilderImpl() {
super();
}
private BuilderImpl(StopSimulationTaskResponse response) {
super(response);
this.headers = response.headers;
this.statusCode = response.statusCode;
this.body = response.body;
}
/**
* headers.
*/
@Override
public Builder headers(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
/**
* statusCode.
*/
@Override
public Builder statusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
/**
* body.
*/
@Override
public Builder body(StopSimulationTaskResponseBody body) {
this.body = body;
return this;
}
@Override
public StopSimulationTaskResponse build() {
return new StopSimulationTaskResponse(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/StopSimulationTaskResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link StopSimulationTaskResponseBody} extends {@link TeaModel}
*
* <p>StopSimulationTaskResponseBody</p>
*/
public class StopSimulationTaskResponseBody extends TeaModel {
@com.aliyun.core.annotation.NameInMap("RequestId")
private String requestId;
@com.aliyun.core.annotation.NameInMap("resultObject")
private Boolean resultObject;
private StopSimulationTaskResponseBody(Builder builder) {
this.requestId = builder.requestId;
this.resultObject = builder.resultObject;
}
public static Builder builder() {
return new Builder();
}
public static StopSimulationTaskResponseBody create() {
return builder().build();
}
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return requestId
*/
public String getRequestId() {
return this.requestId;
}
/**
* @return resultObject
*/
public Boolean getResultObject() {
return this.resultObject;
}
public static final class Builder {
private String requestId;
private Boolean resultObject;
private Builder() {
}
private Builder(StopSimulationTaskResponseBody model) {
this.requestId = model.requestId;
this.resultObject = model.resultObject;
}
/**
* <p>Request ID.</p>
*
* <strong>example:</strong>
* <p>A32FE941-35F2-5378-B37C-4B8FDB16F094</p>
*/
public Builder requestId(String requestId) {
this.requestId = requestId;
return this;
}
/**
* <p>Return object</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
public Builder resultObject(Boolean resultObject) {
this.resultObject = resultObject;
return this;
}
public StopSimulationTaskResponseBody build() {
return new StopSimulationTaskResponseBody(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/SwitchExpressionVariableRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link SwitchExpressionVariableRequest} extends {@link RequestModel}
*
* <p>SwitchExpressionVariableRequest</p>
*/
public class SwitchExpressionVariableRequest extends Request {
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("Lang")
private String lang;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("dataVersion")
@com.aliyun.core.annotation.Validation(required = true)
private Long dataVersion;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("id")
@com.aliyun.core.annotation.Validation(required = true)
private Long id;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("regId")
@com.aliyun.core.annotation.Validation(required = true)
private String regId;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("status")
@com.aliyun.core.annotation.Validation(required = true)
private String status;
private SwitchExpressionVariableRequest(Builder builder) {
super(builder);
this.lang = builder.lang;
this.dataVersion = builder.dataVersion;
this.id = builder.id;
this.regId = builder.regId;
this.status = builder.status;
}
public static Builder builder() {
return new Builder();
}
public static SwitchExpressionVariableRequest create() {
return builder().build();
}
@Override
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return lang
*/
public String getLang() {
return this.lang;
}
/**
* @return dataVersion
*/
public Long getDataVersion() {
return this.dataVersion;
}
/**
* @return id
*/
public Long getId() {
return this.id;
}
/**
* @return regId
*/
public String getRegId() {
return this.regId;
}
/**
* @return status
*/
public String getStatus() {
return this.status;
}
public static final class Builder extends Request.Builder<SwitchExpressionVariableRequest, Builder> {
private String lang;
private Long dataVersion;
private Long id;
private String regId;
private String status;
private Builder() {
super();
}
private Builder(SwitchExpressionVariableRequest request) {
super(request);
this.lang = request.lang;
this.dataVersion = request.dataVersion;
this.id = request.id;
this.regId = request.regId;
this.status = request.status;
}
/**
* <p>Sets the language type for requests and received messages, with a default value of <strong>zh</strong>. Values: </p>
* <ul>
* <li><strong>zh</strong>: Chinese</li>
* <li><strong>en</strong>: English</li>
* </ul>
*
* <strong>example:</strong>
* <p>zh</p>
*/
public Builder lang(String lang) {
this.putQueryParameter("Lang", lang);
this.lang = lang;
return this;
}
/**
* <p>Data version.</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>1</p>
*/
public Builder dataVersion(Long dataVersion) {
this.putQueryParameter("dataVersion", dataVersion);
this.dataVersion = dataVersion;
return this;
}
/**
* <p>Variable ID</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>2556</p>
*/
public Builder id(Long id) {
this.putQueryParameter("id", id);
this.id = id;
return this;
}
/**
* <p>Region code</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>cn-hangzhou</p>
*/
public Builder regId(String regId) {
this.putQueryParameter("regId", regId);
this.regId = regId;
return this;
}
/**
* <p>Status.</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>ENABLE</p>
*/
public Builder status(String status) {
this.putQueryParameter("status", status);
this.status = status;
return this;
}
@Override
public SwitchExpressionVariableRequest build() {
return new SwitchExpressionVariableRequest(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/SwitchExpressionVariableResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link SwitchExpressionVariableResponse} extends {@link TeaModel}
*
* <p>SwitchExpressionVariableResponse</p>
*/
public class SwitchExpressionVariableResponse extends Response {
@com.aliyun.core.annotation.NameInMap("headers")
private java.util.Map<String, String> headers;
@com.aliyun.core.annotation.NameInMap("statusCode")
private Integer statusCode;
@com.aliyun.core.annotation.NameInMap("body")
private SwitchExpressionVariableResponseBody body;
private SwitchExpressionVariableResponse(BuilderImpl builder) {
super(builder);
this.headers = builder.headers;
this.statusCode = builder.statusCode;
this.body = builder.body;
}
public static SwitchExpressionVariableResponse create() {
return new BuilderImpl().build();
}
@Override
public Builder toBuilder() {
return new BuilderImpl(this);
}
/**
* @return headers
*/
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
/**
* @return statusCode
*/
public Integer getStatusCode() {
return this.statusCode;
}
/**
* @return body
*/
public SwitchExpressionVariableResponseBody getBody() {
return this.body;
}
public interface Builder extends Response.Builder<SwitchExpressionVariableResponse, Builder> {
Builder headers(java.util.Map<String, String> headers);
Builder statusCode(Integer statusCode);
Builder body(SwitchExpressionVariableResponseBody body);
@Override
SwitchExpressionVariableResponse build();
}
private static final class BuilderImpl
extends Response.BuilderImpl<SwitchExpressionVariableResponse, Builder>
implements Builder {
private java.util.Map<String, String> headers;
private Integer statusCode;
private SwitchExpressionVariableResponseBody body;
private BuilderImpl() {
super();
}
private BuilderImpl(SwitchExpressionVariableResponse response) {
super(response);
this.headers = response.headers;
this.statusCode = response.statusCode;
this.body = response.body;
}
/**
* headers.
*/
@Override
public Builder headers(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
/**
* statusCode.
*/
@Override
public Builder statusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
/**
* body.
*/
@Override
public Builder body(SwitchExpressionVariableResponseBody body) {
this.body = body;
return this;
}
@Override
public SwitchExpressionVariableResponse build() {
return new SwitchExpressionVariableResponse(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/SwitchExpressionVariableResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link SwitchExpressionVariableResponseBody} extends {@link TeaModel}
*
* <p>SwitchExpressionVariableResponseBody</p>
*/
public class SwitchExpressionVariableResponseBody extends TeaModel {
@com.aliyun.core.annotation.NameInMap("RequestId")
private String requestId;
@com.aliyun.core.annotation.NameInMap("resultObject")
private Boolean resultObject;
private SwitchExpressionVariableResponseBody(Builder builder) {
this.requestId = builder.requestId;
this.resultObject = builder.resultObject;
}
public static Builder builder() {
return new Builder();
}
public static SwitchExpressionVariableResponseBody create() {
return builder().build();
}
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return requestId
*/
public String getRequestId() {
return this.requestId;
}
/**
* @return resultObject
*/
public Boolean getResultObject() {
return this.resultObject;
}
public static final class Builder {
private String requestId;
private Boolean resultObject;
private Builder() {
}
private Builder(SwitchExpressionVariableResponseBody model) {
this.requestId = model.requestId;
this.resultObject = model.resultObject;
}
/**
* <p>Request ID.</p>
*
* <strong>example:</strong>
* <p>A32FE941-35F2-5378-B37C-4B8FDB16F094</p>
*/
public Builder requestId(String requestId) {
this.requestId = requestId;
return this;
}
/**
* <p>Return object</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
public Builder resultObject(Boolean resultObject) {
this.resultObject = resultObject;
return this;
}
public SwitchExpressionVariableResponseBody build() {
return new SwitchExpressionVariableResponseBody(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/SwitchFieldRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link SwitchFieldRequest} extends {@link RequestModel}
*
* <p>SwitchFieldRequest</p>
*/
public class SwitchFieldRequest extends Request {
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("Lang")
private String lang;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("id")
private Long id;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("name")
private String name;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("regId")
@com.aliyun.core.annotation.Validation(required = true)
private String regId;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("source")
private String source;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("status")
private String status;
private SwitchFieldRequest(Builder builder) {
super(builder);
this.lang = builder.lang;
this.id = builder.id;
this.name = builder.name;
this.regId = builder.regId;
this.source = builder.source;
this.status = builder.status;
}
public static Builder builder() {
return new Builder();
}
public static SwitchFieldRequest create() {
return builder().build();
}
@Override
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return lang
*/
public String getLang() {
return this.lang;
}
/**
* @return id
*/
public Long getId() {
return this.id;
}
/**
* @return name
*/
public String getName() {
return this.name;
}
/**
* @return regId
*/
public String getRegId() {
return this.regId;
}
/**
* @return source
*/
public String getSource() {
return this.source;
}
/**
* @return status
*/
public String getStatus() {
return this.status;
}
public static final class Builder extends Request.Builder<SwitchFieldRequest, Builder> {
private String lang;
private Long id;
private String name;
private String regId;
private String source;
private String status;
private Builder() {
super();
}
private Builder(SwitchFieldRequest request) {
super(request);
this.lang = request.lang;
this.id = request.id;
this.name = request.name;
this.regId = request.regId;
this.source = request.source;
this.status = request.status;
}
/**
* <p>Sets the language type for requests and received messages, with a default value of <strong>zh</strong>. Values:</p>
* <ul>
* <li><strong>zh</strong>: Chinese</li>
* <li><strong>en</strong>: English</li>
* </ul>
*
* <strong>example:</strong>
* <p>zh</p>
*/
public Builder lang(String lang) {
this.putQueryParameter("Lang", lang);
this.lang = lang;
return this;
}
/**
* <p>Primary Key ID</p>
*
* <strong>example:</strong>
* <p>250002</p>
*/
public Builder id(Long id) {
this.putQueryParameter("id", id);
this.id = id;
return this;
}
/**
* <p>Parameter Name.</p>
*
* <strong>example:</strong>
* <p>age</p>
*/
public Builder name(String name) {
this.putQueryParameter("name", name);
this.name = name;
return this;
}
/**
* <p>Region Code</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>cn-hangzhou</p>
*/
public Builder regId(String regId) {
this.putQueryParameter("regId", regId);
this.regId = regId;
return this;
}
/**
* <p>Field Source</p>
*
* <strong>example:</strong>
* <p>DEFINE</p>
*/
public Builder source(String source) {
this.putQueryParameter("source", source);
this.source = source;
return this;
}
/**
* <p>Status.</p>
*
* <strong>example:</strong>
* <p>ENABLE</p>
*/
public Builder status(String status) {
this.putQueryParameter("status", status);
this.status = status;
return this;
}
@Override
public SwitchFieldRequest build() {
return new SwitchFieldRequest(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/SwitchFieldResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link SwitchFieldResponse} extends {@link TeaModel}
*
* <p>SwitchFieldResponse</p>
*/
public class SwitchFieldResponse extends Response {
@com.aliyun.core.annotation.NameInMap("headers")
private java.util.Map<String, String> headers;
@com.aliyun.core.annotation.NameInMap("statusCode")
private Integer statusCode;
@com.aliyun.core.annotation.NameInMap("body")
private SwitchFieldResponseBody body;
private SwitchFieldResponse(BuilderImpl builder) {
super(builder);
this.headers = builder.headers;
this.statusCode = builder.statusCode;
this.body = builder.body;
}
public static SwitchFieldResponse create() {
return new BuilderImpl().build();
}
@Override
public Builder toBuilder() {
return new BuilderImpl(this);
}
/**
* @return headers
*/
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
/**
* @return statusCode
*/
public Integer getStatusCode() {
return this.statusCode;
}
/**
* @return body
*/
public SwitchFieldResponseBody getBody() {
return this.body;
}
public interface Builder extends Response.Builder<SwitchFieldResponse, Builder> {
Builder headers(java.util.Map<String, String> headers);
Builder statusCode(Integer statusCode);
Builder body(SwitchFieldResponseBody body);
@Override
SwitchFieldResponse build();
}
private static final class BuilderImpl
extends Response.BuilderImpl<SwitchFieldResponse, Builder>
implements Builder {
private java.util.Map<String, String> headers;
private Integer statusCode;
private SwitchFieldResponseBody body;
private BuilderImpl() {
super();
}
private BuilderImpl(SwitchFieldResponse response) {
super(response);
this.headers = response.headers;
this.statusCode = response.statusCode;
this.body = response.body;
}
/**
* headers.
*/
@Override
public Builder headers(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
/**
* statusCode.
*/
@Override
public Builder statusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
/**
* body.
*/
@Override
public Builder body(SwitchFieldResponseBody body) {
this.body = body;
return this;
}
@Override
public SwitchFieldResponse build() {
return new SwitchFieldResponse(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/SwitchFieldResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link SwitchFieldResponseBody} extends {@link TeaModel}
*
* <p>SwitchFieldResponseBody</p>
*/
public class SwitchFieldResponseBody extends TeaModel {
@com.aliyun.core.annotation.NameInMap("RequestId")
private String requestId;
@com.aliyun.core.annotation.NameInMap("resultObject")
private Boolean resultObject;
private SwitchFieldResponseBody(Builder builder) {
this.requestId = builder.requestId;
this.resultObject = builder.resultObject;
}
public static Builder builder() {
return new Builder();
}
public static SwitchFieldResponseBody create() {
return builder().build();
}
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return requestId
*/
public String getRequestId() {
return this.requestId;
}
/**
* @return resultObject
*/
public Boolean getResultObject() {
return this.resultObject;
}
public static final class Builder {
private String requestId;
private Boolean resultObject;
private Builder() {
}
private Builder(SwitchFieldResponseBody model) {
this.requestId = model.requestId;
this.resultObject = model.resultObject;
}
/**
* <p>Request ID.</p>
*
* <strong>example:</strong>
* <p>A32FE941-35F2-5378-B37C-4B8FDB16F094</p>
*/
public Builder requestId(String requestId) {
this.requestId = requestId;
return this;
}
/**
* <p>Return Object</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
public Builder resultObject(Boolean resultObject) {
this.resultObject = resultObject;
return this;
}
public SwitchFieldResponseBody build() {
return new SwitchFieldResponseBody(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/SwitchQueryVariableRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link SwitchQueryVariableRequest} extends {@link RequestModel}
*
* <p>SwitchQueryVariableRequest</p>
*/
public class SwitchQueryVariableRequest extends Request {
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("Lang")
private String lang;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("id")
@com.aliyun.core.annotation.Validation(required = true)
private Long id;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("regId")
@com.aliyun.core.annotation.Validation(required = true)
private String regId;
@com.aliyun.core.annotation.Query
@com.aliyun.core.annotation.NameInMap("status")
private String status;
private SwitchQueryVariableRequest(Builder builder) {
super(builder);
this.lang = builder.lang;
this.id = builder.id;
this.regId = builder.regId;
this.status = builder.status;
}
public static Builder builder() {
return new Builder();
}
public static SwitchQueryVariableRequest create() {
return builder().build();
}
@Override
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return lang
*/
public String getLang() {
return this.lang;
}
/**
* @return id
*/
public Long getId() {
return this.id;
}
/**
* @return regId
*/
public String getRegId() {
return this.regId;
}
/**
* @return status
*/
public String getStatus() {
return this.status;
}
public static final class Builder extends Request.Builder<SwitchQueryVariableRequest, Builder> {
private String lang;
private Long id;
private String regId;
private String status;
private Builder() {
super();
}
private Builder(SwitchQueryVariableRequest request) {
super(request);
this.lang = request.lang;
this.id = request.id;
this.regId = request.regId;
this.status = request.status;
}
/**
* <p>Sets the language type for requests and received messages, default value is <strong>zh</strong>. Values:</p>
* <ul>
* <li><strong>zh</strong>: Chinese</li>
* <li><strong>en</strong>: English</li>
* </ul>
*
* <strong>example:</strong>
* <p>zh</p>
*/
public Builder lang(String lang) {
this.putQueryParameter("Lang", lang);
this.lang = lang;
return this;
}
/**
* <p>Primary key ID</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>3144</p>
*/
public Builder id(Long id) {
this.putQueryParameter("id", id);
this.id = id;
return this;
}
/**
* <p>Region code</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>cn-hangzhou</p>
*/
public Builder regId(String regId) {
this.putQueryParameter("regId", regId);
this.regId = regId;
return this;
}
/**
* <p>Status.</p>
*
* <strong>example:</strong>
* <p>ENABLE</p>
*/
public Builder status(String status) {
this.putQueryParameter("status", status);
this.status = status;
return this;
}
@Override
public SwitchQueryVariableRequest build() {
return new SwitchQueryVariableRequest(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/SwitchQueryVariableResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link SwitchQueryVariableResponse} extends {@link TeaModel}
*
* <p>SwitchQueryVariableResponse</p>
*/
public class SwitchQueryVariableResponse extends Response {
@com.aliyun.core.annotation.NameInMap("headers")
private java.util.Map<String, String> headers;
@com.aliyun.core.annotation.NameInMap("statusCode")
private Integer statusCode;
@com.aliyun.core.annotation.NameInMap("body")
private SwitchQueryVariableResponseBody body;
private SwitchQueryVariableResponse(BuilderImpl builder) {
super(builder);
this.headers = builder.headers;
this.statusCode = builder.statusCode;
this.body = builder.body;
}
public static SwitchQueryVariableResponse create() {
return new BuilderImpl().build();
}
@Override
public Builder toBuilder() {
return new BuilderImpl(this);
}
/**
* @return headers
*/
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
/**
* @return statusCode
*/
public Integer getStatusCode() {
return this.statusCode;
}
/**
* @return body
*/
public SwitchQueryVariableResponseBody getBody() {
return this.body;
}
public interface Builder extends Response.Builder<SwitchQueryVariableResponse, Builder> {
Builder headers(java.util.Map<String, String> headers);
Builder statusCode(Integer statusCode);
Builder body(SwitchQueryVariableResponseBody body);
@Override
SwitchQueryVariableResponse build();
}
private static final class BuilderImpl
extends Response.BuilderImpl<SwitchQueryVariableResponse, Builder>
implements Builder {
private java.util.Map<String, String> headers;
private Integer statusCode;
private SwitchQueryVariableResponseBody body;
private BuilderImpl() {
super();
}
private BuilderImpl(SwitchQueryVariableResponse response) {
super(response);
this.headers = response.headers;
this.statusCode = response.statusCode;
this.body = response.body;
}
/**
* headers.
*/
@Override
public Builder headers(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
/**
* statusCode.
*/
@Override
public Builder statusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
/**
* body.
*/
@Override
public Builder body(SwitchQueryVariableResponseBody body) {
this.body = body;
return this;
}
@Override
public SwitchQueryVariableResponse build() {
return new SwitchQueryVariableResponse(this);
}
}
}
|
0
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910
|
java-sources/com/aliyun/alibabacloud-xtee20210910/2.0.2/com/aliyun/sdk/service/xtee20210910/models/SwitchQueryVariableResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.xtee20210910.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link SwitchQueryVariableResponseBody} extends {@link TeaModel}
*
* <p>SwitchQueryVariableResponseBody</p>
*/
public class SwitchQueryVariableResponseBody extends TeaModel {
@com.aliyun.core.annotation.NameInMap("RequestId")
private String requestId;
@com.aliyun.core.annotation.NameInMap("resultObject")
private Boolean resultObject;
private SwitchQueryVariableResponseBody(Builder builder) {
this.requestId = builder.requestId;
this.resultObject = builder.resultObject;
}
public static Builder builder() {
return new Builder();
}
public static SwitchQueryVariableResponseBody create() {
return builder().build();
}
public Builder toBuilder() {
return new Builder(this);
}
/**
* @return requestId
*/
public String getRequestId() {
return this.requestId;
}
/**
* @return resultObject
*/
public Boolean getResultObject() {
return this.resultObject;
}
public static final class Builder {
private String requestId;
private Boolean resultObject;
private Builder() {
}
private Builder(SwitchQueryVariableResponseBody model) {
this.requestId = model.requestId;
this.resultObject = model.resultObject;
}
/**
* <p>Request ID</p>
*
* <strong>example:</strong>
* <p>A32FE941-35F2-5378-B37C-4B8FDB16F094</p>
*/
public Builder requestId(String requestId) {
this.requestId = requestId;
return this;
}
/**
* <p>Return object</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
public Builder resultObject(Boolean resultObject) {
this.resultObject = resultObject;
return this;
}
public SwitchQueryVariableResponseBody build() {
return new SwitchQueryVariableResponseBody(this);
}
}
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.