index
int64 | repo_id
string | file_path
string | content
string |
|---|---|---|---|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/GetSampleRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class GetSampleRequest extends RoaAcsRequest<GetSampleResponse> {
private String instanceId;
private String sampleId;
private Boolean withExtendParmas;
public GetSampleRequest() {
super("Airec", "2020-11-26", "GetSample", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]/samples/[sampleId]");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
public String getSampleId() {
return this.sampleId;
}
public void setSampleId(String sampleId) {
this.sampleId = sampleId;
if(sampleId != null){
putPathParameter("sampleId", sampleId);
}
}
public Boolean getWithExtendParmas() {
return this.withExtendParmas;
}
public void setWithExtendParmas(Boolean withExtendParmas) {
this.withExtendParmas = withExtendParmas;
if(withExtendParmas != null){
putQueryParameter("withExtendParmas", withExtendParmas.toString());
}
}
@Override
public Class<GetSampleResponse> getResponseClass() {
return GetSampleResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/GetSampleResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.GetSampleResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetSampleResponse extends AcsResponse {
private String requestId;
private Result result;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Result getResult() {
return this.result;
}
public void setResult(Result result) {
this.result = result;
}
public static class Result {
private String status;
private String gmtCreate;
private String gmtModified;
private String sampleId;
private Meta meta;
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public String getGmtCreate() {
return this.gmtCreate;
}
public void setGmtCreate(String gmtCreate) {
this.gmtCreate = gmtCreate;
}
public String getGmtModified() {
return this.gmtModified;
}
public void setGmtModified(String gmtModified) {
this.gmtModified = gmtModified;
}
public String getSampleId() {
return this.sampleId;
}
public void setSampleId(String sampleId) {
this.sampleId = sampleId;
}
public Meta getMeta() {
return this.meta;
}
public void setMeta(Meta meta) {
this.meta = meta;
}
public static class Meta {
private Boolean autoUpdate;
private Long autoUpdateFrequency;
private String clonedId;
private String metaType;
private String name;
private String storeConfig;
private String type;
private Config config;
private ExtendParams extendParams;
public Boolean getAutoUpdate() {
return this.autoUpdate;
}
public void setAutoUpdate(Boolean autoUpdate) {
this.autoUpdate = autoUpdate;
}
public Long getAutoUpdateFrequency() {
return this.autoUpdateFrequency;
}
public void setAutoUpdateFrequency(Long autoUpdateFrequency) {
this.autoUpdateFrequency = autoUpdateFrequency;
}
public String getClonedId() {
return this.clonedId;
}
public void setClonedId(String clonedId) {
this.clonedId = clonedId;
}
public String getMetaType() {
return this.metaType;
}
public void setMetaType(String metaType) {
this.metaType = metaType;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public String getStoreConfig() {
return this.storeConfig;
}
public void setStoreConfig(String storeConfig) {
this.storeConfig = storeConfig;
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public Config getConfig() {
return this.config;
}
public void setConfig(Config config) {
this.config = config;
}
public ExtendParams getExtendParams() {
return this.extendParams;
}
public void setExtendParams(ExtendParams extendParams) {
this.extendParams = extendParams;
}
public static class Config {
private List<WeightLogicListItem> weightLogicList;
private List<String> bhvTableSourceIds;
private FeatureConfig featureConfig;
private LabelLogic labelLogic;
public List<WeightLogicListItem> getWeightLogicList() {
return this.weightLogicList;
}
public void setWeightLogicList(List<WeightLogicListItem> weightLogicList) {
this.weightLogicList = weightLogicList;
}
public List<String> getBhvTableSourceIds() {
return this.bhvTableSourceIds;
}
public void setBhvTableSourceIds(List<String> bhvTableSourceIds) {
this.bhvTableSourceIds = bhvTableSourceIds;
}
public FeatureConfig getFeatureConfig() {
return this.featureConfig;
}
public void setFeatureConfig(FeatureConfig featureConfig) {
this.featureConfig = featureConfig;
}
public LabelLogic getLabelLogic() {
return this.labelLogic;
}
public void setLabelLogic(LabelLogic labelLogic) {
this.labelLogic = labelLogic;
}
public static class WeightLogicListItem {
private String bhv;
private String weight;
public String getBhv() {
return this.bhv;
}
public void setBhv(String bhv) {
this.bhv = bhv;
}
public String getWeight() {
return this.weight;
}
public void setWeight(String weight) {
this.weight = weight;
}
}
public static class FeatureConfig {
private String itemFeatures;
private String userFeatures;
public String getItemFeatures() {
return this.itemFeatures;
}
public void setItemFeatures(String itemFeatures) {
this.itemFeatures = itemFeatures;
}
public String getUserFeatures() {
return this.userFeatures;
}
public void setUserFeatures(String userFeatures) {
this.userFeatures = userFeatures;
}
}
public static class LabelLogic {
private Long bhvTimeWindow;
private String negativeBhvTypes;
private String positiveBhvTypes;
public Long getBhvTimeWindow() {
return this.bhvTimeWindow;
}
public void setBhvTimeWindow(Long bhvTimeWindow) {
this.bhvTimeWindow = bhvTimeWindow;
}
public String getNegativeBhvTypes() {
return this.negativeBhvTypes;
}
public void setNegativeBhvTypes(String negativeBhvTypes) {
this.negativeBhvTypes = negativeBhvTypes;
}
public String getPositiveBhvTypes() {
return this.positiveBhvTypes;
}
public void setPositiveBhvTypes(String positiveBhvTypes) {
this.positiveBhvTypes = positiveBhvTypes;
}
}
}
public static class ExtendParams {
private Long latestTaskStatus;
private Long sampleCount;
public Long getLatestTaskStatus() {
return this.latestTaskStatus;
}
public void setLatestTaskStatus(Long latestTaskStatus) {
this.latestTaskStatus = latestTaskStatus;
}
public Long getSampleCount() {
return this.sampleCount;
}
public void setSampleCount(Long sampleCount) {
this.sampleCount = sampleCount;
}
}
}
}
@Override
public GetSampleResponse getInstance(UnmarshallerContext context) {
return GetSampleResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/InitComputingResourceRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class InitComputingResourceRequest extends RoaAcsRequest<InitComputingResourceResponse> {
private String instanceId;
private String type;
private String key;
public InitComputingResourceRequest() {
super("Airec", "2020-11-26", "InitComputingResource", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]/computing-resources/actions/init");
setMethod(MethodType.PUT);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
if(type != null){
putQueryParameter("type", type);
}
}
public String getKey() {
return this.key;
}
public void setKey(String key) {
this.key = key;
if(key != null){
putQueryParameter("key", key);
}
}
@Override
public Class<InitComputingResourceResponse> getResponseClass() {
return InitComputingResourceResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/InitComputingResourceResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.InitComputingResourceResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class InitComputingResourceResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public InitComputingResourceResponse getInstance(UnmarshallerContext context) {
return InitComputingResourceResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListDashboardDetailsFlowsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ListDashboardDetailsFlowsRequest extends RoaAcsRequest<ListDashboardDetailsFlowsResponse> {
private String metricType;
private String instanceId;
private String experimentIds;
private String traceIds;
private Long endTime;
private Long startTime;
private String sceneIds;
public ListDashboardDetailsFlowsRequest() {
super("Airec", "2020-11-26", "ListDashboardDetailsFlows", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]/dashboard/details/flows");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getMetricType() {
return this.metricType;
}
public void setMetricType(String metricType) {
this.metricType = metricType;
if(metricType != null){
putQueryParameter("metricType", metricType);
}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
public String getExperimentIds() {
return this.experimentIds;
}
public void setExperimentIds(String experimentIds) {
this.experimentIds = experimentIds;
if(experimentIds != null){
putQueryParameter("experimentIds", experimentIds);
}
}
public String getTraceIds() {
return this.traceIds;
}
public void setTraceIds(String traceIds) {
this.traceIds = traceIds;
if(traceIds != null){
putQueryParameter("traceIds", traceIds);
}
}
public Long getEndTime() {
return this.endTime;
}
public void setEndTime(Long endTime) {
this.endTime = endTime;
if(endTime != null){
putQueryParameter("endTime", endTime.toString());
}
}
public Long getStartTime() {
return this.startTime;
}
public void setStartTime(Long startTime) {
this.startTime = startTime;
if(startTime != null){
putQueryParameter("startTime", startTime.toString());
}
}
public String getSceneIds() {
return this.sceneIds;
}
public void setSceneIds(String sceneIds) {
this.sceneIds = sceneIds;
if(sceneIds != null){
putQueryParameter("sceneIds", sceneIds);
}
}
@Override
public Class<ListDashboardDetailsFlowsResponse> getResponseClass() {
return ListDashboardDetailsFlowsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListDashboardDetailsFlowsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import java.util.List;
import java.util.Map;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ListDashboardDetailsFlowsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListDashboardDetailsFlowsResponse extends AcsResponse {
private String code;
private String requestId;
private String message;
private Result result;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public Result getResult() {
return this.result;
}
public void setResult(Result result) {
this.result = result;
}
public static class Result {
private String metricType;
private List<MetricDataItem> metricData;
public String getMetricType() {
return this.metricType;
}
public void setMetricType(String metricType) {
this.metricType = metricType;
}
public List<MetricDataItem> getMetricData() {
return this.metricData;
}
public void setMetricData(List<MetricDataItem> metricData) {
this.metricData = metricData;
}
public static class MetricDataItem {
private String traceId;
private String sceneId;
private Map<Object,Object> metricRes;
public String getTraceId() {
return this.traceId;
}
public void setTraceId(String traceId) {
this.traceId = traceId;
}
public String getSceneId() {
return this.sceneId;
}
public void setSceneId(String sceneId) {
this.sceneId = sceneId;
}
public Map<Object,Object> getMetricRes() {
return this.metricRes;
}
public void setMetricRes(Map<Object,Object> metricRes) {
this.metricRes = metricRes;
}
}
}
@Override
public ListDashboardDetailsFlowsResponse getInstance(UnmarshallerContext context) {
return ListDashboardDetailsFlowsResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListDashboardDetailsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ListDashboardDetailsRequest extends RoaAcsRequest<ListDashboardDetailsResponse> {
private String metricType;
private String instanceId;
private String experimentIds;
private String matchTypes;
private String traceIds;
private Long endTime;
private Long startTime;
private String sceneIds;
public ListDashboardDetailsRequest() {
super("Airec", "2020-11-26", "ListDashboardDetails", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]/dashboard/details");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getMetricType() {
return this.metricType;
}
public void setMetricType(String metricType) {
this.metricType = metricType;
if(metricType != null){
putQueryParameter("metricType", metricType);
}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
public String getExperimentIds() {
return this.experimentIds;
}
public void setExperimentIds(String experimentIds) {
this.experimentIds = experimentIds;
if(experimentIds != null){
putQueryParameter("experimentIds", experimentIds);
}
}
public String getMatchTypes() {
return this.matchTypes;
}
public void setMatchTypes(String matchTypes) {
this.matchTypes = matchTypes;
if(matchTypes != null){
putQueryParameter("matchTypes", matchTypes);
}
}
public String getTraceIds() {
return this.traceIds;
}
public void setTraceIds(String traceIds) {
this.traceIds = traceIds;
if(traceIds != null){
putQueryParameter("traceIds", traceIds);
}
}
public Long getEndTime() {
return this.endTime;
}
public void setEndTime(Long endTime) {
this.endTime = endTime;
if(endTime != null){
putQueryParameter("endTime", endTime.toString());
}
}
public Long getStartTime() {
return this.startTime;
}
public void setStartTime(Long startTime) {
this.startTime = startTime;
if(startTime != null){
putQueryParameter("startTime", startTime.toString());
}
}
public String getSceneIds() {
return this.sceneIds;
}
public void setSceneIds(String sceneIds) {
this.sceneIds = sceneIds;
if(sceneIds != null){
putQueryParameter("sceneIds", sceneIds);
}
}
@Override
public Class<ListDashboardDetailsResponse> getResponseClass() {
return ListDashboardDetailsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListDashboardDetailsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import java.util.List;
import java.util.Map;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ListDashboardDetailsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListDashboardDetailsResponse extends AcsResponse {
private String code;
private String requestId;
private String message;
private List<ResultItem> result;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public List<ResultItem> getResult() {
return this.result;
}
public void setResult(List<ResultItem> result) {
this.result = result;
}
public static class ResultItem {
private String traceId;
private String sceneId;
private MetricRes metricRes;
public String getTraceId() {
return this.traceId;
}
public void setTraceId(String traceId) {
this.traceId = traceId;
}
public String getSceneId() {
return this.sceneId;
}
public void setSceneId(String sceneId) {
this.sceneId = sceneId;
}
public MetricRes getMetricRes() {
return this.metricRes;
}
public void setMetricRes(MetricRes metricRes) {
this.metricRes = metricRes;
}
public static class MetricRes {
private Map<Object,Object> total;
private Map<Object,Object> detail;
public Map<Object,Object> getTotal() {
return this.total;
}
public void setTotal(Map<Object,Object> total) {
this.total = total;
}
public Map<Object,Object> getDetail() {
return this.detail;
}
public void setDetail(Map<Object,Object> detail) {
this.detail = detail;
}
}
}
@Override
public ListDashboardDetailsResponse getInstance(UnmarshallerContext context) {
return ListDashboardDetailsResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListDashboardMetricsFlowsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ListDashboardMetricsFlowsRequest extends RoaAcsRequest<ListDashboardMetricsFlowsResponse> {
private String metricType;
private String instanceId;
private Long endTime;
private Long startTime;
public ListDashboardMetricsFlowsRequest() {
super("Airec", "2020-11-26", "ListDashboardMetricsFlows", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]/dashboard/metrics/flows");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getMetricType() {
return this.metricType;
}
public void setMetricType(String metricType) {
this.metricType = metricType;
if(metricType != null){
putQueryParameter("metricType", metricType);
}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
public Long getEndTime() {
return this.endTime;
}
public void setEndTime(Long endTime) {
this.endTime = endTime;
if(endTime != null){
putQueryParameter("endTime", endTime.toString());
}
}
public Long getStartTime() {
return this.startTime;
}
public void setStartTime(Long startTime) {
this.startTime = startTime;
if(startTime != null){
putQueryParameter("startTime", startTime.toString());
}
}
@Override
public Class<ListDashboardMetricsFlowsResponse> getResponseClass() {
return ListDashboardMetricsFlowsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListDashboardMetricsFlowsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import java.util.List;
import java.util.Map;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ListDashboardMetricsFlowsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListDashboardMetricsFlowsResponse extends AcsResponse {
private String code;
private String requestId;
private String message;
private List<ResultItem> result;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public List<ResultItem> getResult() {
return this.result;
}
public void setResult(List<ResultItem> result) {
this.result = result;
}
public static class ResultItem {
private String metricType;
private Map<Object,Object> metricData;
public String getMetricType() {
return this.metricType;
}
public void setMetricType(String metricType) {
this.metricType = metricType;
}
public Map<Object,Object> getMetricData() {
return this.metricData;
}
public void setMetricData(Map<Object,Object> metricData) {
this.metricData = metricData;
}
}
@Override
public ListDashboardMetricsFlowsResponse getInstance(UnmarshallerContext context) {
return ListDashboardMetricsFlowsResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListDashboardMetricsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ListDashboardMetricsRequest extends RoaAcsRequest<ListDashboardMetricsResponse> {
private String metricType;
private String instanceId;
private String metricQuery;
private Long endTime;
private Long startTime;
private String metricView;
public ListDashboardMetricsRequest() {
super("Airec", "2020-11-26", "ListDashboardMetrics", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]/dashboard/metrics");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getMetricType() {
return this.metricType;
}
public void setMetricType(String metricType) {
this.metricType = metricType;
if(metricType != null){
putQueryParameter("metricType", metricType);
}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
public String getMetricQuery() {
return this.metricQuery;
}
public void setMetricQuery(String metricQuery) {
this.metricQuery = metricQuery;
if(metricQuery != null){
putQueryParameter("metricQuery", metricQuery);
}
}
public Long getEndTime() {
return this.endTime;
}
public void setEndTime(Long endTime) {
this.endTime = endTime;
if(endTime != null){
putQueryParameter("endTime", endTime.toString());
}
}
public Long getStartTime() {
return this.startTime;
}
public void setStartTime(Long startTime) {
this.startTime = startTime;
if(startTime != null){
putQueryParameter("startTime", startTime.toString());
}
}
public String getMetricView() {
return this.metricView;
}
public void setMetricView(String metricView) {
this.metricView = metricView;
if(metricView != null){
putQueryParameter("metricView", metricView);
}
}
@Override
public Class<ListDashboardMetricsResponse> getResponseClass() {
return ListDashboardMetricsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListDashboardMetricsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import java.util.List;
import java.util.Map;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ListDashboardMetricsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListDashboardMetricsResponse extends AcsResponse {
private String code;
private String requestId;
private String message;
private List<ResultItem> result;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public List<ResultItem> getResult() {
return this.result;
}
public void setResult(List<ResultItem> result) {
this.result = result;
}
public static class ResultItem {
private Map<Object,Object> total;
private List<DetailItem> detail;
public Map<Object,Object> getTotal() {
return this.total;
}
public void setTotal(Map<Object,Object> total) {
this.total = total;
}
public List<DetailItem> getDetail() {
return this.detail;
}
public void setDetail(List<DetailItem> detail) {
this.detail = detail;
}
public static class DetailItem {
private String val;
private String startTime;
private String endTime;
public String getVal() {
return this.val;
}
public void setVal(String val) {
this.val = val;
}
public String getStartTime() {
return this.startTime;
}
public void setStartTime(String startTime) {
this.startTime = startTime;
}
public String getEndTime() {
return this.endTime;
}
public void setEndTime(String endTime) {
this.endTime = endTime;
}
}
}
@Override
public ListDashboardMetricsResponse getInstance(UnmarshallerContext context) {
return ListDashboardMetricsResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListDataDiagnoseReportsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ListDataDiagnoseReportsRequest extends RoaAcsRequest<ListDataDiagnoseReportsResponse> {
private String instanceId;
private Long taskCreateTime;
public ListDataDiagnoseReportsRequest() {
super("Airec", "2020-11-26", "ListDataDiagnoseReports", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]/data-diagnose-reports");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
public Long getTaskCreateTime() {
return this.taskCreateTime;
}
public void setTaskCreateTime(Long taskCreateTime) {
this.taskCreateTime = taskCreateTime;
if(taskCreateTime != null){
putQueryParameter("taskCreateTime", taskCreateTime.toString());
}
}
@Override
public Class<ListDataDiagnoseReportsResponse> getResponseClass() {
return ListDataDiagnoseReportsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListDataDiagnoseReportsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import java.util.Map;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ListDataDiagnoseReportsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListDataDiagnoseReportsResponse extends AcsResponse {
private String requestId;
private Map<Object,Object> result;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Map<Object,Object> getResult() {
return this.result;
}
public void setResult(Map<Object,Object> result) {
this.result = result;
}
@Override
public ListDataDiagnoseReportsResponse getInstance(UnmarshallerContext context) {
return ListDataDiagnoseReportsResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListDataDiagnoseSampleDetailsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ListDataDiagnoseSampleDetailsRequest extends RoaAcsRequest<ListDataDiagnoseSampleDetailsResponse> {
private String instanceId;
private String taskSource;
private Long endTime;
private Long startTime;
private Long taskCreateTime;
private String key;
public ListDataDiagnoseSampleDetailsRequest() {
super("Airec", "2020-11-26", "ListDataDiagnoseSampleDetails", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]/data-diagnose-reports/sample-details");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
public String getTaskSource() {
return this.taskSource;
}
public void setTaskSource(String taskSource) {
this.taskSource = taskSource;
if(taskSource != null){
putQueryParameter("taskSource", taskSource);
}
}
public Long getEndTime() {
return this.endTime;
}
public void setEndTime(Long endTime) {
this.endTime = endTime;
if(endTime != null){
putQueryParameter("endTime", endTime.toString());
}
}
public Long getStartTime() {
return this.startTime;
}
public void setStartTime(Long startTime) {
this.startTime = startTime;
if(startTime != null){
putQueryParameter("startTime", startTime.toString());
}
}
public Long getTaskCreateTime() {
return this.taskCreateTime;
}
public void setTaskCreateTime(Long taskCreateTime) {
this.taskCreateTime = taskCreateTime;
if(taskCreateTime != null){
putQueryParameter("taskCreateTime", taskCreateTime.toString());
}
}
public String getKey() {
return this.key;
}
public void setKey(String key) {
this.key = key;
if(key != null){
putQueryParameter("key", key);
}
}
@Override
public Class<ListDataDiagnoseSampleDetailsResponse> getResponseClass() {
return ListDataDiagnoseSampleDetailsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListDataDiagnoseSampleDetailsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import java.util.Map;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ListDataDiagnoseSampleDetailsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListDataDiagnoseSampleDetailsResponse extends AcsResponse {
private String requestId;
private Map<Object,Object> result;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Map<Object,Object> getResult() {
return this.result;
}
public void setResult(Map<Object,Object> result) {
this.result = result;
}
@Override
public ListDataDiagnoseSampleDetailsResponse getInstance(UnmarshallerContext context) {
return ListDataDiagnoseSampleDetailsResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListDataSetRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ListDataSetRequest extends RoaAcsRequest<ListDataSetResponse> {
private String instanceId;
public ListDataSetRequest() {
super("Airec", "2020-11-26", "ListDataSet", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]/dataSets");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
@Override
public Class<ListDataSetResponse> getResponseClass() {
return ListDataSetResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListDataSetResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ListDataSetResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListDataSetResponse extends AcsResponse {
private String code;
private String requestId;
private String message;
private List<ResultItem> result;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public List<ResultItem> getResult() {
return this.result;
}
public void setResult(List<ResultItem> result) {
this.result = result;
}
public static class ResultItem {
private String versionId;
private String state;
private Long gmtModified;
private Long gmtCreate;
private String instanceId;
public String getVersionId() {
return this.versionId;
}
public void setVersionId(String versionId) {
this.versionId = versionId;
}
public String getState() {
return this.state;
}
public void setState(String state) {
this.state = state;
}
public Long getGmtModified() {
return this.gmtModified;
}
public void setGmtModified(Long gmtModified) {
this.gmtModified = gmtModified;
}
public Long getGmtCreate() {
return this.gmtCreate;
}
public void setGmtCreate(Long gmtCreate) {
this.gmtCreate = gmtCreate;
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
}
}
@Override
public ListDataSetResponse getInstance(UnmarshallerContext context) {
return ListDataSetResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListDataSourceRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ListDataSourceRequest extends RoaAcsRequest<ListDataSourceResponse> {
private String instanceId;
public ListDataSourceRequest() {
super("Airec", "2020-11-26", "ListDataSource", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]/dataSources");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
@Override
public Class<ListDataSourceResponse> getResponseClass() {
return ListDataSourceResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListDataSourceResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ListDataSourceResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListDataSourceResponse extends AcsResponse {
private String code;
private String requestId;
private String message;
private List<ResultItem> result;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public List<ResultItem> getResult() {
return this.result;
}
public void setResult(List<ResultItem> result) {
this.result = result;
}
public static class ResultItem {
private String gmtModified;
private String gmtCreate;
private String tableName;
private Meta meta;
public String getGmtModified() {
return this.gmtModified;
}
public void setGmtModified(String gmtModified) {
this.gmtModified = gmtModified;
}
public String getGmtCreate() {
return this.gmtCreate;
}
public void setGmtCreate(String gmtCreate) {
this.gmtCreate = gmtCreate;
}
public String getTableName() {
return this.tableName;
}
public void setTableName(String tableName) {
this.tableName = tableName;
}
public Meta getMeta() {
return this.meta;
}
public void setMeta(Meta meta) {
this.meta = meta;
}
public static class Meta {
private String bucketName;
private String accessKeyId;
private String type;
private String partition;
private Long timestamp;
private String path;
private String tableName;
private String projectName;
public String getBucketName() {
return this.bucketName;
}
public void setBucketName(String bucketName) {
this.bucketName = bucketName;
}
public String getAccessKeyId() {
return this.accessKeyId;
}
public void setAccessKeyId(String accessKeyId) {
this.accessKeyId = accessKeyId;
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public String getPartition() {
return this.partition;
}
public void setPartition(String partition) {
this.partition = partition;
}
public Long getTimestamp() {
return this.timestamp;
}
public void setTimestamp(Long timestamp) {
this.timestamp = timestamp;
}
public String getPath() {
return this.path;
}
public void setPath(String path) {
this.path = path;
}
public String getTableName() {
return this.tableName;
}
public void setTableName(String tableName) {
this.tableName = tableName;
}
public String getProjectName() {
return this.projectName;
}
public void setProjectName(String projectName) {
this.projectName = projectName;
}
}
}
@Override
public ListDataSourceResponse getInstance(UnmarshallerContext context) {
return ListDataSourceResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListExperimentsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ListExperimentsRequest extends RoaAcsRequest<ListExperimentsResponse> {
private String instanceId;
private String sceneId;
public ListExperimentsRequest() {
super("Airec", "2020-11-26", "ListExperiments", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]/scenes/[sceneId]/experiments");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
public String getSceneId() {
return this.sceneId;
}
public void setSceneId(String sceneId) {
this.sceneId = sceneId;
if(sceneId != null){
putPathParameter("sceneId", sceneId);
}
}
@Override
public Class<ListExperimentsResponse> getResponseClass() {
return ListExperimentsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListExperimentsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ListExperimentsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListExperimentsResponse extends AcsResponse {
private String requestId;
private List<ResultItem> result;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<ResultItem> getResult() {
return this.result;
}
public void setResult(List<ResultItem> result) {
this.result = result;
}
public static class ResultItem {
private Boolean base;
private String onlineTime;
private String offlineTime;
private String description;
private String status;
private String name;
private String experimentId;
private List<String> buckets;
public Boolean getBase() {
return this.base;
}
public void setBase(Boolean base) {
this.base = base;
}
public String getOnlineTime() {
return this.onlineTime;
}
public void setOnlineTime(String onlineTime) {
this.onlineTime = onlineTime;
}
public String getOfflineTime() {
return this.offlineTime;
}
public void setOfflineTime(String offlineTime) {
this.offlineTime = offlineTime;
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public String getExperimentId() {
return this.experimentId;
}
public void setExperimentId(String experimentId) {
this.experimentId = experimentId;
}
public List<String> getBuckets() {
return this.buckets;
}
public void setBuckets(List<String> buckets) {
this.buckets = buckets;
}
}
@Override
public ListExperimentsResponse getInstance(UnmarshallerContext context) {
return ListExperimentsResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListExtraDataSourcesRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ListExtraDataSourcesRequest extends RoaAcsRequest<ListExtraDataSourcesResponse> {
private String instanceId;
private String type;
public ListExtraDataSourcesRequest() {
super("Airec", "2020-11-26", "ListExtraDataSources", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]/extra-data-sources");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
if(type != null){
putQueryParameter("type", type);
}
}
@Override
public Class<ListExtraDataSourcesResponse> getResponseClass() {
return ListExtraDataSourcesResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListExtraDataSourcesResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ListExtraDataSourcesResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListExtraDataSourcesResponse extends AcsResponse {
private String requestId;
private List<ResultItem> result;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<ResultItem> getResult() {
return this.result;
}
public void setResult(List<ResultItem> result) {
this.result = result;
}
public static class ResultItem {
private String status;
private String type;
private String gmtCreate;
private String gmtModified;
private String dataSourceId;
private Meta meta;
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public String getGmtCreate() {
return this.gmtCreate;
}
public void setGmtCreate(String gmtCreate) {
this.gmtCreate = gmtCreate;
}
public String getGmtModified() {
return this.gmtModified;
}
public void setGmtModified(String gmtModified) {
this.gmtModified = gmtModified;
}
public String getDataSourceId() {
return this.dataSourceId;
}
public void setDataSourceId(String dataSourceId) {
this.dataSourceId = dataSourceId;
}
public Meta getMeta() {
return this.meta;
}
public void setMeta(Meta meta) {
this.meta = meta;
}
public static class Meta {
private Boolean internal;
private String metaType;
private String projectName;
private String tableName;
private String type;
private Long updateFrequency;
public Boolean getInternal() {
return this.internal;
}
public void setInternal(Boolean internal) {
this.internal = internal;
}
public String getMetaType() {
return this.metaType;
}
public void setMetaType(String metaType) {
this.metaType = metaType;
}
public String getProjectName() {
return this.projectName;
}
public void setProjectName(String projectName) {
this.projectName = projectName;
}
public String getTableName() {
return this.tableName;
}
public void setTableName(String tableName) {
this.tableName = tableName;
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public Long getUpdateFrequency() {
return this.updateFrequency;
}
public void setUpdateFrequency(Long updateFrequency) {
this.updateFrequency = updateFrequency;
}
}
}
@Override
public ListExtraDataSourcesResponse getInstance(UnmarshallerContext context) {
return ListExtraDataSourcesResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListFeatureTablesRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ListFeatureTablesRequest extends RoaAcsRequest<ListFeatureTablesResponse> {
private String instanceId;
private String dataSourceId;
private String type;
private String updateFrequency;
public ListFeatureTablesRequest() {
super("Airec", "2020-11-26", "ListFeatureTables", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]/feature-tables");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
public String getDataSourceId() {
return this.dataSourceId;
}
public void setDataSourceId(String dataSourceId) {
this.dataSourceId = dataSourceId;
if(dataSourceId != null){
putQueryParameter("dataSourceId", dataSourceId);
}
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
if(type != null){
putQueryParameter("type", type);
}
}
public String getUpdateFrequency() {
return this.updateFrequency;
}
public void setUpdateFrequency(String updateFrequency) {
this.updateFrequency = updateFrequency;
if(updateFrequency != null){
putQueryParameter("updateFrequency", updateFrequency);
}
}
@Override
public Class<ListFeatureTablesResponse> getResponseClass() {
return ListFeatureTablesResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListFeatureTablesResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ListFeatureTablesResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListFeatureTablesResponse extends AcsResponse {
private String requestId;
private List<ResultItem> result;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<ResultItem> getResult() {
return this.result;
}
public void setResult(List<ResultItem> result) {
this.result = result;
}
public static class ResultItem {
private String status;
private String featureTableId;
private String type;
private String gmtCreate;
private String gmtModified;
private Meta meta;
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public String getFeatureTableId() {
return this.featureTableId;
}
public void setFeatureTableId(String featureTableId) {
this.featureTableId = featureTableId;
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public String getGmtCreate() {
return this.gmtCreate;
}
public void setGmtCreate(String gmtCreate) {
this.gmtCreate = gmtCreate;
}
public String getGmtModified() {
return this.gmtModified;
}
public void setGmtModified(String gmtModified) {
this.gmtModified = gmtModified;
}
public Meta getMeta() {
return this.meta;
}
public void setMeta(Meta meta) {
this.meta = meta;
}
public static class Meta {
private String dataSourceId;
private Boolean internal;
private String metaType;
private String source;
private Long updateFrequency;
private List<FeatureListItem> featureList;
public String getDataSourceId() {
return this.dataSourceId;
}
public void setDataSourceId(String dataSourceId) {
this.dataSourceId = dataSourceId;
}
public Boolean getInternal() {
return this.internal;
}
public void setInternal(Boolean internal) {
this.internal = internal;
}
public String getMetaType() {
return this.metaType;
}
public void setMetaType(String metaType) {
this.metaType = metaType;
}
public String getSource() {
return this.source;
}
public void setSource(String source) {
this.source = source;
}
public Long getUpdateFrequency() {
return this.updateFrequency;
}
public void setUpdateFrequency(Long updateFrequency) {
this.updateFrequency = updateFrequency;
}
public List<FeatureListItem> getFeatureList() {
return this.featureList;
}
public void setFeatureList(List<FeatureListItem> featureList) {
this.featureList = featureList;
}
public static class FeatureListItem {
private String comment;
private String featureName;
private String fieldName;
private String status;
public String getComment() {
return this.comment;
}
public void setComment(String comment) {
this.comment = comment;
}
public String getFeatureName() {
return this.featureName;
}
public void setFeatureName(String featureName) {
this.featureName = featureName;
}
public String getFieldName() {
return this.fieldName;
}
public void setFieldName(String fieldName) {
this.fieldName = fieldName;
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
}
}
}
@Override
public ListFeatureTablesResponse getInstance(UnmarshallerContext context) {
return ListFeatureTablesResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListFilteringAlgorithmsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ListFilteringAlgorithmsRequest extends RoaAcsRequest<ListFilteringAlgorithmsResponse> {
private String instanceId;
private Integer size;
private Integer page;
private String status;
private String algorithmId;
public ListFilteringAlgorithmsRequest() {
super("Airec", "2020-11-26", "ListFilteringAlgorithms", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]/filtering-algorithms");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
public Integer getSize() {
return this.size;
}
public void setSize(Integer size) {
this.size = size;
if(size != null){
putQueryParameter("size", size.toString());
}
}
public Integer getPage() {
return this.page;
}
public void setPage(Integer page) {
this.page = page;
if(page != null){
putQueryParameter("page", page.toString());
}
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
if(status != null){
putQueryParameter("status", status);
}
}
public String getAlgorithmId() {
return this.algorithmId;
}
public void setAlgorithmId(String algorithmId) {
this.algorithmId = algorithmId;
if(algorithmId != null){
putQueryParameter("algorithmId", algorithmId);
}
}
@Override
public Class<ListFilteringAlgorithmsResponse> getResponseClass() {
return ListFilteringAlgorithmsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListFilteringAlgorithmsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ListFilteringAlgorithmsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListFilteringAlgorithmsResponse extends AcsResponse {
private String requestId;
private List<FilteringAlgorithm> result;
private Headers headers;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<FilteringAlgorithm> getResult() {
return this.result;
}
public void setResult(List<FilteringAlgorithm> result) {
this.result = result;
}
public Headers getHeaders() {
return this.headers;
}
public void setHeaders(Headers headers) {
this.headers = headers;
}
public static class FilteringAlgorithm {
private String gmtModified;
private String status;
private String gmtCreate;
private String algorithmId;
private Meta meta;
public String getGmtModified() {
return this.gmtModified;
}
public void setGmtModified(String gmtModified) {
this.gmtModified = gmtModified;
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public String getGmtCreate() {
return this.gmtCreate;
}
public void setGmtCreate(String gmtCreate) {
this.gmtCreate = gmtCreate;
}
public String getAlgorithmId() {
return this.algorithmId;
}
public void setAlgorithmId(String algorithmId) {
this.algorithmId = algorithmId;
}
public Meta getMeta() {
return this.meta;
}
public void setMeta(Meta meta) {
this.meta = meta;
}
public static class Meta {
private String taskId;
private String metaType;
private String type;
private String category;
private String tableName;
private String clusterId;
private String cron;
private String description;
private String projectName;
private String algorithmName;
private Boolean cronEnabled;
private ExtInfo extInfo;
private Threshold threshold;
public String getTaskId() {
return this.taskId;
}
public void setTaskId(String taskId) {
this.taskId = taskId;
}
public String getMetaType() {
return this.metaType;
}
public void setMetaType(String metaType) {
this.metaType = metaType;
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public String getCategory() {
return this.category;
}
public void setCategory(String category) {
this.category = category;
}
public String getTableName() {
return this.tableName;
}
public void setTableName(String tableName) {
this.tableName = tableName;
}
public String getClusterId() {
return this.clusterId;
}
public void setClusterId(String clusterId) {
this.clusterId = clusterId;
}
public String getCron() {
return this.cron;
}
public void setCron(String cron) {
this.cron = cron;
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
}
public String getProjectName() {
return this.projectName;
}
public void setProjectName(String projectName) {
this.projectName = projectName;
}
public String getAlgorithmName() {
return this.algorithmName;
}
public void setAlgorithmName(String algorithmName) {
this.algorithmName = algorithmName;
}
public Boolean getCronEnabled() {
return this.cronEnabled;
}
public void setCronEnabled(Boolean cronEnabled) {
this.cronEnabled = cronEnabled;
}
public ExtInfo getExtInfo() {
return this.extInfo;
}
public void setExtInfo(ExtInfo extInfo) {
this.extInfo = extInfo;
}
public Threshold getThreshold() {
return this.threshold;
}
public void setThreshold(Threshold threshold) {
this.threshold = threshold;
}
public static class ExtInfo {
private String kvSeparator;
private String itemSeparator;
public String getKvSeparator() {
return this.kvSeparator;
}
public void setKvSeparator(String kvSeparator) {
this.kvSeparator = kvSeparator;
}
public String getItemSeparator() {
return this.itemSeparator;
}
public void setItemSeparator(String itemSeparator) {
this.itemSeparator = itemSeparator;
}
}
public static class Threshold {
private Integer sourceDataSizeThreshold;
private Integer sourceDataRecordThreshold;
private Integer indexSizeThreshold;
private Integer indexLossThreshold;
public Integer getSourceDataSizeThreshold() {
return this.sourceDataSizeThreshold;
}
public void setSourceDataSizeThreshold(Integer sourceDataSizeThreshold) {
this.sourceDataSizeThreshold = sourceDataSizeThreshold;
}
public Integer getSourceDataRecordThreshold() {
return this.sourceDataRecordThreshold;
}
public void setSourceDataRecordThreshold(Integer sourceDataRecordThreshold) {
this.sourceDataRecordThreshold = sourceDataRecordThreshold;
}
public Integer getIndexSizeThreshold() {
return this.indexSizeThreshold;
}
public void setIndexSizeThreshold(Integer indexSizeThreshold) {
this.indexSizeThreshold = indexSizeThreshold;
}
public Integer getIndexLossThreshold() {
return this.indexLossThreshold;
}
public void setIndexLossThreshold(Integer indexLossThreshold) {
this.indexLossThreshold = indexLossThreshold;
}
}
}
}
public static class Headers {
private Integer xTotalCount;
public Integer getXTotalCount() {
return this.xTotalCount;
}
public void setXTotalCount(Integer xTotalCount) {
this.xTotalCount = xTotalCount;
}
}
@Override
public ListFilteringAlgorithmsResponse getInstance(UnmarshallerContext context) {
return ListFilteringAlgorithmsResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListFlowControlTaskInvalidItemsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ListFlowControlTaskInvalidItemsRequest extends RoaAcsRequest<ListFlowControlTaskInvalidItemsResponse> {
private String instanceId;
private String taskId;
public ListFlowControlTaskInvalidItemsRequest() {
super("Airec", "2020-11-26", "ListFlowControlTaskInvalidItems", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]/flowControlTasks/[taskId]/invalidItems");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
public String getTaskId() {
return this.taskId;
}
public void setTaskId(String taskId) {
this.taskId = taskId;
if(taskId != null){
putPathParameter("taskId", taskId);
}
}
@Override
public Class<ListFlowControlTaskInvalidItemsResponse> getResponseClass() {
return ListFlowControlTaskInvalidItemsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListFlowControlTaskInvalidItemsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ListFlowControlTaskInvalidItemsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListFlowControlTaskInvalidItemsResponse extends AcsResponse {
private String requestId;
private List<ResultItem> result;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<ResultItem> getResult() {
return this.result;
}
public void setResult(List<ResultItem> result) {
this.result = result;
}
public static class ResultItem {
private List<InvalidItemsItem> invalidItems;
public List<InvalidItemsItem> getInvalidItems() {
return this.invalidItems;
}
public void setInvalidItems(List<InvalidItemsItem> invalidItems) {
this.invalidItems = invalidItems;
}
public static class InvalidItemsItem {
private String itemId;
private String itemType;
public String getItemId() {
return this.itemId;
}
public void setItemId(String itemId) {
this.itemId = itemId;
}
public String getItemType() {
return this.itemType;
}
public void setItemType(String itemType) {
this.itemType = itemType;
}
}
}
@Override
public ListFlowControlTaskInvalidItemsResponse getInstance(UnmarshallerContext context) {
return ListFlowControlTaskInvalidItemsResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListFlowControlTaskItemReportsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ListFlowControlTaskItemReportsRequest extends RoaAcsRequest<ListFlowControlTaskItemReportsResponse> {
private String instanceId;
private String selectTimeType;
private String count;
private String selectType;
private String taskId;
public ListFlowControlTaskItemReportsRequest() {
super("Airec", "2020-11-26", "ListFlowControlTaskItemReports", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]/flowControlTasks/[taskId]/itemReports");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
public String getSelectTimeType() {
return this.selectTimeType;
}
public void setSelectTimeType(String selectTimeType) {
this.selectTimeType = selectTimeType;
if(selectTimeType != null){
putQueryParameter("selectTimeType", selectTimeType);
}
}
public String getCount() {
return this.count;
}
public void setCount(String count) {
this.count = count;
if(count != null){
putQueryParameter("count", count);
}
}
public String getSelectType() {
return this.selectType;
}
public void setSelectType(String selectType) {
this.selectType = selectType;
if(selectType != null){
putQueryParameter("selectType", selectType);
}
}
public String getTaskId() {
return this.taskId;
}
public void setTaskId(String taskId) {
this.taskId = taskId;
if(taskId != null){
putPathParameter("taskId", taskId);
}
}
@Override
public Class<ListFlowControlTaskItemReportsResponse> getResponseClass() {
return ListFlowControlTaskItemReportsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListFlowControlTaskItemReportsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ListFlowControlTaskItemReportsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListFlowControlTaskItemReportsResponse extends AcsResponse {
private String requestId;
private Result result;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Result getResult() {
return this.result;
}
public void setResult(Result result) {
this.result = result;
}
public static class Result {
private List<DetailItem> detail;
public List<DetailItem> getDetail() {
return this.detail;
}
public void setDetail(List<DetailItem> detail) {
this.detail = detail;
}
public static class DetailItem {
private String taskId;
private String itemId;
private String itemType;
private String taskRank;
private String itemPv;
private String taskPv;
private String pvPercent;
private String itemClick;
private String taskClick;
private String clickPercent;
private String itemCtr;
private String taskCtr;
private String accTaskRank;
private String accItemPv;
private String accTaskPv;
private String accPvPercent;
private String accItemClick;
private String accTaskClick;
private String accClickPercent;
private String accItemCtr;
private String accTaskCtr;
public String getTaskId() {
return this.taskId;
}
public void setTaskId(String taskId) {
this.taskId = taskId;
}
public String getItemId() {
return this.itemId;
}
public void setItemId(String itemId) {
this.itemId = itemId;
}
public String getItemType() {
return this.itemType;
}
public void setItemType(String itemType) {
this.itemType = itemType;
}
public String getTaskRank() {
return this.taskRank;
}
public void setTaskRank(String taskRank) {
this.taskRank = taskRank;
}
public String getItemPv() {
return this.itemPv;
}
public void setItemPv(String itemPv) {
this.itemPv = itemPv;
}
public String getTaskPv() {
return this.taskPv;
}
public void setTaskPv(String taskPv) {
this.taskPv = taskPv;
}
public String getPvPercent() {
return this.pvPercent;
}
public void setPvPercent(String pvPercent) {
this.pvPercent = pvPercent;
}
public String getItemClick() {
return this.itemClick;
}
public void setItemClick(String itemClick) {
this.itemClick = itemClick;
}
public String getTaskClick() {
return this.taskClick;
}
public void setTaskClick(String taskClick) {
this.taskClick = taskClick;
}
public String getClickPercent() {
return this.clickPercent;
}
public void setClickPercent(String clickPercent) {
this.clickPercent = clickPercent;
}
public String getItemCtr() {
return this.itemCtr;
}
public void setItemCtr(String itemCtr) {
this.itemCtr = itemCtr;
}
public String getTaskCtr() {
return this.taskCtr;
}
public void setTaskCtr(String taskCtr) {
this.taskCtr = taskCtr;
}
public String getAccTaskRank() {
return this.accTaskRank;
}
public void setAccTaskRank(String accTaskRank) {
this.accTaskRank = accTaskRank;
}
public String getAccItemPv() {
return this.accItemPv;
}
public void setAccItemPv(String accItemPv) {
this.accItemPv = accItemPv;
}
public String getAccTaskPv() {
return this.accTaskPv;
}
public void setAccTaskPv(String accTaskPv) {
this.accTaskPv = accTaskPv;
}
public String getAccPvPercent() {
return this.accPvPercent;
}
public void setAccPvPercent(String accPvPercent) {
this.accPvPercent = accPvPercent;
}
public String getAccItemClick() {
return this.accItemClick;
}
public void setAccItemClick(String accItemClick) {
this.accItemClick = accItemClick;
}
public String getAccTaskClick() {
return this.accTaskClick;
}
public void setAccTaskClick(String accTaskClick) {
this.accTaskClick = accTaskClick;
}
public String getAccClickPercent() {
return this.accClickPercent;
}
public void setAccClickPercent(String accClickPercent) {
this.accClickPercent = accClickPercent;
}
public String getAccItemCtr() {
return this.accItemCtr;
}
public void setAccItemCtr(String accItemCtr) {
this.accItemCtr = accItemCtr;
}
public String getAccTaskCtr() {
return this.accTaskCtr;
}
public void setAccTaskCtr(String accTaskCtr) {
this.accTaskCtr = accTaskCtr;
}
}
}
@Override
public ListFlowControlTaskItemReportsResponse getInstance(UnmarshallerContext context) {
return ListFlowControlTaskItemReportsResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListFlowControlTaskItemsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ListFlowControlTaskItemsRequest extends RoaAcsRequest<ListFlowControlTaskItemsResponse> {
private String instanceId;
private Integer size;
private Integer page;
private String taskId;
public ListFlowControlTaskItemsRequest() {
super("Airec", "2020-11-26", "ListFlowControlTaskItems", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]/flowControlTasks/[taskId]/actions/items");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
public Integer getSize() {
return this.size;
}
public void setSize(Integer size) {
this.size = size;
if(size != null){
putQueryParameter("size", size.toString());
}
}
public Integer getPage() {
return this.page;
}
public void setPage(Integer page) {
this.page = page;
if(page != null){
putQueryParameter("page", page.toString());
}
}
public String getTaskId() {
return this.taskId;
}
public void setTaskId(String taskId) {
this.taskId = taskId;
if(taskId != null){
putPathParameter("taskId", taskId);
}
}
@Override
public Class<ListFlowControlTaskItemsResponse> getResponseClass() {
return ListFlowControlTaskItemsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListFlowControlTaskItemsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ListFlowControlTaskItemsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListFlowControlTaskItemsResponse extends AcsResponse {
private String requestId;
private Result result;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Result getResult() {
return this.result;
}
public void setResult(Result result) {
this.result = result;
}
public static class Result {
private String totalCount;
private String validCount;
private List<DetailItem> detail;
public String getTotalCount() {
return this.totalCount;
}
public void setTotalCount(String totalCount) {
this.totalCount = totalCount;
}
public String getValidCount() {
return this.validCount;
}
public void setValidCount(String validCount) {
this.validCount = validCount;
}
public List<DetailItem> getDetail() {
return this.detail;
}
public void setDetail(List<DetailItem> detail) {
this.detail = detail;
}
public static class DetailItem {
private String author;
private String duration;
private String itemId;
private String itemType;
private String expireTime;
private String categoryPath;
private String pubTime;
private String lastModifyTime;
private String channel;
private String weight;
private String title;
private String status;
public String getAuthor() {
return this.author;
}
public void setAuthor(String author) {
this.author = author;
}
public String getDuration() {
return this.duration;
}
public void setDuration(String duration) {
this.duration = duration;
}
public String getItemId() {
return this.itemId;
}
public void setItemId(String itemId) {
this.itemId = itemId;
}
public String getItemType() {
return this.itemType;
}
public void setItemType(String itemType) {
this.itemType = itemType;
}
public String getExpireTime() {
return this.expireTime;
}
public void setExpireTime(String expireTime) {
this.expireTime = expireTime;
}
public String getCategoryPath() {
return this.categoryPath;
}
public void setCategoryPath(String categoryPath) {
this.categoryPath = categoryPath;
}
public String getPubTime() {
return this.pubTime;
}
public void setPubTime(String pubTime) {
this.pubTime = pubTime;
}
public String getLastModifyTime() {
return this.lastModifyTime;
}
public void setLastModifyTime(String lastModifyTime) {
this.lastModifyTime = lastModifyTime;
}
public String getChannel() {
return this.channel;
}
public void setChannel(String channel) {
this.channel = channel;
}
public String getWeight() {
return this.weight;
}
public void setWeight(String weight) {
this.weight = weight;
}
public String getTitle() {
return this.title;
}
public void setTitle(String title) {
this.title = title;
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
}
}
@Override
public ListFlowControlTaskItemsResponse getInstance(UnmarshallerContext context) {
return ListFlowControlTaskItemsResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListFlowControlTaskReferenceRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ListFlowControlTaskReferenceRequest extends RoaAcsRequest<ListFlowControlTaskReferenceResponse> {
private String instanceId;
private String taskId;
public ListFlowControlTaskReferenceRequest() {
super("Airec", "2020-11-26", "ListFlowControlTaskReference", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]/flowControlTasks/[taskId]/reference");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
public String getTaskId() {
return this.taskId;
}
public void setTaskId(String taskId) {
this.taskId = taskId;
if(taskId != null){
putPathParameter("taskId", taskId);
}
}
@Override
public Class<ListFlowControlTaskReferenceResponse> getResponseClass() {
return ListFlowControlTaskReferenceResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListFlowControlTaskReferenceResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ListFlowControlTaskReferenceResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListFlowControlTaskReferenceResponse extends AcsResponse {
private String requestId;
private Result result;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Result getResult() {
return this.result;
}
public void setResult(Result result) {
this.result = result;
}
public static class Result {
private Double last7PvPercent;
private Double last7ScenePv;
private Double last7TaskPv;
private Double lastPvPercent;
private Long lastScenePv;
private Long lastTaskPv;
private String referenceId;
public Double getLast7PvPercent() {
return this.last7PvPercent;
}
public void setLast7PvPercent(Double last7PvPercent) {
this.last7PvPercent = last7PvPercent;
}
public Double getLast7ScenePv() {
return this.last7ScenePv;
}
public void setLast7ScenePv(Double last7ScenePv) {
this.last7ScenePv = last7ScenePv;
}
public Double getLast7TaskPv() {
return this.last7TaskPv;
}
public void setLast7TaskPv(Double last7TaskPv) {
this.last7TaskPv = last7TaskPv;
}
public Double getLastPvPercent() {
return this.lastPvPercent;
}
public void setLastPvPercent(Double lastPvPercent) {
this.lastPvPercent = lastPvPercent;
}
public Long getLastScenePv() {
return this.lastScenePv;
}
public void setLastScenePv(Long lastScenePv) {
this.lastScenePv = lastScenePv;
}
public Long getLastTaskPv() {
return this.lastTaskPv;
}
public void setLastTaskPv(Long lastTaskPv) {
this.lastTaskPv = lastTaskPv;
}
public String getReferenceId() {
return this.referenceId;
}
public void setReferenceId(String referenceId) {
this.referenceId = referenceId;
}
}
@Override
public ListFlowControlTaskReferenceResponse getInstance(UnmarshallerContext context) {
return ListFlowControlTaskReferenceResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListFlowControlTaskReportsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ListFlowControlTaskReportsRequest extends RoaAcsRequest<ListFlowControlTaskReportsResponse> {
private String instanceId;
private String endTime;
private String startTime;
private String taskId;
public ListFlowControlTaskReportsRequest() {
super("Airec", "2020-11-26", "ListFlowControlTaskReports", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]/flowControlTasks/[taskId]/flowTaskReports");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
public String getEndTime() {
return this.endTime;
}
public void setEndTime(String endTime) {
this.endTime = endTime;
if(endTime != null){
putQueryParameter("endTime", endTime);
}
}
public String getStartTime() {
return this.startTime;
}
public void setStartTime(String startTime) {
this.startTime = startTime;
if(startTime != null){
putQueryParameter("startTime", startTime);
}
}
public String getTaskId() {
return this.taskId;
}
public void setTaskId(String taskId) {
this.taskId = taskId;
if(taskId != null){
putPathParameter("taskId", taskId);
}
}
@Override
public Class<ListFlowControlTaskReportsResponse> getResponseClass() {
return ListFlowControlTaskReportsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListFlowControlTaskReportsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ListFlowControlTaskReportsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListFlowControlTaskReportsResponse extends AcsResponse {
private String requestId;
private Result result;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Result getResult() {
return this.result;
}
public void setResult(Result result) {
this.result = result;
}
public static class Result {
private List<MetricsItem> metrics;
private Total total;
public List<MetricsItem> getMetrics() {
return this.metrics;
}
public void setMetrics(List<MetricsItem> metrics) {
this.metrics = metrics;
}
public Total getTotal() {
return this.total;
}
public void setTotal(Total total) {
this.total = total;
}
public static class MetricsItem {
private String type;
private List<DetailsItem> details;
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public List<DetailsItem> getDetails() {
return this.details;
}
public void setDetails(List<DetailsItem> details) {
this.details = details;
}
public static class DetailsItem {
private Long val;
private Long endTime;
private Long startTime;
public Long getVal() {
return this.val;
}
public void setVal(Long val) {
this.val = val;
}
public Long getEndTime() {
return this.endTime;
}
public void setEndTime(Long endTime) {
this.endTime = endTime;
}
public Long getStartTime() {
return this.startTime;
}
public void setStartTime(Long startTime) {
this.startTime = startTime;
}
}
}
public static class Total {
private Double accTaskCtr;
private Long accTaskPv;
private Double accTotalCtr;
private Double invalidPercent;
public Double getAccTaskCtr() {
return this.accTaskCtr;
}
public void setAccTaskCtr(Double accTaskCtr) {
this.accTaskCtr = accTaskCtr;
}
public Long getAccTaskPv() {
return this.accTaskPv;
}
public void setAccTaskPv(Long accTaskPv) {
this.accTaskPv = accTaskPv;
}
public Double getAccTotalCtr() {
return this.accTotalCtr;
}
public void setAccTotalCtr(Double accTotalCtr) {
this.accTotalCtr = accTotalCtr;
}
public Double getInvalidPercent() {
return this.invalidPercent;
}
public void setInvalidPercent(Double invalidPercent) {
this.invalidPercent = invalidPercent;
}
}
}
@Override
public ListFlowControlTaskReportsResponse getInstance(UnmarshallerContext context) {
return ListFlowControlTaskReportsResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListFlowControlTaskRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ListFlowControlTaskRequest extends RoaAcsRequest<ListFlowControlTaskResponse> {
private String instanceId;
private Integer size;
private Integer page;
private String taskId;
private String status;
public ListFlowControlTaskRequest() {
super("Airec", "2020-11-26", "ListFlowControlTask", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]/flowControlTasks");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
public Integer getSize() {
return this.size;
}
public void setSize(Integer size) {
this.size = size;
if(size != null){
putQueryParameter("size", size.toString());
}
}
public Integer getPage() {
return this.page;
}
public void setPage(Integer page) {
this.page = page;
if(page != null){
putQueryParameter("page", page.toString());
}
}
public String getTaskId() {
return this.taskId;
}
public void setTaskId(String taskId) {
this.taskId = taskId;
if(taskId != null){
putQueryParameter("taskId", taskId);
}
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
if(status != null){
putQueryParameter("status", status);
}
}
@Override
public Class<ListFlowControlTaskResponse> getResponseClass() {
return ListFlowControlTaskResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListFlowControlTaskResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ListFlowControlTaskResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListFlowControlTaskResponse extends AcsResponse {
private String requestId;
private List<ResultItem> result;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<ResultItem> getResult() {
return this.result;
}
public void setResult(List<ResultItem> result) {
this.result = result;
}
public static class ResultItem {
private String gmtCreate;
private String gmtModified;
private String status;
private String taskId;
private Meta meta;
public String getGmtCreate() {
return this.gmtCreate;
}
public void setGmtCreate(String gmtCreate) {
this.gmtCreate = gmtCreate;
}
public String getGmtModified() {
return this.gmtModified;
}
public void setGmtModified(String gmtModified) {
this.gmtModified = gmtModified;
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public String getTaskId() {
return this.taskId;
}
public void setTaskId(String taskId) {
this.taskId = taskId;
}
public Meta getMeta() {
return this.meta;
}
public void setMeta(Meta meta) {
this.meta = meta;
}
public static class Meta {
private String description;
private Long endTime;
private String metaType;
private String sceneIds;
private Long startTime;
private String taskName;
private List<SelectionParamsItem> selectionParams;
private Target target;
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
}
public Long getEndTime() {
return this.endTime;
}
public void setEndTime(Long endTime) {
this.endTime = endTime;
}
public String getMetaType() {
return this.metaType;
}
public void setMetaType(String metaType) {
this.metaType = metaType;
}
public String getSceneIds() {
return this.sceneIds;
}
public void setSceneIds(String sceneIds) {
this.sceneIds = sceneIds;
}
public Long getStartTime() {
return this.startTime;
}
public void setStartTime(Long startTime) {
this.startTime = startTime;
}
public String getTaskName() {
return this.taskName;
}
public void setTaskName(String taskName) {
this.taskName = taskName;
}
public List<SelectionParamsItem> getSelectionParams() {
return this.selectionParams;
}
public void setSelectionParams(List<SelectionParamsItem> selectionParams) {
this.selectionParams = selectionParams;
}
public Target getTarget() {
return this.target;
}
public void setTarget(Target target) {
this.target = target;
}
public static class SelectionParamsItem {
private String selectType;
private String selectValue;
private String selectionOperation;
public String getSelectType() {
return this.selectType;
}
public void setSelectType(String selectType) {
this.selectType = selectType;
}
public String getSelectValue() {
return this.selectValue;
}
public void setSelectValue(String selectValue) {
this.selectValue = selectValue;
}
public String getSelectionOperation() {
return this.selectionOperation;
}
public void setSelectionOperation(String selectionOperation) {
this.selectionOperation = selectionOperation;
}
}
public static class Target {
private String type;
private Long value;
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public Long getValue() {
return this.value;
}
public void setValue(Long value) {
this.value = value;
}
}
}
}
@Override
public ListFlowControlTaskResponse getInstance(UnmarshallerContext context) {
return ListFlowControlTaskResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListIndexVersionsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ListIndexVersionsRequest extends RoaAcsRequest<ListIndexVersionsResponse> {
private String instanceId;
private String algorithmId;
public ListIndexVersionsRequest() {
super("Airec", "2020-11-26", "ListIndexVersions", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]/filtering-algorithms/[algorithmId]/index-versions");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
public String getAlgorithmId() {
return this.algorithmId;
}
public void setAlgorithmId(String algorithmId) {
this.algorithmId = algorithmId;
if(algorithmId != null){
putPathParameter("algorithmId", algorithmId);
}
}
@Override
public Class<ListIndexVersionsResponse> getResponseClass() {
return ListIndexVersionsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListIndexVersionsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ListIndexVersionsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListIndexVersionsResponse extends AcsResponse {
private String requestId;
private List<IndeVersion> result;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<IndeVersion> getResult() {
return this.result;
}
public void setResult(List<IndeVersion> result) {
this.result = result;
}
public static class IndeVersion {
private String code;
private String switchedTime;
private Boolean rollbackEnabled;
private String message;
private String flowType;
private Integer costSeconds;
private String builtTime;
private String versionId;
private Long size;
private String status;
private Integer progress;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getSwitchedTime() {
return this.switchedTime;
}
public void setSwitchedTime(String switchedTime) {
this.switchedTime = switchedTime;
}
public Boolean getRollbackEnabled() {
return this.rollbackEnabled;
}
public void setRollbackEnabled(Boolean rollbackEnabled) {
this.rollbackEnabled = rollbackEnabled;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getFlowType() {
return this.flowType;
}
public void setFlowType(String flowType) {
this.flowType = flowType;
}
public Integer getCostSeconds() {
return this.costSeconds;
}
public void setCostSeconds(Integer costSeconds) {
this.costSeconds = costSeconds;
}
public String getBuiltTime() {
return this.builtTime;
}
public void setBuiltTime(String builtTime) {
this.builtTime = builtTime;
}
public String getVersionId() {
return this.versionId;
}
public void setVersionId(String versionId) {
this.versionId = versionId;
}
public Long getSize() {
return this.size;
}
public void setSize(Long size) {
this.size = size;
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public Integer getProgress() {
return this.progress;
}
public void setProgress(Integer progress) {
this.progress = progress;
}
}
@Override
public ListIndexVersionsResponse getInstance(UnmarshallerContext context) {
return ListIndexVersionsResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListInstanceRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ListInstanceRequest extends RoaAcsRequest<ListInstanceResponse> {
private String instanceId;
private Integer size;
private String name;
private String expiredTime;
private Integer page;
private String status;
public ListInstanceRequest() {
super("Airec", "2020-11-26", "ListInstance", "airec");
setUriPattern("/v2/openapi/instances");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putQueryParameter("instanceId", instanceId);
}
}
public Integer getSize() {
return this.size;
}
public void setSize(Integer size) {
this.size = size;
if(size != null){
putQueryParameter("size", size.toString());
}
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
if(name != null){
putQueryParameter("name", name);
}
}
public String getExpiredTime() {
return this.expiredTime;
}
public void setExpiredTime(String expiredTime) {
this.expiredTime = expiredTime;
if(expiredTime != null){
putQueryParameter("expiredTime", expiredTime);
}
}
public Integer getPage() {
return this.page;
}
public void setPage(Integer page) {
this.page = page;
if(page != null){
putQueryParameter("page", page.toString());
}
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
if(status != null){
putQueryParameter("status", status);
}
}
@Override
public Class<ListInstanceResponse> getResponseClass() {
return ListInstanceResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListInstanceResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ListInstanceResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListInstanceResponse extends AcsResponse {
private String code;
private String requestId;
private String message;
private List<ResultItem> result;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public List<ResultItem> getResult() {
return this.result;
}
public void setResult(List<ResultItem> result) {
this.result = result;
}
public static class ResultItem {
private String regionId;
private String type;
private String lockMode;
private String expiredTime;
private String status;
private String gmtCreate;
private String chargeType;
private String industry;
private String commodityCode;
private String gmtModified;
private String dataSetVersion;
private String name;
private String instanceId;
public String getRegionId() {
return this.regionId;
}
public void setRegionId(String regionId) {
this.regionId = regionId;
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public String getLockMode() {
return this.lockMode;
}
public void setLockMode(String lockMode) {
this.lockMode = lockMode;
}
public String getExpiredTime() {
return this.expiredTime;
}
public void setExpiredTime(String expiredTime) {
this.expiredTime = expiredTime;
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public String getGmtCreate() {
return this.gmtCreate;
}
public void setGmtCreate(String gmtCreate) {
this.gmtCreate = gmtCreate;
}
public String getChargeType() {
return this.chargeType;
}
public void setChargeType(String chargeType) {
this.chargeType = chargeType;
}
public String getIndustry() {
return this.industry;
}
public void setIndustry(String industry) {
this.industry = industry;
}
public String getCommodityCode() {
return this.commodityCode;
}
public void setCommodityCode(String commodityCode) {
this.commodityCode = commodityCode;
}
public String getGmtModified() {
return this.gmtModified;
}
public void setGmtModified(String gmtModified) {
this.gmtModified = gmtModified;
}
public String getDataSetVersion() {
return this.dataSetVersion;
}
public void setDataSetVersion(String dataSetVersion) {
this.dataSetVersion = dataSetVersion;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
}
}
@Override
public ListInstanceResponse getInstance(UnmarshallerContext context) {
return ListInstanceResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListInstanceTaskRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ListInstanceTaskRequest extends RoaAcsRequest<ListInstanceTaskResponse> {
private String instanceId;
public ListInstanceTaskRequest() {
super("Airec", "2020-11-26", "ListInstanceTask", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]/tasks");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
@Override
public Class<ListInstanceTaskResponse> getResponseClass() {
return ListInstanceTaskResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListInstanceTaskResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ListInstanceTaskResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListInstanceTaskResponse extends AcsResponse {
private String code;
private String requestId;
private String message;
private List<ResultItem> result;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public List<ResultItem> getResult() {
return this.result;
}
public void setResult(List<ResultItem> result) {
this.result = result;
}
public static class ResultItem {
private Integer totalProgress;
private String name;
private List<SubProgressInfosItem> subProgressInfos;
public Integer getTotalProgress() {
return this.totalProgress;
}
public void setTotalProgress(Integer totalProgress) {
this.totalProgress = totalProgress;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public List<SubProgressInfosItem> getSubProgressInfos() {
return this.subProgressInfos;
}
public void setSubProgressInfos(List<SubProgressInfosItem> subProgressInfos) {
this.subProgressInfos = subProgressInfos;
}
public static class SubProgressInfosItem {
private String type;
private String detail;
private Integer totalNum;
private Integer finishedNum;
private Integer progress;
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public String getDetail() {
return this.detail;
}
public void setDetail(String detail) {
this.detail = detail;
}
public Integer getTotalNum() {
return this.totalNum;
}
public void setTotalNum(Integer totalNum) {
this.totalNum = totalNum;
}
public Integer getFinishedNum() {
return this.finishedNum;
}
public void setFinishedNum(Integer finishedNum) {
this.finishedNum = finishedNum;
}
public Integer getProgress() {
return this.progress;
}
public void setProgress(Integer progress) {
this.progress = progress;
}
}
}
@Override
public ListInstanceTaskResponse getInstance(UnmarshallerContext context) {
return ListInstanceTaskResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListItemsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ListItemsRequest extends RoaAcsRequest<ListItemsResponse> {
private Boolean strategyUsed;
private String instanceId;
private Integer size;
private Boolean withInvalidDetail;
private Integer page;
public ListItemsRequest() {
super("Airec", "2020-11-26", "ListItems", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]/items/actions/list");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public Boolean getStrategyUsed() {
return this.strategyUsed;
}
public void setStrategyUsed(Boolean strategyUsed) {
this.strategyUsed = strategyUsed;
if(strategyUsed != null){
putQueryParameter("strategyUsed", strategyUsed.toString());
}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
public Integer getSize() {
return this.size;
}
public void setSize(Integer size) {
this.size = size;
if(size != null){
putQueryParameter("size", size.toString());
}
}
public Boolean getWithInvalidDetail() {
return this.withInvalidDetail;
}
public void setWithInvalidDetail(Boolean withInvalidDetail) {
this.withInvalidDetail = withInvalidDetail;
if(withInvalidDetail != null){
putQueryParameter("withInvalidDetail", withInvalidDetail.toString());
}
}
public Integer getPage() {
return this.page;
}
public void setPage(Integer page) {
this.page = page;
if(page != null){
putQueryParameter("page", page.toString());
}
}
@Override
public Class<ListItemsResponse> getResponseClass() {
return ListItemsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListItemsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ListItemsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListItemsResponse extends AcsResponse {
private String requestId;
private Result result;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Result getResult() {
return this.result;
}
public void setResult(Result result) {
this.result = result;
}
public static class Result {
private List<DetailItem> detail;
private Total total;
public List<DetailItem> getDetail() {
return this.detail;
}
public void setDetail(List<DetailItem> detail) {
this.detail = detail;
}
public Total getTotal() {
return this.total;
}
public void setTotal(Total total) {
this.total = total;
}
public static class DetailItem {
private String title;
private String categoryPath;
private String itemId;
private String itemType;
private String status;
private String brandId;
private String shopId;
private String pubTime;
private String channel;
private String duration;
private String author;
private String expireTime;
public String getTitle() {
return this.title;
}
public void setTitle(String title) {
this.title = title;
}
public String getCategoryPath() {
return this.categoryPath;
}
public void setCategoryPath(String categoryPath) {
this.categoryPath = categoryPath;
}
public String getItemId() {
return this.itemId;
}
public void setItemId(String itemId) {
this.itemId = itemId;
}
public String getItemType() {
return this.itemType;
}
public void setItemType(String itemType) {
this.itemType = itemType;
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public String getBrandId() {
return this.brandId;
}
public void setBrandId(String brandId) {
this.brandId = brandId;
}
public String getShopId() {
return this.shopId;
}
public void setShopId(String shopId) {
this.shopId = shopId;
}
public String getPubTime() {
return this.pubTime;
}
public void setPubTime(String pubTime) {
this.pubTime = pubTime;
}
public String getChannel() {
return this.channel;
}
public void setChannel(String channel) {
this.channel = channel;
}
public String getDuration() {
return this.duration;
}
public void setDuration(String duration) {
this.duration = duration;
}
public String getAuthor() {
return this.author;
}
public void setAuthor(String author) {
this.author = author;
}
public String getExpireTime() {
return this.expireTime;
}
public void setExpireTime(String expireTime) {
this.expireTime = expireTime;
}
}
public static class Total {
private Long sceneWeightItem;
private Long totalCount;
private Long queryCount;
private Long sceneRecommendItem;
private Long weightItem;
private Long instanceRecommendItem;
public Long getSceneWeightItem() {
return this.sceneWeightItem;
}
public void setSceneWeightItem(Long sceneWeightItem) {
this.sceneWeightItem = sceneWeightItem;
}
public Long getTotalCount() {
return this.totalCount;
}
public void setTotalCount(Long totalCount) {
this.totalCount = totalCount;
}
public Long getQueryCount() {
return this.queryCount;
}
public void setQueryCount(Long queryCount) {
this.queryCount = queryCount;
}
public Long getSceneRecommendItem() {
return this.sceneRecommendItem;
}
public void setSceneRecommendItem(Long sceneRecommendItem) {
this.sceneRecommendItem = sceneRecommendItem;
}
public Long getWeightItem() {
return this.weightItem;
}
public void setWeightItem(Long weightItem) {
this.weightItem = weightItem;
}
public Long getInstanceRecommendItem() {
return this.instanceRecommendItem;
}
public void setInstanceRecommendItem(Long instanceRecommendItem) {
this.instanceRecommendItem = instanceRecommendItem;
}
}
}
@Override
public ListItemsResponse getInstance(UnmarshallerContext context) {
return ListItemsResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListLogsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ListLogsRequest extends RoaAcsRequest<ListLogsResponse> {
private String instanceId;
private Integer size;
private String queryParams;
private Integer endTime;
private Integer startTime;
private Integer page;
public ListLogsRequest() {
super("Airec", "2020-11-26", "ListLogs", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]/logs");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
public Integer getSize() {
return this.size;
}
public void setSize(Integer size) {
this.size = size;
if(size != null){
putQueryParameter("size", size.toString());
}
}
public String getQueryParams() {
return this.queryParams;
}
public void setQueryParams(String queryParams) {
this.queryParams = queryParams;
if(queryParams != null){
putQueryParameter("queryParams", queryParams);
}
}
public Integer getEndTime() {
return this.endTime;
}
public void setEndTime(Integer endTime) {
this.endTime = endTime;
if(endTime != null){
putQueryParameter("endTime", endTime.toString());
}
}
public Integer getStartTime() {
return this.startTime;
}
public void setStartTime(Integer startTime) {
this.startTime = startTime;
if(startTime != null){
putQueryParameter("startTime", startTime.toString());
}
}
public Integer getPage() {
return this.page;
}
public void setPage(Integer page) {
this.page = page;
if(page != null){
putQueryParameter("page", page.toString());
}
}
@Override
public Class<ListLogsResponse> getResponseClass() {
return ListLogsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListLogsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import java.util.List;
import java.util.Map;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ListLogsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListLogsResponse extends AcsResponse {
private String code;
private String requestId;
private String message;
private List<Map<Object,Object>> result;
private Headers headers;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public List<Map<Object,Object>> getResult() {
return this.result;
}
public void setResult(List<Map<Object,Object>> result) {
this.result = result;
}
public Headers getHeaders() {
return this.headers;
}
public void setHeaders(Headers headers) {
this.headers = headers;
}
public static class Headers {
private Integer xTotalCount;
public Integer getXTotalCount() {
return this.xTotalCount;
}
public void setXTotalCount(Integer xTotalCount) {
this.xTotalCount = xTotalCount;
}
}
@Override
public ListLogsResponse getInstance(UnmarshallerContext context) {
return ListLogsResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListMixCategoriesRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ListMixCategoriesRequest extends RoaAcsRequest<ListMixCategoriesResponse> {
public ListMixCategoriesRequest() {
super("Airec", "2020-11-26", "ListMixCategories", "airec");
setUriPattern("/v2/openapi/configurations/mixCategories");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
@Override
public Class<ListMixCategoriesResponse> getResponseClass() {
return ListMixCategoriesResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListMixCategoriesResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ListMixCategoriesResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListMixCategoriesResponse extends AcsResponse {
private String code;
private String requestId;
private String message;
private List<ResultItem> result;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public List<ResultItem> getResult() {
return this.result;
}
public void setResult(List<ResultItem> result) {
this.result = result;
}
public static class ResultItem {
private List<Long> categories;
public List<Long> getCategories() {
return this.categories;
}
public void setCategories(List<Long> categories) {
this.categories = categories;
}
}
@Override
public ListMixCategoriesResponse getInstance(UnmarshallerContext context) {
return ListMixCategoriesResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListOfflineStoragesRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ListOfflineStoragesRequest extends RoaAcsRequest<ListOfflineStoragesResponse> {
private String instanceId;
public ListOfflineStoragesRequest() {
super("Airec", "2020-11-26", "ListOfflineStorages", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]/offlineStorages");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
@Override
public Class<ListOfflineStoragesResponse> getResponseClass() {
return ListOfflineStoragesResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListOfflineStoragesResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import java.util.List;
import java.util.Map;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ListOfflineStoragesResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListOfflineStoragesResponse extends AcsResponse {
private String requestId;
private List<ResultItem> result;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<ResultItem> getResult() {
return this.result;
}
public void setResult(List<ResultItem> result) {
this.result = result;
}
public static class ResultItem {
private String tableName;
private Map<Object,Object> meta;
public String getTableName() {
return this.tableName;
}
public void setTableName(String tableName) {
this.tableName = tableName;
}
public Map<Object,Object> getMeta() {
return this.meta;
}
public void setMeta(Map<Object,Object> meta) {
this.meta = meta;
}
}
@Override
public ListOfflineStoragesResponse getInstance(UnmarshallerContext context) {
return ListOfflineStoragesResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListRankingModelTemplatesRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ListRankingModelTemplatesRequest extends RoaAcsRequest<ListRankingModelTemplatesResponse> {
private String instanceId;
private Long size;
private Long page;
public ListRankingModelTemplatesRequest() {
super("Airec", "2020-11-26", "ListRankingModelTemplates", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]/ranking-model-templates");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
public Long getSize() {
return this.size;
}
public void setSize(Long size) {
this.size = size;
if(size != null){
putQueryParameter("size", size.toString());
}
}
public Long getPage() {
return this.page;
}
public void setPage(Long page) {
this.page = page;
if(page != null){
putQueryParameter("page", page.toString());
}
}
@Override
public Class<ListRankingModelTemplatesResponse> getResponseClass() {
return ListRankingModelTemplatesResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListRankingModelTemplatesResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ListRankingModelTemplatesResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListRankingModelTemplatesResponse extends AcsResponse {
private String requestId;
private List<ResultItem> result;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<ResultItem> getResult() {
return this.result;
}
public void setResult(List<ResultItem> result) {
this.result = result;
}
public static class ResultItem {
private String status;
private Long versionNum;
private String templateId;
private Meta meta;
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public Long getVersionNum() {
return this.versionNum;
}
public void setVersionNum(Long versionNum) {
this.versionNum = versionNum;
}
public String getTemplateId() {
return this.templateId;
}
public void setTemplateId(String templateId) {
this.templateId = templateId;
}
public Meta getMeta() {
return this.meta;
}
public void setMeta(Meta meta) {
this.meta = meta;
}
public static class Meta {
private Boolean authorized;
private Boolean autoRun;
private Long autoRunTime;
private String autoRunType;
private String conf;
private String lastEditTime;
private String ossArn;
private String ossBucket;
private String ossEndpoint;
private String sampleId;
private String sampleName;
private Long sampleTimeWindow;
private String sampleTimeWindowType;
private String type;
private String name;
private String deployStatus;
private Boolean canDeploy;
public Boolean getAuthorized() {
return this.authorized;
}
public void setAuthorized(Boolean authorized) {
this.authorized = authorized;
}
public Boolean getAutoRun() {
return this.autoRun;
}
public void setAutoRun(Boolean autoRun) {
this.autoRun = autoRun;
}
public Long getAutoRunTime() {
return this.autoRunTime;
}
public void setAutoRunTime(Long autoRunTime) {
this.autoRunTime = autoRunTime;
}
public String getAutoRunType() {
return this.autoRunType;
}
public void setAutoRunType(String autoRunType) {
this.autoRunType = autoRunType;
}
public String getConf() {
return this.conf;
}
public void setConf(String conf) {
this.conf = conf;
}
public String getLastEditTime() {
return this.lastEditTime;
}
public void setLastEditTime(String lastEditTime) {
this.lastEditTime = lastEditTime;
}
public String getOssArn() {
return this.ossArn;
}
public void setOssArn(String ossArn) {
this.ossArn = ossArn;
}
public String getOssBucket() {
return this.ossBucket;
}
public void setOssBucket(String ossBucket) {
this.ossBucket = ossBucket;
}
public String getOssEndpoint() {
return this.ossEndpoint;
}
public void setOssEndpoint(String ossEndpoint) {
this.ossEndpoint = ossEndpoint;
}
public String getSampleId() {
return this.sampleId;
}
public void setSampleId(String sampleId) {
this.sampleId = sampleId;
}
public String getSampleName() {
return this.sampleName;
}
public void setSampleName(String sampleName) {
this.sampleName = sampleName;
}
public Long getSampleTimeWindow() {
return this.sampleTimeWindow;
}
public void setSampleTimeWindow(Long sampleTimeWindow) {
this.sampleTimeWindow = sampleTimeWindow;
}
public String getSampleTimeWindowType() {
return this.sampleTimeWindowType;
}
public void setSampleTimeWindowType(String sampleTimeWindowType) {
this.sampleTimeWindowType = sampleTimeWindowType;
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public String getDeployStatus() {
return this.deployStatus;
}
public void setDeployStatus(String deployStatus) {
this.deployStatus = deployStatus;
}
public Boolean getCanDeploy() {
return this.canDeploy;
}
public void setCanDeploy(Boolean canDeploy) {
this.canDeploy = canDeploy;
}
}
}
@Override
public ListRankingModelTemplatesResponse getInstance(UnmarshallerContext context) {
return ListRankingModelTemplatesResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListRankingModelVersionsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ListRankingModelVersionsRequest extends RoaAcsRequest<ListRankingModelVersionsResponse> {
private String instanceId;
private Long size;
private Long page;
private String templateId;
private String status;
public ListRankingModelVersionsRequest() {
super("Airec", "2020-11-26", "ListRankingModelVersions", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]/ranking-model-versions");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
public Long getSize() {
return this.size;
}
public void setSize(Long size) {
this.size = size;
if(size != null){
putQueryParameter("size", size.toString());
}
}
public Long getPage() {
return this.page;
}
public void setPage(Long page) {
this.page = page;
if(page != null){
putQueryParameter("page", page.toString());
}
}
public String getTemplateId() {
return this.templateId;
}
public void setTemplateId(String templateId) {
this.templateId = templateId;
if(templateId != null){
putQueryParameter("templateId", templateId);
}
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
if(status != null){
putQueryParameter("status", status);
}
}
@Override
public Class<ListRankingModelVersionsResponse> getResponseClass() {
return ListRankingModelVersionsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListRankingModelVersionsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ListRankingModelVersionsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListRankingModelVersionsResponse extends AcsResponse {
private String requestId;
private List<ResultItem> result;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<ResultItem> getResult() {
return this.result;
}
public void setResult(List<ResultItem> result) {
this.result = result;
}
public static class ResultItem {
private String status;
private String runTime;
private String runLog;
private String templateName;
private String name;
private String templateId;
private RunResult runResult;
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public String getRunTime() {
return this.runTime;
}
public void setRunTime(String runTime) {
this.runTime = runTime;
}
public String getRunLog() {
return this.runLog;
}
public void setRunLog(String runLog) {
this.runLog = runLog;
}
public String getTemplateName() {
return this.templateName;
}
public void setTemplateName(String templateName) {
this.templateName = templateName;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public String getTemplateId() {
return this.templateId;
}
public void setTemplateId(String templateId) {
this.templateId = templateId;
}
public RunResult getRunResult() {
return this.runResult;
}
public void setRunResult(RunResult runResult) {
this.runResult = runResult;
}
public static class RunResult {
private String assessAuc;
private String assessGauc;
private String assessLoss;
private String trainAuc;
private String trainGauc;
private String trainLoss;
public String getAssessAuc() {
return this.assessAuc;
}
public void setAssessAuc(String assessAuc) {
this.assessAuc = assessAuc;
}
public String getAssessGauc() {
return this.assessGauc;
}
public void setAssessGauc(String assessGauc) {
this.assessGauc = assessGauc;
}
public String getAssessLoss() {
return this.assessLoss;
}
public void setAssessLoss(String assessLoss) {
this.assessLoss = assessLoss;
}
public String getTrainAuc() {
return this.trainAuc;
}
public void setTrainAuc(String trainAuc) {
this.trainAuc = trainAuc;
}
public String getTrainGauc() {
return this.trainGauc;
}
public void setTrainGauc(String trainGauc) {
this.trainGauc = trainGauc;
}
public String getTrainLoss() {
return this.trainLoss;
}
public void setTrainLoss(String trainLoss) {
this.trainLoss = trainLoss;
}
}
}
@Override
public ListRankingModelVersionsResponse getInstance(UnmarshallerContext context) {
return ListRankingModelVersionsResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListRankingModelsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ListRankingModelsRequest extends RoaAcsRequest<ListRankingModelsResponse> {
private String instanceId;
private Integer size;
private String rankingModelId;
private Integer page;
public ListRankingModelsRequest() {
super("Airec", "2020-11-26", "ListRankingModels", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]/ranking-models");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
public Integer getSize() {
return this.size;
}
public void setSize(Integer size) {
this.size = size;
if(size != null){
putQueryParameter("size", size.toString());
}
}
public String getRankingModelId() {
return this.rankingModelId;
}
public void setRankingModelId(String rankingModelId) {
this.rankingModelId = rankingModelId;
if(rankingModelId != null){
putQueryParameter("rankingModelId", rankingModelId);
}
}
public Integer getPage() {
return this.page;
}
public void setPage(Integer page) {
this.page = page;
if(page != null){
putQueryParameter("page", page.toString());
}
}
@Override
public Class<ListRankingModelsResponse> getResponseClass() {
return ListRankingModelsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListRankingModelsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import java.util.List;
import java.util.Map;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ListRankingModelsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListRankingModelsResponse extends AcsResponse {
private String code;
private String requestId;
private String message;
private List<ResultItem> result;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public List<ResultItem> getResult() {
return this.result;
}
public void setResult(List<ResultItem> result) {
this.result = result;
}
public static class ResultItem {
private String rankingModelId;
private String gmtModified;
private String gmtCreate;
private Map<Object,Object> meta;
public String getRankingModelId() {
return this.rankingModelId;
}
public void setRankingModelId(String rankingModelId) {
this.rankingModelId = rankingModelId;
}
public String getGmtModified() {
return this.gmtModified;
}
public void setGmtModified(String gmtModified) {
this.gmtModified = gmtModified;
}
public String getGmtCreate() {
return this.gmtCreate;
}
public void setGmtCreate(String gmtCreate) {
this.gmtCreate = gmtCreate;
}
public Map<Object,Object> getMeta() {
return this.meta;
}
public void setMeta(Map<Object,Object> meta) {
this.meta = meta;
}
}
@Override
public ListRankingModelsResponse getInstance(UnmarshallerContext context) {
return ListRankingModelsResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListRankingSystemHistoriesRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ListRankingSystemHistoriesRequest extends RoaAcsRequest<ListRankingSystemHistoriesResponse> {
private String instanceId;
private Long size;
private String name;
private String operateType;
private Long page;
public ListRankingSystemHistoriesRequest() {
super("Airec", "2020-11-26", "ListRankingSystemHistories", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]/ranking-systems/[name]/histories");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
public Long getSize() {
return this.size;
}
public void setSize(Long size) {
this.size = size;
if(size != null){
putQueryParameter("size", size.toString());
}
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
if(name != null){
putPathParameter("name", name);
}
}
public String getOperateType() {
return this.operateType;
}
public void setOperateType(String operateType) {
this.operateType = operateType;
if(operateType != null){
putQueryParameter("operateType", operateType);
}
}
public Long getPage() {
return this.page;
}
public void setPage(Long page) {
this.page = page;
if(page != null){
putQueryParameter("page", page.toString());
}
}
@Override
public Class<ListRankingSystemHistoriesResponse> getResponseClass() {
return ListRankingSystemHistoriesResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListRankingSystemHistoriesResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ListRankingSystemHistoriesResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListRankingSystemHistoriesResponse extends AcsResponse {
private String requestId;
private List<ResultItem> result;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<ResultItem> getResult() {
return this.result;
}
public void setResult(List<ResultItem> result) {
this.result = result;
}
public static class ResultItem {
private String operateTime;
private String operateId;
private String operateType;
private String name;
private Meta meta;
public String getOperateTime() {
return this.operateTime;
}
public void setOperateTime(String operateTime) {
this.operateTime = operateTime;
}
public String getOperateId() {
return this.operateId;
}
public void setOperateId(String operateId) {
this.operateId = operateId;
}
public String getOperateType() {
return this.operateType;
}
public void setOperateType(String operateType) {
this.operateType = operateType;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public Meta getMeta() {
return this.meta;
}
public void setMeta(Meta meta) {
this.meta = meta;
}
public static class Meta {
private Boolean autoDeploy;
private String autoDeployAuc;
private String conf;
private String modelTemplateName;
private String predictEngineType;
private String previousOperateId;
private PredictEngine predictEngine;
public Boolean getAutoDeploy() {
return this.autoDeploy;
}
public void setAutoDeploy(Boolean autoDeploy) {
this.autoDeploy = autoDeploy;
}
public String getAutoDeployAuc() {
return this.autoDeployAuc;
}
public void setAutoDeployAuc(String autoDeployAuc) {
this.autoDeployAuc = autoDeployAuc;
}
public String getConf() {
return this.conf;
}
public void setConf(String conf) {
this.conf = conf;
}
public String getModelTemplateName() {
return this.modelTemplateName;
}
public void setModelTemplateName(String modelTemplateName) {
this.modelTemplateName = modelTemplateName;
}
public String getPredictEngineType() {
return this.predictEngineType;
}
public void setPredictEngineType(String predictEngineType) {
this.predictEngineType = predictEngineType;
}
public String getPreviousOperateId() {
return this.previousOperateId;
}
public void setPreviousOperateId(String previousOperateId) {
this.previousOperateId = previousOperateId;
}
public PredictEngine getPredictEngine() {
return this.predictEngine;
}
public void setPredictEngine(PredictEngine predictEngine) {
this.predictEngine = predictEngine;
}
public static class PredictEngine {
private String resourceId;
private String version;
public String getResourceId() {
return this.resourceId;
}
public void setResourceId(String resourceId) {
this.resourceId = resourceId;
}
public String getVersion() {
return this.version;
}
public void setVersion(String version) {
this.version = version;
}
}
}
}
@Override
public ListRankingSystemHistoriesResponse getInstance(UnmarshallerContext context) {
return ListRankingSystemHistoriesResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListRankingSystemsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ListRankingSystemsRequest extends RoaAcsRequest<ListRankingSystemsResponse> {
private String instanceId;
private Long size;
private String name;
private String deployStatus;
private Long page;
public ListRankingSystemsRequest() {
super("Airec", "2020-11-26", "ListRankingSystems", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]/ranking-systems");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
public Long getSize() {
return this.size;
}
public void setSize(Long size) {
this.size = size;
if(size != null){
putQueryParameter("size", size.toString());
}
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
if(name != null){
putQueryParameter("name", name);
}
}
public String getDeployStatus() {
return this.deployStatus;
}
public void setDeployStatus(String deployStatus) {
this.deployStatus = deployStatus;
if(deployStatus != null){
putQueryParameter("deployStatus", deployStatus);
}
}
public Long getPage() {
return this.page;
}
public void setPage(Long page) {
this.page = page;
if(page != null){
putQueryParameter("page", page.toString());
}
}
@Override
public Class<ListRankingSystemsResponse> getResponseClass() {
return ListRankingSystemsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListRankingSystemsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ListRankingSystemsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListRankingSystemsResponse extends AcsResponse {
private String requestId;
private List<ResultItem> result;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<ResultItem> getResult() {
return this.result;
}
public void setResult(List<ResultItem> result) {
this.result = result;
}
public static class ResultItem {
private String applyStatus;
private String deployStatus;
private String name;
private String modelTemplateId;
private List<Long> sceneIdList;
private Meta meta;
public String getApplyStatus() {
return this.applyStatus;
}
public void setApplyStatus(String applyStatus) {
this.applyStatus = applyStatus;
}
public String getDeployStatus() {
return this.deployStatus;
}
public void setDeployStatus(String deployStatus) {
this.deployStatus = deployStatus;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public String getModelTemplateId() {
return this.modelTemplateId;
}
public void setModelTemplateId(String modelTemplateId) {
this.modelTemplateId = modelTemplateId;
}
public List<Long> getSceneIdList() {
return this.sceneIdList;
}
public void setSceneIdList(List<Long> sceneIdList) {
this.sceneIdList = sceneIdList;
}
public Meta getMeta() {
return this.meta;
}
public void setMeta(Meta meta) {
this.meta = meta;
}
public static class Meta {
private Boolean autoDeploy;
private String autoDeployAuc;
private String conf;
private String predictEngineType;
private String modelVersionName;
private String failMsg;
private PredictEngine predictEngine;
public Boolean getAutoDeploy() {
return this.autoDeploy;
}
public void setAutoDeploy(Boolean autoDeploy) {
this.autoDeploy = autoDeploy;
}
public String getAutoDeployAuc() {
return this.autoDeployAuc;
}
public void setAutoDeployAuc(String autoDeployAuc) {
this.autoDeployAuc = autoDeployAuc;
}
public String getConf() {
return this.conf;
}
public void setConf(String conf) {
this.conf = conf;
}
public String getPredictEngineType() {
return this.predictEngineType;
}
public void setPredictEngineType(String predictEngineType) {
this.predictEngineType = predictEngineType;
}
public String getModelVersionName() {
return this.modelVersionName;
}
public void setModelVersionName(String modelVersionName) {
this.modelVersionName = modelVersionName;
}
public String getFailMsg() {
return this.failMsg;
}
public void setFailMsg(String failMsg) {
this.failMsg = failMsg;
}
public PredictEngine getPredictEngine() {
return this.predictEngine;
}
public void setPredictEngine(PredictEngine predictEngine) {
this.predictEngine = predictEngine;
}
public static class PredictEngine {
private String resourceId;
private String version;
private String clusterId;
public String getResourceId() {
return this.resourceId;
}
public void setResourceId(String resourceId) {
this.resourceId = resourceId;
}
public String getVersion() {
return this.version;
}
public void setVersion(String version) {
this.version = version;
}
public String getClusterId() {
return this.clusterId;
}
public void setClusterId(String clusterId) {
this.clusterId = clusterId;
}
}
}
}
@Override
public ListRankingSystemsResponse getInstance(UnmarshallerContext context) {
return ListRankingSystemsResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListRuleConditionsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ListRuleConditionsRequest extends RoaAcsRequest<ListRuleConditionsResponse> {
private String instanceId;
public ListRuleConditionsRequest() {
super("Airec", "2020-11-26", "ListRuleConditions", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]/rule-conditions");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
@Override
public Class<ListRuleConditionsResponse> getResponseClass() {
return ListRuleConditionsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListRuleConditionsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ListRuleConditionsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListRuleConditionsResponse extends AcsResponse {
private String code;
private String requestId;
private String message;
private List<ResultItem> result;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public List<ResultItem> getResult() {
return this.result;
}
public void setResult(List<ResultItem> result) {
this.result = result;
}
public static class ResultItem {
private String selectType;
private String selectValue;
private String selectionOperation;
public String getSelectType() {
return this.selectType;
}
public void setSelectType(String selectType) {
this.selectType = selectType;
}
public String getSelectValue() {
return this.selectValue;
}
public void setSelectValue(String selectValue) {
this.selectValue = selectValue;
}
public String getSelectionOperation() {
return this.selectionOperation;
}
public void setSelectionOperation(String selectionOperation) {
this.selectionOperation = selectionOperation;
}
}
@Override
public ListRuleConditionsResponse getInstance(UnmarshallerContext context) {
return ListRuleConditionsResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListRuleTasksRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ListRuleTasksRequest extends RoaAcsRequest<ListRuleTasksResponse> {
private String instanceId;
private String sceneId;
public ListRuleTasksRequest() {
super("Airec", "2020-11-26", "ListRuleTasks", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]/rule-tasks");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
public String getSceneId() {
return this.sceneId;
}
public void setSceneId(String sceneId) {
this.sceneId = sceneId;
if(sceneId != null){
putQueryParameter("sceneId", sceneId);
}
}
@Override
public Class<ListRuleTasksResponse> getResponseClass() {
return ListRuleTasksResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListRuleTasksResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ListRuleTasksResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListRuleTasksResponse extends AcsResponse {
private String code;
private String requestId;
private String message;
private Result result;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public Result getResult() {
return this.result;
}
public void setResult(Result result) {
this.result = result;
}
public static class Result {
private Integer finishTime;
private Integer finishRate;
public Integer getFinishTime() {
return this.finishTime;
}
public void setFinishTime(Integer finishTime) {
this.finishTime = finishTime;
}
public Integer getFinishRate() {
return this.finishRate;
}
public void setFinishRate(Integer finishRate) {
this.finishRate = finishRate;
}
}
@Override
public ListRuleTasksResponse getInstance(UnmarshallerContext context) {
return ListRuleTasksResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListRulesRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ListRulesRequest extends RoaAcsRequest<ListRulesResponse> {
private String instanceId;
private Integer size;
private String ruleType;
private String sceneId;
private Long endTime;
private Integer page;
private Long startTime;
private String status;
public ListRulesRequest() {
super("Airec", "2020-11-26", "ListRules", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]/rules");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
public Integer getSize() {
return this.size;
}
public void setSize(Integer size) {
this.size = size;
if(size != null){
putQueryParameter("size", size.toString());
}
}
public String getRuleType() {
return this.ruleType;
}
public void setRuleType(String ruleType) {
this.ruleType = ruleType;
if(ruleType != null){
putQueryParameter("ruleType", ruleType);
}
}
public String getSceneId() {
return this.sceneId;
}
public void setSceneId(String sceneId) {
this.sceneId = sceneId;
if(sceneId != null){
putQueryParameter("sceneId", sceneId);
}
}
public Long getEndTime() {
return this.endTime;
}
public void setEndTime(Long endTime) {
this.endTime = endTime;
if(endTime != null){
putQueryParameter("endTime", endTime.toString());
}
}
public Integer getPage() {
return this.page;
}
public void setPage(Integer page) {
this.page = page;
if(page != null){
putQueryParameter("page", page.toString());
}
}
public Long getStartTime() {
return this.startTime;
}
public void setStartTime(Long startTime) {
this.startTime = startTime;
if(startTime != null){
putQueryParameter("startTime", startTime.toString());
}
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
if(status != null){
putQueryParameter("status", status);
}
}
@Override
public Class<ListRulesResponse> getResponseClass() {
return ListRulesResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListRulesResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ListRulesResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListRulesResponse extends AcsResponse {
private String code;
private String requestId;
private String message;
private List<ResultItem> result;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public List<ResultItem> getResult() {
return this.result;
}
public void setResult(List<ResultItem> result) {
this.result = result;
}
public static class ResultItem {
private String ruleId;
private String gmtModified;
private String status;
private String gmtCreate;
public String getRuleId() {
return this.ruleId;
}
public void setRuleId(String ruleId) {
this.ruleId = ruleId;
}
public String getGmtModified() {
return this.gmtModified;
}
public void setGmtModified(String gmtModified) {
this.gmtModified = gmtModified;
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public String getGmtCreate() {
return this.gmtCreate;
}
public void setGmtCreate(String gmtCreate) {
this.gmtCreate = gmtCreate;
}
}
@Override
public ListRulesResponse getInstance(UnmarshallerContext context) {
return ListRulesResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListSampleFormatConfigsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ListSampleFormatConfigsRequest extends RoaAcsRequest<ListSampleFormatConfigsResponse> {
private String instanceId;
private String sampleId;
public ListSampleFormatConfigsRequest() {
super("Airec", "2020-11-26", "ListSampleFormatConfigs", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]/samples/[sampleId]/format-configs");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
public String getSampleId() {
return this.sampleId;
}
public void setSampleId(String sampleId) {
this.sampleId = sampleId;
if(sampleId != null){
putPathParameter("sampleId", sampleId);
}
}
@Override
public Class<ListSampleFormatConfigsResponse> getResponseClass() {
return ListSampleFormatConfigsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListSampleFormatConfigsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import java.util.Map;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ListSampleFormatConfigsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListSampleFormatConfigsResponse extends AcsResponse {
private String requestId;
private Map<Object,Object> result;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Map<Object,Object> getResult() {
return this.result;
}
public void setResult(Map<Object,Object> result) {
this.result = result;
}
@Override
public ListSampleFormatConfigsResponse getInstance(UnmarshallerContext context) {
return ListSampleFormatConfigsResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListSamplesRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ListSamplesRequest extends RoaAcsRequest<ListSamplesResponse> {
private String instanceId;
private Long size;
private String sampleId;
private Long page;
public ListSamplesRequest() {
super("Airec", "2020-11-26", "ListSamples", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]/samples");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
public Long getSize() {
return this.size;
}
public void setSize(Long size) {
this.size = size;
if(size != null){
putQueryParameter("size", size.toString());
}
}
public String getSampleId() {
return this.sampleId;
}
public void setSampleId(String sampleId) {
this.sampleId = sampleId;
if(sampleId != null){
putQueryParameter("sampleId", sampleId);
}
}
public Long getPage() {
return this.page;
}
public void setPage(Long page) {
this.page = page;
if(page != null){
putQueryParameter("page", page.toString());
}
}
@Override
public Class<ListSamplesResponse> getResponseClass() {
return ListSamplesResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListSamplesResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ListSamplesResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListSamplesResponse extends AcsResponse {
private String requestId;
private List<ResultItem> result;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<ResultItem> getResult() {
return this.result;
}
public void setResult(List<ResultItem> result) {
this.result = result;
}
public static class ResultItem {
private String status;
private String gmtCreate;
private String gmtModified;
private String sampleId;
private Meta meta;
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public String getGmtCreate() {
return this.gmtCreate;
}
public void setGmtCreate(String gmtCreate) {
this.gmtCreate = gmtCreate;
}
public String getGmtModified() {
return this.gmtModified;
}
public void setGmtModified(String gmtModified) {
this.gmtModified = gmtModified;
}
public String getSampleId() {
return this.sampleId;
}
public void setSampleId(String sampleId) {
this.sampleId = sampleId;
}
public Meta getMeta() {
return this.meta;
}
public void setMeta(Meta meta) {
this.meta = meta;
}
public static class Meta {
private Boolean autoUpdate;
private Long autoUpdateFrequency;
private String clonedId;
private String metaType;
private String name;
private String storeConfig;
private String type;
private Config config;
private ExtendParams extendParams;
public Boolean getAutoUpdate() {
return this.autoUpdate;
}
public void setAutoUpdate(Boolean autoUpdate) {
this.autoUpdate = autoUpdate;
}
public Long getAutoUpdateFrequency() {
return this.autoUpdateFrequency;
}
public void setAutoUpdateFrequency(Long autoUpdateFrequency) {
this.autoUpdateFrequency = autoUpdateFrequency;
}
public String getClonedId() {
return this.clonedId;
}
public void setClonedId(String clonedId) {
this.clonedId = clonedId;
}
public String getMetaType() {
return this.metaType;
}
public void setMetaType(String metaType) {
this.metaType = metaType;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public String getStoreConfig() {
return this.storeConfig;
}
public void setStoreConfig(String storeConfig) {
this.storeConfig = storeConfig;
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public Config getConfig() {
return this.config;
}
public void setConfig(Config config) {
this.config = config;
}
public ExtendParams getExtendParams() {
return this.extendParams;
}
public void setExtendParams(ExtendParams extendParams) {
this.extendParams = extendParams;
}
public static class Config {
private List<WeightLogicListItem> weightLogicList;
private List<String> bhvTableSourceIds;
private FeatureConfig featureConfig;
private LabelLogic labelLogic;
public List<WeightLogicListItem> getWeightLogicList() {
return this.weightLogicList;
}
public void setWeightLogicList(List<WeightLogicListItem> weightLogicList) {
this.weightLogicList = weightLogicList;
}
public List<String> getBhvTableSourceIds() {
return this.bhvTableSourceIds;
}
public void setBhvTableSourceIds(List<String> bhvTableSourceIds) {
this.bhvTableSourceIds = bhvTableSourceIds;
}
public FeatureConfig getFeatureConfig() {
return this.featureConfig;
}
public void setFeatureConfig(FeatureConfig featureConfig) {
this.featureConfig = featureConfig;
}
public LabelLogic getLabelLogic() {
return this.labelLogic;
}
public void setLabelLogic(LabelLogic labelLogic) {
this.labelLogic = labelLogic;
}
public static class WeightLogicListItem {
private String bhv;
private String weight;
public String getBhv() {
return this.bhv;
}
public void setBhv(String bhv) {
this.bhv = bhv;
}
public String getWeight() {
return this.weight;
}
public void setWeight(String weight) {
this.weight = weight;
}
}
public static class FeatureConfig {
private String itemFeatures;
private String userFeatures;
public String getItemFeatures() {
return this.itemFeatures;
}
public void setItemFeatures(String itemFeatures) {
this.itemFeatures = itemFeatures;
}
public String getUserFeatures() {
return this.userFeatures;
}
public void setUserFeatures(String userFeatures) {
this.userFeatures = userFeatures;
}
}
public static class LabelLogic {
private Long bhvTimeWindow;
private String negativeBhvTypes;
private String positiveBhvTypes;
public Long getBhvTimeWindow() {
return this.bhvTimeWindow;
}
public void setBhvTimeWindow(Long bhvTimeWindow) {
this.bhvTimeWindow = bhvTimeWindow;
}
public String getNegativeBhvTypes() {
return this.negativeBhvTypes;
}
public void setNegativeBhvTypes(String negativeBhvTypes) {
this.negativeBhvTypes = negativeBhvTypes;
}
public String getPositiveBhvTypes() {
return this.positiveBhvTypes;
}
public void setPositiveBhvTypes(String positiveBhvTypes) {
this.positiveBhvTypes = positiveBhvTypes;
}
}
}
public static class ExtendParams {
private Long latestTaskStatus;
private Long sampleCount;
public Long getLatestTaskStatus() {
return this.latestTaskStatus;
}
public void setLatestTaskStatus(Long latestTaskStatus) {
this.latestTaskStatus = latestTaskStatus;
}
public Long getSampleCount() {
return this.sampleCount;
}
public void setSampleCount(Long sampleCount) {
this.sampleCount = sampleCount;
}
}
}
}
@Override
public ListSamplesResponse getInstance(UnmarshallerContext context) {
return ListSamplesResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListSceneItemsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ListSceneItemsRequest extends RoaAcsRequest<ListSceneItemsResponse> {
private String selectionRuleId;
private String instanceId;
private Integer size;
private Integer queryCount;
private String sceneId;
private String operationRuleId;
private String previewType;
private Integer page;
public ListSceneItemsRequest() {
super("Airec", "2020-11-26", "ListSceneItems", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]/scenes/[sceneId]/items");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getSelectionRuleId() {
return this.selectionRuleId;
}
public void setSelectionRuleId(String selectionRuleId) {
this.selectionRuleId = selectionRuleId;
if(selectionRuleId != null){
putQueryParameter("selectionRuleId", selectionRuleId);
}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
public Integer getSize() {
return this.size;
}
public void setSize(Integer size) {
this.size = size;
if(size != null){
putQueryParameter("size", size.toString());
}
}
public Integer getQueryCount() {
return this.queryCount;
}
public void setQueryCount(Integer queryCount) {
this.queryCount = queryCount;
if(queryCount != null){
putQueryParameter("queryCount", queryCount.toString());
}
}
public String getSceneId() {
return this.sceneId;
}
public void setSceneId(String sceneId) {
this.sceneId = sceneId;
if(sceneId != null){
putPathParameter("sceneId", sceneId);
}
}
public String getOperationRuleId() {
return this.operationRuleId;
}
public void setOperationRuleId(String operationRuleId) {
this.operationRuleId = operationRuleId;
if(operationRuleId != null){
putQueryParameter("operationRuleId", operationRuleId);
}
}
public String getPreviewType() {
return this.previewType;
}
public void setPreviewType(String previewType) {
this.previewType = previewType;
if(previewType != null){
putQueryParameter("previewType", previewType);
}
}
public Integer getPage() {
return this.page;
}
public void setPage(Integer page) {
this.page = page;
if(page != null){
putQueryParameter("page", page.toString());
}
}
@Override
public Class<ListSceneItemsResponse> getResponseClass() {
return ListSceneItemsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListSceneItemsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ListSceneItemsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListSceneItemsResponse extends AcsResponse {
private String code;
private String requestId;
private String message;
private Result result;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public Result getResult() {
return this.result;
}
public void setResult(Result result) {
this.result = result;
}
public static class Result {
private List<DetailItem> detail;
private Total total;
public List<DetailItem> getDetail() {
return this.detail;
}
public void setDetail(List<DetailItem> detail) {
this.detail = detail;
}
public Total getTotal() {
return this.total;
}
public void setTotal(Total total) {
this.total = total;
}
public static class DetailItem {
private String title;
private String categoryPath;
private String itemId;
private String itemType;
private String status;
private String brandId;
private String shopId;
private String pubTime;
private String channel;
private String duration;
private String author;
private String expireTime;
public String getTitle() {
return this.title;
}
public void setTitle(String title) {
this.title = title;
}
public String getCategoryPath() {
return this.categoryPath;
}
public void setCategoryPath(String categoryPath) {
this.categoryPath = categoryPath;
}
public String getItemId() {
return this.itemId;
}
public void setItemId(String itemId) {
this.itemId = itemId;
}
public String getItemType() {
return this.itemType;
}
public void setItemType(String itemType) {
this.itemType = itemType;
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public String getBrandId() {
return this.brandId;
}
public void setBrandId(String brandId) {
this.brandId = brandId;
}
public String getShopId() {
return this.shopId;
}
public void setShopId(String shopId) {
this.shopId = shopId;
}
public String getPubTime() {
return this.pubTime;
}
public void setPubTime(String pubTime) {
this.pubTime = pubTime;
}
public String getChannel() {
return this.channel;
}
public void setChannel(String channel) {
this.channel = channel;
}
public String getDuration() {
return this.duration;
}
public void setDuration(String duration) {
this.duration = duration;
}
public String getAuthor() {
return this.author;
}
public void setAuthor(String author) {
this.author = author;
}
public String getExpireTime() {
return this.expireTime;
}
public void setExpireTime(String expireTime) {
this.expireTime = expireTime;
}
}
public static class Total {
private Long totalCount;
private Long sceneWeightItem;
private Long sceneRecommendItem;
private Long weightItem;
private Long instanceRecommendItem;
public Long getTotalCount() {
return this.totalCount;
}
public void setTotalCount(Long totalCount) {
this.totalCount = totalCount;
}
public Long getSceneWeightItem() {
return this.sceneWeightItem;
}
public void setSceneWeightItem(Long sceneWeightItem) {
this.sceneWeightItem = sceneWeightItem;
}
public Long getSceneRecommendItem() {
return this.sceneRecommendItem;
}
public void setSceneRecommendItem(Long sceneRecommendItem) {
this.sceneRecommendItem = sceneRecommendItem;
}
public Long getWeightItem() {
return this.weightItem;
}
public void setWeightItem(Long weightItem) {
this.weightItem = weightItem;
}
public Long getInstanceRecommendItem() {
return this.instanceRecommendItem;
}
public void setInstanceRecommendItem(Long instanceRecommendItem) {
this.instanceRecommendItem = instanceRecommendItem;
}
}
}
@Override
public ListSceneItemsResponse getInstance(UnmarshallerContext context) {
return ListSceneItemsResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListSceneParametersRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ListSceneParametersRequest extends RoaAcsRequest<ListSceneParametersResponse> {
private String instanceId;
public ListSceneParametersRequest() {
super("Airec", "2020-11-26", "ListSceneParameters", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]/dashboard/scene-parameters");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
@Override
public Class<ListSceneParametersResponse> getResponseClass() {
return ListSceneParametersResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListSceneParametersResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ListSceneParametersResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListSceneParametersResponse extends AcsResponse {
private String code;
private String requestId;
private String message;
private Result result;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public Result getResult() {
return this.result;
}
public void setResult(Result result) {
this.result = result;
}
public static class Result {
private List<String> traceId;
private List<String> sceneId;
public List<String> getTraceId() {
return this.traceId;
}
public void setTraceId(List<String> traceId) {
this.traceId = traceId;
}
public List<String> getSceneId() {
return this.sceneId;
}
public void setSceneId(List<String> sceneId) {
this.sceneId = sceneId;
}
}
@Override
public ListSceneParametersResponse getInstance(UnmarshallerContext context) {
return ListSceneParametersResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListScenesRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ListScenesRequest extends RoaAcsRequest<ListScenesResponse> {
private String instanceId;
private Integer size;
private String sceneId;
private Integer page;
private String status;
public ListScenesRequest() {
super("Airec", "2020-11-26", "ListScenes", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]/scenes");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
public Integer getSize() {
return this.size;
}
public void setSize(Integer size) {
this.size = size;
if(size != null){
putQueryParameter("size", size.toString());
}
}
public String getSceneId() {
return this.sceneId;
}
public void setSceneId(String sceneId) {
this.sceneId = sceneId;
if(sceneId != null){
putQueryParameter("sceneId", sceneId);
}
}
public Integer getPage() {
return this.page;
}
public void setPage(Integer page) {
this.page = page;
if(page != null){
putQueryParameter("page", page.toString());
}
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
if(status != null){
putQueryParameter("status", status);
}
}
@Override
public Class<ListScenesResponse> getResponseClass() {
return ListScenesResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListScenesResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ListScenesResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListScenesResponse extends AcsResponse {
private String code;
private String requestId;
private String message;
private List<ResultItem> result;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public List<ResultItem> getResult() {
return this.result;
}
public void setResult(List<ResultItem> result) {
this.result = result;
}
public static class ResultItem {
private String sceneId;
private String gmtModified;
private String status;
private String gmtCreate;
public String getSceneId() {
return this.sceneId;
}
public void setSceneId(String sceneId) {
this.sceneId = sceneId;
}
public String getGmtModified() {
return this.gmtModified;
}
public void setGmtModified(String gmtModified) {
this.gmtModified = gmtModified;
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public String getGmtCreate() {
return this.gmtCreate;
}
public void setGmtCreate(String gmtCreate) {
this.gmtCreate = gmtCreate;
}
}
@Override
public ListScenesResponse getInstance(UnmarshallerContext context) {
return ListScenesResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListUmengAppkeysRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ListUmengAppkeysRequest extends RoaAcsRequest<ListUmengAppkeysResponse> {
public ListUmengAppkeysRequest() {
super("Airec", "2020-11-26", "ListUmengAppkeys", "airec");
setUriPattern("/v2/openapi/umeng/appkeys");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
@Override
public Class<ListUmengAppkeysResponse> getResponseClass() {
return ListUmengAppkeysResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListUmengAppkeysResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ListUmengAppkeysResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListUmengAppkeysResponse extends AcsResponse {
private String code;
private String requestId;
private String message;
private List<ResultItem> result;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public List<ResultItem> getResult() {
return this.result;
}
public void setResult(List<ResultItem> result) {
this.result = result;
}
public static class ResultItem {
private String appkey;
private String platform;
private String name;
public String getAppkey() {
return this.appkey;
}
public void setAppkey(String appkey) {
this.appkey = appkey;
}
public String getPlatform() {
return this.platform;
}
public void setPlatform(String platform) {
this.platform = platform;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
}
@Override
public ListUmengAppkeysResponse getInstance(UnmarshallerContext context) {
return ListUmengAppkeysResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListUserClustersRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ListUserClustersRequest extends RoaAcsRequest<ListUserClustersResponse> {
private String instanceId;
public ListUserClustersRequest() {
super("Airec", "2020-11-26", "ListUserClusters", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]/user-clusters");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
@Override
public Class<ListUserClustersResponse> getResponseClass() {
return ListUserClustersResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ListUserClustersResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ListUserClustersResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListUserClustersResponse extends AcsResponse {
private String requestId;
private List<UserCluster> result;
private Headers headers;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<UserCluster> getResult() {
return this.result;
}
public void setResult(List<UserCluster> result) {
this.result = result;
}
public Headers getHeaders() {
return this.headers;
}
public void setHeaders(Headers headers) {
this.headers = headers;
}
public static class UserCluster {
private String gmtModified;
private String status;
private String gmtCreate;
private String name;
private Meta meta;
public String getGmtModified() {
return this.gmtModified;
}
public void setGmtModified(String gmtModified) {
this.gmtModified = gmtModified;
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public String getGmtCreate() {
return this.gmtCreate;
}
public void setGmtCreate(String gmtCreate) {
this.gmtCreate = gmtCreate;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public Meta getMeta() {
return this.meta;
}
public void setMeta(Meta meta) {
this.meta = meta;
}
public static class Meta {
private String metaType;
private String description;
public String getMetaType() {
return this.metaType;
}
public void setMetaType(String metaType) {
this.metaType = metaType;
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
}
}
}
public static class Headers {
private Integer xTotalCount;
public Integer getXTotalCount() {
return this.xTotalCount;
}
public void setXTotalCount(Integer xTotalCount) {
this.xTotalCount = xTotalCount;
}
}
@Override
public ListUserClustersResponse getInstance(UnmarshallerContext context) {
return ListUserClustersResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ModifyDataSourceRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ModifyDataSourceRequest extends RoaAcsRequest<ModifyDataSourceResponse> {
private String instanceId;
private String tableName;
public ModifyDataSourceRequest() {
super("Airec", "2020-11-26", "ModifyDataSource", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]/dataSources/[tableName]");
setMethod(MethodType.PUT);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
public String getTableName() {
return this.tableName;
}
public void setTableName(String tableName) {
this.tableName = tableName;
if(tableName != null){
putPathParameter("tableName", tableName);
}
}
@Override
public Class<ModifyDataSourceResponse> getResponseClass() {
return ModifyDataSourceResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ModifyDataSourceResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ModifyDataSourceResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ModifyDataSourceResponse extends AcsResponse {
private String code;
private String requestId;
private String message;
private Result result;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public Result getResult() {
return this.result;
}
public void setResult(Result result) {
this.result = result;
}
public static class Result {
private String gmtModified;
private String gmtCreate;
private String tableName;
private Meta meta;
public String getGmtModified() {
return this.gmtModified;
}
public void setGmtModified(String gmtModified) {
this.gmtModified = gmtModified;
}
public String getGmtCreate() {
return this.gmtCreate;
}
public void setGmtCreate(String gmtCreate) {
this.gmtCreate = gmtCreate;
}
public String getTableName() {
return this.tableName;
}
public void setTableName(String tableName) {
this.tableName = tableName;
}
public Meta getMeta() {
return this.meta;
}
public void setMeta(Meta meta) {
this.meta = meta;
}
public static class Meta {
private String bucketName;
private String accessKeyId;
private String type;
private String partition;
private Long timestamp;
private String path;
private String tableName;
private String projectName;
public String getBucketName() {
return this.bucketName;
}
public void setBucketName(String bucketName) {
this.bucketName = bucketName;
}
public String getAccessKeyId() {
return this.accessKeyId;
}
public void setAccessKeyId(String accessKeyId) {
this.accessKeyId = accessKeyId;
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public String getPartition() {
return this.partition;
}
public void setPartition(String partition) {
this.partition = partition;
}
public Long getTimestamp() {
return this.timestamp;
}
public void setTimestamp(Long timestamp) {
this.timestamp = timestamp;
}
public String getPath() {
return this.path;
}
public void setPath(String path) {
this.path = path;
}
public String getTableName() {
return this.tableName;
}
public void setTableName(String tableName) {
this.tableName = tableName;
}
public String getProjectName() {
return this.projectName;
}
public void setProjectName(String projectName) {
this.projectName = projectName;
}
}
}
@Override
public ModifyDataSourceResponse getInstance(UnmarshallerContext context) {
return ModifyDataSourceResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ModifyFeatureTableRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ModifyFeatureTableRequest extends RoaAcsRequest<ModifyFeatureTableResponse> {
private String featureTableId;
private String instanceId;
private String type;
public ModifyFeatureTableRequest() {
super("Airec", "2020-11-26", "ModifyFeatureTable", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]/feature-tables/[type]/[featureTableId]");
setMethod(MethodType.PUT);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getFeatureTableId() {
return this.featureTableId;
}
public void setFeatureTableId(String featureTableId) {
this.featureTableId = featureTableId;
if(featureTableId != null){
putPathParameter("featureTableId", featureTableId);
}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
if(type != null){
putPathParameter("type", type);
}
}
@Override
public Class<ModifyFeatureTableResponse> getResponseClass() {
return ModifyFeatureTableResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ModifyFeatureTableResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ModifyFeatureTableResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ModifyFeatureTableResponse extends AcsResponse {
private String requestId;
private Result result;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Result getResult() {
return this.result;
}
public void setResult(Result result) {
this.result = result;
}
public static class Result {
private String status;
private String featureTableId;
private String type;
private String gmtCreate;
private String gmtModified;
private Meta meta;
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public String getFeatureTableId() {
return this.featureTableId;
}
public void setFeatureTableId(String featureTableId) {
this.featureTableId = featureTableId;
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public String getGmtCreate() {
return this.gmtCreate;
}
public void setGmtCreate(String gmtCreate) {
this.gmtCreate = gmtCreate;
}
public String getGmtModified() {
return this.gmtModified;
}
public void setGmtModified(String gmtModified) {
this.gmtModified = gmtModified;
}
public Meta getMeta() {
return this.meta;
}
public void setMeta(Meta meta) {
this.meta = meta;
}
public static class Meta {
private String dataSourceId;
private Boolean internal;
private String metaType;
private String source;
private Long updateFrequency;
private List<FeatureListItem> featureList;
public String getDataSourceId() {
return this.dataSourceId;
}
public void setDataSourceId(String dataSourceId) {
this.dataSourceId = dataSourceId;
}
public Boolean getInternal() {
return this.internal;
}
public void setInternal(Boolean internal) {
this.internal = internal;
}
public String getMetaType() {
return this.metaType;
}
public void setMetaType(String metaType) {
this.metaType = metaType;
}
public String getSource() {
return this.source;
}
public void setSource(String source) {
this.source = source;
}
public Long getUpdateFrequency() {
return this.updateFrequency;
}
public void setUpdateFrequency(Long updateFrequency) {
this.updateFrequency = updateFrequency;
}
public List<FeatureListItem> getFeatureList() {
return this.featureList;
}
public void setFeatureList(List<FeatureListItem> featureList) {
this.featureList = featureList;
}
public static class FeatureListItem {
private String comment;
private String featureName;
private String fieldName;
private String status;
public String getComment() {
return this.comment;
}
public void setComment(String comment) {
this.comment = comment;
}
public String getFeatureName() {
return this.featureName;
}
public void setFeatureName(String featureName) {
this.featureName = featureName;
}
public String getFieldName() {
return this.fieldName;
}
public void setFieldName(String fieldName) {
this.fieldName = fieldName;
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
}
}
}
@Override
public ModifyFeatureTableResponse getInstance(UnmarshallerContext context) {
return ModifyFeatureTableResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ModifyFilteringAlgorithmMetaRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ModifyFilteringAlgorithmMetaRequest extends RoaAcsRequest<ModifyFilteringAlgorithmMetaResponse> {
private String instanceId;
private String algorithmId;
public ModifyFilteringAlgorithmMetaRequest() {
super("Airec", "2020-11-26", "ModifyFilteringAlgorithmMeta", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]/filtering-algorithms/[algorithmId]/meta");
setMethod(MethodType.PUT);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
public String getAlgorithmId() {
return this.algorithmId;
}
public void setAlgorithmId(String algorithmId) {
this.algorithmId = algorithmId;
if(algorithmId != null){
putPathParameter("algorithmId", algorithmId);
}
}
@Override
public Class<ModifyFilteringAlgorithmMetaResponse> getResponseClass() {
return ModifyFilteringAlgorithmMetaResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ModifyFilteringAlgorithmMetaResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ModifyFilteringAlgorithmMetaResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ModifyFilteringAlgorithmMetaResponse extends AcsResponse {
private String requestId;
private Result result;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Result getResult() {
return this.result;
}
public void setResult(Result result) {
this.result = result;
}
public static class Result {
private String gmtModified;
private String status;
private String gmtCreate;
private String algorithmId;
private Meta meta;
public String getGmtModified() {
return this.gmtModified;
}
public void setGmtModified(String gmtModified) {
this.gmtModified = gmtModified;
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public String getGmtCreate() {
return this.gmtCreate;
}
public void setGmtCreate(String gmtCreate) {
this.gmtCreate = gmtCreate;
}
public String getAlgorithmId() {
return this.algorithmId;
}
public void setAlgorithmId(String algorithmId) {
this.algorithmId = algorithmId;
}
public Meta getMeta() {
return this.meta;
}
public void setMeta(Meta meta) {
this.meta = meta;
}
public static class Meta {
private String taskId;
private String metaType;
private String type;
private String category;
private String tableName;
private String clusterId;
private String cron;
private String description;
private String projectName;
private String algorithmName;
private Boolean cronEnabled;
private ExtInfo extInfo;
private Threshold threshold;
public String getTaskId() {
return this.taskId;
}
public void setTaskId(String taskId) {
this.taskId = taskId;
}
public String getMetaType() {
return this.metaType;
}
public void setMetaType(String metaType) {
this.metaType = metaType;
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public String getCategory() {
return this.category;
}
public void setCategory(String category) {
this.category = category;
}
public String getTableName() {
return this.tableName;
}
public void setTableName(String tableName) {
this.tableName = tableName;
}
public String getClusterId() {
return this.clusterId;
}
public void setClusterId(String clusterId) {
this.clusterId = clusterId;
}
public String getCron() {
return this.cron;
}
public void setCron(String cron) {
this.cron = cron;
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
}
public String getProjectName() {
return this.projectName;
}
public void setProjectName(String projectName) {
this.projectName = projectName;
}
public String getAlgorithmName() {
return this.algorithmName;
}
public void setAlgorithmName(String algorithmName) {
this.algorithmName = algorithmName;
}
public Boolean getCronEnabled() {
return this.cronEnabled;
}
public void setCronEnabled(Boolean cronEnabled) {
this.cronEnabled = cronEnabled;
}
public ExtInfo getExtInfo() {
return this.extInfo;
}
public void setExtInfo(ExtInfo extInfo) {
this.extInfo = extInfo;
}
public Threshold getThreshold() {
return this.threshold;
}
public void setThreshold(Threshold threshold) {
this.threshold = threshold;
}
public static class ExtInfo {
private String kvSeparator;
private String itemSeparator;
public String getKvSeparator() {
return this.kvSeparator;
}
public void setKvSeparator(String kvSeparator) {
this.kvSeparator = kvSeparator;
}
public String getItemSeparator() {
return this.itemSeparator;
}
public void setItemSeparator(String itemSeparator) {
this.itemSeparator = itemSeparator;
}
}
public static class Threshold {
private Integer sourceDataSizeThreshold;
private Integer sourceDataRecordThreshold;
private Integer indexSizeThreshold;
private Integer indexLossThreshold;
public Integer getSourceDataSizeThreshold() {
return this.sourceDataSizeThreshold;
}
public void setSourceDataSizeThreshold(Integer sourceDataSizeThreshold) {
this.sourceDataSizeThreshold = sourceDataSizeThreshold;
}
public Integer getSourceDataRecordThreshold() {
return this.sourceDataRecordThreshold;
}
public void setSourceDataRecordThreshold(Integer sourceDataRecordThreshold) {
this.sourceDataRecordThreshold = sourceDataRecordThreshold;
}
public Integer getIndexSizeThreshold() {
return this.indexSizeThreshold;
}
public void setIndexSizeThreshold(Integer indexSizeThreshold) {
this.indexSizeThreshold = indexSizeThreshold;
}
public Integer getIndexLossThreshold() {
return this.indexLossThreshold;
}
public void setIndexLossThreshold(Integer indexLossThreshold) {
this.indexLossThreshold = indexLossThreshold;
}
}
}
}
@Override
public ModifyFilteringAlgorithmMetaResponse getInstance(UnmarshallerContext context) {
return ModifyFilteringAlgorithmMetaResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ModifyFlowControlTaskRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ModifyFlowControlTaskRequest extends RoaAcsRequest<ModifyFlowControlTaskResponse> {
private String instanceId;
private String body;
private String taskId;
public ModifyFlowControlTaskRequest() {
super("Airec", "2020-11-26", "ModifyFlowControlTask", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]/flowControlTasks/[taskId]");
setMethod(MethodType.PUT);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
public String getBody() {
return this.body;
}
public void setBody(String body) {
this.body = body;
if(body != null){
putBodyParameter("body", body);
}
}
public String getTaskId() {
return this.taskId;
}
public void setTaskId(String taskId) {
this.taskId = taskId;
if(taskId != null){
putPathParameter("taskId", taskId);
}
}
@Override
public Class<ModifyFlowControlTaskResponse> getResponseClass() {
return ModifyFlowControlTaskResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ModifyFlowControlTaskResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ModifyFlowControlTaskResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ModifyFlowControlTaskResponse extends AcsResponse {
private String requestId;
private Result result;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Result getResult() {
return this.result;
}
public void setResult(Result result) {
this.result = result;
}
public static class Result {
private String gmtCreate;
private String gmtModified;
private String status;
private String taskId;
private Meta meta;
public String getGmtCreate() {
return this.gmtCreate;
}
public void setGmtCreate(String gmtCreate) {
this.gmtCreate = gmtCreate;
}
public String getGmtModified() {
return this.gmtModified;
}
public void setGmtModified(String gmtModified) {
this.gmtModified = gmtModified;
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public String getTaskId() {
return this.taskId;
}
public void setTaskId(String taskId) {
this.taskId = taskId;
}
public Meta getMeta() {
return this.meta;
}
public void setMeta(Meta meta) {
this.meta = meta;
}
public static class Meta {
private String description;
private Long endTime;
private String metaType;
private String sceneIds;
private Long startTime;
private String taskName;
private List<SelectionParamsItem> selectionParams;
private Target target;
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
}
public Long getEndTime() {
return this.endTime;
}
public void setEndTime(Long endTime) {
this.endTime = endTime;
}
public String getMetaType() {
return this.metaType;
}
public void setMetaType(String metaType) {
this.metaType = metaType;
}
public String getSceneIds() {
return this.sceneIds;
}
public void setSceneIds(String sceneIds) {
this.sceneIds = sceneIds;
}
public Long getStartTime() {
return this.startTime;
}
public void setStartTime(Long startTime) {
this.startTime = startTime;
}
public String getTaskName() {
return this.taskName;
}
public void setTaskName(String taskName) {
this.taskName = taskName;
}
public List<SelectionParamsItem> getSelectionParams() {
return this.selectionParams;
}
public void setSelectionParams(List<SelectionParamsItem> selectionParams) {
this.selectionParams = selectionParams;
}
public Target getTarget() {
return this.target;
}
public void setTarget(Target target) {
this.target = target;
}
public static class SelectionParamsItem {
private String selectType;
private String selectValue;
private String selectionOperation;
public String getSelectType() {
return this.selectType;
}
public void setSelectType(String selectType) {
this.selectType = selectType;
}
public String getSelectValue() {
return this.selectValue;
}
public void setSelectValue(String selectValue) {
this.selectValue = selectValue;
}
public String getSelectionOperation() {
return this.selectionOperation;
}
public void setSelectionOperation(String selectionOperation) {
this.selectionOperation = selectionOperation;
}
}
public static class Target {
private String type;
private Long value;
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public Long getValue() {
return this.value;
}
public void setValue(Long value) {
this.value = value;
}
}
}
}
@Override
public ModifyFlowControlTaskResponse getInstance(UnmarshallerContext context) {
return ModifyFlowControlTaskResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ModifyInstanceRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ModifyInstanceRequest extends RoaAcsRequest<ModifyInstanceResponse> {
private String instanceId;
public ModifyInstanceRequest() {
super("Airec", "2020-11-26", "ModifyInstance", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]");
setMethod(MethodType.PUT);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
@Override
public Class<ModifyInstanceResponse> getResponseClass() {
return ModifyInstanceResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ModifyInstanceResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ModifyInstanceResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ModifyInstanceResponse extends AcsResponse {
private String code;
private String requestId;
private String message;
private Result result;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public Result getResult() {
return this.result;
}
public void setResult(Result result) {
this.result = result;
}
public static class Result {
private String regionId;
private String type;
private String lockMode;
private String expiredTime;
private String status;
private String gmtCreate;
private String chargeType;
private String industry;
private String commodityCode;
private String gmtModified;
private String dataSetVersion;
private String name;
private String instanceId;
public String getRegionId() {
return this.regionId;
}
public void setRegionId(String regionId) {
this.regionId = regionId;
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public String getLockMode() {
return this.lockMode;
}
public void setLockMode(String lockMode) {
this.lockMode = lockMode;
}
public String getExpiredTime() {
return this.expiredTime;
}
public void setExpiredTime(String expiredTime) {
this.expiredTime = expiredTime;
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public String getGmtCreate() {
return this.gmtCreate;
}
public void setGmtCreate(String gmtCreate) {
this.gmtCreate = gmtCreate;
}
public String getChargeType() {
return this.chargeType;
}
public void setChargeType(String chargeType) {
this.chargeType = chargeType;
}
public String getIndustry() {
return this.industry;
}
public void setIndustry(String industry) {
this.industry = industry;
}
public String getCommodityCode() {
return this.commodityCode;
}
public void setCommodityCode(String commodityCode) {
this.commodityCode = commodityCode;
}
public String getGmtModified() {
return this.gmtModified;
}
public void setGmtModified(String gmtModified) {
this.gmtModified = gmtModified;
}
public String getDataSetVersion() {
return this.dataSetVersion;
}
public void setDataSetVersion(String dataSetVersion) {
this.dataSetVersion = dataSetVersion;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
}
}
@Override
public ModifyInstanceResponse getInstance(UnmarshallerContext context) {
return ModifyInstanceResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ModifyItemsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ModifyItemsRequest extends RoaAcsRequest<ModifyItemsResponse> {
private String instanceId;
public ModifyItemsRequest() {
super("Airec", "2020-11-26", "ModifyItems", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]/items");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
@Override
public Class<ModifyItemsResponse> getResponseClass() {
return ModifyItemsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ModifyItemsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ModifyItemsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ModifyItemsResponse extends AcsResponse {
private Boolean result;
private String requestId;
public Boolean getResult() {
return this.result;
}
public void setResult(Boolean result) {
this.result = result;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public ModifyItemsResponse getInstance(UnmarshallerContext context) {
return ModifyItemsResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ModifyOfflineStoragesRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ModifyOfflineStoragesRequest extends RoaAcsRequest<ModifyOfflineStoragesResponse> {
private String instanceId;
public ModifyOfflineStoragesRequest() {
super("Airec", "2020-11-26", "ModifyOfflineStorages", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]/offlineStorages");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
@Override
public Class<ModifyOfflineStoragesResponse> getResponseClass() {
return ModifyOfflineStoragesResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ModifyOfflineStoragesResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ModifyOfflineStoragesResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ModifyOfflineStoragesResponse extends AcsResponse {
private String requestId;
private Boolean result;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Boolean getResult() {
return this.result;
}
public void setResult(Boolean result) {
this.result = result;
}
@Override
public ModifyOfflineStoragesResponse getInstance(UnmarshallerContext context) {
return ModifyOfflineStoragesResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ModifyRankingModelRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import com.aliyuncs.RoaAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.airec.Endpoint;
/**
* @author auto create
* @version
*/
public class ModifyRankingModelRequest extends RoaAcsRequest<ModifyRankingModelResponse> {
private String instanceId;
private String rankingModelId;
public ModifyRankingModelRequest() {
super("Airec", "2020-11-26", "ModifyRankingModel", "airec");
setUriPattern("/v2/openapi/instances/[instanceId]/ranking-models/[rankingModelId]");
setMethod(MethodType.PUT);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putPathParameter("instanceId", instanceId);
}
}
public String getRankingModelId() {
return this.rankingModelId;
}
public void setRankingModelId(String rankingModelId) {
this.rankingModelId = rankingModelId;
if(rankingModelId != null){
putPathParameter("rankingModelId", rankingModelId);
}
}
@Override
public Class<ModifyRankingModelResponse> getResponseClass() {
return ModifyRankingModelResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model
|
java-sources/com/aliyun/aliyun-java-sdk-airec/2.3.0/com/aliyuncs/airec/model/v20201126/ModifyRankingModelResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.airec.model.v20201126;
import java.util.Map;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.airec.transform.v20201126.ModifyRankingModelResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ModifyRankingModelResponse extends AcsResponse {
private String code;
private String requestId;
private String message;
private Result result;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public Result getResult() {
return this.result;
}
public void setResult(Result result) {
this.result = result;
}
public static class Result {
private String rankingModelId;
private String gmtModified;
private String gmtCreate;
private Map<Object,Object> meta;
public String getRankingModelId() {
return this.rankingModelId;
}
public void setRankingModelId(String rankingModelId) {
this.rankingModelId = rankingModelId;
}
public String getGmtModified() {
return this.gmtModified;
}
public void setGmtModified(String gmtModified) {
this.gmtModified = gmtModified;
}
public String getGmtCreate() {
return this.gmtCreate;
}
public void setGmtCreate(String gmtCreate) {
this.gmtCreate = gmtCreate;
}
public Map<Object,Object> getMeta() {
return this.meta;
}
public void setMeta(Map<Object,Object> meta) {
this.meta = meta;
}
}
@Override
public ModifyRankingModelResponse getInstance(UnmarshallerContext context) {
return ModifyRankingModelResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.