index
int64 | repo_id
string | file_path
string | content
string |
|---|---|---|---|
0
|
java-sources/com/aliyun/aliyun-java-sdk-bpstudio/2.0.17/com/aliyuncs/bpstudio/transform
|
java-sources/com/aliyun/aliyun-java-sdk-bpstudio/2.0.17/com/aliyuncs/bpstudio/transform/v20210931/GetApplicationVariables4FailResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.bpstudio.transform.v20210931;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.bpstudio.model.v20210931.GetApplicationVariables4FailResponse;
import com.aliyuncs.bpstudio.model.v20210931.GetApplicationVariables4FailResponse.Items;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetApplicationVariables4FailResponseUnmarshaller {
public static GetApplicationVariables4FailResponse unmarshall(GetApplicationVariables4FailResponse getApplicationVariables4FailResponse, UnmarshallerContext _ctx) {
getApplicationVariables4FailResponse.setRequestId(_ctx.stringValue("GetApplicationVariables4FailResponse.RequestId"));
getApplicationVariables4FailResponse.setMessage(_ctx.stringValue("GetApplicationVariables4FailResponse.Message"));
getApplicationVariables4FailResponse.setCode(_ctx.integerValue("GetApplicationVariables4FailResponse.Code"));
List<Items> data = new ArrayList<Items>();
for (int i = 0; i < _ctx.lengthValue("GetApplicationVariables4FailResponse.Data.Length"); i++) {
Items items = new Items();
items.setRegion(_ctx.stringValue("GetApplicationVariables4FailResponse.Data["+ i +"].Region"));
items.setAttribute(_ctx.stringValue("GetApplicationVariables4FailResponse.Data["+ i +"].Attribute"));
items.setVariable(_ctx.stringValue("GetApplicationVariables4FailResponse.Data["+ i +"].Variable"));
items.setPlaceHolder(_ctx.stringValue("GetApplicationVariables4FailResponse.Data["+ i +"].PlaceHolder"));
items.setValue(_ctx.stringValue("GetApplicationVariables4FailResponse.Data["+ i +"].Value"));
items.setDefaultValue(_ctx.stringValue("GetApplicationVariables4FailResponse.Data["+ i +"].DefaultValue"));
data.add(items);
}
getApplicationVariables4FailResponse.setData(data);
return getApplicationVariables4FailResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-bpstudio/2.0.17/com/aliyuncs/bpstudio/transform
|
java-sources/com/aliyun/aliyun-java-sdk-bpstudio/2.0.17/com/aliyuncs/bpstudio/transform/v20210931/GetApplicationVariablesResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.bpstudio.transform.v20210931;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.bpstudio.model.v20210931.GetApplicationVariablesResponse;
import com.aliyuncs.bpstudio.model.v20210931.GetApplicationVariablesResponse.Items;
import com.aliyuncs.bpstudio.model.v20210931.GetApplicationVariablesResponse.Items.Variables;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetApplicationVariablesResponseUnmarshaller {
public static GetApplicationVariablesResponse unmarshall(GetApplicationVariablesResponse getApplicationVariablesResponse, UnmarshallerContext _ctx) {
getApplicationVariablesResponse.setRequestId(_ctx.stringValue("GetApplicationVariablesResponse.RequestId"));
getApplicationVariablesResponse.setMessage(_ctx.stringValue("GetApplicationVariablesResponse.Message"));
getApplicationVariablesResponse.setCode(_ctx.integerValue("GetApplicationVariablesResponse.Code"));
List<Items> data = new ArrayList<Items>();
for (int i = 0; i < _ctx.lengthValue("GetApplicationVariablesResponse.Data.Length"); i++) {
Items items = new Items();
items.setInstanceId(_ctx.stringValue("GetApplicationVariablesResponse.Data["+ i +"].InstanceId"));
List<Variables> variableList = new ArrayList<Variables>();
for (int j = 0; j < _ctx.lengthValue("GetApplicationVariablesResponse.Data["+ i +"].VariableList.Length"); j++) {
Variables variables = new Variables();
variables.setVariable(_ctx.stringValue("GetApplicationVariablesResponse.Data["+ i +"].VariableList["+ j +"].Variable"));
variables.setValue(_ctx.stringValue("GetApplicationVariablesResponse.Data["+ i +"].VariableList["+ j +"].Value"));
variableList.add(variables);
}
items.setVariableList(variableList);
data.add(items);
}
getApplicationVariablesResponse.setData(data);
return getApplicationVariablesResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-bpstudio/2.0.17/com/aliyuncs/bpstudio/transform
|
java-sources/com/aliyun/aliyun-java-sdk-bpstudio/2.0.17/com/aliyuncs/bpstudio/transform/v20210931/GetExecuteOperationResultResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.bpstudio.transform.v20210931;
import com.aliyuncs.bpstudio.model.v20210931.GetExecuteOperationResultResponse;
import com.aliyuncs.bpstudio.model.v20210931.GetExecuteOperationResultResponse.Data;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetExecuteOperationResultResponseUnmarshaller {
public static GetExecuteOperationResultResponse unmarshall(GetExecuteOperationResultResponse getExecuteOperationResultResponse, UnmarshallerContext _ctx) {
getExecuteOperationResultResponse.setRequestId(_ctx.stringValue("GetExecuteOperationResultResponse.RequestId"));
getExecuteOperationResultResponse.setMessage(_ctx.stringValue("GetExecuteOperationResultResponse.Message"));
getExecuteOperationResultResponse.setCode(_ctx.integerValue("GetExecuteOperationResultResponse.Code"));
Data data = new Data();
data.setOperationId(_ctx.stringValue("GetExecuteOperationResultResponse.Data.OperationId"));
data.setStatus(_ctx.stringValue("GetExecuteOperationResultResponse.Data.Status"));
data.setMessage(_ctx.stringValue("GetExecuteOperationResultResponse.Data.Message"));
data.setArguments(_ctx.stringValue("GetExecuteOperationResultResponse.Data.Arguments"));
getExecuteOperationResultResponse.setData(data);
return getExecuteOperationResultResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-bpstudio/2.0.17/com/aliyuncs/bpstudio/transform
|
java-sources/com/aliyun/aliyun-java-sdk-bpstudio/2.0.17/com/aliyuncs/bpstudio/transform/v20210931/GetFoTaskStatusResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.bpstudio.transform.v20210931;
import com.aliyuncs.bpstudio.model.v20210931.GetFoTaskStatusResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetFoTaskStatusResponseUnmarshaller {
public static GetFoTaskStatusResponse unmarshall(GetFoTaskStatusResponse getFoTaskStatusResponse, UnmarshallerContext _ctx) {
getFoTaskStatusResponse.setRequestId(_ctx.stringValue("GetFoTaskStatusResponse.RequestId"));
getFoTaskStatusResponse.setMessage(_ctx.stringValue("GetFoTaskStatusResponse.Message"));
getFoTaskStatusResponse.setCode(_ctx.stringValue("GetFoTaskStatusResponse.Code"));
getFoTaskStatusResponse.setData(_ctx.stringValue("GetFoTaskStatusResponse.Data"));
return getFoTaskStatusResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-bpstudio/2.0.17/com/aliyuncs/bpstudio/transform
|
java-sources/com/aliyun/aliyun-java-sdk-bpstudio/2.0.17/com/aliyuncs/bpstudio/transform/v20210931/GetPotentialFailZonesResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.bpstudio.transform.v20210931;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.bpstudio.model.v20210931.GetPotentialFailZonesResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetPotentialFailZonesResponseUnmarshaller {
public static GetPotentialFailZonesResponse unmarshall(GetPotentialFailZonesResponse getPotentialFailZonesResponse, UnmarshallerContext _ctx) {
getPotentialFailZonesResponse.setRequestId(_ctx.stringValue("GetPotentialFailZonesResponse.RequestId"));
getPotentialFailZonesResponse.setMessage(_ctx.stringValue("GetPotentialFailZonesResponse.Message"));
getPotentialFailZonesResponse.setCode(_ctx.stringValue("GetPotentialFailZonesResponse.Code"));
List<String> data = new ArrayList<String>();
for (int i = 0; i < _ctx.lengthValue("GetPotentialFailZonesResponse.Data.Length"); i++) {
data.add(_ctx.stringValue("GetPotentialFailZonesResponse.Data["+ i +"]"));
}
getPotentialFailZonesResponse.setData(data);
return getPotentialFailZonesResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-bpstudio/2.0.17/com/aliyuncs/bpstudio/transform
|
java-sources/com/aliyun/aliyun-java-sdk-bpstudio/2.0.17/com/aliyuncs/bpstudio/transform/v20210931/GetResource4ModifyRecordResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.bpstudio.transform.v20210931;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.bpstudio.model.v20210931.GetResource4ModifyRecordResponse;
import com.aliyuncs.bpstudio.model.v20210931.GetResource4ModifyRecordResponse.Item;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetResource4ModifyRecordResponseUnmarshaller {
public static GetResource4ModifyRecordResponse unmarshall(GetResource4ModifyRecordResponse getResource4ModifyRecordResponse, UnmarshallerContext _ctx) {
getResource4ModifyRecordResponse.setRequestId(_ctx.stringValue("GetResource4ModifyRecordResponse.RequestId"));
getResource4ModifyRecordResponse.setMessage(_ctx.stringValue("GetResource4ModifyRecordResponse.Message"));
getResource4ModifyRecordResponse.setCode(_ctx.stringValue("GetResource4ModifyRecordResponse.Code"));
getResource4ModifyRecordResponse.setTotalCount(_ctx.stringValue("GetResource4ModifyRecordResponse.TotalCount"));
getResource4ModifyRecordResponse.setNextToken(_ctx.stringValue("GetResource4ModifyRecordResponse.NextToken"));
getResource4ModifyRecordResponse.setAccessDeniedDetail(_ctx.stringValue("GetResource4ModifyRecordResponse.AccessDeniedDetail"));
List<Item> data = new ArrayList<Item>();
for (int i = 0; i < _ctx.lengthValue("GetResource4ModifyRecordResponse.Data.Length"); i++) {
Item item = new Item();
item.setResourceId(_ctx.stringValue("GetResource4ModifyRecordResponse.Data["+ i +"].ResourceId"));
item.setType(_ctx.stringValue("GetResource4ModifyRecordResponse.Data["+ i +"].Type"));
item.setStatus(_ctx.stringValue("GetResource4ModifyRecordResponse.Data["+ i +"].Status"));
item.setModifyTime(_ctx.stringValue("GetResource4ModifyRecordResponse.Data["+ i +"].ModifyTime"));
item.setAttribute(_ctx.stringValue("GetResource4ModifyRecordResponse.Data["+ i +"].Attribute"));
item.setError(_ctx.stringValue("GetResource4ModifyRecordResponse.Data["+ i +"].Error"));
data.add(item);
}
getResource4ModifyRecordResponse.setData(data);
return getResource4ModifyRecordResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-bpstudio/2.0.17/com/aliyuncs/bpstudio/transform
|
java-sources/com/aliyun/aliyun-java-sdk-bpstudio/2.0.17/com/aliyuncs/bpstudio/transform/v20210931/GetResult4QueryInstancePrice4ModifyResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.bpstudio.transform.v20210931;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.bpstudio.model.v20210931.GetResult4QueryInstancePrice4ModifyResponse;
import com.aliyuncs.bpstudio.model.v20210931.GetResult4QueryInstancePrice4ModifyResponse.Data;
import com.aliyuncs.bpstudio.model.v20210931.GetResult4QueryInstancePrice4ModifyResponse.Data.Item;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetResult4QueryInstancePrice4ModifyResponseUnmarshaller {
public static GetResult4QueryInstancePrice4ModifyResponse unmarshall(GetResult4QueryInstancePrice4ModifyResponse getResult4QueryInstancePrice4ModifyResponse, UnmarshallerContext _ctx) {
getResult4QueryInstancePrice4ModifyResponse.setRequestId(_ctx.stringValue("GetResult4QueryInstancePrice4ModifyResponse.RequestId"));
getResult4QueryInstancePrice4ModifyResponse.setMessage(_ctx.stringValue("GetResult4QueryInstancePrice4ModifyResponse.Message"));
getResult4QueryInstancePrice4ModifyResponse.setCode(_ctx.stringValue("GetResult4QueryInstancePrice4ModifyResponse.Code"));
getResult4QueryInstancePrice4ModifyResponse.setAccessDeniedDetail(_ctx.stringValue("GetResult4QueryInstancePrice4ModifyResponse.AccessDeniedDetail"));
Data data = new Data();
data.setTaskId(_ctx.stringValue("GetResult4QueryInstancePrice4ModifyResponse.Data.TaskId"));
data.setStatus(_ctx.stringValue("GetResult4QueryInstancePrice4ModifyResponse.Data.Status"));
List<Item> priceList = new ArrayList<Item>();
for (int i = 0; i < _ctx.lengthValue("GetResult4QueryInstancePrice4ModifyResponse.Data.PriceList.Length"); i++) {
Item item = new Item();
item.setNodeType(_ctx.stringValue("GetResult4QueryInstancePrice4ModifyResponse.Data.PriceList["+ i +"].NodeType"));
item.setTradeAmount(_ctx.doubleValue("GetResult4QueryInstancePrice4ModifyResponse.Data.PriceList["+ i +"].TradeAmount"));
item.setDiscountAmount(_ctx.doubleValue("GetResult4QueryInstancePrice4ModifyResponse.Data.PriceList["+ i +"].DiscountAmount"));
item.setOriginalAmount(_ctx.doubleValue("GetResult4QueryInstancePrice4ModifyResponse.Data.PriceList["+ i +"].OriginalAmount"));
item.setPriceUnit(_ctx.stringValue("GetResult4QueryInstancePrice4ModifyResponse.Data.PriceList["+ i +"].PriceUnit"));
item.setPromotionName(_ctx.stringValue("GetResult4QueryInstancePrice4ModifyResponse.Data.PriceList["+ i +"].PromotionName"));
item.setError(_ctx.stringValue("GetResult4QueryInstancePrice4ModifyResponse.Data.PriceList["+ i +"].Error"));
priceList.add(item);
}
data.setPriceList(priceList);
getResult4QueryInstancePrice4ModifyResponse.setData(data);
return getResult4QueryInstancePrice4ModifyResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-bpstudio/2.0.17/com/aliyuncs/bpstudio/transform
|
java-sources/com/aliyun/aliyun-java-sdk-bpstudio/2.0.17/com/aliyuncs/bpstudio/transform/v20210931/GetTemplateResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.bpstudio.transform.v20210931;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.bpstudio.model.v20210931.GetTemplateResponse;
import com.aliyuncs.bpstudio.model.v20210931.GetTemplateResponse.Data;
import com.aliyuncs.bpstudio.model.v20210931.GetTemplateResponse.Data.Item;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetTemplateResponseUnmarshaller {
public static GetTemplateResponse unmarshall(GetTemplateResponse getTemplateResponse, UnmarshallerContext _ctx) {
getTemplateResponse.setRequestId(_ctx.stringValue("GetTemplateResponse.RequestId"));
getTemplateResponse.setMessage(_ctx.stringValue("GetTemplateResponse.Message"));
getTemplateResponse.setCode(_ctx.integerValue("GetTemplateResponse.Code"));
Data data = new Data();
data.setDescription(_ctx.stringValue("GetTemplateResponse.Data.Description"));
data.setImageURL(_ctx.stringValue("GetTemplateResponse.Data.ImageURL"));
data.setName(_ctx.stringValue("GetTemplateResponse.Data.Name"));
data.setTemplateId(_ctx.stringValue("GetTemplateResponse.Data.TemplateId"));
data.setCreateTime(_ctx.stringValue("GetTemplateResponse.Data.CreateTime"));
data.setResourceGroupId(_ctx.stringValue("GetTemplateResponse.Data.ResourceGroupId"));
List<Item> variables = new ArrayList<Item>();
for (int i = 0; i < _ctx.lengthValue("GetTemplateResponse.Data.Variables.Length"); i++) {
Item item = new Item();
item.setAttribute(_ctx.stringValue("GetTemplateResponse.Data.Variables["+ i +"].Attribute"));
item.setDataType(_ctx.stringValue("GetTemplateResponse.Data.Variables["+ i +"].DataType"));
item.setDefaultValue(_ctx.stringValue("GetTemplateResponse.Data.Variables["+ i +"].DefaultValue"));
item.setVariable(_ctx.stringValue("GetTemplateResponse.Data.Variables["+ i +"].Variable"));
item.setOptions(_ctx.stringValue("GetTemplateResponse.Data.Variables["+ i +"].Options"));
variables.add(item);
}
data.setVariables(variables);
getTemplateResponse.setData(data);
return getTemplateResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-bpstudio/2.0.17/com/aliyuncs/bpstudio/transform
|
java-sources/com/aliyun/aliyun-java-sdk-bpstudio/2.0.17/com/aliyuncs/bpstudio/transform/v20210931/GetTokenResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.bpstudio.transform.v20210931;
import com.aliyuncs.bpstudio.model.v20210931.GetTokenResponse;
import com.aliyuncs.bpstudio.model.v20210931.GetTokenResponse.Data;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetTokenResponseUnmarshaller {
public static GetTokenResponse unmarshall(GetTokenResponse getTokenResponse, UnmarshallerContext _ctx) {
getTokenResponse.setRequestId(_ctx.stringValue("GetTokenResponse.RequestId"));
getTokenResponse.setMessage(_ctx.stringValue("GetTokenResponse.Message"));
getTokenResponse.setCode(_ctx.integerValue("GetTokenResponse.Code"));
Data data = new Data();
data.setSecurityToken(_ctx.stringValue("GetTokenResponse.Data.SecurityToken"));
data.setEndpoint(_ctx.stringValue("GetTokenResponse.Data.Endpoint"));
data.setAccessKeySecret(_ctx.stringValue("GetTokenResponse.Data.AccessKeySecret"));
data.setAccessKeyId(_ctx.stringValue("GetTokenResponse.Data.AccessKeyId"));
data.setBucket(_ctx.stringValue("GetTokenResponse.Data.Bucket"));
data.setSnapshotBucket(_ctx.stringValue("GetTokenResponse.Data.SnapshotBucket"));
getTokenResponse.setData(data);
return getTokenResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-bpstudio/2.0.17/com/aliyuncs/bpstudio/transform
|
java-sources/com/aliyun/aliyun-java-sdk-bpstudio/2.0.17/com/aliyuncs/bpstudio/transform/v20210931/InitAppFailOverResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.bpstudio.transform.v20210931;
import com.aliyuncs.bpstudio.model.v20210931.InitAppFailOverResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class InitAppFailOverResponseUnmarshaller {
public static InitAppFailOverResponse unmarshall(InitAppFailOverResponse initAppFailOverResponse, UnmarshallerContext _ctx) {
initAppFailOverResponse.setRequestId(_ctx.stringValue("InitAppFailOverResponse.RequestId"));
initAppFailOverResponse.setMessage(_ctx.stringValue("InitAppFailOverResponse.Message"));
initAppFailOverResponse.setCode(_ctx.stringValue("InitAppFailOverResponse.Code"));
initAppFailOverResponse.setData(_ctx.integerValue("InitAppFailOverResponse.Data"));
return initAppFailOverResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-bpstudio/2.0.17/com/aliyuncs/bpstudio/transform
|
java-sources/com/aliyun/aliyun-java-sdk-bpstudio/2.0.17/com/aliyuncs/bpstudio/transform/v20210931/ListApplicationResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.bpstudio.transform.v20210931;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.bpstudio.model.v20210931.ListApplicationResponse;
import com.aliyuncs.bpstudio.model.v20210931.ListApplicationResponse.Item;
import com.aliyuncs.transform.UnmarshallerContext;
public class ListApplicationResponseUnmarshaller {
public static ListApplicationResponse unmarshall(ListApplicationResponse listApplicationResponse, UnmarshallerContext _ctx) {
listApplicationResponse.setRequestId(_ctx.stringValue("ListApplicationResponse.RequestId"));
listApplicationResponse.setTotalCount(_ctx.integerValue("ListApplicationResponse.TotalCount"));
listApplicationResponse.setMessage(_ctx.stringValue("ListApplicationResponse.Message"));
listApplicationResponse.setNextToken(_ctx.integerValue("ListApplicationResponse.NextToken"));
listApplicationResponse.setCode(_ctx.integerValue("ListApplicationResponse.Code"));
List<Item> data = new ArrayList<Item>();
for (int i = 0; i < _ctx.lengthValue("ListApplicationResponse.Data.Length"); i++) {
Item item = new Item();
item.setImageURL(_ctx.stringValue("ListApplicationResponse.Data["+ i +"].ImageURL"));
item.setStatus(_ctx.stringValue("ListApplicationResponse.Data["+ i +"].Status"));
item.setApplicationId(_ctx.stringValue("ListApplicationResponse.Data["+ i +"].ApplicationId"));
item.setName(_ctx.stringValue("ListApplicationResponse.Data["+ i +"].Name"));
item.setCreateTime(_ctx.stringValue("ListApplicationResponse.Data["+ i +"].CreateTime"));
item.setResourceGroupId(_ctx.stringValue("ListApplicationResponse.Data["+ i +"].ResourceGroupId"));
data.add(item);
}
listApplicationResponse.setData(data);
return listApplicationResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-bpstudio/2.0.17/com/aliyuncs/bpstudio/transform
|
java-sources/com/aliyun/aliyun-java-sdk-bpstudio/2.0.17/com/aliyuncs/bpstudio/transform/v20210931/ListFoCreatedAppsResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.bpstudio.transform.v20210931;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.bpstudio.model.v20210931.ListFoCreatedAppsResponse;
import com.aliyuncs.bpstudio.model.v20210931.ListFoCreatedAppsResponse.Items;
import com.aliyuncs.transform.UnmarshallerContext;
public class ListFoCreatedAppsResponseUnmarshaller {
public static ListFoCreatedAppsResponse unmarshall(ListFoCreatedAppsResponse listFoCreatedAppsResponse, UnmarshallerContext _ctx) {
listFoCreatedAppsResponse.setRequestId(_ctx.stringValue("ListFoCreatedAppsResponse.RequestId"));
listFoCreatedAppsResponse.setMessage(_ctx.stringValue("ListFoCreatedAppsResponse.Message"));
listFoCreatedAppsResponse.setCode(_ctx.stringValue("ListFoCreatedAppsResponse.Code"));
List<Items> data = new ArrayList<Items>();
for (int i = 0; i < _ctx.lengthValue("ListFoCreatedAppsResponse.Data.Length"); i++) {
Items items = new Items();
items.setApplicationId(_ctx.stringValue("ListFoCreatedAppsResponse.Data["+ i +"].ApplicationId"));
items.setTitle(_ctx.stringValue("ListFoCreatedAppsResponse.Data["+ i +"].Title"));
items.setReportUrl(_ctx.stringValue("ListFoCreatedAppsResponse.Data["+ i +"].ReportUrl"));
items.setStatus(_ctx.stringValue("ListFoCreatedAppsResponse.Data["+ i +"].Status"));
data.add(items);
}
listFoCreatedAppsResponse.setData(data);
return listFoCreatedAppsResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-bpstudio/2.0.17/com/aliyuncs/bpstudio/transform
|
java-sources/com/aliyun/aliyun-java-sdk-bpstudio/2.0.17/com/aliyuncs/bpstudio/transform/v20210931/ListTagResourcesResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.bpstudio.transform.v20210931;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.bpstudio.model.v20210931.ListTagResourcesResponse;
import com.aliyuncs.bpstudio.model.v20210931.ListTagResourcesResponse.Item;
import com.aliyuncs.transform.UnmarshallerContext;
public class ListTagResourcesResponseUnmarshaller {
public static ListTagResourcesResponse unmarshall(ListTagResourcesResponse listTagResourcesResponse, UnmarshallerContext _ctx) {
listTagResourcesResponse.setRequestId(_ctx.stringValue("ListTagResourcesResponse.RequestId"));
listTagResourcesResponse.setNextToken(_ctx.stringValue("ListTagResourcesResponse.NextToken"));
listTagResourcesResponse.setCode(_ctx.stringValue("ListTagResourcesResponse.Code"));
listTagResourcesResponse.setMessage(_ctx.stringValue("ListTagResourcesResponse.Message"));
List<Item> tagResources = new ArrayList<Item>();
for (int i = 0; i < _ctx.lengthValue("ListTagResourcesResponse.TagResources.Length"); i++) {
Item item = new Item();
item.setResourceType(_ctx.stringValue("ListTagResourcesResponse.TagResources["+ i +"].ResourceType"));
item.setTagValue(_ctx.stringValue("ListTagResourcesResponse.TagResources["+ i +"].TagValue"));
item.setResourceId(_ctx.stringValue("ListTagResourcesResponse.TagResources["+ i +"].ResourceId"));
item.setTagKey(_ctx.stringValue("ListTagResourcesResponse.TagResources["+ i +"].TagKey"));
tagResources.add(item);
}
listTagResourcesResponse.setTagResources(tagResources);
return listTagResourcesResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-bpstudio/2.0.17/com/aliyuncs/bpstudio/transform
|
java-sources/com/aliyun/aliyun-java-sdk-bpstudio/2.0.17/com/aliyuncs/bpstudio/transform/v20210931/ListTemplateResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.bpstudio.transform.v20210931;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.bpstudio.model.v20210931.ListTemplateResponse;
import com.aliyuncs.bpstudio.model.v20210931.ListTemplateResponse.Item;
import com.aliyuncs.transform.UnmarshallerContext;
public class ListTemplateResponseUnmarshaller {
public static ListTemplateResponse unmarshall(ListTemplateResponse listTemplateResponse, UnmarshallerContext _ctx) {
listTemplateResponse.setRequestId(_ctx.stringValue("ListTemplateResponse.RequestId"));
listTemplateResponse.setTotalCount(_ctx.integerValue("ListTemplateResponse.TotalCount"));
listTemplateResponse.setMessage(_ctx.stringValue("ListTemplateResponse.Message"));
listTemplateResponse.setNextToken(_ctx.integerValue("ListTemplateResponse.NextToken"));
listTemplateResponse.setCode(_ctx.integerValue("ListTemplateResponse.Code"));
List<Item> data = new ArrayList<Item>();
for (int i = 0; i < _ctx.lengthValue("ListTemplateResponse.Data.Length"); i++) {
Item item = new Item();
item.setImageURL(_ctx.stringValue("ListTemplateResponse.Data["+ i +"].ImageURL"));
item.setTagId(_ctx.integerValue("ListTemplateResponse.Data["+ i +"].TagId"));
item.setTagName(_ctx.stringValue("ListTemplateResponse.Data["+ i +"].TagName"));
item.setName(_ctx.stringValue("ListTemplateResponse.Data["+ i +"].Name"));
item.setTemplateId(_ctx.stringValue("ListTemplateResponse.Data["+ i +"].TemplateId"));
item.setCreateTime(_ctx.stringValue("ListTemplateResponse.Data["+ i +"].CreateTime"));
item.setResourceGroupId(_ctx.stringValue("ListTemplateResponse.Data["+ i +"].ResourceGroupId"));
data.add(item);
}
listTemplateResponse.setData(data);
return listTemplateResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-bpstudio/2.0.17/com/aliyuncs/bpstudio/transform
|
java-sources/com/aliyun/aliyun-java-sdk-bpstudio/2.0.17/com/aliyuncs/bpstudio/transform/v20210931/ModifyApplicationSpecResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.bpstudio.transform.v20210931;
import com.aliyuncs.bpstudio.model.v20210931.ModifyApplicationSpecResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class ModifyApplicationSpecResponseUnmarshaller {
public static ModifyApplicationSpecResponse unmarshall(ModifyApplicationSpecResponse modifyApplicationSpecResponse, UnmarshallerContext _ctx) {
modifyApplicationSpecResponse.setRequestId(_ctx.stringValue("ModifyApplicationSpecResponse.RequestId"));
modifyApplicationSpecResponse.setSuccess(_ctx.stringValue("ModifyApplicationSpecResponse.Success"));
modifyApplicationSpecResponse.setCode(_ctx.stringValue("ModifyApplicationSpecResponse.Code"));
modifyApplicationSpecResponse.setMessage(_ctx.stringValue("ModifyApplicationSpecResponse.Message"));
modifyApplicationSpecResponse.setData(_ctx.stringValue("ModifyApplicationSpecResponse.Data"));
modifyApplicationSpecResponse.setAccessDeniedDetail(_ctx.stringValue("ModifyApplicationSpecResponse.AccessDeniedDetail"));
return modifyApplicationSpecResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-bpstudio/2.0.17/com/aliyuncs/bpstudio/transform
|
java-sources/com/aliyun/aliyun-java-sdk-bpstudio/2.0.17/com/aliyuncs/bpstudio/transform/v20210931/QueryInstancePrice4ModifyResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.bpstudio.transform.v20210931;
import com.aliyuncs.bpstudio.model.v20210931.QueryInstancePrice4ModifyResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class QueryInstancePrice4ModifyResponseUnmarshaller {
public static QueryInstancePrice4ModifyResponse unmarshall(QueryInstancePrice4ModifyResponse queryInstancePrice4ModifyResponse, UnmarshallerContext _ctx) {
queryInstancePrice4ModifyResponse.setRequestId(_ctx.stringValue("QueryInstancePrice4ModifyResponse.RequestId"));
queryInstancePrice4ModifyResponse.setSuccess(_ctx.stringValue("QueryInstancePrice4ModifyResponse.Success"));
queryInstancePrice4ModifyResponse.setCode(_ctx.stringValue("QueryInstancePrice4ModifyResponse.Code"));
queryInstancePrice4ModifyResponse.setMessage(_ctx.stringValue("QueryInstancePrice4ModifyResponse.Message"));
queryInstancePrice4ModifyResponse.setData(_ctx.stringValue("QueryInstancePrice4ModifyResponse.Data"));
queryInstancePrice4ModifyResponse.setAccessDeniedDetail(_ctx.stringValue("QueryInstancePrice4ModifyResponse.AccessDeniedDetail"));
return queryInstancePrice4ModifyResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-bpstudio/2.0.17/com/aliyuncs/bpstudio/transform
|
java-sources/com/aliyun/aliyun-java-sdk-bpstudio/2.0.17/com/aliyuncs/bpstudio/transform/v20210931/QueryInstanceSpec4ModifyResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.bpstudio.transform.v20210931;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.bpstudio.model.v20210931.QueryInstanceSpec4ModifyResponse;
import com.aliyuncs.bpstudio.model.v20210931.QueryInstanceSpec4ModifyResponse.Data;
import com.aliyuncs.bpstudio.model.v20210931.QueryInstanceSpec4ModifyResponse.Data.Item;
import com.aliyuncs.transform.UnmarshallerContext;
public class QueryInstanceSpec4ModifyResponseUnmarshaller {
public static QueryInstanceSpec4ModifyResponse unmarshall(QueryInstanceSpec4ModifyResponse queryInstanceSpec4ModifyResponse, UnmarshallerContext _ctx) {
queryInstanceSpec4ModifyResponse.setRequestId(_ctx.stringValue("QueryInstanceSpec4ModifyResponse.RequestId"));
queryInstanceSpec4ModifyResponse.setSuccess(_ctx.booleanValue("QueryInstanceSpec4ModifyResponse.Success"));
queryInstanceSpec4ModifyResponse.setCode(_ctx.stringValue("QueryInstanceSpec4ModifyResponse.Code"));
queryInstanceSpec4ModifyResponse.setMessage(_ctx.stringValue("QueryInstanceSpec4ModifyResponse.Message"));
queryInstanceSpec4ModifyResponse.setAccessDeniedDetail(_ctx.stringValue("QueryInstanceSpec4ModifyResponse.AccessDeniedDetail"));
Data data = new Data();
List<Item> optionalValues = new ArrayList<Item>();
for (int i = 0; i < _ctx.lengthValue("QueryInstanceSpec4ModifyResponse.Data.OptionalValues.Length"); i++) {
Item item = new Item();
item.setLabel(_ctx.stringValue("QueryInstanceSpec4ModifyResponse.Data.OptionalValues["+ i +"].Label"));
item.setValue(_ctx.stringValue("QueryInstanceSpec4ModifyResponse.Data.OptionalValues["+ i +"].Value"));
item.setMin(_ctx.doubleValue("QueryInstanceSpec4ModifyResponse.Data.OptionalValues["+ i +"].Min"));
item.setMax(_ctx.doubleValue("QueryInstanceSpec4ModifyResponse.Data.OptionalValues["+ i +"].Max"));
item.setStep(_ctx.doubleValue("QueryInstanceSpec4ModifyResponse.Data.OptionalValues["+ i +"].Step"));
optionalValues.add(item);
}
data.setOptionalValues(optionalValues);
queryInstanceSpec4ModifyResponse.setData(data);
return queryInstanceSpec4ModifyResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-bpstudio/2.0.17/com/aliyuncs/bpstudio/transform
|
java-sources/com/aliyun/aliyun-java-sdk-bpstudio/2.0.17/com/aliyuncs/bpstudio/transform/v20210931/ReConfigApplicationResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.bpstudio.transform.v20210931;
import com.aliyuncs.bpstudio.model.v20210931.ReConfigApplicationResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class ReConfigApplicationResponseUnmarshaller {
public static ReConfigApplicationResponse unmarshall(ReConfigApplicationResponse reConfigApplicationResponse, UnmarshallerContext _ctx) {
reConfigApplicationResponse.setRequestId(_ctx.stringValue("ReConfigApplicationResponse.RequestId"));
reConfigApplicationResponse.setMessage(_ctx.stringValue("ReConfigApplicationResponse.Message"));
reConfigApplicationResponse.setCode(_ctx.integerValue("ReConfigApplicationResponse.Code"));
return reConfigApplicationResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-bpstudio/2.0.17/com/aliyuncs/bpstudio/transform
|
java-sources/com/aliyun/aliyun-java-sdk-bpstudio/2.0.17/com/aliyuncs/bpstudio/transform/v20210931/ReleaseApplicationResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.bpstudio.transform.v20210931;
import com.aliyuncs.bpstudio.model.v20210931.ReleaseApplicationResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class ReleaseApplicationResponseUnmarshaller {
public static ReleaseApplicationResponse unmarshall(ReleaseApplicationResponse releaseApplicationResponse, UnmarshallerContext _ctx) {
releaseApplicationResponse.setRequestId(_ctx.stringValue("ReleaseApplicationResponse.RequestId"));
releaseApplicationResponse.setMessage(_ctx.stringValue("ReleaseApplicationResponse.Message"));
releaseApplicationResponse.setData(_ctx.longValue("ReleaseApplicationResponse.Data"));
releaseApplicationResponse.setCode(_ctx.integerValue("ReleaseApplicationResponse.Code"));
return releaseApplicationResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-bpstudio/2.0.17/com/aliyuncs/bpstudio/transform
|
java-sources/com/aliyun/aliyun-java-sdk-bpstudio/2.0.17/com/aliyuncs/bpstudio/transform/v20210931/ValidateApplicationResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.bpstudio.transform.v20210931;
import com.aliyuncs.bpstudio.model.v20210931.ValidateApplicationResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class ValidateApplicationResponseUnmarshaller {
public static ValidateApplicationResponse unmarshall(ValidateApplicationResponse validateApplicationResponse, UnmarshallerContext _ctx) {
validateApplicationResponse.setRequestId(_ctx.stringValue("ValidateApplicationResponse.RequestId"));
validateApplicationResponse.setMessage(_ctx.stringValue("ValidateApplicationResponse.Message"));
validateApplicationResponse.setData(_ctx.stringValue("ValidateApplicationResponse.Data"));
validateApplicationResponse.setCode(_ctx.integerValue("ValidateApplicationResponse.Code"));
return validateApplicationResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-bpstudio/2.0.17/com/aliyuncs/bpstudio/transform
|
java-sources/com/aliyun/aliyun-java-sdk-bpstudio/2.0.17/com/aliyuncs/bpstudio/transform/v20210931/ValuateApplicationResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.bpstudio.transform.v20210931;
import com.aliyuncs.bpstudio.model.v20210931.ValuateApplicationResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class ValuateApplicationResponseUnmarshaller {
public static ValuateApplicationResponse unmarshall(ValuateApplicationResponse valuateApplicationResponse, UnmarshallerContext _ctx) {
valuateApplicationResponse.setRequestId(_ctx.stringValue("ValuateApplicationResponse.RequestId"));
valuateApplicationResponse.setMessage(_ctx.stringValue("ValuateApplicationResponse.Message"));
valuateApplicationResponse.setData(_ctx.longValue("ValuateApplicationResponse.Data"));
valuateApplicationResponse.setCode(_ctx.integerValue("ValuateApplicationResponse.Code"));
return valuateApplicationResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-bpstudio/2.0.17/com/aliyuncs/bpstudio/transform
|
java-sources/com/aliyun/aliyun-java-sdk-bpstudio/2.0.17/com/aliyuncs/bpstudio/transform/v20210931/ValuateTemplateResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.bpstudio.transform.v20210931;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.bpstudio.model.v20210931.ValuateTemplateResponse;
import com.aliyuncs.bpstudio.model.v20210931.ValuateTemplateResponse.Data;
import com.aliyuncs.bpstudio.model.v20210931.ValuateTemplateResponse.Data.Item;
import com.aliyuncs.bpstudio.model.v20210931.ValuateTemplateResponse.Data.Item.Item1;
import com.aliyuncs.transform.UnmarshallerContext;
public class ValuateTemplateResponseUnmarshaller {
public static ValuateTemplateResponse unmarshall(ValuateTemplateResponse valuateTemplateResponse, UnmarshallerContext _ctx) {
valuateTemplateResponse.setRequestId(_ctx.stringValue("ValuateTemplateResponse.RequestId"));
valuateTemplateResponse.setMessage(_ctx.stringValue("ValuateTemplateResponse.Message"));
valuateTemplateResponse.setCode(_ctx.stringValue("ValuateTemplateResponse.Code"));
Data data = new Data();
List<Item> resourceList = new ArrayList<Item>();
for (int i = 0; i < _ctx.lengthValue("ValuateTemplateResponse.Data.ResourceList.Length"); i++) {
Item item = new Item();
item.setNodeType(_ctx.stringValue("ValuateTemplateResponse.Data.ResourceList["+ i +"].NodeType"));
item.setError(_ctx.stringValue("ValuateTemplateResponse.Data.ResourceList["+ i +"].Error"));
item.setTradePrice(_ctx.doubleValue("ValuateTemplateResponse.Data.ResourceList["+ i +"].TradePrice"));
item.setDiscountAmount(_ctx.doubleValue("ValuateTemplateResponse.Data.ResourceList["+ i +"].DiscountAmount"));
item.setOriginalPrice(_ctx.doubleValue("ValuateTemplateResponse.Data.ResourceList["+ i +"].OriginalPrice"));
item.setPromotionName(_ctx.stringValue("ValuateTemplateResponse.Data.ResourceList["+ i +"].PromotionName"));
item.setPriceUnit(_ctx.stringValue("ValuateTemplateResponse.Data.ResourceList["+ i +"].PriceUnit"));
List<Item1> priceList = new ArrayList<Item1>();
for (int j = 0; j < _ctx.lengthValue("ValuateTemplateResponse.Data.ResourceList["+ i +"].PriceList.Length"); j++) {
Item1 item1 = new Item1();
item1.setNodeType(_ctx.stringValue("ValuateTemplateResponse.Data.ResourceList["+ i +"].PriceList["+ j +"].NodeType"));
item1.setResourceId(_ctx.stringValue("ValuateTemplateResponse.Data.ResourceList["+ i +"].PriceList["+ j +"].ResourceId"));
item1.setError(_ctx.stringValue("ValuateTemplateResponse.Data.ResourceList["+ i +"].PriceList["+ j +"].Error"));
item1.setTradePrice(_ctx.floatValue("ValuateTemplateResponse.Data.ResourceList["+ i +"].PriceList["+ j +"].TradePrice"));
item1.setDiscountAmount(_ctx.floatValue("ValuateTemplateResponse.Data.ResourceList["+ i +"].PriceList["+ j +"].DiscountAmount"));
item1.setOriginalPrice(_ctx.floatValue("ValuateTemplateResponse.Data.ResourceList["+ i +"].PriceList["+ j +"].OriginalPrice"));
item1.setPromotionName(_ctx.stringValue("ValuateTemplateResponse.Data.ResourceList["+ i +"].PriceList["+ j +"].PromotionName"));
item1.setPriceUnit(_ctx.stringValue("ValuateTemplateResponse.Data.ResourceList["+ i +"].PriceList["+ j +"].PriceUnit"));
item1.setType(_ctx.stringValue("ValuateTemplateResponse.Data.ResourceList["+ i +"].PriceList["+ j +"].Type"));
priceList.add(item1);
}
item.setPriceList(priceList);
resourceList.add(item);
}
data.setResourceList(resourceList);
valuateTemplateResponse.setData(data);
return valuateTemplateResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/Endpoint.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brain_industrial;
import java.util.HashMap;
public class Endpoint {
public static HashMap<String, String> endpointMap = new HashMap<String, String>() {};
public static String endpointRegionalType = "regional";
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/model
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/model/v20200920/ActivateLicenseRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brain_industrial.model.v20200920;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.brain_industrial.Endpoint;
/**
* @author auto create
* @version
*/
public class ActivateLicenseRequest extends RpcAcsRequest<ActivateLicenseResponse> {
private String fingerprint;
private String id;
private String orderId;
private String instanceId;
public ActivateLicenseRequest() {
super("brain-industrial", "2020-09-20", "ActivateLicense", "aistudio");
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 getFingerprint() {
return this.fingerprint;
}
public void setFingerprint(String fingerprint) {
this.fingerprint = fingerprint;
if(fingerprint != null){
putBodyParameter("Fingerprint", fingerprint);
}
}
public String getId() {
return this.id;
}
public void setId(String id) {
this.id = id;
if(id != null){
putBodyParameter("Id", id);
}
}
public String getOrderId() {
return this.orderId;
}
public void setOrderId(String orderId) {
this.orderId = orderId;
if(orderId != null){
putBodyParameter("OrderId", orderId);
}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putBodyParameter("InstanceId", instanceId);
}
}
@Override
public Class<ActivateLicenseResponse> getResponseClass() {
return ActivateLicenseResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/model
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/model/v20200920/ActivateLicenseResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brain_industrial.model.v20200920;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.brain_industrial.transform.v20200920.ActivateLicenseResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ActivateLicenseResponse extends AcsResponse {
private String requestId;
private String success;
private String code;
private String message;
private Integer httpStatusCode;
private String accessDeniedDetail;
private Data data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getSuccess() {
return this.success;
}
public void setSuccess(String success) {
this.success = success;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public Integer getHttpStatusCode() {
return this.httpStatusCode;
}
public void setHttpStatusCode(Integer httpStatusCode) {
this.httpStatusCode = httpStatusCode;
}
public String getAccessDeniedDetail() {
return this.accessDeniedDetail;
}
public void setAccessDeniedDetail(String accessDeniedDetail) {
this.accessDeniedDetail = accessDeniedDetail;
}
public Data getData() {
return this.data;
}
public void setData(Data data) {
this.data = data;
}
public static class Data {
private String id;
private String licenseSpecName;
private String buyTime;
private String activateTime;
private String fingerprint;
private String licenseCode;
private String effectTime;
private String expireTime;
private String duration;
private String status;
private Integer cpuLimit;
private Integer memoryLimit;
private String instanceId;
private String allDuration;
private String applicableSpecs;
private String description;
private String unActivateAllDuration;
private List<ActivateRecordItem> activateRecord;
public String getId() {
return this.id;
}
public void setId(String id) {
this.id = id;
}
public String getLicenseSpecName() {
return this.licenseSpecName;
}
public void setLicenseSpecName(String licenseSpecName) {
this.licenseSpecName = licenseSpecName;
}
public String getBuyTime() {
return this.buyTime;
}
public void setBuyTime(String buyTime) {
this.buyTime = buyTime;
}
public String getActivateTime() {
return this.activateTime;
}
public void setActivateTime(String activateTime) {
this.activateTime = activateTime;
}
public String getFingerprint() {
return this.fingerprint;
}
public void setFingerprint(String fingerprint) {
this.fingerprint = fingerprint;
}
public String getLicenseCode() {
return this.licenseCode;
}
public void setLicenseCode(String licenseCode) {
this.licenseCode = licenseCode;
}
public String getEffectTime() {
return this.effectTime;
}
public void setEffectTime(String effectTime) {
this.effectTime = effectTime;
}
public String getExpireTime() {
return this.expireTime;
}
public void setExpireTime(String expireTime) {
this.expireTime = expireTime;
}
public String getDuration() {
return this.duration;
}
public void setDuration(String duration) {
this.duration = duration;
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public Integer getCpuLimit() {
return this.cpuLimit;
}
public void setCpuLimit(Integer cpuLimit) {
this.cpuLimit = cpuLimit;
}
public Integer getMemoryLimit() {
return this.memoryLimit;
}
public void setMemoryLimit(Integer memoryLimit) {
this.memoryLimit = memoryLimit;
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
}
public String getAllDuration() {
return this.allDuration;
}
public void setAllDuration(String allDuration) {
this.allDuration = allDuration;
}
public String getApplicableSpecs() {
return this.applicableSpecs;
}
public void setApplicableSpecs(String applicableSpecs) {
this.applicableSpecs = applicableSpecs;
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
}
public String getUnActivateAllDuration() {
return this.unActivateAllDuration;
}
public void setUnActivateAllDuration(String unActivateAllDuration) {
this.unActivateAllDuration = unActivateAllDuration;
}
public List<ActivateRecordItem> getActivateRecord() {
return this.activateRecord;
}
public void setActivateRecord(List<ActivateRecordItem> activateRecord) {
this.activateRecord = activateRecord;
}
public static class ActivateRecordItem {
private String orderId;
private String buyTime;
private String activateTime;
private String expireTime;
private String duration;
private String status;
private String licenseCode;
public String getOrderId() {
return this.orderId;
}
public void setOrderId(String orderId) {
this.orderId = orderId;
}
public String getBuyTime() {
return this.buyTime;
}
public void setBuyTime(String buyTime) {
this.buyTime = buyTime;
}
public String getActivateTime() {
return this.activateTime;
}
public void setActivateTime(String activateTime) {
this.activateTime = activateTime;
}
public String getExpireTime() {
return this.expireTime;
}
public void setExpireTime(String expireTime) {
this.expireTime = expireTime;
}
public String getDuration() {
return this.duration;
}
public void setDuration(String duration) {
this.duration = duration;
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public String getLicenseCode() {
return this.licenseCode;
}
public void setLicenseCode(String licenseCode) {
this.licenseCode = licenseCode;
}
}
}
@Override
public ActivateLicenseResponse getInstance(UnmarshallerContext context) {
return ActivateLicenseResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/model
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/model/v20200920/AicsOpenApiInvokeRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brain_industrial.model.v20200920;
import com.aliyuncs.RpcAcsRequest;
import java.util.Map;
import com.google.gson.Gson;
import com.google.gson.annotations.SerializedName;
import com.aliyuncs.http.ProtocolType;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.brain_industrial.Endpoint;
/**
* @author auto create
* @version
*/
public class AicsOpenApiInvokeRequest extends RpcAcsRequest<AicsOpenApiInvokeResponse> {
private String type;
@SerializedName("param")
private Map<String,String> param;
private String serviceId;
private String nodeId;
public AicsOpenApiInvokeRequest() {
super("brain-industrial", "2020-09-20", "AicsOpenApiInvoke", "aistudio");
setProtocol(ProtocolType.HTTPS);
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 getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
if(type != null){
putQueryParameter("Type", type);
}
}
public Map<String,String> getParam() {
return this.param;
}
public void setParam(Map<String,String> param) {
this.param = param;
if (param != null) {
putBodyParameter("Param" , new Gson().toJson(param));
}
}
public String getServiceId() {
return this.serviceId;
}
public void setServiceId(String serviceId) {
this.serviceId = serviceId;
if(serviceId != null){
putQueryParameter("ServiceId", serviceId);
}
}
public String getNodeId() {
return this.nodeId;
}
public void setNodeId(String nodeId) {
this.nodeId = nodeId;
if(nodeId != null){
putQueryParameter("NodeId", nodeId);
}
}
@Override
public Class<AicsOpenApiInvokeResponse> getResponseClass() {
return AicsOpenApiInvokeResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/model
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/model/v20200920/AicsOpenApiInvokeResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brain_industrial.model.v20200920;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.brain_industrial.transform.v20200920.AicsOpenApiInvokeResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class AicsOpenApiInvokeResponse extends AcsResponse {
@Override
public AicsOpenApiInvokeResponse getInstance(UnmarshallerContext context) {
return AicsOpenApiInvokeResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/model
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/model/v20200920/CreateEssOptJobRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brain_industrial.model.v20200920;
import com.aliyuncs.RpcAcsRequest;
import java.util.List;
import java.util.Map;
import com.google.gson.Gson;
import com.google.gson.annotations.SerializedName;
import com.aliyuncs.http.ProtocolType;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.brain_industrial.Endpoint;
/**
* @author auto create
* @version
*/
public class CreateEssOptJobRequest extends RpcAcsRequest<CreateEssOptJobResponse> {
@SerializedName("systemData")
private List<SystemData> systemData;
private String timeZone;
@SerializedName("elecPrice")
private List<ElecPrice> elecPrice;
private String freq;
private Integer duration;
private String runDate;
private String topoType;
@SerializedName("genPrice")
private List<GenPrice> genPrice;
@SerializedName("location")
private Location location;
private String modelVersion;
public CreateEssOptJobRequest() {
super("brain-industrial", "2020-09-20", "CreateEssOptJob", "aistudio");
setProtocol(ProtocolType.HTTPS);
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public List<SystemData> getSystemData() {
return this.systemData;
}
public void setSystemData(List<SystemData> systemData) {
this.systemData = systemData;
if (systemData != null) {
putBodyParameter("SystemData" , new Gson().toJson(systemData));
}
}
public String getTimeZone() {
return this.timeZone;
}
public void setTimeZone(String timeZone) {
this.timeZone = timeZone;
if(timeZone != null){
putBodyParameter("TimeZone", timeZone);
}
}
public List<ElecPrice> getElecPrice() {
return this.elecPrice;
}
public void setElecPrice(List<ElecPrice> elecPrice) {
this.elecPrice = elecPrice;
if (elecPrice != null) {
putBodyParameter("ElecPrice" , new Gson().toJson(elecPrice));
}
}
public String getFreq() {
return this.freq;
}
public void setFreq(String freq) {
this.freq = freq;
if(freq != null){
putBodyParameter("Freq", freq);
}
}
public Integer getDuration() {
return this.duration;
}
public void setDuration(Integer duration) {
this.duration = duration;
if(duration != null){
putBodyParameter("Duration", duration.toString());
}
}
public String getRunDate() {
return this.runDate;
}
public void setRunDate(String runDate) {
this.runDate = runDate;
if(runDate != null){
putBodyParameter("RunDate", runDate);
}
}
public String getTopoType() {
return this.topoType;
}
public void setTopoType(String topoType) {
this.topoType = topoType;
if(topoType != null){
putBodyParameter("TopoType", topoType);
}
}
public List<GenPrice> getGenPrice() {
return this.genPrice;
}
public void setGenPrice(List<GenPrice> genPrice) {
this.genPrice = genPrice;
if (genPrice != null) {
putBodyParameter("GenPrice" , new Gson().toJson(genPrice));
}
}
public Location getLocation() {
return this.location;
}
public void setLocation(Location location) {
this.location = location;
if (location != null) {
putBodyParameter("Location" , new Gson().toJson(location));
}
}
public String getModelVersion() {
return this.modelVersion;
}
public void setModelVersion(String modelVersion) {
this.modelVersion = modelVersion;
if(modelVersion != null){
putBodyParameter("ModelVersion", modelVersion);
}
}
public static class SystemData {
@SerializedName("SystemId")
private String systemId;
@SerializedName("SystemType")
private String systemType;
@SerializedName("SystemParams")
private Map<String,String> systemParams;
@SerializedName("HistoryData")
private List<Map<String,String>> historyData;
public String getSystemId() {
return this.systemId;
}
public void setSystemId(String systemId) {
this.systemId = systemId;
}
public String getSystemType() {
return this.systemType;
}
public void setSystemType(String systemType) {
this.systemType = systemType;
}
public Map<String,String> getSystemParams() {
return this.systemParams;
}
public void setSystemParams(Map<String,String> systemParams) {
this.systemParams = systemParams;
}
public List<Map<String,String>> getHistoryData() {
return this.historyData;
}
public void setHistoryData(List<Map<String,String>> historyData) {
this.historyData = historyData;
}
}
public static class ElecPrice {
@SerializedName("DataTime")
private String dataTime;
@SerializedName("Price")
private String price;
public String getDataTime() {
return this.dataTime;
}
public void setDataTime(String dataTime) {
this.dataTime = dataTime;
}
public String getPrice() {
return this.price;
}
public void setPrice(String price) {
this.price = price;
}
}
public static class GenPrice {
@SerializedName("DataTime")
private String dataTime;
@SerializedName("Price")
private String price;
public String getDataTime() {
return this.dataTime;
}
public void setDataTime(String dataTime) {
this.dataTime = dataTime;
}
public String getPrice() {
return this.price;
}
public void setPrice(String price) {
this.price = price;
}
}
public static class Location {
@SerializedName("Altitude")
private Double altitude;
@SerializedName("Latitude")
private Double latitude;
@SerializedName("Longitude")
private Double longitude;
public Double getAltitude() {
return this.altitude;
}
public void setAltitude(Double altitude) {
this.altitude = altitude;
}
public Double getLatitude() {
return this.latitude;
}
public void setLatitude(Double latitude) {
this.latitude = latitude;
}
public Double getLongitude() {
return this.longitude;
}
public void setLongitude(Double longitude) {
this.longitude = longitude;
}
}
@Override
public Class<CreateEssOptJobResponse> getResponseClass() {
return CreateEssOptJobResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/model
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/model/v20200920/CreateEssOptJobResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brain_industrial.model.v20200920;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.brain_industrial.transform.v20200920.CreateEssOptJobResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CreateEssOptJobResponse extends AcsResponse {
@Override
public CreateEssOptJobResponse getInstance(UnmarshallerContext context) {
return CreateEssOptJobResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/model
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/model/v20200920/CreateLoadForecastJobRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brain_industrial.model.v20200920;
import com.aliyuncs.RpcAcsRequest;
import java.util.List;
import com.google.gson.Gson;
import com.google.gson.annotations.SerializedName;
import com.aliyuncs.http.ProtocolType;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.brain_industrial.Endpoint;
/**
* @author auto create
* @version
*/
public class CreateLoadForecastJobRequest extends RpcAcsRequest<CreateLoadForecastJobResponse> {
private String timeZone;
private String freq;
private String systemType;
private String deviceType;
private Integer duration;
private String runDate;
@SerializedName("historyData")
private List<HistoryData> historyData;
private String modelVersion;
public CreateLoadForecastJobRequest() {
super("brain-industrial", "2020-09-20", "CreateLoadForecastJob", "aistudio");
setProtocol(ProtocolType.HTTPS);
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 getTimeZone() {
return this.timeZone;
}
public void setTimeZone(String timeZone) {
this.timeZone = timeZone;
if(timeZone != null){
putBodyParameter("TimeZone", timeZone);
}
}
public String getFreq() {
return this.freq;
}
public void setFreq(String freq) {
this.freq = freq;
if(freq != null){
putBodyParameter("Freq", freq);
}
}
public String getSystemType() {
return this.systemType;
}
public void setSystemType(String systemType) {
this.systemType = systemType;
if(systemType != null){
putBodyParameter("SystemType", systemType);
}
}
public String getDeviceType() {
return this.deviceType;
}
public void setDeviceType(String deviceType) {
this.deviceType = deviceType;
if(deviceType != null){
putBodyParameter("DeviceType", deviceType);
}
}
public Integer getDuration() {
return this.duration;
}
public void setDuration(Integer duration) {
this.duration = duration;
if(duration != null){
putBodyParameter("Duration", duration.toString());
}
}
public String getRunDate() {
return this.runDate;
}
public void setRunDate(String runDate) {
this.runDate = runDate;
if(runDate != null){
putBodyParameter("RunDate", runDate);
}
}
public List<HistoryData> getHistoryData() {
return this.historyData;
}
public void setHistoryData(List<HistoryData> historyData) {
this.historyData = historyData;
if (historyData != null) {
putBodyParameter("HistoryData" , new Gson().toJson(historyData));
}
}
public String getModelVersion() {
return this.modelVersion;
}
public void setModelVersion(String modelVersion) {
this.modelVersion = modelVersion;
if(modelVersion != null){
putBodyParameter("ModelVersion", modelVersion);
}
}
public static class HistoryData {
@SerializedName("RunTime")
private String runTime;
@SerializedName("Value")
private Double value;
public String getRunTime() {
return this.runTime;
}
public void setRunTime(String runTime) {
this.runTime = runTime;
}
public Double getValue() {
return this.value;
}
public void setValue(Double value) {
this.value = value;
}
}
@Override
public Class<CreateLoadForecastJobResponse> getResponseClass() {
return CreateLoadForecastJobResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/model
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/model/v20200920/CreateLoadForecastJobResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brain_industrial.model.v20200920;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.brain_industrial.transform.v20200920.CreateLoadForecastJobResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CreateLoadForecastJobResponse extends AcsResponse {
@Override
public CreateLoadForecastJobResponse getInstance(UnmarshallerContext context) {
return CreateLoadForecastJobResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/model
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/model/v20200920/CreatePowerForecastJobRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brain_industrial.model.v20200920;
import com.aliyuncs.RpcAcsRequest;
import java.util.List;
import com.google.gson.Gson;
import com.google.gson.annotations.SerializedName;
import com.aliyuncs.http.ProtocolType;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.brain_industrial.Endpoint;
/**
* @author auto create
* @version
*/
public class CreatePowerForecastJobRequest extends RpcAcsRequest<CreatePowerForecastJobResponse> {
private String timeZone;
private String freq;
private String systemType;
private String deviceType;
private Integer duration;
private String runDate;
@SerializedName("location")
private Location location;
@SerializedName("historyData")
private List<HistoryData> historyData;
private String modelVersion;
public CreatePowerForecastJobRequest() {
super("brain-industrial", "2020-09-20", "CreatePowerForecastJob", "aistudio");
setProtocol(ProtocolType.HTTPS);
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 getTimeZone() {
return this.timeZone;
}
public void setTimeZone(String timeZone) {
this.timeZone = timeZone;
if(timeZone != null){
putBodyParameter("TimeZone", timeZone);
}
}
public String getFreq() {
return this.freq;
}
public void setFreq(String freq) {
this.freq = freq;
if(freq != null){
putBodyParameter("Freq", freq);
}
}
public String getSystemType() {
return this.systemType;
}
public void setSystemType(String systemType) {
this.systemType = systemType;
if(systemType != null){
putBodyParameter("SystemType", systemType);
}
}
public String getDeviceType() {
return this.deviceType;
}
public void setDeviceType(String deviceType) {
this.deviceType = deviceType;
if(deviceType != null){
putBodyParameter("DeviceType", deviceType);
}
}
public Integer getDuration() {
return this.duration;
}
public void setDuration(Integer duration) {
this.duration = duration;
if(duration != null){
putBodyParameter("Duration", duration.toString());
}
}
public String getRunDate() {
return this.runDate;
}
public void setRunDate(String runDate) {
this.runDate = runDate;
if(runDate != null){
putBodyParameter("RunDate", runDate);
}
}
public Location getLocation() {
return this.location;
}
public void setLocation(Location location) {
this.location = location;
if (location != null) {
putBodyParameter("Location" , new Gson().toJson(location));
}
}
public List<HistoryData> getHistoryData() {
return this.historyData;
}
public void setHistoryData(List<HistoryData> historyData) {
this.historyData = historyData;
if (historyData != null) {
putBodyParameter("HistoryData" , new Gson().toJson(historyData));
}
}
public String getModelVersion() {
return this.modelVersion;
}
public void setModelVersion(String modelVersion) {
this.modelVersion = modelVersion;
if(modelVersion != null){
putBodyParameter("ModelVersion", modelVersion);
}
}
public static class Location {
@SerializedName("Altitude")
private Double altitude;
@SerializedName("Latitude")
private Double latitude;
@SerializedName("Longitude")
private Double longitude;
public Double getAltitude() {
return this.altitude;
}
public void setAltitude(Double altitude) {
this.altitude = altitude;
}
public Double getLatitude() {
return this.latitude;
}
public void setLatitude(Double latitude) {
this.latitude = latitude;
}
public Double getLongitude() {
return this.longitude;
}
public void setLongitude(Double longitude) {
this.longitude = longitude;
}
}
public static class HistoryData {
@SerializedName("RunTime")
private String runTime;
@SerializedName("Value")
private Double value;
public String getRunTime() {
return this.runTime;
}
public void setRunTime(String runTime) {
this.runTime = runTime;
}
public Double getValue() {
return this.value;
}
public void setValue(Double value) {
this.value = value;
}
}
@Override
public Class<CreatePowerForecastJobResponse> getResponseClass() {
return CreatePowerForecastJobResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/model
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/model/v20200920/CreatePowerForecastJobResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brain_industrial.model.v20200920;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.brain_industrial.transform.v20200920.CreatePowerForecastJobResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CreatePowerForecastJobResponse extends AcsResponse {
@Override
public CreatePowerForecastJobResponse getInstance(UnmarshallerContext context) {
return CreatePowerForecastJobResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/model
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/model/v20200920/GetAivppAlgoJobRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brain_industrial.model.v20200920;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.ProtocolType;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.brain_industrial.Endpoint;
/**
* @author auto create
* @version
*/
public class GetAivppAlgoJobRequest extends RpcAcsRequest<GetAivppAlgoJobResponse> {
private String jobId;
public GetAivppAlgoJobRequest() {
super("brain-industrial", "2020-09-20", "GetAivppAlgoJob", "aistudio");
setProtocol(ProtocolType.HTTPS);
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 getJobId() {
return this.jobId;
}
public void setJobId(String jobId) {
this.jobId = jobId;
if(jobId != null){
putBodyParameter("JobId", jobId);
}
}
@Override
public Class<GetAivppAlgoJobResponse> getResponseClass() {
return GetAivppAlgoJobResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/model
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/model/v20200920/GetAivppAlgoJobResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brain_industrial.model.v20200920;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.brain_industrial.transform.v20200920.GetAivppAlgoJobResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetAivppAlgoJobResponse extends AcsResponse {
@Override
public GetAivppAlgoJobResponse getInstance(UnmarshallerContext context) {
return GetAivppAlgoJobResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/model
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/model/v20200920/GetLicenseRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brain_industrial.model.v20200920;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.brain_industrial.Endpoint;
/**
* @author auto create
* @version
*/
public class GetLicenseRequest extends RpcAcsRequest<GetLicenseResponse> {
private String instanceId;
private Long id;
public GetLicenseRequest() {
super("brain-industrial", "2020-09-20", "GetLicense", "aistudio");
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){
putBodyParameter("InstanceId", instanceId);
}
}
public Long getId() {
return this.id;
}
public void setId(Long id) {
this.id = id;
if(id != null){
putBodyParameter("Id", id.toString());
}
}
@Override
public Class<GetLicenseResponse> getResponseClass() {
return GetLicenseResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/model
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/model/v20200920/GetLicenseResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brain_industrial.model.v20200920;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.brain_industrial.transform.v20200920.GetLicenseResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetLicenseResponse extends AcsResponse {
private String code;
private String success;
private String message;
private String requestId;
private Integer httpStatusCode;
private String accessDeniedDetail;
private Data data;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getSuccess() {
return this.success;
}
public void setSuccess(String success) {
this.success = success;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getHttpStatusCode() {
return this.httpStatusCode;
}
public void setHttpStatusCode(Integer httpStatusCode) {
this.httpStatusCode = httpStatusCode;
}
public String getAccessDeniedDetail() {
return this.accessDeniedDetail;
}
public void setAccessDeniedDetail(String accessDeniedDetail) {
this.accessDeniedDetail = accessDeniedDetail;
}
public Data getData() {
return this.data;
}
public void setData(Data data) {
this.data = data;
}
public static class Data {
private Long id;
private String licenseSpecName;
private String buyTime;
private String activateTime;
private String fingerprint;
private String licenseCode;
private String effectTime;
private String expireTime;
private String duration;
private String status;
private String adaptiveMachine;
private String licenseSpecCode;
private String licenseSpecType;
private Integer cpuLimit;
private Integer memoryLimit;
private String instanceId;
private String allDuration;
private String applicableSpecs;
private String description;
private String unActivateAllDuration;
private String proposal;
private List<ActivateRecordItem> activateRecord;
public Long getId() {
return this.id;
}
public void setId(Long id) {
this.id = id;
}
public String getLicenseSpecName() {
return this.licenseSpecName;
}
public void setLicenseSpecName(String licenseSpecName) {
this.licenseSpecName = licenseSpecName;
}
public String getBuyTime() {
return this.buyTime;
}
public void setBuyTime(String buyTime) {
this.buyTime = buyTime;
}
public String getActivateTime() {
return this.activateTime;
}
public void setActivateTime(String activateTime) {
this.activateTime = activateTime;
}
public String getFingerprint() {
return this.fingerprint;
}
public void setFingerprint(String fingerprint) {
this.fingerprint = fingerprint;
}
public String getLicenseCode() {
return this.licenseCode;
}
public void setLicenseCode(String licenseCode) {
this.licenseCode = licenseCode;
}
public String getEffectTime() {
return this.effectTime;
}
public void setEffectTime(String effectTime) {
this.effectTime = effectTime;
}
public String getExpireTime() {
return this.expireTime;
}
public void setExpireTime(String expireTime) {
this.expireTime = expireTime;
}
public String getDuration() {
return this.duration;
}
public void setDuration(String duration) {
this.duration = duration;
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public String getAdaptiveMachine() {
return this.adaptiveMachine;
}
public void setAdaptiveMachine(String adaptiveMachine) {
this.adaptiveMachine = adaptiveMachine;
}
public String getLicenseSpecCode() {
return this.licenseSpecCode;
}
public void setLicenseSpecCode(String licenseSpecCode) {
this.licenseSpecCode = licenseSpecCode;
}
public String getLicenseSpecType() {
return this.licenseSpecType;
}
public void setLicenseSpecType(String licenseSpecType) {
this.licenseSpecType = licenseSpecType;
}
public Integer getCpuLimit() {
return this.cpuLimit;
}
public void setCpuLimit(Integer cpuLimit) {
this.cpuLimit = cpuLimit;
}
public Integer getMemoryLimit() {
return this.memoryLimit;
}
public void setMemoryLimit(Integer memoryLimit) {
this.memoryLimit = memoryLimit;
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
}
public String getAllDuration() {
return this.allDuration;
}
public void setAllDuration(String allDuration) {
this.allDuration = allDuration;
}
public String getApplicableSpecs() {
return this.applicableSpecs;
}
public void setApplicableSpecs(String applicableSpecs) {
this.applicableSpecs = applicableSpecs;
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
}
public String getUnActivateAllDuration() {
return this.unActivateAllDuration;
}
public void setUnActivateAllDuration(String unActivateAllDuration) {
this.unActivateAllDuration = unActivateAllDuration;
}
public String getProposal() {
return this.proposal;
}
public void setProposal(String proposal) {
this.proposal = proposal;
}
public List<ActivateRecordItem> getActivateRecord() {
return this.activateRecord;
}
public void setActivateRecord(List<ActivateRecordItem> activateRecord) {
this.activateRecord = activateRecord;
}
public static class ActivateRecordItem {
private String orderId;
private String buyTime;
private String activateTime;
private String expireTime;
private String duration;
private String status;
private String licenseCode;
public String getOrderId() {
return this.orderId;
}
public void setOrderId(String orderId) {
this.orderId = orderId;
}
public String getBuyTime() {
return this.buyTime;
}
public void setBuyTime(String buyTime) {
this.buyTime = buyTime;
}
public String getActivateTime() {
return this.activateTime;
}
public void setActivateTime(String activateTime) {
this.activateTime = activateTime;
}
public String getExpireTime() {
return this.expireTime;
}
public void setExpireTime(String expireTime) {
this.expireTime = expireTime;
}
public String getDuration() {
return this.duration;
}
public void setDuration(String duration) {
this.duration = duration;
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public String getLicenseCode() {
return this.licenseCode;
}
public void setLicenseCode(String licenseCode) {
this.licenseCode = licenseCode;
}
}
}
@Override
public GetLicenseResponse getInstance(UnmarshallerContext context) {
return GetLicenseResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/model
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/model/v20200920/ListAivppResourcesRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brain_industrial.model.v20200920;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.ProtocolType;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.brain_industrial.Endpoint;
/**
* @author auto create
* @version
*/
public class ListAivppResourcesRequest extends RpcAcsRequest<ListAivppResourcesResponse> {
private Integer currentPage;
private Integer maxResults;
public ListAivppResourcesRequest() {
super("brain-industrial", "2020-09-20", "ListAivppResources", "aistudio");
setProtocol(ProtocolType.HTTPS);
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public Integer getCurrentPage() {
return this.currentPage;
}
public void setCurrentPage(Integer currentPage) {
this.currentPage = currentPage;
if(currentPage != null){
putBodyParameter("CurrentPage", currentPage.toString());
}
}
public Integer getMaxResults() {
return this.maxResults;
}
public void setMaxResults(Integer maxResults) {
this.maxResults = maxResults;
if(maxResults != null){
putBodyParameter("MaxResults", maxResults.toString());
}
}
@Override
public Class<ListAivppResourcesResponse> getResponseClass() {
return ListAivppResourcesResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/model
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/model/v20200920/ListAivppResourcesResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brain_industrial.model.v20200920;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.brain_industrial.transform.v20200920.ListAivppResourcesResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListAivppResourcesResponse extends AcsResponse {
private String requestId;
private String success;
private String code;
private String message;
private Integer maxResults;
private String nextToken;
private Integer totalCount;
private List<AivppResource> data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getSuccess() {
return this.success;
}
public void setSuccess(String success) {
this.success = success;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public Integer getMaxResults() {
return this.maxResults;
}
public void setMaxResults(Integer maxResults) {
this.maxResults = maxResults;
}
public String getNextToken() {
return this.nextToken;
}
public void setNextToken(String nextToken) {
this.nextToken = nextToken;
}
public Integer getTotalCount() {
return this.totalCount;
}
public void setTotalCount(Integer totalCount) {
this.totalCount = totalCount;
}
public List<AivppResource> getData() {
return this.data;
}
public void setData(List<AivppResource> data) {
this.data = data;
}
public static class AivppResource {
private Long id;
private String instanceId;
private String specification;
private String orderId;
private String userId;
private String quantity;
private String leftQuantity;
private String status;
private String startTime;
private String expireTime;
private String gmtCreate;
private String gmtModified;
private Integer isDeleted;
private String instanceType;
private String detail;
public Long getId() {
return this.id;
}
public void setId(Long id) {
this.id = id;
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
}
public String getSpecification() {
return this.specification;
}
public void setSpecification(String specification) {
this.specification = specification;
}
public String getOrderId() {
return this.orderId;
}
public void setOrderId(String orderId) {
this.orderId = orderId;
}
public String getUserId() {
return this.userId;
}
public void setUserId(String userId) {
this.userId = userId;
}
public String getQuantity() {
return this.quantity;
}
public void setQuantity(String quantity) {
this.quantity = quantity;
}
public String getLeftQuantity() {
return this.leftQuantity;
}
public void setLeftQuantity(String leftQuantity) {
this.leftQuantity = leftQuantity;
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public String getStartTime() {
return this.startTime;
}
public void setStartTime(String startTime) {
this.startTime = startTime;
}
public String getExpireTime() {
return this.expireTime;
}
public void setExpireTime(String expireTime) {
this.expireTime = expireTime;
}
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 Integer getIsDeleted() {
return this.isDeleted;
}
public void setIsDeleted(Integer isDeleted) {
this.isDeleted = isDeleted;
}
public String getInstanceType() {
return this.instanceType;
}
public void setInstanceType(String instanceType) {
this.instanceType = instanceType;
}
public String getDetail() {
return this.detail;
}
public void setDetail(String detail) {
this.detail = detail;
}
}
@Override
public ListAivppResourcesResponse getInstance(UnmarshallerContext context) {
return ListAivppResourcesResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/model
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/model/v20200920/ListLicensesRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brain_industrial.model.v20200920;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.brain_industrial.Endpoint;
/**
* @author auto create
* @version
*/
public class ListLicensesRequest extends RpcAcsRequest<ListLicensesResponse> {
private Integer pageSize;
private String queryStr;
private Integer currentPage;
public ListLicensesRequest() {
super("brain-industrial", "2020-09-20", "ListLicenses", "aistudio");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putBodyParameter("PageSize", pageSize.toString());
}
}
public String getQueryStr() {
return this.queryStr;
}
public void setQueryStr(String queryStr) {
this.queryStr = queryStr;
if(queryStr != null){
putBodyParameter("QueryStr", queryStr);
}
}
public Integer getCurrentPage() {
return this.currentPage;
}
public void setCurrentPage(Integer currentPage) {
this.currentPage = currentPage;
if(currentPage != null){
putBodyParameter("CurrentPage", currentPage.toString());
}
}
@Override
public Class<ListLicensesResponse> getResponseClass() {
return ListLicensesResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/model
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/model/v20200920/ListLicensesResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brain_industrial.model.v20200920;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.brain_industrial.transform.v20200920.ListLicensesResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListLicensesResponse extends AcsResponse {
private Long totalCount;
private String requestId;
private String message;
private Integer pageSize;
private Integer currentPage;
private String totalPage;
private String totalPageCount;
private String code;
private Boolean success;
private Integer httpStatusCode;
private String accessDeniedDetail;
private List<License> licenseList;
public Long getTotalCount() {
return this.totalCount;
}
public void setTotalCount(Long totalCount) {
this.totalCount = totalCount;
}
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 Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
}
public Integer getCurrentPage() {
return this.currentPage;
}
public void setCurrentPage(Integer currentPage) {
this.currentPage = currentPage;
}
public String getTotalPage() {
return this.totalPage;
}
public void setTotalPage(String totalPage) {
this.totalPage = totalPage;
}
public String getTotalPageCount() {
return this.totalPageCount;
}
public void setTotalPageCount(String totalPageCount) {
this.totalPageCount = totalPageCount;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public Integer getHttpStatusCode() {
return this.httpStatusCode;
}
public void setHttpStatusCode(Integer httpStatusCode) {
this.httpStatusCode = httpStatusCode;
}
public String getAccessDeniedDetail() {
return this.accessDeniedDetail;
}
public void setAccessDeniedDetail(String accessDeniedDetail) {
this.accessDeniedDetail = accessDeniedDetail;
}
public List<License> getLicenseList() {
return this.licenseList;
}
public void setLicenseList(List<License> licenseList) {
this.licenseList = licenseList;
}
public static class License {
private String id;
private String licenseSpecName;
private String licenseSpecType;
private String licenseSpecCode;
private String buyTime;
private String activateTime;
private String effectTime;
private String expireTime;
private String duration;
private Integer adaptiveMachine;
private String status;
private Integer memoryLimit;
private String instanceId;
private String description;
private String allDuration;
private Integer cpuLimit;
private String unActivateAllDuration;
public String getId() {
return this.id;
}
public void setId(String id) {
this.id = id;
}
public String getLicenseSpecName() {
return this.licenseSpecName;
}
public void setLicenseSpecName(String licenseSpecName) {
this.licenseSpecName = licenseSpecName;
}
public String getLicenseSpecType() {
return this.licenseSpecType;
}
public void setLicenseSpecType(String licenseSpecType) {
this.licenseSpecType = licenseSpecType;
}
public String getLicenseSpecCode() {
return this.licenseSpecCode;
}
public void setLicenseSpecCode(String licenseSpecCode) {
this.licenseSpecCode = licenseSpecCode;
}
public String getBuyTime() {
return this.buyTime;
}
public void setBuyTime(String buyTime) {
this.buyTime = buyTime;
}
public String getActivateTime() {
return this.activateTime;
}
public void setActivateTime(String activateTime) {
this.activateTime = activateTime;
}
public String getEffectTime() {
return this.effectTime;
}
public void setEffectTime(String effectTime) {
this.effectTime = effectTime;
}
public String getExpireTime() {
return this.expireTime;
}
public void setExpireTime(String expireTime) {
this.expireTime = expireTime;
}
public String getDuration() {
return this.duration;
}
public void setDuration(String duration) {
this.duration = duration;
}
public Integer getAdaptiveMachine() {
return this.adaptiveMachine;
}
public void setAdaptiveMachine(Integer adaptiveMachine) {
this.adaptiveMachine = adaptiveMachine;
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public Integer getMemoryLimit() {
return this.memoryLimit;
}
public void setMemoryLimit(Integer memoryLimit) {
this.memoryLimit = memoryLimit;
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
}
public String getAllDuration() {
return this.allDuration;
}
public void setAllDuration(String allDuration) {
this.allDuration = allDuration;
}
public Integer getCpuLimit() {
return this.cpuLimit;
}
public void setCpuLimit(Integer cpuLimit) {
this.cpuLimit = cpuLimit;
}
public String getUnActivateAllDuration() {
return this.unActivateAllDuration;
}
public void setUnActivateAllDuration(String unActivateAllDuration) {
this.unActivateAllDuration = unActivateAllDuration;
}
}
@Override
public ListLicensesResponse getInstance(UnmarshallerContext context) {
return ListLicensesResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/model
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/model/v20200920/ListUserResourcesRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brain_industrial.model.v20200920;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.brain_industrial.Endpoint;
/**
* @author auto create
* @version
*/
public class ListUserResourcesRequest extends RpcAcsRequest<ListUserResourcesResponse> {
private String commodityCode;
public ListUserResourcesRequest() {
super("brain-industrial", "2020-09-20", "ListUserResources", "aistudio");
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 getCommodityCode() {
return this.commodityCode;
}
public void setCommodityCode(String commodityCode) {
this.commodityCode = commodityCode;
if(commodityCode != null){
putBodyParameter("CommodityCode", commodityCode);
}
}
@Override
public Class<ListUserResourcesResponse> getResponseClass() {
return ListUserResourcesResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/model
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/model/v20200920/ListUserResourcesResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brain_industrial.model.v20200920;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.brain_industrial.transform.v20200920.ListUserResourcesResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListUserResourcesResponse extends AcsResponse {
private String requestId;
private String success;
private String code;
private String message;
private Integer httpStatusCode;
private String accessDeniedDetail;
private List<UserResource> data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getSuccess() {
return this.success;
}
public void setSuccess(String success) {
this.success = success;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public Integer getHttpStatusCode() {
return this.httpStatusCode;
}
public void setHttpStatusCode(Integer httpStatusCode) {
this.httpStatusCode = httpStatusCode;
}
public String getAccessDeniedDetail() {
return this.accessDeniedDetail;
}
public void setAccessDeniedDetail(String accessDeniedDetail) {
this.accessDeniedDetail = accessDeniedDetail;
}
public List<UserResource> getData() {
return this.data;
}
public void setData(List<UserResource> data) {
this.data = data;
}
public static class UserResource {
private String startDate;
private String endDate;
private String region;
private String status;
private String instanceId;
private String chargeType;
private String commodityCode;
private String statusMsg;
public String getStartDate() {
return this.startDate;
}
public void setStartDate(String startDate) {
this.startDate = startDate;
}
public String getEndDate() {
return this.endDate;
}
public void setEndDate(String endDate) {
this.endDate = endDate;
}
public String getRegion() {
return this.region;
}
public void setRegion(String region) {
this.region = region;
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
}
public String getChargeType() {
return this.chargeType;
}
public void setChargeType(String chargeType) {
this.chargeType = chargeType;
}
public String getCommodityCode() {
return this.commodityCode;
}
public void setCommodityCode(String commodityCode) {
this.commodityCode = commodityCode;
}
public String getStatusMsg() {
return this.statusMsg;
}
public void setStatusMsg(String statusMsg) {
this.statusMsg = statusMsg;
}
}
@Override
public ListUserResourcesResponse getInstance(UnmarshallerContext context) {
return ListUserResourcesResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/model
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/model/v20200920/UpdateLicenseDescriptionRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brain_industrial.model.v20200920;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.ProtocolType;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.brain_industrial.Endpoint;
/**
* @author auto create
* @version
*/
public class UpdateLicenseDescriptionRequest extends RpcAcsRequest<UpdateLicenseDescriptionResponse> {
private String description;
private String instanceId;
public UpdateLicenseDescriptionRequest() {
super("brain-industrial", "2020-09-20", "UpdateLicenseDescription", "aistudio");
setProtocol(ProtocolType.HTTPS);
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 getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
if(description != null){
putBodyParameter("Description", description);
}
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
if(instanceId != null){
putBodyParameter("InstanceId", instanceId);
}
}
@Override
public Class<UpdateLicenseDescriptionResponse> getResponseClass() {
return UpdateLicenseDescriptionResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/model
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/model/v20200920/UpdateLicenseDescriptionResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brain_industrial.model.v20200920;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.brain_industrial.transform.v20200920.UpdateLicenseDescriptionResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class UpdateLicenseDescriptionResponse extends AcsResponse {
private String code;
private String success;
private String message;
private String requestId;
private Integer httpStatusCode;
private String accessDeniedDetail;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getSuccess() {
return this.success;
}
public void setSuccess(String success) {
this.success = success;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getHttpStatusCode() {
return this.httpStatusCode;
}
public void setHttpStatusCode(Integer httpStatusCode) {
this.httpStatusCode = httpStatusCode;
}
public String getAccessDeniedDetail() {
return this.accessDeniedDetail;
}
public void setAccessDeniedDetail(String accessDeniedDetail) {
this.accessDeniedDetail = accessDeniedDetail;
}
@Override
public UpdateLicenseDescriptionResponse getInstance(UnmarshallerContext context) {
return UpdateLicenseDescriptionResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/transform
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/transform/v20200920/ActivateLicenseResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brain_industrial.transform.v20200920;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.brain_industrial.model.v20200920.ActivateLicenseResponse;
import com.aliyuncs.brain_industrial.model.v20200920.ActivateLicenseResponse.Data;
import com.aliyuncs.brain_industrial.model.v20200920.ActivateLicenseResponse.Data.ActivateRecordItem;
import com.aliyuncs.transform.UnmarshallerContext;
public class ActivateLicenseResponseUnmarshaller {
public static ActivateLicenseResponse unmarshall(ActivateLicenseResponse activateLicenseResponse, UnmarshallerContext _ctx) {
activateLicenseResponse.setRequestId(_ctx.stringValue("ActivateLicenseResponse.RequestId"));
activateLicenseResponse.setSuccess(_ctx.stringValue("ActivateLicenseResponse.Success"));
activateLicenseResponse.setCode(_ctx.stringValue("ActivateLicenseResponse.Code"));
activateLicenseResponse.setMessage(_ctx.stringValue("ActivateLicenseResponse.Message"));
activateLicenseResponse.setHttpStatusCode(_ctx.integerValue("ActivateLicenseResponse.HttpStatusCode"));
activateLicenseResponse.setAccessDeniedDetail(_ctx.stringValue("ActivateLicenseResponse.AccessDeniedDetail"));
Data data = new Data();
data.setId(_ctx.stringValue("ActivateLicenseResponse.Data.Id"));
data.setLicenseSpecName(_ctx.stringValue("ActivateLicenseResponse.Data.LicenseSpecName"));
data.setBuyTime(_ctx.stringValue("ActivateLicenseResponse.Data.BuyTime"));
data.setActivateTime(_ctx.stringValue("ActivateLicenseResponse.Data.ActivateTime"));
data.setFingerprint(_ctx.stringValue("ActivateLicenseResponse.Data.Fingerprint"));
data.setLicenseCode(_ctx.stringValue("ActivateLicenseResponse.Data.LicenseCode"));
data.setEffectTime(_ctx.stringValue("ActivateLicenseResponse.Data.EffectTime"));
data.setExpireTime(_ctx.stringValue("ActivateLicenseResponse.Data.ExpireTime"));
data.setDuration(_ctx.stringValue("ActivateLicenseResponse.Data.Duration"));
data.setStatus(_ctx.stringValue("ActivateLicenseResponse.Data.Status"));
data.setCpuLimit(_ctx.integerValue("ActivateLicenseResponse.Data.CpuLimit"));
data.setMemoryLimit(_ctx.integerValue("ActivateLicenseResponse.Data.MemoryLimit"));
data.setInstanceId(_ctx.stringValue("ActivateLicenseResponse.Data.InstanceId"));
data.setAllDuration(_ctx.stringValue("ActivateLicenseResponse.Data.AllDuration"));
data.setApplicableSpecs(_ctx.stringValue("ActivateLicenseResponse.Data.ApplicableSpecs"));
data.setDescription(_ctx.stringValue("ActivateLicenseResponse.Data.Description"));
data.setUnActivateAllDuration(_ctx.stringValue("ActivateLicenseResponse.Data.UnActivateAllDuration"));
List<ActivateRecordItem> activateRecord = new ArrayList<ActivateRecordItem>();
for (int i = 0; i < _ctx.lengthValue("ActivateLicenseResponse.Data.ActivateRecord.Length"); i++) {
ActivateRecordItem activateRecordItem = new ActivateRecordItem();
activateRecordItem.setOrderId(_ctx.stringValue("ActivateLicenseResponse.Data.ActivateRecord["+ i +"].OrderId"));
activateRecordItem.setBuyTime(_ctx.stringValue("ActivateLicenseResponse.Data.ActivateRecord["+ i +"].BuyTime"));
activateRecordItem.setActivateTime(_ctx.stringValue("ActivateLicenseResponse.Data.ActivateRecord["+ i +"].ActivateTime"));
activateRecordItem.setExpireTime(_ctx.stringValue("ActivateLicenseResponse.Data.ActivateRecord["+ i +"].ExpireTime"));
activateRecordItem.setDuration(_ctx.stringValue("ActivateLicenseResponse.Data.ActivateRecord["+ i +"].Duration"));
activateRecordItem.setStatus(_ctx.stringValue("ActivateLicenseResponse.Data.ActivateRecord["+ i +"].Status"));
activateRecordItem.setLicenseCode(_ctx.stringValue("ActivateLicenseResponse.Data.ActivateRecord["+ i +"].LicenseCode"));
activateRecord.add(activateRecordItem);
}
data.setActivateRecord(activateRecord);
activateLicenseResponse.setData(data);
return activateLicenseResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/transform
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/transform/v20200920/AicsOpenApiInvokeResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brain_industrial.transform.v20200920;
import com.aliyuncs.brain_industrial.model.v20200920.AicsOpenApiInvokeResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class AicsOpenApiInvokeResponseUnmarshaller {
public static AicsOpenApiInvokeResponse unmarshall(AicsOpenApiInvokeResponse aicsOpenApiInvokeResponse, UnmarshallerContext _ctx) {
return aicsOpenApiInvokeResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/transform
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/transform/v20200920/CreateEssOptJobResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brain_industrial.transform.v20200920;
import com.aliyuncs.brain_industrial.model.v20200920.CreateEssOptJobResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class CreateEssOptJobResponseUnmarshaller {
public static CreateEssOptJobResponse unmarshall(CreateEssOptJobResponse createEssOptJobResponse, UnmarshallerContext _ctx) {
return createEssOptJobResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/transform
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/transform/v20200920/CreateLoadForecastJobResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brain_industrial.transform.v20200920;
import com.aliyuncs.brain_industrial.model.v20200920.CreateLoadForecastJobResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class CreateLoadForecastJobResponseUnmarshaller {
public static CreateLoadForecastJobResponse unmarshall(CreateLoadForecastJobResponse createLoadForecastJobResponse, UnmarshallerContext _ctx) {
return createLoadForecastJobResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/transform
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/transform/v20200920/CreatePowerForecastJobResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brain_industrial.transform.v20200920;
import com.aliyuncs.brain_industrial.model.v20200920.CreatePowerForecastJobResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class CreatePowerForecastJobResponseUnmarshaller {
public static CreatePowerForecastJobResponse unmarshall(CreatePowerForecastJobResponse createPowerForecastJobResponse, UnmarshallerContext _ctx) {
return createPowerForecastJobResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/transform
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/transform/v20200920/GetAivppAlgoJobResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brain_industrial.transform.v20200920;
import com.aliyuncs.brain_industrial.model.v20200920.GetAivppAlgoJobResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetAivppAlgoJobResponseUnmarshaller {
public static GetAivppAlgoJobResponse unmarshall(GetAivppAlgoJobResponse getAivppAlgoJobResponse, UnmarshallerContext _ctx) {
return getAivppAlgoJobResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/transform
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/transform/v20200920/GetLicenseResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brain_industrial.transform.v20200920;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.brain_industrial.model.v20200920.GetLicenseResponse;
import com.aliyuncs.brain_industrial.model.v20200920.GetLicenseResponse.Data;
import com.aliyuncs.brain_industrial.model.v20200920.GetLicenseResponse.Data.ActivateRecordItem;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetLicenseResponseUnmarshaller {
public static GetLicenseResponse unmarshall(GetLicenseResponse getLicenseResponse, UnmarshallerContext _ctx) {
getLicenseResponse.setRequestId(_ctx.stringValue("GetLicenseResponse.RequestId"));
getLicenseResponse.setCode(_ctx.stringValue("GetLicenseResponse.Code"));
getLicenseResponse.setSuccess(_ctx.stringValue("GetLicenseResponse.Success"));
getLicenseResponse.setMessage(_ctx.stringValue("GetLicenseResponse.Message"));
getLicenseResponse.setHttpStatusCode(_ctx.integerValue("GetLicenseResponse.HttpStatusCode"));
getLicenseResponse.setAccessDeniedDetail(_ctx.stringValue("GetLicenseResponse.AccessDeniedDetail"));
Data data = new Data();
data.setId(_ctx.longValue("GetLicenseResponse.Data.Id"));
data.setLicenseSpecName(_ctx.stringValue("GetLicenseResponse.Data.LicenseSpecName"));
data.setBuyTime(_ctx.stringValue("GetLicenseResponse.Data.BuyTime"));
data.setActivateTime(_ctx.stringValue("GetLicenseResponse.Data.ActivateTime"));
data.setFingerprint(_ctx.stringValue("GetLicenseResponse.Data.Fingerprint"));
data.setLicenseCode(_ctx.stringValue("GetLicenseResponse.Data.LicenseCode"));
data.setEffectTime(_ctx.stringValue("GetLicenseResponse.Data.EffectTime"));
data.setExpireTime(_ctx.stringValue("GetLicenseResponse.Data.ExpireTime"));
data.setDuration(_ctx.stringValue("GetLicenseResponse.Data.Duration"));
data.setStatus(_ctx.stringValue("GetLicenseResponse.Data.Status"));
data.setAdaptiveMachine(_ctx.stringValue("GetLicenseResponse.Data.AdaptiveMachine"));
data.setLicenseSpecCode(_ctx.stringValue("GetLicenseResponse.Data.LicenseSpecCode"));
data.setLicenseSpecType(_ctx.stringValue("GetLicenseResponse.Data.LicenseSpecType"));
data.setCpuLimit(_ctx.integerValue("GetLicenseResponse.Data.CpuLimit"));
data.setMemoryLimit(_ctx.integerValue("GetLicenseResponse.Data.MemoryLimit"));
data.setInstanceId(_ctx.stringValue("GetLicenseResponse.Data.InstanceId"));
data.setAllDuration(_ctx.stringValue("GetLicenseResponse.Data.AllDuration"));
data.setApplicableSpecs(_ctx.stringValue("GetLicenseResponse.Data.ApplicableSpecs"));
data.setDescription(_ctx.stringValue("GetLicenseResponse.Data.Description"));
data.setUnActivateAllDuration(_ctx.stringValue("GetLicenseResponse.Data.UnActivateAllDuration"));
data.setProposal(_ctx.stringValue("GetLicenseResponse.Data.Proposal"));
List<ActivateRecordItem> activateRecord = new ArrayList<ActivateRecordItem>();
for (int i = 0; i < _ctx.lengthValue("GetLicenseResponse.Data.ActivateRecord.Length"); i++) {
ActivateRecordItem activateRecordItem = new ActivateRecordItem();
activateRecordItem.setOrderId(_ctx.stringValue("GetLicenseResponse.Data.ActivateRecord["+ i +"].OrderId"));
activateRecordItem.setBuyTime(_ctx.stringValue("GetLicenseResponse.Data.ActivateRecord["+ i +"].BuyTime"));
activateRecordItem.setActivateTime(_ctx.stringValue("GetLicenseResponse.Data.ActivateRecord["+ i +"].ActivateTime"));
activateRecordItem.setExpireTime(_ctx.stringValue("GetLicenseResponse.Data.ActivateRecord["+ i +"].ExpireTime"));
activateRecordItem.setDuration(_ctx.stringValue("GetLicenseResponse.Data.ActivateRecord["+ i +"].Duration"));
activateRecordItem.setStatus(_ctx.stringValue("GetLicenseResponse.Data.ActivateRecord["+ i +"].Status"));
activateRecordItem.setLicenseCode(_ctx.stringValue("GetLicenseResponse.Data.ActivateRecord["+ i +"].LicenseCode"));
activateRecord.add(activateRecordItem);
}
data.setActivateRecord(activateRecord);
getLicenseResponse.setData(data);
return getLicenseResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/transform
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/transform/v20200920/ListAivppResourcesResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brain_industrial.transform.v20200920;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.brain_industrial.model.v20200920.ListAivppResourcesResponse;
import com.aliyuncs.brain_industrial.model.v20200920.ListAivppResourcesResponse.AivppResource;
import com.aliyuncs.transform.UnmarshallerContext;
public class ListAivppResourcesResponseUnmarshaller {
public static ListAivppResourcesResponse unmarshall(ListAivppResourcesResponse listAivppResourcesResponse, UnmarshallerContext _ctx) {
listAivppResourcesResponse.setRequestId(_ctx.stringValue("ListAivppResourcesResponse.RequestId"));
listAivppResourcesResponse.setSuccess(_ctx.stringValue("ListAivppResourcesResponse.Success"));
listAivppResourcesResponse.setCode(_ctx.stringValue("ListAivppResourcesResponse.Code"));
listAivppResourcesResponse.setMessage(_ctx.stringValue("ListAivppResourcesResponse.Message"));
listAivppResourcesResponse.setMaxResults(_ctx.integerValue("ListAivppResourcesResponse.MaxResults"));
listAivppResourcesResponse.setNextToken(_ctx.stringValue("ListAivppResourcesResponse.NextToken"));
listAivppResourcesResponse.setTotalCount(_ctx.integerValue("ListAivppResourcesResponse.TotalCount"));
List<AivppResource> data = new ArrayList<AivppResource>();
for (int i = 0; i < _ctx.lengthValue("ListAivppResourcesResponse.Data.Length"); i++) {
AivppResource aivppResource = new AivppResource();
aivppResource.setId(_ctx.longValue("ListAivppResourcesResponse.Data["+ i +"].Id"));
aivppResource.setInstanceId(_ctx.stringValue("ListAivppResourcesResponse.Data["+ i +"].InstanceId"));
aivppResource.setSpecification(_ctx.stringValue("ListAivppResourcesResponse.Data["+ i +"].Specification"));
aivppResource.setOrderId(_ctx.stringValue("ListAivppResourcesResponse.Data["+ i +"].OrderId"));
aivppResource.setUserId(_ctx.stringValue("ListAivppResourcesResponse.Data["+ i +"].UserId"));
aivppResource.setQuantity(_ctx.stringValue("ListAivppResourcesResponse.Data["+ i +"].Quantity"));
aivppResource.setLeftQuantity(_ctx.stringValue("ListAivppResourcesResponse.Data["+ i +"].LeftQuantity"));
aivppResource.setStatus(_ctx.stringValue("ListAivppResourcesResponse.Data["+ i +"].Status"));
aivppResource.setStartTime(_ctx.stringValue("ListAivppResourcesResponse.Data["+ i +"].StartTime"));
aivppResource.setExpireTime(_ctx.stringValue("ListAivppResourcesResponse.Data["+ i +"].ExpireTime"));
aivppResource.setGmtCreate(_ctx.stringValue("ListAivppResourcesResponse.Data["+ i +"].GmtCreate"));
aivppResource.setGmtModified(_ctx.stringValue("ListAivppResourcesResponse.Data["+ i +"].GmtModified"));
aivppResource.setIsDeleted(_ctx.integerValue("ListAivppResourcesResponse.Data["+ i +"].IsDeleted"));
aivppResource.setInstanceType(_ctx.stringValue("ListAivppResourcesResponse.Data["+ i +"].InstanceType"));
aivppResource.setDetail(_ctx.stringValue("ListAivppResourcesResponse.Data["+ i +"].Detail"));
data.add(aivppResource);
}
listAivppResourcesResponse.setData(data);
return listAivppResourcesResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/transform
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/transform/v20200920/ListLicensesResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brain_industrial.transform.v20200920;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.brain_industrial.model.v20200920.ListLicensesResponse;
import com.aliyuncs.brain_industrial.model.v20200920.ListLicensesResponse.License;
import com.aliyuncs.transform.UnmarshallerContext;
public class ListLicensesResponseUnmarshaller {
public static ListLicensesResponse unmarshall(ListLicensesResponse listLicensesResponse, UnmarshallerContext _ctx) {
listLicensesResponse.setRequestId(_ctx.stringValue("ListLicensesResponse.RequestId"));
listLicensesResponse.setTotalCount(_ctx.longValue("ListLicensesResponse.TotalCount"));
listLicensesResponse.setMessage(_ctx.stringValue("ListLicensesResponse.Message"));
listLicensesResponse.setPageSize(_ctx.integerValue("ListLicensesResponse.PageSize"));
listLicensesResponse.setCurrentPage(_ctx.integerValue("ListLicensesResponse.CurrentPage"));
listLicensesResponse.setTotalPage(_ctx.stringValue("ListLicensesResponse.TotalPage"));
listLicensesResponse.setTotalPageCount(_ctx.stringValue("ListLicensesResponse.TotalPageCount"));
listLicensesResponse.setCode(_ctx.stringValue("ListLicensesResponse.Code"));
listLicensesResponse.setSuccess(_ctx.booleanValue("ListLicensesResponse.Success"));
listLicensesResponse.setHttpStatusCode(_ctx.integerValue("ListLicensesResponse.HttpStatusCode"));
listLicensesResponse.setAccessDeniedDetail(_ctx.stringValue("ListLicensesResponse.AccessDeniedDetail"));
List<License> licenseList = new ArrayList<License>();
for (int i = 0; i < _ctx.lengthValue("ListLicensesResponse.LicenseList.Length"); i++) {
License license = new License();
license.setId(_ctx.stringValue("ListLicensesResponse.LicenseList["+ i +"].Id"));
license.setLicenseSpecName(_ctx.stringValue("ListLicensesResponse.LicenseList["+ i +"].LicenseSpecName"));
license.setLicenseSpecType(_ctx.stringValue("ListLicensesResponse.LicenseList["+ i +"].LicenseSpecType"));
license.setLicenseSpecCode(_ctx.stringValue("ListLicensesResponse.LicenseList["+ i +"].LicenseSpecCode"));
license.setBuyTime(_ctx.stringValue("ListLicensesResponse.LicenseList["+ i +"].BuyTime"));
license.setActivateTime(_ctx.stringValue("ListLicensesResponse.LicenseList["+ i +"].ActivateTime"));
license.setEffectTime(_ctx.stringValue("ListLicensesResponse.LicenseList["+ i +"].EffectTime"));
license.setExpireTime(_ctx.stringValue("ListLicensesResponse.LicenseList["+ i +"].ExpireTime"));
license.setDuration(_ctx.stringValue("ListLicensesResponse.LicenseList["+ i +"].Duration"));
license.setAdaptiveMachine(_ctx.integerValue("ListLicensesResponse.LicenseList["+ i +"].AdaptiveMachine"));
license.setStatus(_ctx.stringValue("ListLicensesResponse.LicenseList["+ i +"].Status"));
license.setMemoryLimit(_ctx.integerValue("ListLicensesResponse.LicenseList["+ i +"].MemoryLimit"));
license.setInstanceId(_ctx.stringValue("ListLicensesResponse.LicenseList["+ i +"].InstanceId"));
license.setDescription(_ctx.stringValue("ListLicensesResponse.LicenseList["+ i +"].Description"));
license.setAllDuration(_ctx.stringValue("ListLicensesResponse.LicenseList["+ i +"].AllDuration"));
license.setCpuLimit(_ctx.integerValue("ListLicensesResponse.LicenseList["+ i +"].CpuLimit"));
license.setUnActivateAllDuration(_ctx.stringValue("ListLicensesResponse.LicenseList["+ i +"].UnActivateAllDuration"));
licenseList.add(license);
}
listLicensesResponse.setLicenseList(licenseList);
return listLicensesResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/transform
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/transform/v20200920/ListUserResourcesResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brain_industrial.transform.v20200920;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.brain_industrial.model.v20200920.ListUserResourcesResponse;
import com.aliyuncs.brain_industrial.model.v20200920.ListUserResourcesResponse.UserResource;
import com.aliyuncs.transform.UnmarshallerContext;
public class ListUserResourcesResponseUnmarshaller {
public static ListUserResourcesResponse unmarshall(ListUserResourcesResponse listUserResourcesResponse, UnmarshallerContext _ctx) {
listUserResourcesResponse.setRequestId(_ctx.stringValue("ListUserResourcesResponse.RequestId"));
listUserResourcesResponse.setSuccess(_ctx.stringValue("ListUserResourcesResponse.Success"));
listUserResourcesResponse.setCode(_ctx.stringValue("ListUserResourcesResponse.Code"));
listUserResourcesResponse.setMessage(_ctx.stringValue("ListUserResourcesResponse.Message"));
listUserResourcesResponse.setHttpStatusCode(_ctx.integerValue("ListUserResourcesResponse.HttpStatusCode"));
listUserResourcesResponse.setAccessDeniedDetail(_ctx.stringValue("ListUserResourcesResponse.AccessDeniedDetail"));
List<UserResource> data = new ArrayList<UserResource>();
for (int i = 0; i < _ctx.lengthValue("ListUserResourcesResponse.Data.Length"); i++) {
UserResource userResource = new UserResource();
userResource.setStartDate(_ctx.stringValue("ListUserResourcesResponse.Data["+ i +"].startDate"));
userResource.setEndDate(_ctx.stringValue("ListUserResourcesResponse.Data["+ i +"].endDate"));
userResource.setRegion(_ctx.stringValue("ListUserResourcesResponse.Data["+ i +"].region"));
userResource.setStatus(_ctx.stringValue("ListUserResourcesResponse.Data["+ i +"].status"));
userResource.setInstanceId(_ctx.stringValue("ListUserResourcesResponse.Data["+ i +"].instanceId"));
userResource.setChargeType(_ctx.stringValue("ListUserResourcesResponse.Data["+ i +"].chargeType"));
userResource.setCommodityCode(_ctx.stringValue("ListUserResourcesResponse.Data["+ i +"].commodityCode"));
userResource.setStatusMsg(_ctx.stringValue("ListUserResourcesResponse.Data["+ i +"].statusMsg"));
data.add(userResource);
}
listUserResourcesResponse.setData(data);
return listUserResourcesResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/transform
|
java-sources/com/aliyun/aliyun-java-sdk-brain-industrial/1.0.5/com/aliyuncs/brain_industrial/transform/v20200920/UpdateLicenseDescriptionResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brain_industrial.transform.v20200920;
import com.aliyuncs.brain_industrial.model.v20200920.UpdateLicenseDescriptionResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpdateLicenseDescriptionResponseUnmarshaller {
public static UpdateLicenseDescriptionResponse unmarshall(UpdateLicenseDescriptionResponse updateLicenseDescriptionResponse, UnmarshallerContext _ctx) {
updateLicenseDescriptionResponse.setRequestId(_ctx.stringValue("UpdateLicenseDescriptionResponse.RequestId"));
updateLicenseDescriptionResponse.setCode(_ctx.stringValue("UpdateLicenseDescriptionResponse.Code"));
updateLicenseDescriptionResponse.setSuccess(_ctx.stringValue("UpdateLicenseDescriptionResponse.Success"));
updateLicenseDescriptionResponse.setMessage(_ctx.stringValue("UpdateLicenseDescriptionResponse.Message"));
updateLicenseDescriptionResponse.setHttpStatusCode(_ctx.integerValue("UpdateLicenseDescriptionResponse.HttpStatusCode"));
updateLicenseDescriptionResponse.setAccessDeniedDetail(_ctx.stringValue("UpdateLicenseDescriptionResponse.AccessDeniedDetail"));
return updateLicenseDescriptionResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model/v20190627/CheckReceiveRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brinekingdom.model.v20190627;
import com.aliyuncs.RpcAcsRequest;
import java.util.List;
import java.util.Map;
import com.google.gson.Gson;
import com.google.gson.annotations.SerializedName;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class CheckReceiveRequest extends RpcAcsRequest<CheckReceiveResponse> {
@SerializedName("demandRequestList")
private List<DemandRequestList> demandRequestList;
public CheckReceiveRequest() {
super("brinekingdom", "2019-06-27", "CheckReceive");
setMethod(MethodType.POST);
}
public List<DemandRequestList> getDemandRequestList() {
return this.demandRequestList;
}
public void setDemandRequestList(List<DemandRequestList> demandRequestList) {
this.demandRequestList = demandRequestList;
if (demandRequestList != null) {
putQueryParameter("DemandRequestList" , new Gson().toJson(demandRequestList));
}
}
public static class DemandRequestList {
@SerializedName("Cluster")
private String cluster;
@SerializedName("RackInfo")
private List<String> rackInfo;
@SerializedName("SafeZone")
private String safeZone;
@SerializedName("ChangeCnt")
private Integer changeCnt;
@SerializedName("ExpectTurnOverDateStr")
private String expectTurnOverDateStr;
@SerializedName("ProjectCode")
private String projectCode;
@SerializedName("Source")
private String source;
@SerializedName("SupplyLevel")
private String supplyLevel;
@SerializedName("Operator")
private String operator;
@SerializedName("BusinessType")
private String businessType;
@SerializedName("ProductType")
private String productType;
@SerializedName("Product3")
private String product3;
@SerializedName("Features")
private Map<String,String> features;
@SerializedName("FactoryInstall")
private Boolean factoryInstall;
@SerializedName("ShiftMethod")
private String shiftMethod;
@SerializedName("DemandDeploy")
private DemandDeploy demandDeploy;
@SerializedName("AssetReceiverNick")
private String assetReceiverNick;
@SerializedName("Azone")
private String azone;
@SerializedName("OsName")
private String osName;
@SerializedName("ProjectTypeName")
private String projectTypeName;
@SerializedName("Item")
private String item;
@SerializedName("ProjectName")
private String projectName;
@SerializedName("Idc")
private String idc;
@SerializedName("AssetReceiver")
private String assetReceiver;
@SerializedName("Priority")
private String priority;
@SerializedName("SupplyCnt")
private Integer supplyCnt;
@SerializedName("RequireType")
private String requireType;
@SerializedName("Install")
private Boolean install;
@SerializedName("ModelLoad")
private Integer modelLoad;
@SerializedName("Region")
private String region;
@SerializedName("AscriptionClassName")
private String ascriptionClassName;
@SerializedName("OsId")
private Long osId;
@SerializedName("InstallId")
private Long installId;
@SerializedName("Uid")
private String uid;
@SerializedName("Scenario")
private String scenario;
@SerializedName("DemandQty")
private Integer demandQty;
@SerializedName("TenantId")
private String tenantId;
@SerializedName("ClassZone")
private String classZone;
@SerializedName("AscriptionClass")
private String ascriptionClass;
@SerializedName("ProjectType")
private String projectType;
@SerializedName("NetworkArch")
private String networkArch;
@SerializedName("SourceId")
private String sourceId;
@SerializedName("Comments")
private String comments;
@SerializedName("Org")
private String org;
@SerializedName("MoveCnt")
private Integer moveCnt;
@SerializedName("InstallName")
private String installName;
@SerializedName("DemandItem")
private DemandItem demandItem;
@SerializedName("DeployProduct3")
private String deployProduct3;
@SerializedName("BenefitOld")
private Integer benefitOld;
@SerializedName("DemandClass")
private String demandClass;
@SerializedName("ItemType")
private String itemType;
@SerializedName("AppGroup")
private String appGroup;
@SerializedName("LogicZone")
private String logicZone;
@SerializedName("ConsistentDemandId")
private Long consistentDemandId;
@SerializedName("ReplenishUnit")
private String replenishUnit;
public String getCluster() {
return this.cluster;
}
public void setCluster(String cluster) {
this.cluster = cluster;
}
public List<String> getRackInfo() {
return this.rackInfo;
}
public void setRackInfo(List<String> rackInfo) {
this.rackInfo = rackInfo;
}
public String getSafeZone() {
return this.safeZone;
}
public void setSafeZone(String safeZone) {
this.safeZone = safeZone;
}
public Integer getChangeCnt() {
return this.changeCnt;
}
public void setChangeCnt(Integer changeCnt) {
this.changeCnt = changeCnt;
}
public String getExpectTurnOverDateStr() {
return this.expectTurnOverDateStr;
}
public void setExpectTurnOverDateStr(String expectTurnOverDateStr) {
this.expectTurnOverDateStr = expectTurnOverDateStr;
}
public String getProjectCode() {
return this.projectCode;
}
public void setProjectCode(String projectCode) {
this.projectCode = projectCode;
}
public String getSource() {
return this.source;
}
public void setSource(String source) {
this.source = source;
}
public String getSupplyLevel() {
return this.supplyLevel;
}
public void setSupplyLevel(String supplyLevel) {
this.supplyLevel = supplyLevel;
}
public String getOperator() {
return this.operator;
}
public void setOperator(String operator) {
this.operator = operator;
}
public String getBusinessType() {
return this.businessType;
}
public void setBusinessType(String businessType) {
this.businessType = businessType;
}
public String getProductType() {
return this.productType;
}
public void setProductType(String productType) {
this.productType = productType;
}
public String getProduct3() {
return this.product3;
}
public void setProduct3(String product3) {
this.product3 = product3;
}
public Map<String,String> getFeatures() {
return this.features;
}
public void setFeatures(Map<String,String> features) {
this.features = features;
}
public Boolean getFactoryInstall() {
return this.factoryInstall;
}
public void setFactoryInstall(Boolean factoryInstall) {
this.factoryInstall = factoryInstall;
}
public String getShiftMethod() {
return this.shiftMethod;
}
public void setShiftMethod(String shiftMethod) {
this.shiftMethod = shiftMethod;
}
public DemandDeploy getDemandDeploy() {
return this.demandDeploy;
}
public void setDemandDeploy(DemandDeploy demandDeploy) {
this.demandDeploy = demandDeploy;
}
public String getAssetReceiverNick() {
return this.assetReceiverNick;
}
public void setAssetReceiverNick(String assetReceiverNick) {
this.assetReceiverNick = assetReceiverNick;
}
public String getAzone() {
return this.azone;
}
public void setAzone(String azone) {
this.azone = azone;
}
public String getOsName() {
return this.osName;
}
public void setOsName(String osName) {
this.osName = osName;
}
public String getProjectTypeName() {
return this.projectTypeName;
}
public void setProjectTypeName(String projectTypeName) {
this.projectTypeName = projectTypeName;
}
public String getItem() {
return this.item;
}
public void setItem(String item) {
this.item = item;
}
public String getProjectName() {
return this.projectName;
}
public void setProjectName(String projectName) {
this.projectName = projectName;
}
public String getIdc() {
return this.idc;
}
public void setIdc(String idc) {
this.idc = idc;
}
public String getAssetReceiver() {
return this.assetReceiver;
}
public void setAssetReceiver(String assetReceiver) {
this.assetReceiver = assetReceiver;
}
public String getPriority() {
return this.priority;
}
public void setPriority(String priority) {
this.priority = priority;
}
public Integer getSupplyCnt() {
return this.supplyCnt;
}
public void setSupplyCnt(Integer supplyCnt) {
this.supplyCnt = supplyCnt;
}
public String getRequireType() {
return this.requireType;
}
public void setRequireType(String requireType) {
this.requireType = requireType;
}
public Boolean getInstall() {
return this.install;
}
public void setInstall(Boolean install) {
this.install = install;
}
public Integer getModelLoad() {
return this.modelLoad;
}
public void setModelLoad(Integer modelLoad) {
this.modelLoad = modelLoad;
}
public String getRegion() {
return this.region;
}
public void setRegion(String region) {
this.region = region;
}
public String getAscriptionClassName() {
return this.ascriptionClassName;
}
public void setAscriptionClassName(String ascriptionClassName) {
this.ascriptionClassName = ascriptionClassName;
}
public Long getOsId() {
return this.osId;
}
public void setOsId(Long osId) {
this.osId = osId;
}
public Long getInstallId() {
return this.installId;
}
public void setInstallId(Long installId) {
this.installId = installId;
}
public String getUid() {
return this.uid;
}
public void setUid(String uid) {
this.uid = uid;
}
public String getScenario() {
return this.scenario;
}
public void setScenario(String scenario) {
this.scenario = scenario;
}
public Integer getDemandQty() {
return this.demandQty;
}
public void setDemandQty(Integer demandQty) {
this.demandQty = demandQty;
}
public String getTenantId() {
return this.tenantId;
}
public void setTenantId(String tenantId) {
this.tenantId = tenantId;
}
public String getClassZone() {
return this.classZone;
}
public void setClassZone(String classZone) {
this.classZone = classZone;
}
public String getAscriptionClass() {
return this.ascriptionClass;
}
public void setAscriptionClass(String ascriptionClass) {
this.ascriptionClass = ascriptionClass;
}
public String getProjectType() {
return this.projectType;
}
public void setProjectType(String projectType) {
this.projectType = projectType;
}
public String getNetworkArch() {
return this.networkArch;
}
public void setNetworkArch(String networkArch) {
this.networkArch = networkArch;
}
public String getSourceId() {
return this.sourceId;
}
public void setSourceId(String sourceId) {
this.sourceId = sourceId;
}
public String getComments() {
return this.comments;
}
public void setComments(String comments) {
this.comments = comments;
}
public String getOrg() {
return this.org;
}
public void setOrg(String org) {
this.org = org;
}
public Integer getMoveCnt() {
return this.moveCnt;
}
public void setMoveCnt(Integer moveCnt) {
this.moveCnt = moveCnt;
}
public String getInstallName() {
return this.installName;
}
public void setInstallName(String installName) {
this.installName = installName;
}
public DemandItem getDemandItem() {
return this.demandItem;
}
public void setDemandItem(DemandItem demandItem) {
this.demandItem = demandItem;
}
public String getDeployProduct3() {
return this.deployProduct3;
}
public void setDeployProduct3(String deployProduct3) {
this.deployProduct3 = deployProduct3;
}
public Integer getBenefitOld() {
return this.benefitOld;
}
public void setBenefitOld(Integer benefitOld) {
this.benefitOld = benefitOld;
}
public String getDemandClass() {
return this.demandClass;
}
public void setDemandClass(String demandClass) {
this.demandClass = demandClass;
}
public String getItemType() {
return this.itemType;
}
public void setItemType(String itemType) {
this.itemType = itemType;
}
public String getAppGroup() {
return this.appGroup;
}
public void setAppGroup(String appGroup) {
this.appGroup = appGroup;
}
public String getLogicZone() {
return this.logicZone;
}
public void setLogicZone(String logicZone) {
this.logicZone = logicZone;
}
public Long getConsistentDemandId() {
return this.consistentDemandId;
}
public void setConsistentDemandId(Long consistentDemandId) {
this.consistentDemandId = consistentDemandId;
}
public String getReplenishUnit() {
return this.replenishUnit;
}
public void setReplenishUnit(String replenishUnit) {
this.replenishUnit = replenishUnit;
}
public static class DemandDeploy {
@SerializedName("DeployRole")
private String deployRole;
@SerializedName("NodeType")
private String nodeType;
@SerializedName("DeployLevel")
private String deployLevel;
@SerializedName("DeployLocation")
private String deployLocation;
@SerializedName("FrameworkClass")
private String frameworkClass;
public String getDeployRole() {
return this.deployRole;
}
public void setDeployRole(String deployRole) {
this.deployRole = deployRole;
}
public String getNodeType() {
return this.nodeType;
}
public void setNodeType(String nodeType) {
this.nodeType = nodeType;
}
public String getDeployLevel() {
return this.deployLevel;
}
public void setDeployLevel(String deployLevel) {
this.deployLevel = deployLevel;
}
public String getDeployLocation() {
return this.deployLocation;
}
public void setDeployLocation(String deployLocation) {
this.deployLocation = deployLocation;
}
public String getFrameworkClass() {
return this.frameworkClass;
}
public void setFrameworkClass(String frameworkClass) {
this.frameworkClass = frameworkClass;
}
}
public static class DemandItem {
@SerializedName("ServerDTO")
private ServerDTO serverDTO;
@SerializedName("ExchangeValue")
private ExchangeValue exchangeValue;
@SerializedName("DemandItemType")
private String demandItemType;
@SerializedName("ComboValue")
private ComboValue comboValue;
public ServerDTO getServerDTO() {
return this.serverDTO;
}
public void setServerDTO(ServerDTO serverDTO) {
this.serverDTO = serverDTO;
}
public ExchangeValue getExchangeValue() {
return this.exchangeValue;
}
public void setExchangeValue(ExchangeValue exchangeValue) {
this.exchangeValue = exchangeValue;
}
public String getDemandItemType() {
return this.demandItemType;
}
public void setDemandItemType(String demandItemType) {
this.demandItemType = demandItemType;
}
public ComboValue getComboValue() {
return this.comboValue;
}
public void setComboValue(ComboValue comboValue) {
this.comboValue = comboValue;
}
public static class ServerDTO {
@SerializedName("Nic")
private String nic;
@SerializedName("Model")
private String model;
@SerializedName("Config")
private String config;
public String getNic() {
return this.nic;
}
public void setNic(String nic) {
this.nic = nic;
}
public String getModel() {
return this.model;
}
public void setModel(String model) {
this.model = model;
}
public String getConfig() {
return this.config;
}
public void setConfig(String config) {
this.config = config;
}
}
public static class ExchangeValue {
@SerializedName("ExchangeList")
private List<String> exchangeList;
@SerializedName("ServerDemandList")
private List<ServerDemandListItem> serverDemandList;
public List<String> getExchangeList() {
return this.exchangeList;
}
public void setExchangeList(List<String> exchangeList) {
this.exchangeList = exchangeList;
}
public List<ServerDemandListItem> getServerDemandList() {
return this.serverDemandList;
}
public void setServerDemandList(List<ServerDemandListItem> serverDemandList) {
this.serverDemandList = serverDemandList;
}
public static class ServerDemandListItem {
@SerializedName("Item")
private String item;
@SerializedName("Quantity")
private Integer quantity;
@SerializedName("AppGroup")
private String appGroup;
@SerializedName("AgreedQuantity")
private Integer agreedQuantity;
@SerializedName("SnList")
private List<String> snList;
@SerializedName("Product3")
private String product3;
public String getItem() {
return this.item;
}
public void setItem(String item) {
this.item = item;
}
public Integer getQuantity() {
return this.quantity;
}
public void setQuantity(Integer quantity) {
this.quantity = quantity;
}
public String getAppGroup() {
return this.appGroup;
}
public void setAppGroup(String appGroup) {
this.appGroup = appGroup;
}
public Integer getAgreedQuantity() {
return this.agreedQuantity;
}
public void setAgreedQuantity(Integer agreedQuantity) {
this.agreedQuantity = agreedQuantity;
}
public List<String> getSnList() {
return this.snList;
}
public void setSnList(List<String> snList) {
this.snList = snList;
}
public String getProduct3() {
return this.product3;
}
public void setProduct3(String product3) {
this.product3 = product3;
}
}
}
public static class ComboValue {
@SerializedName("SkuId")
private String skuId;
@SerializedName("ServerDemandList")
private List<ServerDemandListItem> serverDemandList;
public String getSkuId() {
return this.skuId;
}
public void setSkuId(String skuId) {
this.skuId = skuId;
}
public List<ServerDemandListItem> getServerDemandList() {
return this.serverDemandList;
}
public void setServerDemandList(List<ServerDemandListItem> serverDemandList) {
this.serverDemandList = serverDemandList;
}
public static class ServerDemandListItem {
@SerializedName("Item")
private String item;
@SerializedName("Quantity")
private Integer quantity;
@SerializedName("AppGroup")
private String appGroup;
@SerializedName("AgreedQuantity")
private Integer agreedQuantity;
@SerializedName("SnList")
private List<String> snList;
@SerializedName("Product3")
private String product3;
public String getItem() {
return this.item;
}
public void setItem(String item) {
this.item = item;
}
public Integer getQuantity() {
return this.quantity;
}
public void setQuantity(Integer quantity) {
this.quantity = quantity;
}
public String getAppGroup() {
return this.appGroup;
}
public void setAppGroup(String appGroup) {
this.appGroup = appGroup;
}
public Integer getAgreedQuantity() {
return this.agreedQuantity;
}
public void setAgreedQuantity(Integer agreedQuantity) {
this.agreedQuantity = agreedQuantity;
}
public List<String> getSnList() {
return this.snList;
}
public void setSnList(List<String> snList) {
this.snList = snList;
}
public String getProduct3() {
return this.product3;
}
public void setProduct3(String product3) {
this.product3 = product3;
}
}
}
}
}
@Override
public Class<CheckReceiveResponse> getResponseClass() {
return CheckReceiveResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model/v20190627/CheckReceiveResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brinekingdom.model.v20190627;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.brinekingdom.transform.v20190627.CheckReceiveResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CheckReceiveResponse extends AcsResponse {
private String message;
private Boolean success;
private String requestId;
private List<ConsistentDemandResponseList> result;
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<ConsistentDemandResponseList> getResult() {
return this.result;
}
public void setResult(List<ConsistentDemandResponseList> result) {
this.result = result;
}
public static class ConsistentDemandResponseList {
private Long consistentDemandId;
private String errorMsg;
private String source;
private String sourceId;
private Boolean success;
public Long getConsistentDemandId() {
return this.consistentDemandId;
}
public void setConsistentDemandId(Long consistentDemandId) {
this.consistentDemandId = consistentDemandId;
}
public String getErrorMsg() {
return this.errorMsg;
}
public void setErrorMsg(String errorMsg) {
this.errorMsg = errorMsg;
}
public String getSource() {
return this.source;
}
public void setSource(String source) {
this.source = source;
}
public String getSourceId() {
return this.sourceId;
}
public void setSourceId(String sourceId) {
this.sourceId = sourceId;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
}
@Override
public CheckReceiveResponse getInstance(UnmarshallerContext context) {
return CheckReceiveResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model/v20190627/CreateLxProjectRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brinekingdom.model.v20190627;
import com.aliyuncs.RpcAcsRequest;
import java.util.List;
import com.google.gson.Gson;
import com.google.gson.annotations.SerializedName;
import com.aliyuncs.http.ProtocolType;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class CreateLxProjectRequest extends RpcAcsRequest<CreateLxProjectResponse> {
private String area;
private String demanderId;
private String scProjectNo;
private String sourceNumber;
private String remark;
private Long isStanderProcess;
private String projectSource;
private String userId;
@SerializedName("lxWiringDetail")
private List<LxWiringDetail> lxWiringDetail;
@SerializedName("siteCode")
private List<String> siteCode;
private String deliveryTime;
private String sourceSystemUrl;
private String constructionTeam;
private String initWiringUrl;
private String sourceType;
private String cancelProjectUrl;
private String wiringDoneNotifyUrl;
private String systemSource;
public CreateLxProjectRequest() {
super("brinekingdom", "2019-06-27", "CreateLxProject");
setProtocol(ProtocolType.HTTPS);
setMethod(MethodType.POST);
}
public String getArea() {
return this.area;
}
public void setArea(String area) {
this.area = area;
if(area != null){
putQueryParameter("Area", area);
}
}
public String getDemanderId() {
return this.demanderId;
}
public void setDemanderId(String demanderId) {
this.demanderId = demanderId;
if(demanderId != null){
putQueryParameter("DemanderId", demanderId);
}
}
public String getScProjectNo() {
return this.scProjectNo;
}
public void setScProjectNo(String scProjectNo) {
this.scProjectNo = scProjectNo;
if(scProjectNo != null){
putQueryParameter("ScProjectNo", scProjectNo);
}
}
public String getSourceNumber() {
return this.sourceNumber;
}
public void setSourceNumber(String sourceNumber) {
this.sourceNumber = sourceNumber;
if(sourceNumber != null){
putQueryParameter("SourceNumber", sourceNumber);
}
}
public String getRemark() {
return this.remark;
}
public void setRemark(String remark) {
this.remark = remark;
if(remark != null){
putQueryParameter("Remark", remark);
}
}
public Long getIsStanderProcess() {
return this.isStanderProcess;
}
public void setIsStanderProcess(Long isStanderProcess) {
this.isStanderProcess = isStanderProcess;
if(isStanderProcess != null){
putQueryParameter("IsStanderProcess", isStanderProcess.toString());
}
}
public String getProjectSource() {
return this.projectSource;
}
public void setProjectSource(String projectSource) {
this.projectSource = projectSource;
if(projectSource != null){
putQueryParameter("ProjectSource", projectSource);
}
}
public String getUserId() {
return this.userId;
}
public void setUserId(String userId) {
this.userId = userId;
if(userId != null){
putQueryParameter("UserId", userId);
}
}
public List<LxWiringDetail> getLxWiringDetail() {
return this.lxWiringDetail;
}
public void setLxWiringDetail(List<LxWiringDetail> lxWiringDetail) {
this.lxWiringDetail = lxWiringDetail;
if (lxWiringDetail != null) {
putQueryParameter("LxWiringDetail" , new Gson().toJson(lxWiringDetail));
}
}
public List<String> getSiteCode() {
return this.siteCode;
}
public void setSiteCode(List<String> siteCode) {
this.siteCode = siteCode;
if (siteCode != null) {
putQueryParameter("SiteCode" , new Gson().toJson(siteCode));
}
}
public String getDeliveryTime() {
return this.deliveryTime;
}
public void setDeliveryTime(String deliveryTime) {
this.deliveryTime = deliveryTime;
if(deliveryTime != null){
putQueryParameter("DeliveryTime", deliveryTime);
}
}
public String getSourceSystemUrl() {
return this.sourceSystemUrl;
}
public void setSourceSystemUrl(String sourceSystemUrl) {
this.sourceSystemUrl = sourceSystemUrl;
if(sourceSystemUrl != null){
putQueryParameter("SourceSystemUrl", sourceSystemUrl);
}
}
public String getConstructionTeam() {
return this.constructionTeam;
}
public void setConstructionTeam(String constructionTeam) {
this.constructionTeam = constructionTeam;
if(constructionTeam != null){
putQueryParameter("ConstructionTeam", constructionTeam);
}
}
public String getInitWiringUrl() {
return this.initWiringUrl;
}
public void setInitWiringUrl(String initWiringUrl) {
this.initWiringUrl = initWiringUrl;
if(initWiringUrl != null){
putQueryParameter("InitWiringUrl", initWiringUrl);
}
}
public String getSourceType() {
return this.sourceType;
}
public void setSourceType(String sourceType) {
this.sourceType = sourceType;
if(sourceType != null){
putQueryParameter("SourceType", sourceType);
}
}
public String getCancelProjectUrl() {
return this.cancelProjectUrl;
}
public void setCancelProjectUrl(String cancelProjectUrl) {
this.cancelProjectUrl = cancelProjectUrl;
if(cancelProjectUrl != null){
putQueryParameter("CancelProjectUrl", cancelProjectUrl);
}
}
public String getWiringDoneNotifyUrl() {
return this.wiringDoneNotifyUrl;
}
public void setWiringDoneNotifyUrl(String wiringDoneNotifyUrl) {
this.wiringDoneNotifyUrl = wiringDoneNotifyUrl;
if(wiringDoneNotifyUrl != null){
putQueryParameter("WiringDoneNotifyUrl", wiringDoneNotifyUrl);
}
}
public String getSystemSource() {
return this.systemSource;
}
public void setSystemSource(String systemSource) {
this.systemSource = systemSource;
if(systemSource != null){
putQueryParameter("SystemSource", systemSource);
}
}
public static class LxWiringDetail {
@SerializedName("CableDetails")
private String cableDetails;
@SerializedName("InterfaceType")
private String interfaceType;
@SerializedName("AName")
private String aName;
@SerializedName("APort")
private String aPort;
@SerializedName("APosition")
private String aPosition;
@SerializedName("BPosition")
private String bPosition;
@SerializedName("Operator")
private String operator;
@SerializedName("SiteCode")
private String siteCode;
@SerializedName("ProjectNo")
private String projectNo;
@SerializedName("BName")
private String bName;
@SerializedName("BPort")
private String bPort;
@SerializedName("LengthDistance")
private Long lengthDistance;
@SerializedName("BSn")
private String bSn;
@SerializedName("ASn")
private String aSn;
public String getCableDetails() {
return this.cableDetails;
}
public void setCableDetails(String cableDetails) {
this.cableDetails = cableDetails;
}
public String getInterfaceType() {
return this.interfaceType;
}
public void setInterfaceType(String interfaceType) {
this.interfaceType = interfaceType;
}
public String getAName() {
return this.aName;
}
public void setAName(String aName) {
this.aName = aName;
}
public String getAPort() {
return this.aPort;
}
public void setAPort(String aPort) {
this.aPort = aPort;
}
public String getAPosition() {
return this.aPosition;
}
public void setAPosition(String aPosition) {
this.aPosition = aPosition;
}
public String getBPosition() {
return this.bPosition;
}
public void setBPosition(String bPosition) {
this.bPosition = bPosition;
}
public String getOperator() {
return this.operator;
}
public void setOperator(String operator) {
this.operator = operator;
}
public String getSiteCode() {
return this.siteCode;
}
public void setSiteCode(String siteCode) {
this.siteCode = siteCode;
}
public String getProjectNo() {
return this.projectNo;
}
public void setProjectNo(String projectNo) {
this.projectNo = projectNo;
}
public String getBName() {
return this.bName;
}
public void setBName(String bName) {
this.bName = bName;
}
public String getBPort() {
return this.bPort;
}
public void setBPort(String bPort) {
this.bPort = bPort;
}
public Long getLengthDistance() {
return this.lengthDistance;
}
public void setLengthDistance(Long lengthDistance) {
this.lengthDistance = lengthDistance;
}
public String getBSn() {
return this.bSn;
}
public void setBSn(String bSn) {
this.bSn = bSn;
}
public String getASn() {
return this.aSn;
}
public void setASn(String aSn) {
this.aSn = aSn;
}
}
@Override
public Class<CreateLxProjectResponse> getResponseClass() {
return CreateLxProjectResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model/v20190627/CreateLxProjectResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brinekingdom.model.v20190627;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.brinekingdom.transform.v20190627.CreateLxProjectResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CreateLxProjectResponse extends AcsResponse {
private Boolean success;
private String errorCode;
private String msg;
private Long totalItems;
private List<DataItem> data;
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
public String getMsg() {
return this.msg;
}
public void setMsg(String msg) {
this.msg = msg;
}
public Long getTotalItems() {
return this.totalItems;
}
public void setTotalItems(Long totalItems) {
this.totalItems = totalItems;
}
public List<DataItem> getData() {
return this.data;
}
public void setData(List<DataItem> data) {
this.data = data;
}
public static class DataItem {
private String constructionTeam;
private String sourceNumber;
private Long projectId;
private String projectNo;
private String user;
private String remark;
private String projectSource;
private String extInfo;
private String systemSource;
private Integer isStanderProcess;
private String cancelProjectUrl;
private String sourceSystemUrl;
private String initWiringUrl;
public String getConstructionTeam() {
return this.constructionTeam;
}
public void setConstructionTeam(String constructionTeam) {
this.constructionTeam = constructionTeam;
}
public String getSourceNumber() {
return this.sourceNumber;
}
public void setSourceNumber(String sourceNumber) {
this.sourceNumber = sourceNumber;
}
public Long getProjectId() {
return this.projectId;
}
public void setProjectId(Long projectId) {
this.projectId = projectId;
}
public String getProjectNo() {
return this.projectNo;
}
public void setProjectNo(String projectNo) {
this.projectNo = projectNo;
}
public String getUser() {
return this.user;
}
public void setUser(String user) {
this.user = user;
}
public String getRemark() {
return this.remark;
}
public void setRemark(String remark) {
this.remark = remark;
}
public String getProjectSource() {
return this.projectSource;
}
public void setProjectSource(String projectSource) {
this.projectSource = projectSource;
}
public String getExtInfo() {
return this.extInfo;
}
public void setExtInfo(String extInfo) {
this.extInfo = extInfo;
}
public String getSystemSource() {
return this.systemSource;
}
public void setSystemSource(String systemSource) {
this.systemSource = systemSource;
}
public Integer getIsStanderProcess() {
return this.isStanderProcess;
}
public void setIsStanderProcess(Integer isStanderProcess) {
this.isStanderProcess = isStanderProcess;
}
public String getCancelProjectUrl() {
return this.cancelProjectUrl;
}
public void setCancelProjectUrl(String cancelProjectUrl) {
this.cancelProjectUrl = cancelProjectUrl;
}
public String getSourceSystemUrl() {
return this.sourceSystemUrl;
}
public void setSourceSystemUrl(String sourceSystemUrl) {
this.sourceSystemUrl = sourceSystemUrl;
}
public String getInitWiringUrl() {
return this.initWiringUrl;
}
public void setInitWiringUrl(String initWiringUrl) {
this.initWiringUrl = initWiringUrl;
}
}
@Override
public CreateLxProjectResponse getInstance(UnmarshallerContext context) {
return CreateLxProjectResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model/v20190627/DeleteConsistentDemandRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brinekingdom.model.v20190627;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class DeleteConsistentDemandRequest extends RpcAcsRequest<DeleteConsistentDemandResponse> {
private Long demandId;
private String operator;
public DeleteConsistentDemandRequest() {
super("brinekingdom", "2019-06-27", "DeleteConsistentDemand");
setMethod(MethodType.POST);
}
public Long getDemandId() {
return this.demandId;
}
public void setDemandId(Long demandId) {
this.demandId = demandId;
if(demandId != null){
putQueryParameter("DemandId", demandId.toString());
}
}
public String getOperator() {
return this.operator;
}
public void setOperator(String operator) {
this.operator = operator;
if(operator != null){
putQueryParameter("Operator", operator);
}
}
@Override
public Class<DeleteConsistentDemandResponse> getResponseClass() {
return DeleteConsistentDemandResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model/v20190627/DeleteConsistentDemandResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brinekingdom.model.v20190627;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.brinekingdom.transform.v20190627.DeleteConsistentDemandResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DeleteConsistentDemandResponse extends AcsResponse {
private String message;
private Boolean success;
private Long result;
private String requestId;
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public Long getResult() {
return this.result;
}
public void setResult(Long result) {
this.result = result;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public DeleteConsistentDemandResponse getInstance(UnmarshallerContext context) {
return DeleteConsistentDemandResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model/v20190627/DeleteDemandReverseByIdRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brinekingdom.model.v20190627;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class DeleteDemandReverseByIdRequest extends RpcAcsRequest<DeleteDemandReverseByIdResponse> {
private Long param0;
public DeleteDemandReverseByIdRequest() {
super("brinekingdom", "2019-06-27", "DeleteDemandReverseById");
setMethod(MethodType.POST);
}
public Long getParam0() {
return this.param0;
}
public void setParam0(Long param0) {
this.param0 = param0;
if(param0 != null){
putQueryParameter("Param0", param0.toString());
}
}
@Override
public Class<DeleteDemandReverseByIdResponse> getResponseClass() {
return DeleteDemandReverseByIdResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model/v20190627/DeleteDemandReverseByIdResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brinekingdom.model.v20190627;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.brinekingdom.transform.v20190627.DeleteDemandReverseByIdResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DeleteDemandReverseByIdResponse extends AcsResponse {
private String traceId;
private String errorMessage;
private String resultCode;
private Boolean success;
private Boolean result;
private String requestId;
public String getTraceId() {
return this.traceId;
}
public void setTraceId(String traceId) {
this.traceId = traceId;
}
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public String getResultCode() {
return this.resultCode;
}
public void setResultCode(String resultCode) {
this.resultCode = resultCode;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
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 DeleteDemandReverseByIdResponse getInstance(UnmarshallerContext context) {
return DeleteDemandReverseByIdResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model/v20190627/GetAllPrimaryProdRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brinekingdom.model.v20190627;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class GetAllPrimaryProdRequest extends RpcAcsRequest<GetAllPrimaryProdResponse> {
public GetAllPrimaryProdRequest() {
super("brinekingdom", "2019-06-27", "GetAllPrimaryProd");
setMethod(MethodType.POST);
}
@Override
public Class<GetAllPrimaryProdResponse> getResponseClass() {
return GetAllPrimaryProdResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model/v20190627/GetAllPrimaryProdResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brinekingdom.model.v20190627;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.brinekingdom.transform.v20190627.GetAllPrimaryProdResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetAllPrimaryProdResponse extends AcsResponse {
private String _class;
private String errorMessage;
private Boolean success;
private String resultCode;
private String requestId;
private List<ResultItem> result;
public String get_Class() {
return this._class;
}
public void set_Class(String _class) {
this._class = _class;
}
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getResultCode() {
return this.resultCode;
}
public void setResultCode(String resultCode) {
this.resultCode = resultCode;
}
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 aoneId;
private String aoneName;
private String _class;
private String productClass;
private String productClassCN;
private String productCode;
private String productEnName;
private String productLineCN;
private String productLineEN;
private String productName;
public String getAoneId() {
return this.aoneId;
}
public void setAoneId(String aoneId) {
this.aoneId = aoneId;
}
public String getAoneName() {
return this.aoneName;
}
public void setAoneName(String aoneName) {
this.aoneName = aoneName;
}
public String get_Class() {
return this._class;
}
public void set_Class(String _class) {
this._class = _class;
}
public String getProductClass() {
return this.productClass;
}
public void setProductClass(String productClass) {
this.productClass = productClass;
}
public String getProductClassCN() {
return this.productClassCN;
}
public void setProductClassCN(String productClassCN) {
this.productClassCN = productClassCN;
}
public String getProductCode() {
return this.productCode;
}
public void setProductCode(String productCode) {
this.productCode = productCode;
}
public String getProductEnName() {
return this.productEnName;
}
public void setProductEnName(String productEnName) {
this.productEnName = productEnName;
}
public String getProductLineCN() {
return this.productLineCN;
}
public void setProductLineCN(String productLineCN) {
this.productLineCN = productLineCN;
}
public String getProductLineEN() {
return this.productLineEN;
}
public void setProductLineEN(String productLineEN) {
this.productLineEN = productLineEN;
}
public String getProductName() {
return this.productName;
}
public void setProductName(String productName) {
this.productName = productName;
}
}
@Override
public GetAllPrimaryProdResponse getInstance(UnmarshallerContext context) {
return GetAllPrimaryProdResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model/v20190627/GetConsistentDemandListRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brinekingdom.model.v20190627;
import com.aliyuncs.RpcAcsRequest;
import java.util.List;
import com.google.gson.Gson;
import com.google.gson.annotations.SerializedName;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class GetConsistentDemandListRequest extends RpcAcsRequest<GetConsistentDemandListResponse> {
@SerializedName("param0")
private List<Long> param0;
public GetConsistentDemandListRequest() {
super("brinekingdom", "2019-06-27", "GetConsistentDemandList");
setMethod(MethodType.POST);
}
public List<Long> getParam0() {
return this.param0;
}
public void setParam0(List<Long> param0) {
this.param0 = param0;
if (param0 != null) {
putQueryParameter("Param0" , new Gson().toJson(param0));
}
}
@Override
public Class<GetConsistentDemandListResponse> getResponseClass() {
return GetConsistentDemandListResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model/v20190627/GetConsistentDemandListResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brinekingdom.model.v20190627;
import java.util.List;
import java.util.Map;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.brinekingdom.transform.v20190627.GetConsistentDemandListResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetConsistentDemandListResponse extends AcsResponse {
private String message;
private Boolean success;
private String requestId;
private List<ResultItem> result;
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String 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 ascriptionClassName;
private String deployProduct2Name;
private String itemType;
private Integer matchCnt;
private String orgName;
private String businessMode;
private String brandName;
private String item;
private Boolean factoryInstall;
private String requireType;
private Integer modelLoad;
private Integer serverAssignCnt;
private Long osId;
private Integer ladingProcessQty;
private String projectTypeName;
private String status;
private String cbmOwner;
private String productType;
private String product3Name;
private String scenario;
private String networkArch;
private String uid;
private Long gmtCreate;
private String scPlanIds;
private Integer supplyQty;
private Long id;
private String assetReceiverNick;
private Integer useCapacityCnt;
private String product3;
private String product1;
private String projectName;
private String product2;
private String sourceId;
private String product1Name;
private Integer moveExecuteQty;
private Integer useL2PoolCnt;
private String ascriptionClass;
private String expectTurnOverDateStr;
private String deployProduct1;
private String deployProduct3;
private String deployProduct2;
private Integer moveQty;
private String logicZone;
private String supplyArea;
private String manufacturingBrandCode;
private Boolean executeFlag;
private String demandClass;
private Integer moveDeliveredQty;
private String tenantId;
private String deployProduct3Name;
private String model;
private String otherMsg;
private String tag;
private Boolean autoExecute;
private Integer demandQty;
private String businessType;
private String idc;
private String brandCode;
private String creator;
private Long brandId;
private String installName;
private String evaluateStatus;
private String fcstOccupyStatus;
private String capacityResponseStatus;
private Boolean ablePurchaseLading;
private Long manufacturingBrandId;
private String safeYear;
private String moveOrders;
private String supplyLevel;
private String requireTypeName;
private String configModel;
private String updater;
private Long expectTurnOverDate;
private String moveReason;
private String supplyType;
private String deployProduct1Name;
private Boolean install;
private Boolean whiteOrder;
private Integer useSupplyCnt;
private String azone;
private Integer purchaseCnt;
private String shiftMethod;
private Integer benefitOld;
private String industryLine;
private String purchaseOrders;
private String fcstId;
private String priority;
private Integer usePlanCnt;
private Integer rackAssignCnt;
private String assignVersion;
private String featureStr;
private Boolean flag;
private String executeError;
private String assetReceiver;
private Integer usePoolInPlaceCnt;
private String sectionRackStatus;
private String projectType;
private Boolean hasSolution;
private String region;
private Integer useFcst;
private String creatorName;
private String operator;
private Boolean btoFlag;
private String classZone;
private String org;
private String manualBrandName;
private Long gmtModified;
private String classZoneName;
private String sectionDetail;
private String replenishUnit;
private String source;
private String product2Name;
private Integer executeQty;
private Integer supplyDeliveredQty;
private Map<Object,Object> features;
private String projectCode;
private Long installId;
private Integer sectionRackAssignCnt;
private Integer usePoolMoveCnt;
private String appGroup;
private String updaterName;
private String comments;
private Integer usePoolCnt;
private String osName;
private String error;
private String nic;
private String cluster;
private String businessTypeName;
private String processId;
private String safeZone;
private Integer toConfirmCnt;
private List<String> rackInfo;
private DemandDeploy demandDeploy;
private DemandItem demandItem;
public String getAscriptionClassName() {
return this.ascriptionClassName;
}
public void setAscriptionClassName(String ascriptionClassName) {
this.ascriptionClassName = ascriptionClassName;
}
public String getDeployProduct2Name() {
return this.deployProduct2Name;
}
public void setDeployProduct2Name(String deployProduct2Name) {
this.deployProduct2Name = deployProduct2Name;
}
public String getItemType() {
return this.itemType;
}
public void setItemType(String itemType) {
this.itemType = itemType;
}
public Integer getMatchCnt() {
return this.matchCnt;
}
public void setMatchCnt(Integer matchCnt) {
this.matchCnt = matchCnt;
}
public String getOrgName() {
return this.orgName;
}
public void setOrgName(String orgName) {
this.orgName = orgName;
}
public String getBusinessMode() {
return this.businessMode;
}
public void setBusinessMode(String businessMode) {
this.businessMode = businessMode;
}
public String getBrandName() {
return this.brandName;
}
public void setBrandName(String brandName) {
this.brandName = brandName;
}
public String getItem() {
return this.item;
}
public void setItem(String item) {
this.item = item;
}
public Boolean getFactoryInstall() {
return this.factoryInstall;
}
public void setFactoryInstall(Boolean factoryInstall) {
this.factoryInstall = factoryInstall;
}
public String getRequireType() {
return this.requireType;
}
public void setRequireType(String requireType) {
this.requireType = requireType;
}
public Integer getModelLoad() {
return this.modelLoad;
}
public void setModelLoad(Integer modelLoad) {
this.modelLoad = modelLoad;
}
public Integer getServerAssignCnt() {
return this.serverAssignCnt;
}
public void setServerAssignCnt(Integer serverAssignCnt) {
this.serverAssignCnt = serverAssignCnt;
}
public Long getOsId() {
return this.osId;
}
public void setOsId(Long osId) {
this.osId = osId;
}
public Integer getLadingProcessQty() {
return this.ladingProcessQty;
}
public void setLadingProcessQty(Integer ladingProcessQty) {
this.ladingProcessQty = ladingProcessQty;
}
public String getProjectTypeName() {
return this.projectTypeName;
}
public void setProjectTypeName(String projectTypeName) {
this.projectTypeName = projectTypeName;
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public String getCbmOwner() {
return this.cbmOwner;
}
public void setCbmOwner(String cbmOwner) {
this.cbmOwner = cbmOwner;
}
public String getProductType() {
return this.productType;
}
public void setProductType(String productType) {
this.productType = productType;
}
public String getProduct3Name() {
return this.product3Name;
}
public void setProduct3Name(String product3Name) {
this.product3Name = product3Name;
}
public String getScenario() {
return this.scenario;
}
public void setScenario(String scenario) {
this.scenario = scenario;
}
public String getNetworkArch() {
return this.networkArch;
}
public void setNetworkArch(String networkArch) {
this.networkArch = networkArch;
}
public String getUid() {
return this.uid;
}
public void setUid(String uid) {
this.uid = uid;
}
public Long getGmtCreate() {
return this.gmtCreate;
}
public void setGmtCreate(Long gmtCreate) {
this.gmtCreate = gmtCreate;
}
public String getScPlanIds() {
return this.scPlanIds;
}
public void setScPlanIds(String scPlanIds) {
this.scPlanIds = scPlanIds;
}
public Integer getSupplyQty() {
return this.supplyQty;
}
public void setSupplyQty(Integer supplyQty) {
this.supplyQty = supplyQty;
}
public Long getId() {
return this.id;
}
public void setId(Long id) {
this.id = id;
}
public String getAssetReceiverNick() {
return this.assetReceiverNick;
}
public void setAssetReceiverNick(String assetReceiverNick) {
this.assetReceiverNick = assetReceiverNick;
}
public Integer getUseCapacityCnt() {
return this.useCapacityCnt;
}
public void setUseCapacityCnt(Integer useCapacityCnt) {
this.useCapacityCnt = useCapacityCnt;
}
public String getProduct3() {
return this.product3;
}
public void setProduct3(String product3) {
this.product3 = product3;
}
public String getProduct1() {
return this.product1;
}
public void setProduct1(String product1) {
this.product1 = product1;
}
public String getProjectName() {
return this.projectName;
}
public void setProjectName(String projectName) {
this.projectName = projectName;
}
public String getProduct2() {
return this.product2;
}
public void setProduct2(String product2) {
this.product2 = product2;
}
public String getSourceId() {
return this.sourceId;
}
public void setSourceId(String sourceId) {
this.sourceId = sourceId;
}
public String getProduct1Name() {
return this.product1Name;
}
public void setProduct1Name(String product1Name) {
this.product1Name = product1Name;
}
public Integer getMoveExecuteQty() {
return this.moveExecuteQty;
}
public void setMoveExecuteQty(Integer moveExecuteQty) {
this.moveExecuteQty = moveExecuteQty;
}
public Integer getUseL2PoolCnt() {
return this.useL2PoolCnt;
}
public void setUseL2PoolCnt(Integer useL2PoolCnt) {
this.useL2PoolCnt = useL2PoolCnt;
}
public String getAscriptionClass() {
return this.ascriptionClass;
}
public void setAscriptionClass(String ascriptionClass) {
this.ascriptionClass = ascriptionClass;
}
public String getExpectTurnOverDateStr() {
return this.expectTurnOverDateStr;
}
public void setExpectTurnOverDateStr(String expectTurnOverDateStr) {
this.expectTurnOverDateStr = expectTurnOverDateStr;
}
public String getDeployProduct1() {
return this.deployProduct1;
}
public void setDeployProduct1(String deployProduct1) {
this.deployProduct1 = deployProduct1;
}
public String getDeployProduct3() {
return this.deployProduct3;
}
public void setDeployProduct3(String deployProduct3) {
this.deployProduct3 = deployProduct3;
}
public String getDeployProduct2() {
return this.deployProduct2;
}
public void setDeployProduct2(String deployProduct2) {
this.deployProduct2 = deployProduct2;
}
public Integer getMoveQty() {
return this.moveQty;
}
public void setMoveQty(Integer moveQty) {
this.moveQty = moveQty;
}
public String getLogicZone() {
return this.logicZone;
}
public void setLogicZone(String logicZone) {
this.logicZone = logicZone;
}
public String getSupplyArea() {
return this.supplyArea;
}
public void setSupplyArea(String supplyArea) {
this.supplyArea = supplyArea;
}
public String getManufacturingBrandCode() {
return this.manufacturingBrandCode;
}
public void setManufacturingBrandCode(String manufacturingBrandCode) {
this.manufacturingBrandCode = manufacturingBrandCode;
}
public Boolean getExecuteFlag() {
return this.executeFlag;
}
public void setExecuteFlag(Boolean executeFlag) {
this.executeFlag = executeFlag;
}
public String getDemandClass() {
return this.demandClass;
}
public void setDemandClass(String demandClass) {
this.demandClass = demandClass;
}
public Integer getMoveDeliveredQty() {
return this.moveDeliveredQty;
}
public void setMoveDeliveredQty(Integer moveDeliveredQty) {
this.moveDeliveredQty = moveDeliveredQty;
}
public String getTenantId() {
return this.tenantId;
}
public void setTenantId(String tenantId) {
this.tenantId = tenantId;
}
public String getDeployProduct3Name() {
return this.deployProduct3Name;
}
public void setDeployProduct3Name(String deployProduct3Name) {
this.deployProduct3Name = deployProduct3Name;
}
public String getModel() {
return this.model;
}
public void setModel(String model) {
this.model = model;
}
public String getOtherMsg() {
return this.otherMsg;
}
public void setOtherMsg(String otherMsg) {
this.otherMsg = otherMsg;
}
public String getTag() {
return this.tag;
}
public void setTag(String tag) {
this.tag = tag;
}
public Boolean getAutoExecute() {
return this.autoExecute;
}
public void setAutoExecute(Boolean autoExecute) {
this.autoExecute = autoExecute;
}
public Integer getDemandQty() {
return this.demandQty;
}
public void setDemandQty(Integer demandQty) {
this.demandQty = demandQty;
}
public String getBusinessType() {
return this.businessType;
}
public void setBusinessType(String businessType) {
this.businessType = businessType;
}
public String getIdc() {
return this.idc;
}
public void setIdc(String idc) {
this.idc = idc;
}
public String getBrandCode() {
return this.brandCode;
}
public void setBrandCode(String brandCode) {
this.brandCode = brandCode;
}
public String getCreator() {
return this.creator;
}
public void setCreator(String creator) {
this.creator = creator;
}
public Long getBrandId() {
return this.brandId;
}
public void setBrandId(Long brandId) {
this.brandId = brandId;
}
public String getInstallName() {
return this.installName;
}
public void setInstallName(String installName) {
this.installName = installName;
}
public String getEvaluateStatus() {
return this.evaluateStatus;
}
public void setEvaluateStatus(String evaluateStatus) {
this.evaluateStatus = evaluateStatus;
}
public String getFcstOccupyStatus() {
return this.fcstOccupyStatus;
}
public void setFcstOccupyStatus(String fcstOccupyStatus) {
this.fcstOccupyStatus = fcstOccupyStatus;
}
public String getCapacityResponseStatus() {
return this.capacityResponseStatus;
}
public void setCapacityResponseStatus(String capacityResponseStatus) {
this.capacityResponseStatus = capacityResponseStatus;
}
public Boolean getAblePurchaseLading() {
return this.ablePurchaseLading;
}
public void setAblePurchaseLading(Boolean ablePurchaseLading) {
this.ablePurchaseLading = ablePurchaseLading;
}
public Long getManufacturingBrandId() {
return this.manufacturingBrandId;
}
public void setManufacturingBrandId(Long manufacturingBrandId) {
this.manufacturingBrandId = manufacturingBrandId;
}
public String getSafeYear() {
return this.safeYear;
}
public void setSafeYear(String safeYear) {
this.safeYear = safeYear;
}
public String getMoveOrders() {
return this.moveOrders;
}
public void setMoveOrders(String moveOrders) {
this.moveOrders = moveOrders;
}
public String getSupplyLevel() {
return this.supplyLevel;
}
public void setSupplyLevel(String supplyLevel) {
this.supplyLevel = supplyLevel;
}
public String getRequireTypeName() {
return this.requireTypeName;
}
public void setRequireTypeName(String requireTypeName) {
this.requireTypeName = requireTypeName;
}
public String getConfigModel() {
return this.configModel;
}
public void setConfigModel(String configModel) {
this.configModel = configModel;
}
public String getUpdater() {
return this.updater;
}
public void setUpdater(String updater) {
this.updater = updater;
}
public Long getExpectTurnOverDate() {
return this.expectTurnOverDate;
}
public void setExpectTurnOverDate(Long expectTurnOverDate) {
this.expectTurnOverDate = expectTurnOverDate;
}
public String getMoveReason() {
return this.moveReason;
}
public void setMoveReason(String moveReason) {
this.moveReason = moveReason;
}
public String getSupplyType() {
return this.supplyType;
}
public void setSupplyType(String supplyType) {
this.supplyType = supplyType;
}
public String getDeployProduct1Name() {
return this.deployProduct1Name;
}
public void setDeployProduct1Name(String deployProduct1Name) {
this.deployProduct1Name = deployProduct1Name;
}
public Boolean getInstall() {
return this.install;
}
public void setInstall(Boolean install) {
this.install = install;
}
public Boolean getWhiteOrder() {
return this.whiteOrder;
}
public void setWhiteOrder(Boolean whiteOrder) {
this.whiteOrder = whiteOrder;
}
public Integer getUseSupplyCnt() {
return this.useSupplyCnt;
}
public void setUseSupplyCnt(Integer useSupplyCnt) {
this.useSupplyCnt = useSupplyCnt;
}
public String getAzone() {
return this.azone;
}
public void setAzone(String azone) {
this.azone = azone;
}
public Integer getPurchaseCnt() {
return this.purchaseCnt;
}
public void setPurchaseCnt(Integer purchaseCnt) {
this.purchaseCnt = purchaseCnt;
}
public String getShiftMethod() {
return this.shiftMethod;
}
public void setShiftMethod(String shiftMethod) {
this.shiftMethod = shiftMethod;
}
public Integer getBenefitOld() {
return this.benefitOld;
}
public void setBenefitOld(Integer benefitOld) {
this.benefitOld = benefitOld;
}
public String getIndustryLine() {
return this.industryLine;
}
public void setIndustryLine(String industryLine) {
this.industryLine = industryLine;
}
public String getPurchaseOrders() {
return this.purchaseOrders;
}
public void setPurchaseOrders(String purchaseOrders) {
this.purchaseOrders = purchaseOrders;
}
public String getFcstId() {
return this.fcstId;
}
public void setFcstId(String fcstId) {
this.fcstId = fcstId;
}
public String getPriority() {
return this.priority;
}
public void setPriority(String priority) {
this.priority = priority;
}
public Integer getUsePlanCnt() {
return this.usePlanCnt;
}
public void setUsePlanCnt(Integer usePlanCnt) {
this.usePlanCnt = usePlanCnt;
}
public Integer getRackAssignCnt() {
return this.rackAssignCnt;
}
public void setRackAssignCnt(Integer rackAssignCnt) {
this.rackAssignCnt = rackAssignCnt;
}
public String getAssignVersion() {
return this.assignVersion;
}
public void setAssignVersion(String assignVersion) {
this.assignVersion = assignVersion;
}
public String getFeatureStr() {
return this.featureStr;
}
public void setFeatureStr(String featureStr) {
this.featureStr = featureStr;
}
public Boolean getFlag() {
return this.flag;
}
public void setFlag(Boolean flag) {
this.flag = flag;
}
public String getExecuteError() {
return this.executeError;
}
public void setExecuteError(String executeError) {
this.executeError = executeError;
}
public String getAssetReceiver() {
return this.assetReceiver;
}
public void setAssetReceiver(String assetReceiver) {
this.assetReceiver = assetReceiver;
}
public Integer getUsePoolInPlaceCnt() {
return this.usePoolInPlaceCnt;
}
public void setUsePoolInPlaceCnt(Integer usePoolInPlaceCnt) {
this.usePoolInPlaceCnt = usePoolInPlaceCnt;
}
public String getSectionRackStatus() {
return this.sectionRackStatus;
}
public void setSectionRackStatus(String sectionRackStatus) {
this.sectionRackStatus = sectionRackStatus;
}
public String getProjectType() {
return this.projectType;
}
public void setProjectType(String projectType) {
this.projectType = projectType;
}
public Boolean getHasSolution() {
return this.hasSolution;
}
public void setHasSolution(Boolean hasSolution) {
this.hasSolution = hasSolution;
}
public String getRegion() {
return this.region;
}
public void setRegion(String region) {
this.region = region;
}
public Integer getUseFcst() {
return this.useFcst;
}
public void setUseFcst(Integer useFcst) {
this.useFcst = useFcst;
}
public String getCreatorName() {
return this.creatorName;
}
public void setCreatorName(String creatorName) {
this.creatorName = creatorName;
}
public String getOperator() {
return this.operator;
}
public void setOperator(String operator) {
this.operator = operator;
}
public Boolean getBtoFlag() {
return this.btoFlag;
}
public void setBtoFlag(Boolean btoFlag) {
this.btoFlag = btoFlag;
}
public String getClassZone() {
return this.classZone;
}
public void setClassZone(String classZone) {
this.classZone = classZone;
}
public String getOrg() {
return this.org;
}
public void setOrg(String org) {
this.org = org;
}
public String getManualBrandName() {
return this.manualBrandName;
}
public void setManualBrandName(String manualBrandName) {
this.manualBrandName = manualBrandName;
}
public Long getGmtModified() {
return this.gmtModified;
}
public void setGmtModified(Long gmtModified) {
this.gmtModified = gmtModified;
}
public String getClassZoneName() {
return this.classZoneName;
}
public void setClassZoneName(String classZoneName) {
this.classZoneName = classZoneName;
}
public String getSectionDetail() {
return this.sectionDetail;
}
public void setSectionDetail(String sectionDetail) {
this.sectionDetail = sectionDetail;
}
public String getReplenishUnit() {
return this.replenishUnit;
}
public void setReplenishUnit(String replenishUnit) {
this.replenishUnit = replenishUnit;
}
public String getSource() {
return this.source;
}
public void setSource(String source) {
this.source = source;
}
public String getProduct2Name() {
return this.product2Name;
}
public void setProduct2Name(String product2Name) {
this.product2Name = product2Name;
}
public Integer getExecuteQty() {
return this.executeQty;
}
public void setExecuteQty(Integer executeQty) {
this.executeQty = executeQty;
}
public Integer getSupplyDeliveredQty() {
return this.supplyDeliveredQty;
}
public void setSupplyDeliveredQty(Integer supplyDeliveredQty) {
this.supplyDeliveredQty = supplyDeliveredQty;
}
public Map<Object,Object> getFeatures() {
return this.features;
}
public void setFeatures(Map<Object,Object> features) {
this.features = features;
}
public String getProjectCode() {
return this.projectCode;
}
public void setProjectCode(String projectCode) {
this.projectCode = projectCode;
}
public Long getInstallId() {
return this.installId;
}
public void setInstallId(Long installId) {
this.installId = installId;
}
public Integer getSectionRackAssignCnt() {
return this.sectionRackAssignCnt;
}
public void setSectionRackAssignCnt(Integer sectionRackAssignCnt) {
this.sectionRackAssignCnt = sectionRackAssignCnt;
}
public Integer getUsePoolMoveCnt() {
return this.usePoolMoveCnt;
}
public void setUsePoolMoveCnt(Integer usePoolMoveCnt) {
this.usePoolMoveCnt = usePoolMoveCnt;
}
public String getAppGroup() {
return this.appGroup;
}
public void setAppGroup(String appGroup) {
this.appGroup = appGroup;
}
public String getUpdaterName() {
return this.updaterName;
}
public void setUpdaterName(String updaterName) {
this.updaterName = updaterName;
}
public String getComments() {
return this.comments;
}
public void setComments(String comments) {
this.comments = comments;
}
public Integer getUsePoolCnt() {
return this.usePoolCnt;
}
public void setUsePoolCnt(Integer usePoolCnt) {
this.usePoolCnt = usePoolCnt;
}
public String getOsName() {
return this.osName;
}
public void setOsName(String osName) {
this.osName = osName;
}
public String getError() {
return this.error;
}
public void setError(String error) {
this.error = error;
}
public String getNic() {
return this.nic;
}
public void setNic(String nic) {
this.nic = nic;
}
public String getCluster() {
return this.cluster;
}
public void setCluster(String cluster) {
this.cluster = cluster;
}
public String getBusinessTypeName() {
return this.businessTypeName;
}
public void setBusinessTypeName(String businessTypeName) {
this.businessTypeName = businessTypeName;
}
public String getProcessId() {
return this.processId;
}
public void setProcessId(String processId) {
this.processId = processId;
}
public String getSafeZone() {
return this.safeZone;
}
public void setSafeZone(String safeZone) {
this.safeZone = safeZone;
}
public Integer getToConfirmCnt() {
return this.toConfirmCnt;
}
public void setToConfirmCnt(Integer toConfirmCnt) {
this.toConfirmCnt = toConfirmCnt;
}
public List<String> getRackInfo() {
return this.rackInfo;
}
public void setRackInfo(List<String> rackInfo) {
this.rackInfo = rackInfo;
}
public DemandDeploy getDemandDeploy() {
return this.demandDeploy;
}
public void setDemandDeploy(DemandDeploy demandDeploy) {
this.demandDeploy = demandDeploy;
}
public DemandItem getDemandItem() {
return this.demandItem;
}
public void setDemandItem(DemandItem demandItem) {
this.demandItem = demandItem;
}
public static class DemandDeploy {
private String netArch;
private String frameworkClass;
private String deployMode;
private String deployLocation;
private String deployArch;
private String nodeType;
private String deployLevel;
private String boxModel;
private String publicNetWorkExport;
private String boxUpLink;
private String deployRole;
private String boxDownLink;
public String getNetArch() {
return this.netArch;
}
public void setNetArch(String netArch) {
this.netArch = netArch;
}
public String getFrameworkClass() {
return this.frameworkClass;
}
public void setFrameworkClass(String frameworkClass) {
this.frameworkClass = frameworkClass;
}
public String getDeployMode() {
return this.deployMode;
}
public void setDeployMode(String deployMode) {
this.deployMode = deployMode;
}
public String getDeployLocation() {
return this.deployLocation;
}
public void setDeployLocation(String deployLocation) {
this.deployLocation = deployLocation;
}
public String getDeployArch() {
return this.deployArch;
}
public void setDeployArch(String deployArch) {
this.deployArch = deployArch;
}
public String getNodeType() {
return this.nodeType;
}
public void setNodeType(String nodeType) {
this.nodeType = nodeType;
}
public String getDeployLevel() {
return this.deployLevel;
}
public void setDeployLevel(String deployLevel) {
this.deployLevel = deployLevel;
}
public String getBoxModel() {
return this.boxModel;
}
public void setBoxModel(String boxModel) {
this.boxModel = boxModel;
}
public String getPublicNetWorkExport() {
return this.publicNetWorkExport;
}
public void setPublicNetWorkExport(String publicNetWorkExport) {
this.publicNetWorkExport = publicNetWorkExport;
}
public String getBoxUpLink() {
return this.boxUpLink;
}
public void setBoxUpLink(String boxUpLink) {
this.boxUpLink = boxUpLink;
}
public String getDeployRole() {
return this.deployRole;
}
public void setDeployRole(String deployRole) {
this.deployRole = deployRole;
}
public String getBoxDownLink() {
return this.boxDownLink;
}
public void setBoxDownLink(String boxDownLink) {
this.boxDownLink = boxDownLink;
}
}
public static class DemandItem {
private String demandItemType;
private ServerDTO serverDTO;
private NetPackValue netPackValue;
private PubNetAccessValue pubNetAccessValue;
private ServiceValue serviceValue;
private ComboValue comboValue;
private RackValue rackValue;
private ExchangeValue exchangeValue;
public String getDemandItemType() {
return this.demandItemType;
}
public void setDemandItemType(String demandItemType) {
this.demandItemType = demandItemType;
}
public ServerDTO getServerDTO() {
return this.serverDTO;
}
public void setServerDTO(ServerDTO serverDTO) {
this.serverDTO = serverDTO;
}
public NetPackValue getNetPackValue() {
return this.netPackValue;
}
public void setNetPackValue(NetPackValue netPackValue) {
this.netPackValue = netPackValue;
}
public PubNetAccessValue getPubNetAccessValue() {
return this.pubNetAccessValue;
}
public void setPubNetAccessValue(PubNetAccessValue pubNetAccessValue) {
this.pubNetAccessValue = pubNetAccessValue;
}
public ServiceValue getServiceValue() {
return this.serviceValue;
}
public void setServiceValue(ServiceValue serviceValue) {
this.serviceValue = serviceValue;
}
public ComboValue getComboValue() {
return this.comboValue;
}
public void setComboValue(ComboValue comboValue) {
this.comboValue = comboValue;
}
public RackValue getRackValue() {
return this.rackValue;
}
public void setRackValue(RackValue rackValue) {
this.rackValue = rackValue;
}
public ExchangeValue getExchangeValue() {
return this.exchangeValue;
}
public void setExchangeValue(ExchangeValue exchangeValue) {
this.exchangeValue = exchangeValue;
}
public static class ServerDTO {
private String config;
private String model;
private String nic;
public String getConfig() {
return this.config;
}
public void setConfig(String config) {
this.config = config;
}
public String getModel() {
return this.model;
}
public void setModel(String model) {
this.model = model;
}
public String getNic() {
return this.nic;
}
public void setNic(String nic) {
this.nic = nic;
}
}
public static class NetPackValue {
private List<ItemListItem> itemList;
public List<ItemListItem> getItemList() {
return this.itemList;
}
public void setItemList(List<ItemListItem> itemList) {
this.itemList = itemList;
}
public static class ItemListItem {
private String role;
private Long demandQty;
private String resourceType;
private String framework;
private String remark;
public String getRole() {
return this.role;
}
public void setRole(String role) {
this.role = role;
}
public Long getDemandQty() {
return this.demandQty;
}
public void setDemandQty(Long demandQty) {
this.demandQty = demandQty;
}
public String getResourceType() {
return this.resourceType;
}
public void setResourceType(String resourceType) {
this.resourceType = resourceType;
}
public String getFramework() {
return this.framework;
}
public void setFramework(String framework) {
this.framework = framework;
}
public String getRemark() {
return this.remark;
}
public void setRemark(String remark) {
this.remark = remark;
}
}
}
public static class PubNetAccessValue {
private List<ItemListItem2> itemList1;
public List<ItemListItem2> getItemList1() {
return this.itemList1;
}
public void setItemList1(List<ItemListItem2> itemList1) {
this.itemList1 = itemList1;
}
public static class ItemListItem2 {
private String price;
private Float bandwidth;
private String accessType;
public String getPrice() {
return this.price;
}
public void setPrice(String price) {
this.price = price;
}
public Float getBandwidth() {
return this.bandwidth;
}
public void setBandwidth(Float bandwidth) {
this.bandwidth = bandwidth;
}
public String getAccessType() {
return this.accessType;
}
public void setAccessType(String accessType) {
this.accessType = accessType;
}
}
}
public static class ServiceValue {
private List<ItemListItem4> itemList3;
public List<ItemListItem4> getItemList3() {
return this.itemList3;
}
public void setItemList3(List<ItemListItem4> itemList3) {
this.itemList3 = itemList3;
}
public static class ItemListItem4 {
private String serviceTypeName;
private String area;
private Float year;
private String serviceType;
private Integer amount;
private String idc;
private String serviceItemName;
private String city;
private String serviceItem;
private String remark;
public String getServiceTypeName() {
return this.serviceTypeName;
}
public void setServiceTypeName(String serviceTypeName) {
this.serviceTypeName = serviceTypeName;
}
public String getArea() {
return this.area;
}
public void setArea(String area) {
this.area = area;
}
public Float getYear() {
return this.year;
}
public void setYear(Float year) {
this.year = year;
}
public String getServiceType() {
return this.serviceType;
}
public void setServiceType(String serviceType) {
this.serviceType = serviceType;
}
public Integer getAmount() {
return this.amount;
}
public void setAmount(Integer amount) {
this.amount = amount;
}
public String getIdc() {
return this.idc;
}
public void setIdc(String idc) {
this.idc = idc;
}
public String getServiceItemName() {
return this.serviceItemName;
}
public void setServiceItemName(String serviceItemName) {
this.serviceItemName = serviceItemName;
}
public String getCity() {
return this.city;
}
public void setCity(String city) {
this.city = city;
}
public String getServiceItem() {
return this.serviceItem;
}
public void setServiceItem(String serviceItem) {
this.serviceItem = serviceItem;
}
public String getRemark() {
return this.remark;
}
public void setRemark(String remark) {
this.remark = remark;
}
}
}
public static class ComboValue {
private String skuId;
private List<ServerDemandListItem> serverDemandList;
private List<WholeRackListItem> wholeRackList;
public String getSkuId() {
return this.skuId;
}
public void setSkuId(String skuId) {
this.skuId = skuId;
}
public List<ServerDemandListItem> getServerDemandList() {
return this.serverDemandList;
}
public void setServerDemandList(List<ServerDemandListItem> serverDemandList) {
this.serverDemandList = serverDemandList;
}
public List<WholeRackListItem> getWholeRackList() {
return this.wholeRackList;
}
public void setWholeRackList(List<WholeRackListItem> wholeRackList) {
this.wholeRackList = wholeRackList;
}
public static class ServerDemandListItem {
private String item;
private String product3;
private Integer agreedQuantity;
private Integer quantity;
private String skuId;
private String appGroup;
private List<String> snList;
public String getItem() {
return this.item;
}
public void setItem(String item) {
this.item = item;
}
public String getProduct3() {
return this.product3;
}
public void setProduct3(String product3) {
this.product3 = product3;
}
public Integer getAgreedQuantity() {
return this.agreedQuantity;
}
public void setAgreedQuantity(Integer agreedQuantity) {
this.agreedQuantity = agreedQuantity;
}
public Integer getQuantity() {
return this.quantity;
}
public void setQuantity(Integer quantity) {
this.quantity = quantity;
}
public String getSkuId() {
return this.skuId;
}
public void setSkuId(String skuId) {
this.skuId = skuId;
}
public String getAppGroup() {
return this.appGroup;
}
public void setAppGroup(String appGroup) {
this.appGroup = appGroup;
}
public List<String> getSnList() {
return this.snList;
}
public void setSnList(List<String> snList) {
this.snList = snList;
}
}
public static class WholeRackListItem {
private String order;
private String rackPackage;
private List<ServerDemandListItem6> serverDemandList5;
public String getOrder() {
return this.order;
}
public void setOrder(String order) {
this.order = order;
}
public String getRackPackage() {
return this.rackPackage;
}
public void setRackPackage(String rackPackage) {
this.rackPackage = rackPackage;
}
public List<ServerDemandListItem6> getServerDemandList5() {
return this.serverDemandList5;
}
public void setServerDemandList5(List<ServerDemandListItem6> serverDemandList5) {
this.serverDemandList5 = serverDemandList5;
}
public static class ServerDemandListItem6 {
private String item;
private String product3;
private Integer agreedQuantity;
private Integer quantity;
private String skuId;
private String appGroup;
private List<String> snList7;
public String getItem() {
return this.item;
}
public void setItem(String item) {
this.item = item;
}
public String getProduct3() {
return this.product3;
}
public void setProduct3(String product3) {
this.product3 = product3;
}
public Integer getAgreedQuantity() {
return this.agreedQuantity;
}
public void setAgreedQuantity(Integer agreedQuantity) {
this.agreedQuantity = agreedQuantity;
}
public Integer getQuantity() {
return this.quantity;
}
public void setQuantity(Integer quantity) {
this.quantity = quantity;
}
public String getSkuId() {
return this.skuId;
}
public void setSkuId(String skuId) {
this.skuId = skuId;
}
public String getAppGroup() {
return this.appGroup;
}
public void setAppGroup(String appGroup) {
this.appGroup = appGroup;
}
public List<String> getSnList7() {
return this.snList7;
}
public void setSnList7(List<String> snList7) {
this.snList7 = snList7;
}
}
}
}
public static class RackValue {
private List<ItemListItem9> itemList8;
public List<ItemListItem9> getItemList8() {
return this.itemList8;
}
public void setItemList8(List<ItemListItem9> itemList8) {
this.itemList8 = itemList8;
}
public static class ItemListItem9 {
private Integer rackNum;
private String roomCode;
private String power;
private Float powUtilizationRate;
public Integer getRackNum() {
return this.rackNum;
}
public void setRackNum(Integer rackNum) {
this.rackNum = rackNum;
}
public String getRoomCode() {
return this.roomCode;
}
public void setRoomCode(String roomCode) {
this.roomCode = roomCode;
}
public String getPower() {
return this.power;
}
public void setPower(String power) {
this.power = power;
}
public Float getPowUtilizationRate() {
return this.powUtilizationRate;
}
public void setPowUtilizationRate(Float powUtilizationRate) {
this.powUtilizationRate = powUtilizationRate;
}
}
}
public static class ExchangeValue {
private List<ServerDemandListItem11> serverDemandList10;
private List<String> exchangeList;
public List<ServerDemandListItem11> getServerDemandList10() {
return this.serverDemandList10;
}
public void setServerDemandList10(List<ServerDemandListItem11> serverDemandList10) {
this.serverDemandList10 = serverDemandList10;
}
public List<String> getExchangeList() {
return this.exchangeList;
}
public void setExchangeList(List<String> exchangeList) {
this.exchangeList = exchangeList;
}
public static class ServerDemandListItem11 {
private String item;
private String product3;
private Integer agreedQuantity;
private Integer quantity;
private String skuId;
private String appGroup;
private List<String> snList12;
public String getItem() {
return this.item;
}
public void setItem(String item) {
this.item = item;
}
public String getProduct3() {
return this.product3;
}
public void setProduct3(String product3) {
this.product3 = product3;
}
public Integer getAgreedQuantity() {
return this.agreedQuantity;
}
public void setAgreedQuantity(Integer agreedQuantity) {
this.agreedQuantity = agreedQuantity;
}
public Integer getQuantity() {
return this.quantity;
}
public void setQuantity(Integer quantity) {
this.quantity = quantity;
}
public String getSkuId() {
return this.skuId;
}
public void setSkuId(String skuId) {
this.skuId = skuId;
}
public String getAppGroup() {
return this.appGroup;
}
public void setAppGroup(String appGroup) {
this.appGroup = appGroup;
}
public List<String> getSnList12() {
return this.snList12;
}
public void setSnList12(List<String> snList12) {
this.snList12 = snList12;
}
}
}
}
}
@Override
public GetConsistentDemandListResponse getInstance(UnmarshallerContext context) {
return GetConsistentDemandListResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model/v20190627/GetListModelRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brinekingdom.model.v20190627;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class GetListModelRequest extends RpcAcsRequest<GetListModelResponse> {
private String modelType;
private String keyword;
public GetListModelRequest() {
super("brinekingdom", "2019-06-27", "GetListModel");
setMethod(MethodType.POST);
}
public String getModelType() {
return this.modelType;
}
public void setModelType(String modelType) {
this.modelType = modelType;
if(modelType != null){
putQueryParameter("ModelType", modelType);
}
}
public String getKeyword() {
return this.keyword;
}
public void setKeyword(String keyword) {
this.keyword = keyword;
if(keyword != null){
putQueryParameter("Keyword", keyword);
}
}
@Override
public Class<GetListModelResponse> getResponseClass() {
return GetListModelResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model/v20190627/GetListModelResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brinekingdom.model.v20190627;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.brinekingdom.transform.v20190627.GetListModelResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetListModelResponse extends AcsResponse {
private String _class;
private String errorMessage;
private Boolean success;
private String resultCode;
private String requestId;
private List<ResultItem> result;
public String get_Class() {
return this._class;
}
public void set_Class(String _class) {
this._class = _class;
}
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getResultCode() {
return this.resultCode;
}
public void setResultCode(String resultCode) {
this.resultCode = resultCode;
}
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 key;
private String value;
public String getKey() {
return this.key;
}
public void setKey(String key) {
this.key = key;
}
public String getValue() {
return this.value;
}
public void setValue(String value) {
this.value = value;
}
}
@Override
public GetListModelResponse getInstance(UnmarshallerContext context) {
return GetListModelResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model/v20190627/GetListNetBandRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brinekingdom.model.v20190627;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class GetListNetBandRequest extends RpcAcsRequest<GetListNetBandResponse> {
private String resourceType;
private String productType;
public GetListNetBandRequest() {
super("brinekingdom", "2019-06-27", "GetListNetBand");
setMethod(MethodType.POST);
}
public String getResourceType() {
return this.resourceType;
}
public void setResourceType(String resourceType) {
this.resourceType = resourceType;
if(resourceType != null){
putQueryParameter("ResourceType", resourceType);
}
}
public String getProductType() {
return this.productType;
}
public void setProductType(String productType) {
this.productType = productType;
if(productType != null){
putQueryParameter("ProductType", productType);
}
}
@Override
public Class<GetListNetBandResponse> getResponseClass() {
return GetListNetBandResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model/v20190627/GetListNetBandResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brinekingdom.model.v20190627;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.brinekingdom.transform.v20190627.GetListNetBandResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetListNetBandResponse extends AcsResponse {
private String _class;
private String errorMessage;
private Boolean success;
private String resultCode;
private String requestId;
private List<ResultItem> result;
public String get_Class() {
return this._class;
}
public void set_Class(String _class) {
this._class = _class;
}
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getResultCode() {
return this.resultCode;
}
public void setResultCode(String resultCode) {
this.resultCode = resultCode;
}
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 _class;
private String key;
private String value;
public String get_Class() {
return this._class;
}
public void set_Class(String _class) {
this._class = _class;
}
public String getKey() {
return this.key;
}
public void setKey(String key) {
this.key = key;
}
public String getValue() {
return this.value;
}
public void setValue(String value) {
this.value = value;
}
}
@Override
public GetListNetBandResponse getInstance(UnmarshallerContext context) {
return GetListNetBandResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model/v20190627/GetOrganizationByQueryRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brinekingdom.model.v20190627;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class GetOrganizationByQueryRequest extends RpcAcsRequest<GetOrganizationByQueryResponse> {
private String division;
private String requireType;
private String orgName;
private Integer offset;
private String product2;
private Integer pageSize;
private String product1;
private Integer currentPage;
private Long id;
private String businessType;
private String order;
public GetOrganizationByQueryRequest() {
super("brinekingdom", "2019-06-27", "GetOrganizationByQuery");
setMethod(MethodType.POST);
}
public String getDivision() {
return this.division;
}
public void setDivision(String division) {
this.division = division;
if(division != null){
putQueryParameter("Division", division);
}
}
public String getRequireType() {
return this.requireType;
}
public void setRequireType(String requireType) {
this.requireType = requireType;
if(requireType != null){
putQueryParameter("RequireType", requireType);
}
}
public String getOrgName() {
return this.orgName;
}
public void setOrgName(String orgName) {
this.orgName = orgName;
if(orgName != null){
putQueryParameter("OrgName", orgName);
}
}
public Integer getOffset() {
return this.offset;
}
public void setOffset(Integer offset) {
this.offset = offset;
if(offset != null){
putQueryParameter("Offset", offset.toString());
}
}
public String getProduct2() {
return this.product2;
}
public void setProduct2(String product2) {
this.product2 = product2;
if(product2 != null){
putQueryParameter("Product2", product2);
}
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putQueryParameter("PageSize", pageSize.toString());
}
}
public String getProduct1() {
return this.product1;
}
public void setProduct1(String product1) {
this.product1 = product1;
if(product1 != null){
putQueryParameter("Product1", product1);
}
}
public Integer getCurrentPage() {
return this.currentPage;
}
public void setCurrentPage(Integer currentPage) {
this.currentPage = currentPage;
if(currentPage != null){
putQueryParameter("CurrentPage", currentPage.toString());
}
}
public Long getId() {
return this.id;
}
public void setId(Long id) {
this.id = id;
if(id != null){
putQueryParameter("Id", id.toString());
}
}
public String getBusinessType() {
return this.businessType;
}
public void setBusinessType(String businessType) {
this.businessType = businessType;
if(businessType != null){
putQueryParameter("BusinessType", businessType);
}
}
public String getOrder() {
return this.order;
}
public void setOrder(String order) {
this.order = order;
if(order != null){
putQueryParameter("Order", order);
}
}
@Override
public Class<GetOrganizationByQueryResponse> getResponseClass() {
return GetOrganizationByQueryResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model/v20190627/GetOrganizationByQueryResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brinekingdom.model.v20190627;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.brinekingdom.transform.v20190627.GetOrganizationByQueryResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetOrganizationByQueryResponse extends AcsResponse {
private String _class;
private String errorMessage;
private Boolean success;
private String resultCode;
private String requestId;
private List<Data> result;
public String get_Class() {
return this._class;
}
public void set_Class(String _class) {
this._class = _class;
}
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getResultCode() {
return this.resultCode;
}
public void setResultCode(String resultCode) {
this.resultCode = resultCode;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<Data> getResult() {
return this.result;
}
public void setResult(List<Data> result) {
this.result = result;
}
public static class Data {
private String businessType;
private String businessTypeName;
private String _class;
private String division;
private Long gmtCreate;
private Long gmtModified;
private Long id;
private String orgName;
private String orgRemark;
private String product1;
private String product1Name;
private String product2;
private String product2Name;
private String requireType;
private String requireTypeName;
public String getBusinessType() {
return this.businessType;
}
public void setBusinessType(String businessType) {
this.businessType = businessType;
}
public String getBusinessTypeName() {
return this.businessTypeName;
}
public void setBusinessTypeName(String businessTypeName) {
this.businessTypeName = businessTypeName;
}
public String get_Class() {
return this._class;
}
public void set_Class(String _class) {
this._class = _class;
}
public String getDivision() {
return this.division;
}
public void setDivision(String division) {
this.division = division;
}
public Long getGmtCreate() {
return this.gmtCreate;
}
public void setGmtCreate(Long gmtCreate) {
this.gmtCreate = gmtCreate;
}
public Long getGmtModified() {
return this.gmtModified;
}
public void setGmtModified(Long gmtModified) {
this.gmtModified = gmtModified;
}
public Long getId() {
return this.id;
}
public void setId(Long id) {
this.id = id;
}
public String getOrgName() {
return this.orgName;
}
public void setOrgName(String orgName) {
this.orgName = orgName;
}
public String getOrgRemark() {
return this.orgRemark;
}
public void setOrgRemark(String orgRemark) {
this.orgRemark = orgRemark;
}
public String getProduct1() {
return this.product1;
}
public void setProduct1(String product1) {
this.product1 = product1;
}
public String getProduct1Name() {
return this.product1Name;
}
public void setProduct1Name(String product1Name) {
this.product1Name = product1Name;
}
public String getProduct2() {
return this.product2;
}
public void setProduct2(String product2) {
this.product2 = product2;
}
public String getProduct2Name() {
return this.product2Name;
}
public void setProduct2Name(String product2Name) {
this.product2Name = product2Name;
}
public String getRequireType() {
return this.requireType;
}
public void setRequireType(String requireType) {
this.requireType = requireType;
}
public String getRequireTypeName() {
return this.requireTypeName;
}
public void setRequireTypeName(String requireTypeName) {
this.requireTypeName = requireTypeName;
}
}
@Override
public GetOrganizationByQueryResponse getInstance(UnmarshallerContext context) {
return GetOrganizationByQueryResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model/v20190627/GetPlanByIdRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brinekingdom.model.v20190627;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class GetPlanByIdRequest extends RpcAcsRequest<GetPlanByIdResponse> {
private Long id;
public GetPlanByIdRequest() {
super("brinekingdom", "2019-06-27", "GetPlanById");
setMethod(MethodType.POST);
}
public Long getId() {
return this.id;
}
public void setId(Long id) {
this.id = id;
if(id != null){
putQueryParameter("Id", id.toString());
}
}
@Override
public Class<GetPlanByIdResponse> getResponseClass() {
return GetPlanByIdResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model/v20190627/GetPlanByIdResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brinekingdom.model.v20190627;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.brinekingdom.transform.v20190627.GetPlanByIdResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetPlanByIdResponse extends AcsResponse {
private String errorMessage;
private Boolean success;
private String resultCode;
private String requestId;
private Result result;
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getResultCode() {
return this.resultCode;
}
public void setResultCode(String resultCode) {
this.resultCode = resultCode;
}
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 agreement;
private Integer allocateAmount;
private Long appGroupId;
private String appGroupName;
private Long applyType;
private String assetReceiver;
private String assetReceiverNick;
private Long autoLading;
private String azone;
private Integer benefitOld;
private String business;
private String businessEnName;
private String businessMode;
private String businessModeName;
private String businessName;
private String cbmDemander;
private String changeMsg;
private Long changeSuccess;
private String _class;
private String classZoneCode;
private String classZoneName;
private String cloudDeployProduct1;
private String cloudDeployProduct1Name;
private String cloudDeployProduct2;
private String cloudDeployProduct2Name;
private String cloudDeployProduct3;
private String cloudDeployProduct3Name;
private String cmC;
private String cmP;
private String cmU;
private String cmV;
private Long cnt;
private String cntString;
private String comment;
private String country;
private Long createTime;
private String creator;
private String creatorNic;
private Integer deliveryAmount;
private Integer effectStatus;
private Long expireDate;
private Long id;
private Long install;
private Long installId;
private String installName;
private Integer ladingQuantity;
private Long ladingStatus;
private Integer lineNumber;
private String logicZoneCode;
private String logicZoneName;
private String machineType;
private Long manufacturerBrand;
private String manufacturerBrandName;
private Long modelLoad;
private String modelLoadString;
private Boolean modify;
private String msg;
private Long nakedDelivery;
private String nakedDeliveryName;
private String netArch;
private String nic;
private Integer oldCnt;
private Long orderId;
private String orgKey;
private Long originId;
private Long osId;
private String osName;
private String outId;
private Integer pickAmount;
private Long pickOrderId;
private Long planType;
private String priority;
private String processId;
private String product1;
private String product1Name;
private String product2;
private String product2Name;
private String product3;
private String product3EnName;
private String product3Name;
private String projectCode;
private String projectName;
private String projectType;
private String projectTypeName;
private Long quotaPlanId;
private String region;
private String reportId;
private String requireType;
private String requireTypeName;
private String roomCode;
private String safeYear;
private String safeZoneCode;
private String safeZoneName;
private String scenario;
private String source;
private Long status;
private String statusName;
private String subordinateIndustryLine;
private String subordinateIndustryLineName;
private Long success;
private Long time;
private Long timeSpan;
private String timeString;
private Long updateTime;
private String updater;
private String updaterNic;
private Long version;
public String getAgreement() {
return this.agreement;
}
public void setAgreement(String agreement) {
this.agreement = agreement;
}
public Integer getAllocateAmount() {
return this.allocateAmount;
}
public void setAllocateAmount(Integer allocateAmount) {
this.allocateAmount = allocateAmount;
}
public Long getAppGroupId() {
return this.appGroupId;
}
public void setAppGroupId(Long appGroupId) {
this.appGroupId = appGroupId;
}
public String getAppGroupName() {
return this.appGroupName;
}
public void setAppGroupName(String appGroupName) {
this.appGroupName = appGroupName;
}
public Long getApplyType() {
return this.applyType;
}
public void setApplyType(Long applyType) {
this.applyType = applyType;
}
public String getAssetReceiver() {
return this.assetReceiver;
}
public void setAssetReceiver(String assetReceiver) {
this.assetReceiver = assetReceiver;
}
public String getAssetReceiverNick() {
return this.assetReceiverNick;
}
public void setAssetReceiverNick(String assetReceiverNick) {
this.assetReceiverNick = assetReceiverNick;
}
public Long getAutoLading() {
return this.autoLading;
}
public void setAutoLading(Long autoLading) {
this.autoLading = autoLading;
}
public String getAzone() {
return this.azone;
}
public void setAzone(String azone) {
this.azone = azone;
}
public Integer getBenefitOld() {
return this.benefitOld;
}
public void setBenefitOld(Integer benefitOld) {
this.benefitOld = benefitOld;
}
public String getBusiness() {
return this.business;
}
public void setBusiness(String business) {
this.business = business;
}
public String getBusinessEnName() {
return this.businessEnName;
}
public void setBusinessEnName(String businessEnName) {
this.businessEnName = businessEnName;
}
public String getBusinessMode() {
return this.businessMode;
}
public void setBusinessMode(String businessMode) {
this.businessMode = businessMode;
}
public String getBusinessModeName() {
return this.businessModeName;
}
public void setBusinessModeName(String businessModeName) {
this.businessModeName = businessModeName;
}
public String getBusinessName() {
return this.businessName;
}
public void setBusinessName(String businessName) {
this.businessName = businessName;
}
public String getCbmDemander() {
return this.cbmDemander;
}
public void setCbmDemander(String cbmDemander) {
this.cbmDemander = cbmDemander;
}
public String getChangeMsg() {
return this.changeMsg;
}
public void setChangeMsg(String changeMsg) {
this.changeMsg = changeMsg;
}
public Long getChangeSuccess() {
return this.changeSuccess;
}
public void setChangeSuccess(Long changeSuccess) {
this.changeSuccess = changeSuccess;
}
public String get_Class() {
return this._class;
}
public void set_Class(String _class) {
this._class = _class;
}
public String getClassZoneCode() {
return this.classZoneCode;
}
public void setClassZoneCode(String classZoneCode) {
this.classZoneCode = classZoneCode;
}
public String getClassZoneName() {
return this.classZoneName;
}
public void setClassZoneName(String classZoneName) {
this.classZoneName = classZoneName;
}
public String getCloudDeployProduct1() {
return this.cloudDeployProduct1;
}
public void setCloudDeployProduct1(String cloudDeployProduct1) {
this.cloudDeployProduct1 = cloudDeployProduct1;
}
public String getCloudDeployProduct1Name() {
return this.cloudDeployProduct1Name;
}
public void setCloudDeployProduct1Name(String cloudDeployProduct1Name) {
this.cloudDeployProduct1Name = cloudDeployProduct1Name;
}
public String getCloudDeployProduct2() {
return this.cloudDeployProduct2;
}
public void setCloudDeployProduct2(String cloudDeployProduct2) {
this.cloudDeployProduct2 = cloudDeployProduct2;
}
public String getCloudDeployProduct2Name() {
return this.cloudDeployProduct2Name;
}
public void setCloudDeployProduct2Name(String cloudDeployProduct2Name) {
this.cloudDeployProduct2Name = cloudDeployProduct2Name;
}
public String getCloudDeployProduct3() {
return this.cloudDeployProduct3;
}
public void setCloudDeployProduct3(String cloudDeployProduct3) {
this.cloudDeployProduct3 = cloudDeployProduct3;
}
public String getCloudDeployProduct3Name() {
return this.cloudDeployProduct3Name;
}
public void setCloudDeployProduct3Name(String cloudDeployProduct3Name) {
this.cloudDeployProduct3Name = cloudDeployProduct3Name;
}
public String getCmC() {
return this.cmC;
}
public void setCmC(String cmC) {
this.cmC = cmC;
}
public String getCmP() {
return this.cmP;
}
public void setCmP(String cmP) {
this.cmP = cmP;
}
public String getCmU() {
return this.cmU;
}
public void setCmU(String cmU) {
this.cmU = cmU;
}
public String getCmV() {
return this.cmV;
}
public void setCmV(String cmV) {
this.cmV = cmV;
}
public Long getCnt() {
return this.cnt;
}
public void setCnt(Long cnt) {
this.cnt = cnt;
}
public String getCntString() {
return this.cntString;
}
public void setCntString(String cntString) {
this.cntString = cntString;
}
public String getComment() {
return this.comment;
}
public void setComment(String comment) {
this.comment = comment;
}
public String getCountry() {
return this.country;
}
public void setCountry(String country) {
this.country = country;
}
public Long getCreateTime() {
return this.createTime;
}
public void setCreateTime(Long createTime) {
this.createTime = createTime;
}
public String getCreator() {
return this.creator;
}
public void setCreator(String creator) {
this.creator = creator;
}
public String getCreatorNic() {
return this.creatorNic;
}
public void setCreatorNic(String creatorNic) {
this.creatorNic = creatorNic;
}
public Integer getDeliveryAmount() {
return this.deliveryAmount;
}
public void setDeliveryAmount(Integer deliveryAmount) {
this.deliveryAmount = deliveryAmount;
}
public Integer getEffectStatus() {
return this.effectStatus;
}
public void setEffectStatus(Integer effectStatus) {
this.effectStatus = effectStatus;
}
public Long getExpireDate() {
return this.expireDate;
}
public void setExpireDate(Long expireDate) {
this.expireDate = expireDate;
}
public Long getId() {
return this.id;
}
public void setId(Long id) {
this.id = id;
}
public Long getInstall() {
return this.install;
}
public void setInstall(Long install) {
this.install = install;
}
public Long getInstallId() {
return this.installId;
}
public void setInstallId(Long installId) {
this.installId = installId;
}
public String getInstallName() {
return this.installName;
}
public void setInstallName(String installName) {
this.installName = installName;
}
public Integer getLadingQuantity() {
return this.ladingQuantity;
}
public void setLadingQuantity(Integer ladingQuantity) {
this.ladingQuantity = ladingQuantity;
}
public Long getLadingStatus() {
return this.ladingStatus;
}
public void setLadingStatus(Long ladingStatus) {
this.ladingStatus = ladingStatus;
}
public Integer getLineNumber() {
return this.lineNumber;
}
public void setLineNumber(Integer lineNumber) {
this.lineNumber = lineNumber;
}
public String getLogicZoneCode() {
return this.logicZoneCode;
}
public void setLogicZoneCode(String logicZoneCode) {
this.logicZoneCode = logicZoneCode;
}
public String getLogicZoneName() {
return this.logicZoneName;
}
public void setLogicZoneName(String logicZoneName) {
this.logicZoneName = logicZoneName;
}
public String getMachineType() {
return this.machineType;
}
public void setMachineType(String machineType) {
this.machineType = machineType;
}
public Long getManufacturerBrand() {
return this.manufacturerBrand;
}
public void setManufacturerBrand(Long manufacturerBrand) {
this.manufacturerBrand = manufacturerBrand;
}
public String getManufacturerBrandName() {
return this.manufacturerBrandName;
}
public void setManufacturerBrandName(String manufacturerBrandName) {
this.manufacturerBrandName = manufacturerBrandName;
}
public Long getModelLoad() {
return this.modelLoad;
}
public void setModelLoad(Long modelLoad) {
this.modelLoad = modelLoad;
}
public String getModelLoadString() {
return this.modelLoadString;
}
public void setModelLoadString(String modelLoadString) {
this.modelLoadString = modelLoadString;
}
public Boolean getModify() {
return this.modify;
}
public void setModify(Boolean modify) {
this.modify = modify;
}
public String getMsg() {
return this.msg;
}
public void setMsg(String msg) {
this.msg = msg;
}
public Long getNakedDelivery() {
return this.nakedDelivery;
}
public void setNakedDelivery(Long nakedDelivery) {
this.nakedDelivery = nakedDelivery;
}
public String getNakedDeliveryName() {
return this.nakedDeliveryName;
}
public void setNakedDeliveryName(String nakedDeliveryName) {
this.nakedDeliveryName = nakedDeliveryName;
}
public String getNetArch() {
return this.netArch;
}
public void setNetArch(String netArch) {
this.netArch = netArch;
}
public String getNic() {
return this.nic;
}
public void setNic(String nic) {
this.nic = nic;
}
public Integer getOldCnt() {
return this.oldCnt;
}
public void setOldCnt(Integer oldCnt) {
this.oldCnt = oldCnt;
}
public Long getOrderId() {
return this.orderId;
}
public void setOrderId(Long orderId) {
this.orderId = orderId;
}
public String getOrgKey() {
return this.orgKey;
}
public void setOrgKey(String orgKey) {
this.orgKey = orgKey;
}
public Long getOriginId() {
return this.originId;
}
public void setOriginId(Long originId) {
this.originId = originId;
}
public Long getOsId() {
return this.osId;
}
public void setOsId(Long osId) {
this.osId = osId;
}
public String getOsName() {
return this.osName;
}
public void setOsName(String osName) {
this.osName = osName;
}
public String getOutId() {
return this.outId;
}
public void setOutId(String outId) {
this.outId = outId;
}
public Integer getPickAmount() {
return this.pickAmount;
}
public void setPickAmount(Integer pickAmount) {
this.pickAmount = pickAmount;
}
public Long getPickOrderId() {
return this.pickOrderId;
}
public void setPickOrderId(Long pickOrderId) {
this.pickOrderId = pickOrderId;
}
public Long getPlanType() {
return this.planType;
}
public void setPlanType(Long planType) {
this.planType = planType;
}
public String getPriority() {
return this.priority;
}
public void setPriority(String priority) {
this.priority = priority;
}
public String getProcessId() {
return this.processId;
}
public void setProcessId(String processId) {
this.processId = processId;
}
public String getProduct1() {
return this.product1;
}
public void setProduct1(String product1) {
this.product1 = product1;
}
public String getProduct1Name() {
return this.product1Name;
}
public void setProduct1Name(String product1Name) {
this.product1Name = product1Name;
}
public String getProduct2() {
return this.product2;
}
public void setProduct2(String product2) {
this.product2 = product2;
}
public String getProduct2Name() {
return this.product2Name;
}
public void setProduct2Name(String product2Name) {
this.product2Name = product2Name;
}
public String getProduct3() {
return this.product3;
}
public void setProduct3(String product3) {
this.product3 = product3;
}
public String getProduct3EnName() {
return this.product3EnName;
}
public void setProduct3EnName(String product3EnName) {
this.product3EnName = product3EnName;
}
public String getProduct3Name() {
return this.product3Name;
}
public void setProduct3Name(String product3Name) {
this.product3Name = product3Name;
}
public String getProjectCode() {
return this.projectCode;
}
public void setProjectCode(String projectCode) {
this.projectCode = projectCode;
}
public String getProjectName() {
return this.projectName;
}
public void setProjectName(String projectName) {
this.projectName = projectName;
}
public String getProjectType() {
return this.projectType;
}
public void setProjectType(String projectType) {
this.projectType = projectType;
}
public String getProjectTypeName() {
return this.projectTypeName;
}
public void setProjectTypeName(String projectTypeName) {
this.projectTypeName = projectTypeName;
}
public Long getQuotaPlanId() {
return this.quotaPlanId;
}
public void setQuotaPlanId(Long quotaPlanId) {
this.quotaPlanId = quotaPlanId;
}
public String getRegion() {
return this.region;
}
public void setRegion(String region) {
this.region = region;
}
public String getReportId() {
return this.reportId;
}
public void setReportId(String reportId) {
this.reportId = reportId;
}
public String getRequireType() {
return this.requireType;
}
public void setRequireType(String requireType) {
this.requireType = requireType;
}
public String getRequireTypeName() {
return this.requireTypeName;
}
public void setRequireTypeName(String requireTypeName) {
this.requireTypeName = requireTypeName;
}
public String getRoomCode() {
return this.roomCode;
}
public void setRoomCode(String roomCode) {
this.roomCode = roomCode;
}
public String getSafeYear() {
return this.safeYear;
}
public void setSafeYear(String safeYear) {
this.safeYear = safeYear;
}
public String getSafeZoneCode() {
return this.safeZoneCode;
}
public void setSafeZoneCode(String safeZoneCode) {
this.safeZoneCode = safeZoneCode;
}
public String getSafeZoneName() {
return this.safeZoneName;
}
public void setSafeZoneName(String safeZoneName) {
this.safeZoneName = safeZoneName;
}
public String getScenario() {
return this.scenario;
}
public void setScenario(String scenario) {
this.scenario = scenario;
}
public String getSource() {
return this.source;
}
public void setSource(String source) {
this.source = source;
}
public Long getStatus() {
return this.status;
}
public void setStatus(Long status) {
this.status = status;
}
public String getStatusName() {
return this.statusName;
}
public void setStatusName(String statusName) {
this.statusName = statusName;
}
public String getSubordinateIndustryLine() {
return this.subordinateIndustryLine;
}
public void setSubordinateIndustryLine(String subordinateIndustryLine) {
this.subordinateIndustryLine = subordinateIndustryLine;
}
public String getSubordinateIndustryLineName() {
return this.subordinateIndustryLineName;
}
public void setSubordinateIndustryLineName(String subordinateIndustryLineName) {
this.subordinateIndustryLineName = subordinateIndustryLineName;
}
public Long getSuccess() {
return this.success;
}
public void setSuccess(Long success) {
this.success = success;
}
public Long getTime() {
return this.time;
}
public void setTime(Long time) {
this.time = time;
}
public Long getTimeSpan() {
return this.timeSpan;
}
public void setTimeSpan(Long timeSpan) {
this.timeSpan = timeSpan;
}
public String getTimeString() {
return this.timeString;
}
public void setTimeString(String timeString) {
this.timeString = timeString;
}
public Long getUpdateTime() {
return this.updateTime;
}
public void setUpdateTime(Long updateTime) {
this.updateTime = updateTime;
}
public String getUpdater() {
return this.updater;
}
public void setUpdater(String updater) {
this.updater = updater;
}
public String getUpdaterNic() {
return this.updaterNic;
}
public void setUpdaterNic(String updaterNic) {
this.updaterNic = updaterNic;
}
public Long getVersion() {
return this.version;
}
public void setVersion(Long version) {
this.version = version;
}
}
@Override
public GetPlanByIdResponse getInstance(UnmarshallerContext context) {
return GetPlanByIdResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model/v20190627/GetPlanListRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brinekingdom.model.v20190627;
import com.aliyuncs.RpcAcsRequest;
import java.util.List;
import com.google.gson.Gson;
import com.google.gson.annotations.SerializedName;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class GetPlanListRequest extends RpcAcsRequest<GetPlanListResponse> {
@SerializedName("statusList")
private List<Integer> statusList;
@SerializedName("orgNames")
private List<String> orgNames;
@SerializedName("dcosIds")
private List<Long> dcosIds;
private String classZoneCode;
private String nic;
private String logicZoneCode;
@SerializedName("product3List")
private List<String> product3List;
@SerializedName("originIds")
private List<Long> originIds;
private Boolean includeDeleted;
private String machineType;
private Boolean superManager;
private Integer nakedDelivery;
private Long pageSize;
@SerializedName("projectCodes")
private List<String> projectCodes;
private String countryType;
private String azone;
private String business;
private String netArch;
private Integer ladingStatus;
private Integer currentPage;
private String safeZoneCode;
private String dateStartStr;
@SerializedName("product1List")
private List<String> product1List;
@SerializedName("queryUsers")
private List<String> queryUsers;
private Integer changeSuccess;
private String requireType;
private Integer fromHistory;
private Integer success;
private String dateEndStr;
private String roomCode;
@SerializedName("outIds")
private List<String> outIds;
@SerializedName("product2List")
private List<String> product2List;
private String region;
public GetPlanListRequest() {
super("brinekingdom", "2019-06-27", "GetPlanList");
setMethod(MethodType.POST);
}
public List<Integer> getStatusList() {
return this.statusList;
}
public void setStatusList(List<Integer> statusList) {
this.statusList = statusList;
if (statusList != null) {
putQueryParameter("StatusList" , new Gson().toJson(statusList));
}
}
public List<String> getOrgNames() {
return this.orgNames;
}
public void setOrgNames(List<String> orgNames) {
this.orgNames = orgNames;
if (orgNames != null) {
putQueryParameter("OrgNames" , new Gson().toJson(orgNames));
}
}
public List<Long> getDcosIds() {
return this.dcosIds;
}
public void setDcosIds(List<Long> dcosIds) {
this.dcosIds = dcosIds;
if (dcosIds != null) {
putQueryParameter("DcosIds" , new Gson().toJson(dcosIds));
}
}
public String getClassZoneCode() {
return this.classZoneCode;
}
public void setClassZoneCode(String classZoneCode) {
this.classZoneCode = classZoneCode;
if(classZoneCode != null){
putQueryParameter("ClassZoneCode", classZoneCode);
}
}
public String getNic() {
return this.nic;
}
public void setNic(String nic) {
this.nic = nic;
if(nic != null){
putQueryParameter("Nic", nic);
}
}
public String getLogicZoneCode() {
return this.logicZoneCode;
}
public void setLogicZoneCode(String logicZoneCode) {
this.logicZoneCode = logicZoneCode;
if(logicZoneCode != null){
putQueryParameter("LogicZoneCode", logicZoneCode);
}
}
public List<String> getProduct3List() {
return this.product3List;
}
public void setProduct3List(List<String> product3List) {
this.product3List = product3List;
if (product3List != null) {
putQueryParameter("Product3List" , new Gson().toJson(product3List));
}
}
public List<Long> getOriginIds() {
return this.originIds;
}
public void setOriginIds(List<Long> originIds) {
this.originIds = originIds;
if (originIds != null) {
putQueryParameter("OriginIds" , new Gson().toJson(originIds));
}
}
public Boolean getIncludeDeleted() {
return this.includeDeleted;
}
public void setIncludeDeleted(Boolean includeDeleted) {
this.includeDeleted = includeDeleted;
if(includeDeleted != null){
putQueryParameter("IncludeDeleted", includeDeleted.toString());
}
}
public String getMachineType() {
return this.machineType;
}
public void setMachineType(String machineType) {
this.machineType = machineType;
if(machineType != null){
putQueryParameter("MachineType", machineType);
}
}
public Boolean getSuperManager() {
return this.superManager;
}
public void setSuperManager(Boolean superManager) {
this.superManager = superManager;
if(superManager != null){
putQueryParameter("SuperManager", superManager.toString());
}
}
public Integer getNakedDelivery() {
return this.nakedDelivery;
}
public void setNakedDelivery(Integer nakedDelivery) {
this.nakedDelivery = nakedDelivery;
if(nakedDelivery != null){
putQueryParameter("NakedDelivery", nakedDelivery.toString());
}
}
public Long getPageSize() {
return this.pageSize;
}
public void setPageSize(Long pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putQueryParameter("PageSize", pageSize.toString());
}
}
public List<String> getProjectCodes() {
return this.projectCodes;
}
public void setProjectCodes(List<String> projectCodes) {
this.projectCodes = projectCodes;
if (projectCodes != null) {
putQueryParameter("ProjectCodes" , new Gson().toJson(projectCodes));
}
}
public String getCountryType() {
return this.countryType;
}
public void setCountryType(String countryType) {
this.countryType = countryType;
if(countryType != null){
putQueryParameter("CountryType", countryType);
}
}
public String getAzone() {
return this.azone;
}
public void setAzone(String azone) {
this.azone = azone;
if(azone != null){
putQueryParameter("Azone", azone);
}
}
public String getBusiness() {
return this.business;
}
public void setBusiness(String business) {
this.business = business;
if(business != null){
putQueryParameter("Business", business);
}
}
public String getNetArch() {
return this.netArch;
}
public void setNetArch(String netArch) {
this.netArch = netArch;
if(netArch != null){
putQueryParameter("NetArch", netArch);
}
}
public Integer getLadingStatus() {
return this.ladingStatus;
}
public void setLadingStatus(Integer ladingStatus) {
this.ladingStatus = ladingStatus;
if(ladingStatus != null){
putQueryParameter("LadingStatus", ladingStatus.toString());
}
}
public Integer getCurrentPage() {
return this.currentPage;
}
public void setCurrentPage(Integer currentPage) {
this.currentPage = currentPage;
if(currentPage != null){
putQueryParameter("CurrentPage", currentPage.toString());
}
}
public String getSafeZoneCode() {
return this.safeZoneCode;
}
public void setSafeZoneCode(String safeZoneCode) {
this.safeZoneCode = safeZoneCode;
if(safeZoneCode != null){
putQueryParameter("SafeZoneCode", safeZoneCode);
}
}
public String getDateStartStr() {
return this.dateStartStr;
}
public void setDateStartStr(String dateStartStr) {
this.dateStartStr = dateStartStr;
if(dateStartStr != null){
putQueryParameter("DateStartStr", dateStartStr);
}
}
public List<String> getProduct1List() {
return this.product1List;
}
public void setProduct1List(List<String> product1List) {
this.product1List = product1List;
if (product1List != null) {
putQueryParameter("Product1List" , new Gson().toJson(product1List));
}
}
public List<String> getQueryUsers() {
return this.queryUsers;
}
public void setQueryUsers(List<String> queryUsers) {
this.queryUsers = queryUsers;
if (queryUsers != null) {
putQueryParameter("QueryUsers" , new Gson().toJson(queryUsers));
}
}
public Integer getChangeSuccess() {
return this.changeSuccess;
}
public void setChangeSuccess(Integer changeSuccess) {
this.changeSuccess = changeSuccess;
if(changeSuccess != null){
putQueryParameter("ChangeSuccess", changeSuccess.toString());
}
}
public String getRequireType() {
return this.requireType;
}
public void setRequireType(String requireType) {
this.requireType = requireType;
if(requireType != null){
putQueryParameter("RequireType", requireType);
}
}
public Integer getFromHistory() {
return this.fromHistory;
}
public void setFromHistory(Integer fromHistory) {
this.fromHistory = fromHistory;
if(fromHistory != null){
putQueryParameter("FromHistory", fromHistory.toString());
}
}
public Integer getSuccess() {
return this.success;
}
public void setSuccess(Integer success) {
this.success = success;
if(success != null){
putQueryParameter("Success", success.toString());
}
}
public String getDateEndStr() {
return this.dateEndStr;
}
public void setDateEndStr(String dateEndStr) {
this.dateEndStr = dateEndStr;
if(dateEndStr != null){
putQueryParameter("DateEndStr", dateEndStr);
}
}
public String getRoomCode() {
return this.roomCode;
}
public void setRoomCode(String roomCode) {
this.roomCode = roomCode;
if(roomCode != null){
putQueryParameter("RoomCode", roomCode);
}
}
public List<String> getOutIds() {
return this.outIds;
}
public void setOutIds(List<String> outIds) {
this.outIds = outIds;
if (outIds != null) {
putQueryParameter("OutIds" , new Gson().toJson(outIds));
}
}
public List<String> getProduct2List() {
return this.product2List;
}
public void setProduct2List(List<String> product2List) {
this.product2List = product2List;
if (product2List != null) {
putQueryParameter("Product2List" , new Gson().toJson(product2List));
}
}
public String getRegion() {
return this.region;
}
public void setRegion(String region) {
this.region = region;
if(region != null){
putQueryParameter("Region", region);
}
}
@Override
public Class<GetPlanListResponse> getResponseClass() {
return GetPlanListResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model/v20190627/GetPlanListResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brinekingdom.model.v20190627;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.brinekingdom.transform.v20190627.GetPlanListResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetPlanListResponse extends AcsResponse {
private String errorMessage;
private Boolean success;
private String resultCode;
private String requestId;
private Result result;
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getResultCode() {
return this.resultCode;
}
public void setResultCode(String resultCode) {
this.resultCode = resultCode;
}
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 Long currentPage;
private Long pageCount;
private Long pageSize;
private Long totalCount;
private List<DataListItem> dataList;
public Long getCurrentPage() {
return this.currentPage;
}
public void setCurrentPage(Long currentPage) {
this.currentPage = currentPage;
}
public Long getPageCount() {
return this.pageCount;
}
public void setPageCount(Long pageCount) {
this.pageCount = pageCount;
}
public Long getPageSize() {
return this.pageSize;
}
public void setPageSize(Long pageSize) {
this.pageSize = pageSize;
}
public Long getTotalCount() {
return this.totalCount;
}
public void setTotalCount(Long totalCount) {
this.totalCount = totalCount;
}
public List<DataListItem> getDataList() {
return this.dataList;
}
public void setDataList(List<DataListItem> dataList) {
this.dataList = dataList;
}
public static class DataListItem {
private String accessory;
private String agreement;
private Integer allocateAmount;
private Long appGroupId;
private String appGroupName;
private Long applyType;
private String assetReceiver;
private String assetReceiverNick;
private Integer autoLading;
private String azone;
private Integer benefitOld;
private String benefitOldName;
private String business;
private String businessEnName;
private String businessMode;
private String businessModeName;
private String businessName;
private String cbmDemander;
private String changeMsg;
private Long changeSuccess;
private String channelName1;
private String channelName2;
private String classZoneCode;
private String classZoneName;
private String cloudDeployProduct1;
private String cloudDeployProduct1Name;
private String cloudDeployProduct2;
private String cloudDeployProduct2Name;
private String cloudDeployProduct3;
private String cloudDeployProduct3Name;
private String cmC;
private String cmP;
private String cmU;
private String cmV;
private Long cnt;
private String cntString;
private String comment;
private String country;
private Long createTime;
private String creator;
private String creatorNic;
private Integer deliveryAmount;
private Integer effectStatus;
private Long expireDate;
private Long id;
private Long install;
private Long installId;
private String installName;
private String installStr;
private Integer ladingQuantity;
private Long ladingStatus;
private Integer lineNumber;
private String logicZoneCode;
private String logicZoneName;
private String machineType;
private Long manufacturerBrand;
private String manufacturerBrandName;
private Long modelLoad;
private String modelLoadString;
private Boolean modify;
private String msg;
private Long nakedDelivery;
private String nakedDeliveryName;
private String netArch;
private String nic;
private Integer oldCnt;
private Long orderId;
private String orgKey;
private Long originId;
private Long osId;
private String osName;
private String outId;
private Integer waitPickAmount;
private Integer pickAmount;
private Integer dcosPickAmount;
private Long pickOrderId;
private Long planType;
private String priority;
private String processId;
private String product1;
private String product1Name;
private String product2;
private String product2Name;
private String product3;
private String product3EnName;
private String product3Name;
private String projectCode;
private String projectName;
private String projectType;
private String projectTypeName;
private Long quotaPlanId;
private String region;
private String reportId;
private String requireType;
private String requireTypeName;
private String roomCode;
private String safeYear;
private String safeZoneCode;
private String safeZoneName;
private String scenario;
private String source;
private Long status;
private String statusName;
private String subordinateIndustryLine;
private String subordinateIndustryLineName;
private Long success;
private Long time;
private Long timeSpan;
private String timeString;
private Long updateTime;
private String updater;
private String updaterNic;
private Long version;
public String getAccessory() {
return this.accessory;
}
public void setAccessory(String accessory) {
this.accessory = accessory;
}
public String getAgreement() {
return this.agreement;
}
public void setAgreement(String agreement) {
this.agreement = agreement;
}
public Integer getAllocateAmount() {
return this.allocateAmount;
}
public void setAllocateAmount(Integer allocateAmount) {
this.allocateAmount = allocateAmount;
}
public Long getAppGroupId() {
return this.appGroupId;
}
public void setAppGroupId(Long appGroupId) {
this.appGroupId = appGroupId;
}
public String getAppGroupName() {
return this.appGroupName;
}
public void setAppGroupName(String appGroupName) {
this.appGroupName = appGroupName;
}
public Long getApplyType() {
return this.applyType;
}
public void setApplyType(Long applyType) {
this.applyType = applyType;
}
public String getAssetReceiver() {
return this.assetReceiver;
}
public void setAssetReceiver(String assetReceiver) {
this.assetReceiver = assetReceiver;
}
public String getAssetReceiverNick() {
return this.assetReceiverNick;
}
public void setAssetReceiverNick(String assetReceiverNick) {
this.assetReceiverNick = assetReceiverNick;
}
public Integer getAutoLading() {
return this.autoLading;
}
public void setAutoLading(Integer autoLading) {
this.autoLading = autoLading;
}
public String getAzone() {
return this.azone;
}
public void setAzone(String azone) {
this.azone = azone;
}
public Integer getBenefitOld() {
return this.benefitOld;
}
public void setBenefitOld(Integer benefitOld) {
this.benefitOld = benefitOld;
}
public String getBenefitOldName() {
return this.benefitOldName;
}
public void setBenefitOldName(String benefitOldName) {
this.benefitOldName = benefitOldName;
}
public String getBusiness() {
return this.business;
}
public void setBusiness(String business) {
this.business = business;
}
public String getBusinessEnName() {
return this.businessEnName;
}
public void setBusinessEnName(String businessEnName) {
this.businessEnName = businessEnName;
}
public String getBusinessMode() {
return this.businessMode;
}
public void setBusinessMode(String businessMode) {
this.businessMode = businessMode;
}
public String getBusinessModeName() {
return this.businessModeName;
}
public void setBusinessModeName(String businessModeName) {
this.businessModeName = businessModeName;
}
public String getBusinessName() {
return this.businessName;
}
public void setBusinessName(String businessName) {
this.businessName = businessName;
}
public String getCbmDemander() {
return this.cbmDemander;
}
public void setCbmDemander(String cbmDemander) {
this.cbmDemander = cbmDemander;
}
public String getChangeMsg() {
return this.changeMsg;
}
public void setChangeMsg(String changeMsg) {
this.changeMsg = changeMsg;
}
public Long getChangeSuccess() {
return this.changeSuccess;
}
public void setChangeSuccess(Long changeSuccess) {
this.changeSuccess = changeSuccess;
}
public String getChannelName1() {
return this.channelName1;
}
public void setChannelName1(String channelName1) {
this.channelName1 = channelName1;
}
public String getChannelName2() {
return this.channelName2;
}
public void setChannelName2(String channelName2) {
this.channelName2 = channelName2;
}
public String getClassZoneCode() {
return this.classZoneCode;
}
public void setClassZoneCode(String classZoneCode) {
this.classZoneCode = classZoneCode;
}
public String getClassZoneName() {
return this.classZoneName;
}
public void setClassZoneName(String classZoneName) {
this.classZoneName = classZoneName;
}
public String getCloudDeployProduct1() {
return this.cloudDeployProduct1;
}
public void setCloudDeployProduct1(String cloudDeployProduct1) {
this.cloudDeployProduct1 = cloudDeployProduct1;
}
public String getCloudDeployProduct1Name() {
return this.cloudDeployProduct1Name;
}
public void setCloudDeployProduct1Name(String cloudDeployProduct1Name) {
this.cloudDeployProduct1Name = cloudDeployProduct1Name;
}
public String getCloudDeployProduct2() {
return this.cloudDeployProduct2;
}
public void setCloudDeployProduct2(String cloudDeployProduct2) {
this.cloudDeployProduct2 = cloudDeployProduct2;
}
public String getCloudDeployProduct2Name() {
return this.cloudDeployProduct2Name;
}
public void setCloudDeployProduct2Name(String cloudDeployProduct2Name) {
this.cloudDeployProduct2Name = cloudDeployProduct2Name;
}
public String getCloudDeployProduct3() {
return this.cloudDeployProduct3;
}
public void setCloudDeployProduct3(String cloudDeployProduct3) {
this.cloudDeployProduct3 = cloudDeployProduct3;
}
public String getCloudDeployProduct3Name() {
return this.cloudDeployProduct3Name;
}
public void setCloudDeployProduct3Name(String cloudDeployProduct3Name) {
this.cloudDeployProduct3Name = cloudDeployProduct3Name;
}
public String getCmC() {
return this.cmC;
}
public void setCmC(String cmC) {
this.cmC = cmC;
}
public String getCmP() {
return this.cmP;
}
public void setCmP(String cmP) {
this.cmP = cmP;
}
public String getCmU() {
return this.cmU;
}
public void setCmU(String cmU) {
this.cmU = cmU;
}
public String getCmV() {
return this.cmV;
}
public void setCmV(String cmV) {
this.cmV = cmV;
}
public Long getCnt() {
return this.cnt;
}
public void setCnt(Long cnt) {
this.cnt = cnt;
}
public String getCntString() {
return this.cntString;
}
public void setCntString(String cntString) {
this.cntString = cntString;
}
public String getComment() {
return this.comment;
}
public void setComment(String comment) {
this.comment = comment;
}
public String getCountry() {
return this.country;
}
public void setCountry(String country) {
this.country = country;
}
public Long getCreateTime() {
return this.createTime;
}
public void setCreateTime(Long createTime) {
this.createTime = createTime;
}
public String getCreator() {
return this.creator;
}
public void setCreator(String creator) {
this.creator = creator;
}
public String getCreatorNic() {
return this.creatorNic;
}
public void setCreatorNic(String creatorNic) {
this.creatorNic = creatorNic;
}
public Integer getDeliveryAmount() {
return this.deliveryAmount;
}
public void setDeliveryAmount(Integer deliveryAmount) {
this.deliveryAmount = deliveryAmount;
}
public Integer getEffectStatus() {
return this.effectStatus;
}
public void setEffectStatus(Integer effectStatus) {
this.effectStatus = effectStatus;
}
public Long getExpireDate() {
return this.expireDate;
}
public void setExpireDate(Long expireDate) {
this.expireDate = expireDate;
}
public Long getId() {
return this.id;
}
public void setId(Long id) {
this.id = id;
}
public Long getInstall() {
return this.install;
}
public void setInstall(Long install) {
this.install = install;
}
public Long getInstallId() {
return this.installId;
}
public void setInstallId(Long installId) {
this.installId = installId;
}
public String getInstallName() {
return this.installName;
}
public void setInstallName(String installName) {
this.installName = installName;
}
public String getInstallStr() {
return this.installStr;
}
public void setInstallStr(String installStr) {
this.installStr = installStr;
}
public Integer getLadingQuantity() {
return this.ladingQuantity;
}
public void setLadingQuantity(Integer ladingQuantity) {
this.ladingQuantity = ladingQuantity;
}
public Long getLadingStatus() {
return this.ladingStatus;
}
public void setLadingStatus(Long ladingStatus) {
this.ladingStatus = ladingStatus;
}
public Integer getLineNumber() {
return this.lineNumber;
}
public void setLineNumber(Integer lineNumber) {
this.lineNumber = lineNumber;
}
public String getLogicZoneCode() {
return this.logicZoneCode;
}
public void setLogicZoneCode(String logicZoneCode) {
this.logicZoneCode = logicZoneCode;
}
public String getLogicZoneName() {
return this.logicZoneName;
}
public void setLogicZoneName(String logicZoneName) {
this.logicZoneName = logicZoneName;
}
public String getMachineType() {
return this.machineType;
}
public void setMachineType(String machineType) {
this.machineType = machineType;
}
public Long getManufacturerBrand() {
return this.manufacturerBrand;
}
public void setManufacturerBrand(Long manufacturerBrand) {
this.manufacturerBrand = manufacturerBrand;
}
public String getManufacturerBrandName() {
return this.manufacturerBrandName;
}
public void setManufacturerBrandName(String manufacturerBrandName) {
this.manufacturerBrandName = manufacturerBrandName;
}
public Long getModelLoad() {
return this.modelLoad;
}
public void setModelLoad(Long modelLoad) {
this.modelLoad = modelLoad;
}
public String getModelLoadString() {
return this.modelLoadString;
}
public void setModelLoadString(String modelLoadString) {
this.modelLoadString = modelLoadString;
}
public Boolean getModify() {
return this.modify;
}
public void setModify(Boolean modify) {
this.modify = modify;
}
public String getMsg() {
return this.msg;
}
public void setMsg(String msg) {
this.msg = msg;
}
public Long getNakedDelivery() {
return this.nakedDelivery;
}
public void setNakedDelivery(Long nakedDelivery) {
this.nakedDelivery = nakedDelivery;
}
public String getNakedDeliveryName() {
return this.nakedDeliveryName;
}
public void setNakedDeliveryName(String nakedDeliveryName) {
this.nakedDeliveryName = nakedDeliveryName;
}
public String getNetArch() {
return this.netArch;
}
public void setNetArch(String netArch) {
this.netArch = netArch;
}
public String getNic() {
return this.nic;
}
public void setNic(String nic) {
this.nic = nic;
}
public Integer getOldCnt() {
return this.oldCnt;
}
public void setOldCnt(Integer oldCnt) {
this.oldCnt = oldCnt;
}
public Long getOrderId() {
return this.orderId;
}
public void setOrderId(Long orderId) {
this.orderId = orderId;
}
public String getOrgKey() {
return this.orgKey;
}
public void setOrgKey(String orgKey) {
this.orgKey = orgKey;
}
public Long getOriginId() {
return this.originId;
}
public void setOriginId(Long originId) {
this.originId = originId;
}
public Long getOsId() {
return this.osId;
}
public void setOsId(Long osId) {
this.osId = osId;
}
public String getOsName() {
return this.osName;
}
public void setOsName(String osName) {
this.osName = osName;
}
public String getOutId() {
return this.outId;
}
public void setOutId(String outId) {
this.outId = outId;
}
public Integer getWaitPickAmount() {
return this.waitPickAmount;
}
public void setWaitPickAmount(Integer waitPickAmount) {
this.waitPickAmount = waitPickAmount;
}
public Integer getPickAmount() {
return this.pickAmount;
}
public void setPickAmount(Integer pickAmount) {
this.pickAmount = pickAmount;
}
public Integer getDcosPickAmount() {
return this.dcosPickAmount;
}
public void setDcosPickAmount(Integer dcosPickAmount) {
this.dcosPickAmount = dcosPickAmount;
}
public Long getPickOrderId() {
return this.pickOrderId;
}
public void setPickOrderId(Long pickOrderId) {
this.pickOrderId = pickOrderId;
}
public Long getPlanType() {
return this.planType;
}
public void setPlanType(Long planType) {
this.planType = planType;
}
public String getPriority() {
return this.priority;
}
public void setPriority(String priority) {
this.priority = priority;
}
public String getProcessId() {
return this.processId;
}
public void setProcessId(String processId) {
this.processId = processId;
}
public String getProduct1() {
return this.product1;
}
public void setProduct1(String product1) {
this.product1 = product1;
}
public String getProduct1Name() {
return this.product1Name;
}
public void setProduct1Name(String product1Name) {
this.product1Name = product1Name;
}
public String getProduct2() {
return this.product2;
}
public void setProduct2(String product2) {
this.product2 = product2;
}
public String getProduct2Name() {
return this.product2Name;
}
public void setProduct2Name(String product2Name) {
this.product2Name = product2Name;
}
public String getProduct3() {
return this.product3;
}
public void setProduct3(String product3) {
this.product3 = product3;
}
public String getProduct3EnName() {
return this.product3EnName;
}
public void setProduct3EnName(String product3EnName) {
this.product3EnName = product3EnName;
}
public String getProduct3Name() {
return this.product3Name;
}
public void setProduct3Name(String product3Name) {
this.product3Name = product3Name;
}
public String getProjectCode() {
return this.projectCode;
}
public void setProjectCode(String projectCode) {
this.projectCode = projectCode;
}
public String getProjectName() {
return this.projectName;
}
public void setProjectName(String projectName) {
this.projectName = projectName;
}
public String getProjectType() {
return this.projectType;
}
public void setProjectType(String projectType) {
this.projectType = projectType;
}
public String getProjectTypeName() {
return this.projectTypeName;
}
public void setProjectTypeName(String projectTypeName) {
this.projectTypeName = projectTypeName;
}
public Long getQuotaPlanId() {
return this.quotaPlanId;
}
public void setQuotaPlanId(Long quotaPlanId) {
this.quotaPlanId = quotaPlanId;
}
public String getRegion() {
return this.region;
}
public void setRegion(String region) {
this.region = region;
}
public String getReportId() {
return this.reportId;
}
public void setReportId(String reportId) {
this.reportId = reportId;
}
public String getRequireType() {
return this.requireType;
}
public void setRequireType(String requireType) {
this.requireType = requireType;
}
public String getRequireTypeName() {
return this.requireTypeName;
}
public void setRequireTypeName(String requireTypeName) {
this.requireTypeName = requireTypeName;
}
public String getRoomCode() {
return this.roomCode;
}
public void setRoomCode(String roomCode) {
this.roomCode = roomCode;
}
public String getSafeYear() {
return this.safeYear;
}
public void setSafeYear(String safeYear) {
this.safeYear = safeYear;
}
public String getSafeZoneCode() {
return this.safeZoneCode;
}
public void setSafeZoneCode(String safeZoneCode) {
this.safeZoneCode = safeZoneCode;
}
public String getSafeZoneName() {
return this.safeZoneName;
}
public void setSafeZoneName(String safeZoneName) {
this.safeZoneName = safeZoneName;
}
public String getScenario() {
return this.scenario;
}
public void setScenario(String scenario) {
this.scenario = scenario;
}
public String getSource() {
return this.source;
}
public void setSource(String source) {
this.source = source;
}
public Long getStatus() {
return this.status;
}
public void setStatus(Long status) {
this.status = status;
}
public String getStatusName() {
return this.statusName;
}
public void setStatusName(String statusName) {
this.statusName = statusName;
}
public String getSubordinateIndustryLine() {
return this.subordinateIndustryLine;
}
public void setSubordinateIndustryLine(String subordinateIndustryLine) {
this.subordinateIndustryLine = subordinateIndustryLine;
}
public String getSubordinateIndustryLineName() {
return this.subordinateIndustryLineName;
}
public void setSubordinateIndustryLineName(String subordinateIndustryLineName) {
this.subordinateIndustryLineName = subordinateIndustryLineName;
}
public Long getSuccess() {
return this.success;
}
public void setSuccess(Long success) {
this.success = success;
}
public Long getTime() {
return this.time;
}
public void setTime(Long time) {
this.time = time;
}
public Long getTimeSpan() {
return this.timeSpan;
}
public void setTimeSpan(Long timeSpan) {
this.timeSpan = timeSpan;
}
public String getTimeString() {
return this.timeString;
}
public void setTimeString(String timeString) {
this.timeString = timeString;
}
public Long getUpdateTime() {
return this.updateTime;
}
public void setUpdateTime(Long updateTime) {
this.updateTime = updateTime;
}
public String getUpdater() {
return this.updater;
}
public void setUpdater(String updater) {
this.updater = updater;
}
public String getUpdaterNic() {
return this.updaterNic;
}
public void setUpdaterNic(String updaterNic) {
this.updaterNic = updaterNic;
}
public Long getVersion() {
return this.version;
}
public void setVersion(Long version) {
this.version = version;
}
}
}
@Override
public GetPlanListResponse getInstance(UnmarshallerContext context) {
return GetPlanListResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model/v20190627/GetPlanListWithReverseRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brinekingdom.model.v20190627;
import com.aliyuncs.RpcAcsRequest;
import java.util.List;
import com.google.gson.Gson;
import com.google.gson.annotations.SerializedName;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class GetPlanListWithReverseRequest extends RpcAcsRequest<GetPlanListWithReverseResponse> {
private String fcstDate;
@SerializedName("dcosIds")
private List<Long> dcosIds;
@SerializedName("snList")
private List<String> snList;
private String product2;
private String product1;
private String nic;
private String product3;
private String machineType;
private Boolean countryNull;
private Integer diffStart;
private Integer downloadKey;
private String productGroup;
private String orgKey;
@SerializedName("businessTypeList")
private List<String> businessTypeList;
private String azone;
private String order;
private String currentUser;
private String cbmDemander;
private String agreement;
private Integer ladingStatus;
private Integer clickReverse;
@SerializedName("product1List")
private List<String> product1List;
private Integer fromHistory;
private Integer exclusiveStatus;
@SerializedName("prList")
private List<String> prList;
private Integer fisYear;
private Boolean fromSop;
@SerializedName("exclusiveProduct1ApproveList")
private List<String> exclusiveProduct1ApproveList;
private Integer status;
private Integer flag;
private String applyComment;
@SerializedName("statusList")
private List<Integer> statusList;
@SerializedName("requireTypeList")
private List<String> requireTypeList;
private Integer clickNewModify;
private Integer sumType;
private Boolean superManager;
private String dataType;
private Integer nakedDelivery;
private Integer pageSize;
private Boolean orgKeyNull;
private Integer clickModify;
@SerializedName("product2ApproveList")
private List<String> product2ApproveList;
private String creatorOrModifierEmpId;
private Integer diffEnd;
private String creator;
private String business;
private String quotaPlanCreatorOrModifierEmpId;
@SerializedName("roomCodeList")
private List<String> roomCodeList;
private Integer currentPage;
private String safeZoneCode;
@SerializedName("modelNameList")
private List<String> modelNameList;
@SerializedName("ladingIds")
private List<Long> ladingIds;
@SerializedName("queryUsers")
private List<String> queryUsers;
@SerializedName("poList")
private List<String> poList;
private Integer changeSuccess;
private String processId;
private String customerCode;
private String fcstVersion;
private String classZoneCode;
private String azEnName;
private String logicZoneCode;
private Integer excelStatus;
private String source;
private Integer planType;
@SerializedName("ladingOrderIds")
private List<Long> ladingOrderIds;
private Boolean includeDeleted;
@SerializedName("exclusiveBusinessTypeList")
private List<String> exclusiveBusinessTypeList;
private String picker;
@SerializedName("projectCodes")
private List<String> projectCodes;
private Integer approveApplyType;
private String productRegion;
private String netArch;
private Integer offset;
private Integer level;
private String manufacturerBrand;
private Integer timeSpan;
private Integer exportFromApprove;
private String requireType;
private Integer success;
private String regionEnName;
private String approveProduct2;
@SerializedName("product2List")
private List<String> product2List;
@SerializedName("outIds")
private List<String> outIds;
private String region;
private String subordinateIndustryLine;
@SerializedName("orgNames")
private List<String> orgNames;
@SerializedName("exclusiveStatusList")
private List<Integer> exclusiveStatusList;
@SerializedName("product3List")
private List<String> product3List;
@SerializedName("originIds")
private List<Long> originIds;
private Boolean pureAllocate;
private String updater;
private Integer versionId;
private String channelType;
private String projectType;
private String countryType;
private String productSu;
private String productCluster;
private Boolean robotOrHuman;
private Integer rdsRoomType;
private Boolean cntEffective;
private String workNo;
private Integer clickNewReverse;
@SerializedName("sourceList")
private List<String> sourceList;
@SerializedName("regionList")
private List<String> regionList;
private String roomCode;
@SerializedName("ladingStatusList")
private List<Integer> ladingStatusList;
private Integer applyType;
public GetPlanListWithReverseRequest() {
super("brinekingdom", "2019-06-27", "GetPlanListWithReverse");
setMethod(MethodType.POST);
}
public String getFcstDate() {
return this.fcstDate;
}
public void setFcstDate(String fcstDate) {
this.fcstDate = fcstDate;
if(fcstDate != null){
putQueryParameter("FcstDate", fcstDate);
}
}
public List<Long> getDcosIds() {
return this.dcosIds;
}
public void setDcosIds(List<Long> dcosIds) {
this.dcosIds = dcosIds;
if (dcosIds != null) {
putQueryParameter("DcosIds" , new Gson().toJson(dcosIds));
}
}
public List<String> getSnList() {
return this.snList;
}
public void setSnList(List<String> snList) {
this.snList = snList;
if (snList != null) {
putQueryParameter("SnList" , new Gson().toJson(snList));
}
}
public String getProduct2() {
return this.product2;
}
public void setProduct2(String product2) {
this.product2 = product2;
if(product2 != null){
putQueryParameter("Product2", product2);
}
}
public String getProduct1() {
return this.product1;
}
public void setProduct1(String product1) {
this.product1 = product1;
if(product1 != null){
putQueryParameter("Product1", product1);
}
}
public String getNic() {
return this.nic;
}
public void setNic(String nic) {
this.nic = nic;
if(nic != null){
putQueryParameter("Nic", nic);
}
}
public String getProduct3() {
return this.product3;
}
public void setProduct3(String product3) {
this.product3 = product3;
if(product3 != null){
putQueryParameter("Product3", product3);
}
}
public String getMachineType() {
return this.machineType;
}
public void setMachineType(String machineType) {
this.machineType = machineType;
if(machineType != null){
putQueryParameter("MachineType", machineType);
}
}
public Boolean getCountryNull() {
return this.countryNull;
}
public void setCountryNull(Boolean countryNull) {
this.countryNull = countryNull;
if(countryNull != null){
putQueryParameter("CountryNull", countryNull.toString());
}
}
public Integer getDiffStart() {
return this.diffStart;
}
public void setDiffStart(Integer diffStart) {
this.diffStart = diffStart;
if(diffStart != null){
putQueryParameter("DiffStart", diffStart.toString());
}
}
public Integer getDownloadKey() {
return this.downloadKey;
}
public void setDownloadKey(Integer downloadKey) {
this.downloadKey = downloadKey;
if(downloadKey != null){
putQueryParameter("DownloadKey", downloadKey.toString());
}
}
public String getProductGroup() {
return this.productGroup;
}
public void setProductGroup(String productGroup) {
this.productGroup = productGroup;
if(productGroup != null){
putQueryParameter("ProductGroup", productGroup);
}
}
public String getOrgKey() {
return this.orgKey;
}
public void setOrgKey(String orgKey) {
this.orgKey = orgKey;
if(orgKey != null){
putQueryParameter("OrgKey", orgKey);
}
}
public List<String> getBusinessTypeList() {
return this.businessTypeList;
}
public void setBusinessTypeList(List<String> businessTypeList) {
this.businessTypeList = businessTypeList;
if (businessTypeList != null) {
putQueryParameter("BusinessTypeList" , new Gson().toJson(businessTypeList));
}
}
public String getAzone() {
return this.azone;
}
public void setAzone(String azone) {
this.azone = azone;
if(azone != null){
putQueryParameter("Azone", azone);
}
}
public String getOrder() {
return this.order;
}
public void setOrder(String order) {
this.order = order;
if(order != null){
putQueryParameter("Order", order);
}
}
public String getCurrentUser() {
return this.currentUser;
}
public void setCurrentUser(String currentUser) {
this.currentUser = currentUser;
if(currentUser != null){
putQueryParameter("CurrentUser", currentUser);
}
}
public String getCbmDemander() {
return this.cbmDemander;
}
public void setCbmDemander(String cbmDemander) {
this.cbmDemander = cbmDemander;
if(cbmDemander != null){
putQueryParameter("CbmDemander", cbmDemander);
}
}
public String getAgreement() {
return this.agreement;
}
public void setAgreement(String agreement) {
this.agreement = agreement;
if(agreement != null){
putQueryParameter("Agreement", agreement);
}
}
public Integer getLadingStatus() {
return this.ladingStatus;
}
public void setLadingStatus(Integer ladingStatus) {
this.ladingStatus = ladingStatus;
if(ladingStatus != null){
putQueryParameter("LadingStatus", ladingStatus.toString());
}
}
public Integer getClickReverse() {
return this.clickReverse;
}
public void setClickReverse(Integer clickReverse) {
this.clickReverse = clickReverse;
if(clickReverse != null){
putQueryParameter("ClickReverse", clickReverse.toString());
}
}
public List<String> getProduct1List() {
return this.product1List;
}
public void setProduct1List(List<String> product1List) {
this.product1List = product1List;
if (product1List != null) {
putQueryParameter("Product1List" , new Gson().toJson(product1List));
}
}
public Integer getFromHistory() {
return this.fromHistory;
}
public void setFromHistory(Integer fromHistory) {
this.fromHistory = fromHistory;
if(fromHistory != null){
putQueryParameter("FromHistory", fromHistory.toString());
}
}
public Integer getExclusiveStatus() {
return this.exclusiveStatus;
}
public void setExclusiveStatus(Integer exclusiveStatus) {
this.exclusiveStatus = exclusiveStatus;
if(exclusiveStatus != null){
putQueryParameter("ExclusiveStatus", exclusiveStatus.toString());
}
}
public List<String> getPrList() {
return this.prList;
}
public void setPrList(List<String> prList) {
this.prList = prList;
if (prList != null) {
putQueryParameter("PrList" , new Gson().toJson(prList));
}
}
public Integer getFisYear() {
return this.fisYear;
}
public void setFisYear(Integer fisYear) {
this.fisYear = fisYear;
if(fisYear != null){
putQueryParameter("FisYear", fisYear.toString());
}
}
public Boolean getFromSop() {
return this.fromSop;
}
public void setFromSop(Boolean fromSop) {
this.fromSop = fromSop;
if(fromSop != null){
putQueryParameter("FromSop", fromSop.toString());
}
}
public List<String> getExclusiveProduct1ApproveList() {
return this.exclusiveProduct1ApproveList;
}
public void setExclusiveProduct1ApproveList(List<String> exclusiveProduct1ApproveList) {
this.exclusiveProduct1ApproveList = exclusiveProduct1ApproveList;
if (exclusiveProduct1ApproveList != null) {
putQueryParameter("ExclusiveProduct1ApproveList" , new Gson().toJson(exclusiveProduct1ApproveList));
}
}
public Integer getStatus() {
return this.status;
}
public void setStatus(Integer status) {
this.status = status;
if(status != null){
putQueryParameter("Status", status.toString());
}
}
public Integer getFlag() {
return this.flag;
}
public void setFlag(Integer flag) {
this.flag = flag;
if(flag != null){
putQueryParameter("Flag", flag.toString());
}
}
public String getApplyComment() {
return this.applyComment;
}
public void setApplyComment(String applyComment) {
this.applyComment = applyComment;
if(applyComment != null){
putQueryParameter("ApplyComment", applyComment);
}
}
public List<Integer> getStatusList() {
return this.statusList;
}
public void setStatusList(List<Integer> statusList) {
this.statusList = statusList;
if (statusList != null) {
putQueryParameter("StatusList" , new Gson().toJson(statusList));
}
}
public List<String> getRequireTypeList() {
return this.requireTypeList;
}
public void setRequireTypeList(List<String> requireTypeList) {
this.requireTypeList = requireTypeList;
if (requireTypeList != null) {
putQueryParameter("RequireTypeList" , new Gson().toJson(requireTypeList));
}
}
public Integer getClickNewModify() {
return this.clickNewModify;
}
public void setClickNewModify(Integer clickNewModify) {
this.clickNewModify = clickNewModify;
if(clickNewModify != null){
putQueryParameter("ClickNewModify", clickNewModify.toString());
}
}
public Integer getSumType() {
return this.sumType;
}
public void setSumType(Integer sumType) {
this.sumType = sumType;
if(sumType != null){
putQueryParameter("SumType", sumType.toString());
}
}
public Boolean getSuperManager() {
return this.superManager;
}
public void setSuperManager(Boolean superManager) {
this.superManager = superManager;
if(superManager != null){
putQueryParameter("SuperManager", superManager.toString());
}
}
public String getDataType() {
return this.dataType;
}
public void setDataType(String dataType) {
this.dataType = dataType;
if(dataType != null){
putQueryParameter("DataType", dataType);
}
}
public Integer getNakedDelivery() {
return this.nakedDelivery;
}
public void setNakedDelivery(Integer nakedDelivery) {
this.nakedDelivery = nakedDelivery;
if(nakedDelivery != null){
putQueryParameter("NakedDelivery", nakedDelivery.toString());
}
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putQueryParameter("PageSize", pageSize.toString());
}
}
public Boolean getOrgKeyNull() {
return this.orgKeyNull;
}
public void setOrgKeyNull(Boolean orgKeyNull) {
this.orgKeyNull = orgKeyNull;
if(orgKeyNull != null){
putQueryParameter("OrgKeyNull", orgKeyNull.toString());
}
}
public Integer getClickModify() {
return this.clickModify;
}
public void setClickModify(Integer clickModify) {
this.clickModify = clickModify;
if(clickModify != null){
putQueryParameter("ClickModify", clickModify.toString());
}
}
public List<String> getProduct2ApproveList() {
return this.product2ApproveList;
}
public void setProduct2ApproveList(List<String> product2ApproveList) {
this.product2ApproveList = product2ApproveList;
if (product2ApproveList != null) {
putQueryParameter("Product2ApproveList" , new Gson().toJson(product2ApproveList));
}
}
public String getCreatorOrModifierEmpId() {
return this.creatorOrModifierEmpId;
}
public void setCreatorOrModifierEmpId(String creatorOrModifierEmpId) {
this.creatorOrModifierEmpId = creatorOrModifierEmpId;
if(creatorOrModifierEmpId != null){
putQueryParameter("CreatorOrModifierEmpId", creatorOrModifierEmpId);
}
}
public Integer getDiffEnd() {
return this.diffEnd;
}
public void setDiffEnd(Integer diffEnd) {
this.diffEnd = diffEnd;
if(diffEnd != null){
putQueryParameter("DiffEnd", diffEnd.toString());
}
}
public String getCreator() {
return this.creator;
}
public void setCreator(String creator) {
this.creator = creator;
if(creator != null){
putQueryParameter("Creator", creator);
}
}
public String getBusiness() {
return this.business;
}
public void setBusiness(String business) {
this.business = business;
if(business != null){
putQueryParameter("Business", business);
}
}
public String getQuotaPlanCreatorOrModifierEmpId() {
return this.quotaPlanCreatorOrModifierEmpId;
}
public void setQuotaPlanCreatorOrModifierEmpId(String quotaPlanCreatorOrModifierEmpId) {
this.quotaPlanCreatorOrModifierEmpId = quotaPlanCreatorOrModifierEmpId;
if(quotaPlanCreatorOrModifierEmpId != null){
putQueryParameter("QuotaPlanCreatorOrModifierEmpId", quotaPlanCreatorOrModifierEmpId);
}
}
public List<String> getRoomCodeList() {
return this.roomCodeList;
}
public void setRoomCodeList(List<String> roomCodeList) {
this.roomCodeList = roomCodeList;
if (roomCodeList != null) {
putQueryParameter("RoomCodeList" , new Gson().toJson(roomCodeList));
}
}
public Integer getCurrentPage() {
return this.currentPage;
}
public void setCurrentPage(Integer currentPage) {
this.currentPage = currentPage;
if(currentPage != null){
putQueryParameter("CurrentPage", currentPage.toString());
}
}
public String getSafeZoneCode() {
return this.safeZoneCode;
}
public void setSafeZoneCode(String safeZoneCode) {
this.safeZoneCode = safeZoneCode;
if(safeZoneCode != null){
putQueryParameter("SafeZoneCode", safeZoneCode);
}
}
public List<String> getModelNameList() {
return this.modelNameList;
}
public void setModelNameList(List<String> modelNameList) {
this.modelNameList = modelNameList;
if (modelNameList != null) {
putQueryParameter("ModelNameList" , new Gson().toJson(modelNameList));
}
}
public List<Long> getLadingIds() {
return this.ladingIds;
}
public void setLadingIds(List<Long> ladingIds) {
this.ladingIds = ladingIds;
if (ladingIds != null) {
putQueryParameter("LadingIds" , new Gson().toJson(ladingIds));
}
}
public List<String> getQueryUsers() {
return this.queryUsers;
}
public void setQueryUsers(List<String> queryUsers) {
this.queryUsers = queryUsers;
if (queryUsers != null) {
putQueryParameter("QueryUsers" , new Gson().toJson(queryUsers));
}
}
public List<String> getPoList() {
return this.poList;
}
public void setPoList(List<String> poList) {
this.poList = poList;
if (poList != null) {
putQueryParameter("PoList" , new Gson().toJson(poList));
}
}
public Integer getChangeSuccess() {
return this.changeSuccess;
}
public void setChangeSuccess(Integer changeSuccess) {
this.changeSuccess = changeSuccess;
if(changeSuccess != null){
putQueryParameter("ChangeSuccess", changeSuccess.toString());
}
}
public String getProcessId() {
return this.processId;
}
public void setProcessId(String processId) {
this.processId = processId;
if(processId != null){
putQueryParameter("ProcessId", processId);
}
}
public String getCustomerCode() {
return this.customerCode;
}
public void setCustomerCode(String customerCode) {
this.customerCode = customerCode;
if(customerCode != null){
putQueryParameter("CustomerCode", customerCode);
}
}
public String getFcstVersion() {
return this.fcstVersion;
}
public void setFcstVersion(String fcstVersion) {
this.fcstVersion = fcstVersion;
if(fcstVersion != null){
putQueryParameter("FcstVersion", fcstVersion);
}
}
public String getClassZoneCode() {
return this.classZoneCode;
}
public void setClassZoneCode(String classZoneCode) {
this.classZoneCode = classZoneCode;
if(classZoneCode != null){
putQueryParameter("ClassZoneCode", classZoneCode);
}
}
public String getAzEnName() {
return this.azEnName;
}
public void setAzEnName(String azEnName) {
this.azEnName = azEnName;
if(azEnName != null){
putQueryParameter("AzEnName", azEnName);
}
}
public String getLogicZoneCode() {
return this.logicZoneCode;
}
public void setLogicZoneCode(String logicZoneCode) {
this.logicZoneCode = logicZoneCode;
if(logicZoneCode != null){
putQueryParameter("LogicZoneCode", logicZoneCode);
}
}
public Integer getExcelStatus() {
return this.excelStatus;
}
public void setExcelStatus(Integer excelStatus) {
this.excelStatus = excelStatus;
if(excelStatus != null){
putQueryParameter("ExcelStatus", excelStatus.toString());
}
}
public String getSource() {
return this.source;
}
public void setSource(String source) {
this.source = source;
if(source != null){
putQueryParameter("Source", source);
}
}
public Integer getPlanType() {
return this.planType;
}
public void setPlanType(Integer planType) {
this.planType = planType;
if(planType != null){
putQueryParameter("PlanType", planType.toString());
}
}
public List<Long> getLadingOrderIds() {
return this.ladingOrderIds;
}
public void setLadingOrderIds(List<Long> ladingOrderIds) {
this.ladingOrderIds = ladingOrderIds;
if (ladingOrderIds != null) {
putQueryParameter("LadingOrderIds" , new Gson().toJson(ladingOrderIds));
}
}
public Boolean getIncludeDeleted() {
return this.includeDeleted;
}
public void setIncludeDeleted(Boolean includeDeleted) {
this.includeDeleted = includeDeleted;
if(includeDeleted != null){
putQueryParameter("IncludeDeleted", includeDeleted.toString());
}
}
public List<String> getExclusiveBusinessTypeList() {
return this.exclusiveBusinessTypeList;
}
public void setExclusiveBusinessTypeList(List<String> exclusiveBusinessTypeList) {
this.exclusiveBusinessTypeList = exclusiveBusinessTypeList;
if (exclusiveBusinessTypeList != null) {
putQueryParameter("ExclusiveBusinessTypeList" , new Gson().toJson(exclusiveBusinessTypeList));
}
}
public String getPicker() {
return this.picker;
}
public void setPicker(String picker) {
this.picker = picker;
if(picker != null){
putQueryParameter("Picker", picker);
}
}
public List<String> getProjectCodes() {
return this.projectCodes;
}
public void setProjectCodes(List<String> projectCodes) {
this.projectCodes = projectCodes;
if (projectCodes != null) {
putQueryParameter("ProjectCodes" , new Gson().toJson(projectCodes));
}
}
public Integer getApproveApplyType() {
return this.approveApplyType;
}
public void setApproveApplyType(Integer approveApplyType) {
this.approveApplyType = approveApplyType;
if(approveApplyType != null){
putQueryParameter("ApproveApplyType", approveApplyType.toString());
}
}
public String getProductRegion() {
return this.productRegion;
}
public void setProductRegion(String productRegion) {
this.productRegion = productRegion;
if(productRegion != null){
putQueryParameter("ProductRegion", productRegion);
}
}
public String getNetArch() {
return this.netArch;
}
public void setNetArch(String netArch) {
this.netArch = netArch;
if(netArch != null){
putQueryParameter("NetArch", netArch);
}
}
public Integer getOffset() {
return this.offset;
}
public void setOffset(Integer offset) {
this.offset = offset;
if(offset != null){
putQueryParameter("Offset", offset.toString());
}
}
public Integer getLevel() {
return this.level;
}
public void setLevel(Integer level) {
this.level = level;
if(level != null){
putQueryParameter("Level", level.toString());
}
}
public String getManufacturerBrand() {
return this.manufacturerBrand;
}
public void setManufacturerBrand(String manufacturerBrand) {
this.manufacturerBrand = manufacturerBrand;
if(manufacturerBrand != null){
putQueryParameter("ManufacturerBrand", manufacturerBrand);
}
}
public Integer getTimeSpan() {
return this.timeSpan;
}
public void setTimeSpan(Integer timeSpan) {
this.timeSpan = timeSpan;
if(timeSpan != null){
putQueryParameter("TimeSpan", timeSpan.toString());
}
}
public Integer getExportFromApprove() {
return this.exportFromApprove;
}
public void setExportFromApprove(Integer exportFromApprove) {
this.exportFromApprove = exportFromApprove;
if(exportFromApprove != null){
putQueryParameter("ExportFromApprove", exportFromApprove.toString());
}
}
public String getRequireType() {
return this.requireType;
}
public void setRequireType(String requireType) {
this.requireType = requireType;
if(requireType != null){
putQueryParameter("RequireType", requireType);
}
}
public Integer getSuccess() {
return this.success;
}
public void setSuccess(Integer success) {
this.success = success;
if(success != null){
putQueryParameter("Success", success.toString());
}
}
public String getRegionEnName() {
return this.regionEnName;
}
public void setRegionEnName(String regionEnName) {
this.regionEnName = regionEnName;
if(regionEnName != null){
putQueryParameter("RegionEnName", regionEnName);
}
}
public String getApproveProduct2() {
return this.approveProduct2;
}
public void setApproveProduct2(String approveProduct2) {
this.approveProduct2 = approveProduct2;
if(approveProduct2 != null){
putQueryParameter("ApproveProduct2", approveProduct2);
}
}
public List<String> getProduct2List() {
return this.product2List;
}
public void setProduct2List(List<String> product2List) {
this.product2List = product2List;
if (product2List != null) {
putQueryParameter("Product2List" , new Gson().toJson(product2List));
}
}
public List<String> getOutIds() {
return this.outIds;
}
public void setOutIds(List<String> outIds) {
this.outIds = outIds;
if (outIds != null) {
putQueryParameter("OutIds" , new Gson().toJson(outIds));
}
}
public String getRegion() {
return this.region;
}
public void setRegion(String region) {
this.region = region;
if(region != null){
putQueryParameter("Region", region);
}
}
public String getSubordinateIndustryLine() {
return this.subordinateIndustryLine;
}
public void setSubordinateIndustryLine(String subordinateIndustryLine) {
this.subordinateIndustryLine = subordinateIndustryLine;
if(subordinateIndustryLine != null){
putQueryParameter("SubordinateIndustryLine", subordinateIndustryLine);
}
}
public List<String> getOrgNames() {
return this.orgNames;
}
public void setOrgNames(List<String> orgNames) {
this.orgNames = orgNames;
if (orgNames != null) {
putQueryParameter("OrgNames" , new Gson().toJson(orgNames));
}
}
public List<Integer> getExclusiveStatusList() {
return this.exclusiveStatusList;
}
public void setExclusiveStatusList(List<Integer> exclusiveStatusList) {
this.exclusiveStatusList = exclusiveStatusList;
if (exclusiveStatusList != null) {
putQueryParameter("ExclusiveStatusList" , new Gson().toJson(exclusiveStatusList));
}
}
public List<String> getProduct3List() {
return this.product3List;
}
public void setProduct3List(List<String> product3List) {
this.product3List = product3List;
if (product3List != null) {
putQueryParameter("Product3List" , new Gson().toJson(product3List));
}
}
public List<Long> getOriginIds() {
return this.originIds;
}
public void setOriginIds(List<Long> originIds) {
this.originIds = originIds;
if (originIds != null) {
putQueryParameter("OriginIds" , new Gson().toJson(originIds));
}
}
public Boolean getPureAllocate() {
return this.pureAllocate;
}
public void setPureAllocate(Boolean pureAllocate) {
this.pureAllocate = pureAllocate;
if(pureAllocate != null){
putQueryParameter("PureAllocate", pureAllocate.toString());
}
}
public String getUpdater() {
return this.updater;
}
public void setUpdater(String updater) {
this.updater = updater;
if(updater != null){
putQueryParameter("Updater", updater);
}
}
public Integer getVersionId() {
return this.versionId;
}
public void setVersionId(Integer versionId) {
this.versionId = versionId;
if(versionId != null){
putQueryParameter("VersionId", versionId.toString());
}
}
public String getChannelType() {
return this.channelType;
}
public void setChannelType(String channelType) {
this.channelType = channelType;
if(channelType != null){
putQueryParameter("ChannelType", channelType);
}
}
public String getProjectType() {
return this.projectType;
}
public void setProjectType(String projectType) {
this.projectType = projectType;
if(projectType != null){
putQueryParameter("ProjectType", projectType);
}
}
public String getCountryType() {
return this.countryType;
}
public void setCountryType(String countryType) {
this.countryType = countryType;
if(countryType != null){
putQueryParameter("CountryType", countryType);
}
}
public String getProductSu() {
return this.productSu;
}
public void setProductSu(String productSu) {
this.productSu = productSu;
if(productSu != null){
putQueryParameter("ProductSu", productSu);
}
}
public String getProductCluster() {
return this.productCluster;
}
public void setProductCluster(String productCluster) {
this.productCluster = productCluster;
if(productCluster != null){
putQueryParameter("ProductCluster", productCluster);
}
}
public Boolean getRobotOrHuman() {
return this.robotOrHuman;
}
public void setRobotOrHuman(Boolean robotOrHuman) {
this.robotOrHuman = robotOrHuman;
if(robotOrHuman != null){
putQueryParameter("RobotOrHuman", robotOrHuman.toString());
}
}
public Integer getRdsRoomType() {
return this.rdsRoomType;
}
public void setRdsRoomType(Integer rdsRoomType) {
this.rdsRoomType = rdsRoomType;
if(rdsRoomType != null){
putQueryParameter("RdsRoomType", rdsRoomType.toString());
}
}
public Boolean getCntEffective() {
return this.cntEffective;
}
public void setCntEffective(Boolean cntEffective) {
this.cntEffective = cntEffective;
if(cntEffective != null){
putQueryParameter("CntEffective", cntEffective.toString());
}
}
public String getWorkNo() {
return this.workNo;
}
public void setWorkNo(String workNo) {
this.workNo = workNo;
if(workNo != null){
putQueryParameter("WorkNo", workNo);
}
}
public Integer getClickNewReverse() {
return this.clickNewReverse;
}
public void setClickNewReverse(Integer clickNewReverse) {
this.clickNewReverse = clickNewReverse;
if(clickNewReverse != null){
putQueryParameter("ClickNewReverse", clickNewReverse.toString());
}
}
public List<String> getSourceList() {
return this.sourceList;
}
public void setSourceList(List<String> sourceList) {
this.sourceList = sourceList;
if (sourceList != null) {
putQueryParameter("SourceList" , new Gson().toJson(sourceList));
}
}
public List<String> getRegionList() {
return this.regionList;
}
public void setRegionList(List<String> regionList) {
this.regionList = regionList;
if (regionList != null) {
putQueryParameter("RegionList" , new Gson().toJson(regionList));
}
}
public String getRoomCode() {
return this.roomCode;
}
public void setRoomCode(String roomCode) {
this.roomCode = roomCode;
if(roomCode != null){
putQueryParameter("RoomCode", roomCode);
}
}
public List<Integer> getLadingStatusList() {
return this.ladingStatusList;
}
public void setLadingStatusList(List<Integer> ladingStatusList) {
this.ladingStatusList = ladingStatusList;
if (ladingStatusList != null) {
putQueryParameter("LadingStatusList" , new Gson().toJson(ladingStatusList));
}
}
public Integer getApplyType() {
return this.applyType;
}
public void setApplyType(Integer applyType) {
this.applyType = applyType;
if(applyType != null){
putQueryParameter("ApplyType", applyType.toString());
}
}
@Override
public Class<GetPlanListWithReverseResponse> getResponseClass() {
return GetPlanListWithReverseResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model/v20190627/GetPlanListWithReverseResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brinekingdom.model.v20190627;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.brinekingdom.transform.v20190627.GetPlanListWithReverseResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetPlanListWithReverseResponse extends AcsResponse {
private String errorMessage;
private Boolean success;
private String resultCode;
private String requestId;
private Result result;
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getResultCode() {
return this.resultCode;
}
public void setResultCode(String resultCode) {
this.resultCode = resultCode;
}
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 Long currentPage;
private Long pageCount;
private Long pageSize;
private Long totalCount;
private List<DataListItem> dataList;
public Long getCurrentPage() {
return this.currentPage;
}
public void setCurrentPage(Long currentPage) {
this.currentPage = currentPage;
}
public Long getPageCount() {
return this.pageCount;
}
public void setPageCount(Long pageCount) {
this.pageCount = pageCount;
}
public Long getPageSize() {
return this.pageSize;
}
public void setPageSize(Long pageSize) {
this.pageSize = pageSize;
}
public Long getTotalCount() {
return this.totalCount;
}
public void setTotalCount(Long totalCount) {
this.totalCount = totalCount;
}
public List<DataListItem> getDataList() {
return this.dataList;
}
public void setDataList(List<DataListItem> dataList) {
this.dataList = dataList;
}
public static class DataListItem {
private String agreement;
private Long appGroupId;
private String appGroupName;
private String assetReceiver;
private String assetReceiverNick;
private String azone;
private Integer benefitOld;
private String business;
private String businessMode;
private String businessModeName;
private String businessName;
private String cbmDemander;
private String classZoneCode;
private String classZoneName;
private String cloudDeployProduct1Name;
private String cloudDeployProduct2Name;
private String cloudDeployProduct3;
private String cloudDeployProduct3Name;
private String cmC;
private String cmP;
private String cmU;
private String cmV;
private Long cnt;
private String comment;
private String creator;
private String creatorNic;
private Long deliveryAmount;
private Long expireDate;
private Long highCnt;
private Long id;
private Long install;
private Long installId;
private String installName;
private Long ladingStatus;
private String logicZoneCode;
private String logicZoneName;
private String machineType;
private Long manufacturerBrand;
private String manufacturerBrandName;
private Integer modelLoad;
private String msg;
private Long nakedDelivery;
private String netArch;
private String nic;
private String orgKey;
private Long osId;
private String osName;
private String outId;
private Long pickAmount;
private Long planType;
private String priority;
private String processId;
private String product1;
private String product1Name;
private String product2;
private String product2Name;
private String product3;
private String product3Name;
private String projectCode;
private String projectName;
private String projectType;
private String projectTypeName;
private Long quotaPlanId;
private String region;
private String requireType;
private String requireTypeName;
private String roomCode;
private String safeYear;
private String safeZoneCode;
private String safeZoneName;
private String scenario;
private String source;
private Long status;
private String subLine;
private String subLineName;
private Integer success;
private Long time;
private List<SplitDataListItem> splitDataList;
public String getAgreement() {
return this.agreement;
}
public void setAgreement(String agreement) {
this.agreement = agreement;
}
public Long getAppGroupId() {
return this.appGroupId;
}
public void setAppGroupId(Long appGroupId) {
this.appGroupId = appGroupId;
}
public String getAppGroupName() {
return this.appGroupName;
}
public void setAppGroupName(String appGroupName) {
this.appGroupName = appGroupName;
}
public String getAssetReceiver() {
return this.assetReceiver;
}
public void setAssetReceiver(String assetReceiver) {
this.assetReceiver = assetReceiver;
}
public String getAssetReceiverNick() {
return this.assetReceiverNick;
}
public void setAssetReceiverNick(String assetReceiverNick) {
this.assetReceiverNick = assetReceiverNick;
}
public String getAzone() {
return this.azone;
}
public void setAzone(String azone) {
this.azone = azone;
}
public Integer getBenefitOld() {
return this.benefitOld;
}
public void setBenefitOld(Integer benefitOld) {
this.benefitOld = benefitOld;
}
public String getBusiness() {
return this.business;
}
public void setBusiness(String business) {
this.business = business;
}
public String getBusinessMode() {
return this.businessMode;
}
public void setBusinessMode(String businessMode) {
this.businessMode = businessMode;
}
public String getBusinessModeName() {
return this.businessModeName;
}
public void setBusinessModeName(String businessModeName) {
this.businessModeName = businessModeName;
}
public String getBusinessName() {
return this.businessName;
}
public void setBusinessName(String businessName) {
this.businessName = businessName;
}
public String getCbmDemander() {
return this.cbmDemander;
}
public void setCbmDemander(String cbmDemander) {
this.cbmDemander = cbmDemander;
}
public String getClassZoneCode() {
return this.classZoneCode;
}
public void setClassZoneCode(String classZoneCode) {
this.classZoneCode = classZoneCode;
}
public String getClassZoneName() {
return this.classZoneName;
}
public void setClassZoneName(String classZoneName) {
this.classZoneName = classZoneName;
}
public String getCloudDeployProduct1Name() {
return this.cloudDeployProduct1Name;
}
public void setCloudDeployProduct1Name(String cloudDeployProduct1Name) {
this.cloudDeployProduct1Name = cloudDeployProduct1Name;
}
public String getCloudDeployProduct2Name() {
return this.cloudDeployProduct2Name;
}
public void setCloudDeployProduct2Name(String cloudDeployProduct2Name) {
this.cloudDeployProduct2Name = cloudDeployProduct2Name;
}
public String getCloudDeployProduct3() {
return this.cloudDeployProduct3;
}
public void setCloudDeployProduct3(String cloudDeployProduct3) {
this.cloudDeployProduct3 = cloudDeployProduct3;
}
public String getCloudDeployProduct3Name() {
return this.cloudDeployProduct3Name;
}
public void setCloudDeployProduct3Name(String cloudDeployProduct3Name) {
this.cloudDeployProduct3Name = cloudDeployProduct3Name;
}
public String getCmC() {
return this.cmC;
}
public void setCmC(String cmC) {
this.cmC = cmC;
}
public String getCmP() {
return this.cmP;
}
public void setCmP(String cmP) {
this.cmP = cmP;
}
public String getCmU() {
return this.cmU;
}
public void setCmU(String cmU) {
this.cmU = cmU;
}
public String getCmV() {
return this.cmV;
}
public void setCmV(String cmV) {
this.cmV = cmV;
}
public Long getCnt() {
return this.cnt;
}
public void setCnt(Long cnt) {
this.cnt = cnt;
}
public String getComment() {
return this.comment;
}
public void setComment(String comment) {
this.comment = comment;
}
public String getCreator() {
return this.creator;
}
public void setCreator(String creator) {
this.creator = creator;
}
public String getCreatorNic() {
return this.creatorNic;
}
public void setCreatorNic(String creatorNic) {
this.creatorNic = creatorNic;
}
public Long getDeliveryAmount() {
return this.deliveryAmount;
}
public void setDeliveryAmount(Long deliveryAmount) {
this.deliveryAmount = deliveryAmount;
}
public Long getExpireDate() {
return this.expireDate;
}
public void setExpireDate(Long expireDate) {
this.expireDate = expireDate;
}
public Long getHighCnt() {
return this.highCnt;
}
public void setHighCnt(Long highCnt) {
this.highCnt = highCnt;
}
public Long getId() {
return this.id;
}
public void setId(Long id) {
this.id = id;
}
public Long getInstall() {
return this.install;
}
public void setInstall(Long install) {
this.install = install;
}
public Long getInstallId() {
return this.installId;
}
public void setInstallId(Long installId) {
this.installId = installId;
}
public String getInstallName() {
return this.installName;
}
public void setInstallName(String installName) {
this.installName = installName;
}
public Long getLadingStatus() {
return this.ladingStatus;
}
public void setLadingStatus(Long ladingStatus) {
this.ladingStatus = ladingStatus;
}
public String getLogicZoneCode() {
return this.logicZoneCode;
}
public void setLogicZoneCode(String logicZoneCode) {
this.logicZoneCode = logicZoneCode;
}
public String getLogicZoneName() {
return this.logicZoneName;
}
public void setLogicZoneName(String logicZoneName) {
this.logicZoneName = logicZoneName;
}
public String getMachineType() {
return this.machineType;
}
public void setMachineType(String machineType) {
this.machineType = machineType;
}
public Long getManufacturerBrand() {
return this.manufacturerBrand;
}
public void setManufacturerBrand(Long manufacturerBrand) {
this.manufacturerBrand = manufacturerBrand;
}
public String getManufacturerBrandName() {
return this.manufacturerBrandName;
}
public void setManufacturerBrandName(String manufacturerBrandName) {
this.manufacturerBrandName = manufacturerBrandName;
}
public Integer getModelLoad() {
return this.modelLoad;
}
public void setModelLoad(Integer modelLoad) {
this.modelLoad = modelLoad;
}
public String getMsg() {
return this.msg;
}
public void setMsg(String msg) {
this.msg = msg;
}
public Long getNakedDelivery() {
return this.nakedDelivery;
}
public void setNakedDelivery(Long nakedDelivery) {
this.nakedDelivery = nakedDelivery;
}
public String getNetArch() {
return this.netArch;
}
public void setNetArch(String netArch) {
this.netArch = netArch;
}
public String getNic() {
return this.nic;
}
public void setNic(String nic) {
this.nic = nic;
}
public String getOrgKey() {
return this.orgKey;
}
public void setOrgKey(String orgKey) {
this.orgKey = orgKey;
}
public Long getOsId() {
return this.osId;
}
public void setOsId(Long osId) {
this.osId = osId;
}
public String getOsName() {
return this.osName;
}
public void setOsName(String osName) {
this.osName = osName;
}
public String getOutId() {
return this.outId;
}
public void setOutId(String outId) {
this.outId = outId;
}
public Long getPickAmount() {
return this.pickAmount;
}
public void setPickAmount(Long pickAmount) {
this.pickAmount = pickAmount;
}
public Long getPlanType() {
return this.planType;
}
public void setPlanType(Long planType) {
this.planType = planType;
}
public String getPriority() {
return this.priority;
}
public void setPriority(String priority) {
this.priority = priority;
}
public String getProcessId() {
return this.processId;
}
public void setProcessId(String processId) {
this.processId = processId;
}
public String getProduct1() {
return this.product1;
}
public void setProduct1(String product1) {
this.product1 = product1;
}
public String getProduct1Name() {
return this.product1Name;
}
public void setProduct1Name(String product1Name) {
this.product1Name = product1Name;
}
public String getProduct2() {
return this.product2;
}
public void setProduct2(String product2) {
this.product2 = product2;
}
public String getProduct2Name() {
return this.product2Name;
}
public void setProduct2Name(String product2Name) {
this.product2Name = product2Name;
}
public String getProduct3() {
return this.product3;
}
public void setProduct3(String product3) {
this.product3 = product3;
}
public String getProduct3Name() {
return this.product3Name;
}
public void setProduct3Name(String product3Name) {
this.product3Name = product3Name;
}
public String getProjectCode() {
return this.projectCode;
}
public void setProjectCode(String projectCode) {
this.projectCode = projectCode;
}
public String getProjectName() {
return this.projectName;
}
public void setProjectName(String projectName) {
this.projectName = projectName;
}
public String getProjectType() {
return this.projectType;
}
public void setProjectType(String projectType) {
this.projectType = projectType;
}
public String getProjectTypeName() {
return this.projectTypeName;
}
public void setProjectTypeName(String projectTypeName) {
this.projectTypeName = projectTypeName;
}
public Long getQuotaPlanId() {
return this.quotaPlanId;
}
public void setQuotaPlanId(Long quotaPlanId) {
this.quotaPlanId = quotaPlanId;
}
public String getRegion() {
return this.region;
}
public void setRegion(String region) {
this.region = region;
}
public String getRequireType() {
return this.requireType;
}
public void setRequireType(String requireType) {
this.requireType = requireType;
}
public String getRequireTypeName() {
return this.requireTypeName;
}
public void setRequireTypeName(String requireTypeName) {
this.requireTypeName = requireTypeName;
}
public String getRoomCode() {
return this.roomCode;
}
public void setRoomCode(String roomCode) {
this.roomCode = roomCode;
}
public String getSafeYear() {
return this.safeYear;
}
public void setSafeYear(String safeYear) {
this.safeYear = safeYear;
}
public String getSafeZoneCode() {
return this.safeZoneCode;
}
public void setSafeZoneCode(String safeZoneCode) {
this.safeZoneCode = safeZoneCode;
}
public String getSafeZoneName() {
return this.safeZoneName;
}
public void setSafeZoneName(String safeZoneName) {
this.safeZoneName = safeZoneName;
}
public String getScenario() {
return this.scenario;
}
public void setScenario(String scenario) {
this.scenario = scenario;
}
public String getSource() {
return this.source;
}
public void setSource(String source) {
this.source = source;
}
public Long getStatus() {
return this.status;
}
public void setStatus(Long status) {
this.status = status;
}
public String getSubLine() {
return this.subLine;
}
public void setSubLine(String subLine) {
this.subLine = subLine;
}
public String getSubLineName() {
return this.subLineName;
}
public void setSubLineName(String subLineName) {
this.subLineName = subLineName;
}
public Integer getSuccess() {
return this.success;
}
public void setSuccess(Integer success) {
this.success = success;
}
public Long getTime() {
return this.time;
}
public void setTime(Long time) {
this.time = time;
}
public List<SplitDataListItem> getSplitDataList() {
return this.splitDataList;
}
public void setSplitDataList(List<SplitDataListItem> splitDataList) {
this.splitDataList = splitDataList;
}
public static class SplitDataListItem {
private String addStatus;
private Long appGroupId;
private String appGroupName;
private String assetReceiver;
private String assetReceiverNick;
private String azone;
private Long benefitOld;
private String business;
private String businessMode;
private String businessModeName;
private String businessName;
private String cbmDemander;
private String classZoneCode;
private String classZoneName;
private String cloudDeployProduct1Name;
private String cloudDeployProduct2Name;
private String cloudDeployProduct3;
private String cloudDeployProduct3Name;
private String cmC;
private String cmP;
private String cmU;
private String cmV;
private Long cnt;
private String comment;
private String country;
private String creator;
private String creatorNic;
private String dcosStatus;
private Long demandStatus;
private String error;
private Long gmtCreate;
private Long gmtModified;
private Integer highCnt;
private Long id;
private Integer install;
private Long installId;
private String installName;
private Long ladingStatus;
private String logicZoneCode;
private String logicZoneName;
private String machineType;
private Long manufacturerBrand;
private String manufacturerBrandName;
private Integer modelLoad;
private Long nakedDelivery;
private String netArch;
private Long newPlanId;
private String nic;
private String org;
private Long originId;
private Long osId;
private String osName;
private String outId;
private String planChangeReason;
private Long planType;
private String priority;
private String processId;
private String product1;
private String product1Name;
private String product2;
private String product2Name;
private String product3;
private String product3Name;
private String projectCode;
private String projectName;
private String projectType;
private String projectTypeName;
private Long quotaPlanId;
private String region;
private String requireType;
private String requireTypeName;
private String reverseStatus;
private String reverseType;
private String roomCode;
private String safeYear;
private String safeZoneCode;
private String safeZoneName;
private String scStatus;
private String scenario;
private String stockStatus;
private String subLine;
private String subLineName;
private Long time;
public String getAddStatus() {
return this.addStatus;
}
public void setAddStatus(String addStatus) {
this.addStatus = addStatus;
}
public Long getAppGroupId() {
return this.appGroupId;
}
public void setAppGroupId(Long appGroupId) {
this.appGroupId = appGroupId;
}
public String getAppGroupName() {
return this.appGroupName;
}
public void setAppGroupName(String appGroupName) {
this.appGroupName = appGroupName;
}
public String getAssetReceiver() {
return this.assetReceiver;
}
public void setAssetReceiver(String assetReceiver) {
this.assetReceiver = assetReceiver;
}
public String getAssetReceiverNick() {
return this.assetReceiverNick;
}
public void setAssetReceiverNick(String assetReceiverNick) {
this.assetReceiverNick = assetReceiverNick;
}
public String getAzone() {
return this.azone;
}
public void setAzone(String azone) {
this.azone = azone;
}
public Long getBenefitOld() {
return this.benefitOld;
}
public void setBenefitOld(Long benefitOld) {
this.benefitOld = benefitOld;
}
public String getBusiness() {
return this.business;
}
public void setBusiness(String business) {
this.business = business;
}
public String getBusinessMode() {
return this.businessMode;
}
public void setBusinessMode(String businessMode) {
this.businessMode = businessMode;
}
public String getBusinessModeName() {
return this.businessModeName;
}
public void setBusinessModeName(String businessModeName) {
this.businessModeName = businessModeName;
}
public String getBusinessName() {
return this.businessName;
}
public void setBusinessName(String businessName) {
this.businessName = businessName;
}
public String getCbmDemander() {
return this.cbmDemander;
}
public void setCbmDemander(String cbmDemander) {
this.cbmDemander = cbmDemander;
}
public String getClassZoneCode() {
return this.classZoneCode;
}
public void setClassZoneCode(String classZoneCode) {
this.classZoneCode = classZoneCode;
}
public String getClassZoneName() {
return this.classZoneName;
}
public void setClassZoneName(String classZoneName) {
this.classZoneName = classZoneName;
}
public String getCloudDeployProduct1Name() {
return this.cloudDeployProduct1Name;
}
public void setCloudDeployProduct1Name(String cloudDeployProduct1Name) {
this.cloudDeployProduct1Name = cloudDeployProduct1Name;
}
public String getCloudDeployProduct2Name() {
return this.cloudDeployProduct2Name;
}
public void setCloudDeployProduct2Name(String cloudDeployProduct2Name) {
this.cloudDeployProduct2Name = cloudDeployProduct2Name;
}
public String getCloudDeployProduct3() {
return this.cloudDeployProduct3;
}
public void setCloudDeployProduct3(String cloudDeployProduct3) {
this.cloudDeployProduct3 = cloudDeployProduct3;
}
public String getCloudDeployProduct3Name() {
return this.cloudDeployProduct3Name;
}
public void setCloudDeployProduct3Name(String cloudDeployProduct3Name) {
this.cloudDeployProduct3Name = cloudDeployProduct3Name;
}
public String getCmC() {
return this.cmC;
}
public void setCmC(String cmC) {
this.cmC = cmC;
}
public String getCmP() {
return this.cmP;
}
public void setCmP(String cmP) {
this.cmP = cmP;
}
public String getCmU() {
return this.cmU;
}
public void setCmU(String cmU) {
this.cmU = cmU;
}
public String getCmV() {
return this.cmV;
}
public void setCmV(String cmV) {
this.cmV = cmV;
}
public Long getCnt() {
return this.cnt;
}
public void setCnt(Long cnt) {
this.cnt = cnt;
}
public String getComment() {
return this.comment;
}
public void setComment(String comment) {
this.comment = comment;
}
public String getCountry() {
return this.country;
}
public void setCountry(String country) {
this.country = country;
}
public String getCreator() {
return this.creator;
}
public void setCreator(String creator) {
this.creator = creator;
}
public String getCreatorNic() {
return this.creatorNic;
}
public void setCreatorNic(String creatorNic) {
this.creatorNic = creatorNic;
}
public String getDcosStatus() {
return this.dcosStatus;
}
public void setDcosStatus(String dcosStatus) {
this.dcosStatus = dcosStatus;
}
public Long getDemandStatus() {
return this.demandStatus;
}
public void setDemandStatus(Long demandStatus) {
this.demandStatus = demandStatus;
}
public String getError() {
return this.error;
}
public void setError(String error) {
this.error = error;
}
public Long getGmtCreate() {
return this.gmtCreate;
}
public void setGmtCreate(Long gmtCreate) {
this.gmtCreate = gmtCreate;
}
public Long getGmtModified() {
return this.gmtModified;
}
public void setGmtModified(Long gmtModified) {
this.gmtModified = gmtModified;
}
public Integer getHighCnt() {
return this.highCnt;
}
public void setHighCnt(Integer highCnt) {
this.highCnt = highCnt;
}
public Long getId() {
return this.id;
}
public void setId(Long id) {
this.id = id;
}
public Integer getInstall() {
return this.install;
}
public void setInstall(Integer install) {
this.install = install;
}
public Long getInstallId() {
return this.installId;
}
public void setInstallId(Long installId) {
this.installId = installId;
}
public String getInstallName() {
return this.installName;
}
public void setInstallName(String installName) {
this.installName = installName;
}
public Long getLadingStatus() {
return this.ladingStatus;
}
public void setLadingStatus(Long ladingStatus) {
this.ladingStatus = ladingStatus;
}
public String getLogicZoneCode() {
return this.logicZoneCode;
}
public void setLogicZoneCode(String logicZoneCode) {
this.logicZoneCode = logicZoneCode;
}
public String getLogicZoneName() {
return this.logicZoneName;
}
public void setLogicZoneName(String logicZoneName) {
this.logicZoneName = logicZoneName;
}
public String getMachineType() {
return this.machineType;
}
public void setMachineType(String machineType) {
this.machineType = machineType;
}
public Long getManufacturerBrand() {
return this.manufacturerBrand;
}
public void setManufacturerBrand(Long manufacturerBrand) {
this.manufacturerBrand = manufacturerBrand;
}
public String getManufacturerBrandName() {
return this.manufacturerBrandName;
}
public void setManufacturerBrandName(String manufacturerBrandName) {
this.manufacturerBrandName = manufacturerBrandName;
}
public Integer getModelLoad() {
return this.modelLoad;
}
public void setModelLoad(Integer modelLoad) {
this.modelLoad = modelLoad;
}
public Long getNakedDelivery() {
return this.nakedDelivery;
}
public void setNakedDelivery(Long nakedDelivery) {
this.nakedDelivery = nakedDelivery;
}
public String getNetArch() {
return this.netArch;
}
public void setNetArch(String netArch) {
this.netArch = netArch;
}
public Long getNewPlanId() {
return this.newPlanId;
}
public void setNewPlanId(Long newPlanId) {
this.newPlanId = newPlanId;
}
public String getNic() {
return this.nic;
}
public void setNic(String nic) {
this.nic = nic;
}
public String getOrg() {
return this.org;
}
public void setOrg(String org) {
this.org = org;
}
public Long getOriginId() {
return this.originId;
}
public void setOriginId(Long originId) {
this.originId = originId;
}
public Long getOsId() {
return this.osId;
}
public void setOsId(Long osId) {
this.osId = osId;
}
public String getOsName() {
return this.osName;
}
public void setOsName(String osName) {
this.osName = osName;
}
public String getOutId() {
return this.outId;
}
public void setOutId(String outId) {
this.outId = outId;
}
public String getPlanChangeReason() {
return this.planChangeReason;
}
public void setPlanChangeReason(String planChangeReason) {
this.planChangeReason = planChangeReason;
}
public Long getPlanType() {
return this.planType;
}
public void setPlanType(Long planType) {
this.planType = planType;
}
public String getPriority() {
return this.priority;
}
public void setPriority(String priority) {
this.priority = priority;
}
public String getProcessId() {
return this.processId;
}
public void setProcessId(String processId) {
this.processId = processId;
}
public String getProduct1() {
return this.product1;
}
public void setProduct1(String product1) {
this.product1 = product1;
}
public String getProduct1Name() {
return this.product1Name;
}
public void setProduct1Name(String product1Name) {
this.product1Name = product1Name;
}
public String getProduct2() {
return this.product2;
}
public void setProduct2(String product2) {
this.product2 = product2;
}
public String getProduct2Name() {
return this.product2Name;
}
public void setProduct2Name(String product2Name) {
this.product2Name = product2Name;
}
public String getProduct3() {
return this.product3;
}
public void setProduct3(String product3) {
this.product3 = product3;
}
public String getProduct3Name() {
return this.product3Name;
}
public void setProduct3Name(String product3Name) {
this.product3Name = product3Name;
}
public String getProjectCode() {
return this.projectCode;
}
public void setProjectCode(String projectCode) {
this.projectCode = projectCode;
}
public String getProjectName() {
return this.projectName;
}
public void setProjectName(String projectName) {
this.projectName = projectName;
}
public String getProjectType() {
return this.projectType;
}
public void setProjectType(String projectType) {
this.projectType = projectType;
}
public String getProjectTypeName() {
return this.projectTypeName;
}
public void setProjectTypeName(String projectTypeName) {
this.projectTypeName = projectTypeName;
}
public Long getQuotaPlanId() {
return this.quotaPlanId;
}
public void setQuotaPlanId(Long quotaPlanId) {
this.quotaPlanId = quotaPlanId;
}
public String getRegion() {
return this.region;
}
public void setRegion(String region) {
this.region = region;
}
public String getRequireType() {
return this.requireType;
}
public void setRequireType(String requireType) {
this.requireType = requireType;
}
public String getRequireTypeName() {
return this.requireTypeName;
}
public void setRequireTypeName(String requireTypeName) {
this.requireTypeName = requireTypeName;
}
public String getReverseStatus() {
return this.reverseStatus;
}
public void setReverseStatus(String reverseStatus) {
this.reverseStatus = reverseStatus;
}
public String getReverseType() {
return this.reverseType;
}
public void setReverseType(String reverseType) {
this.reverseType = reverseType;
}
public String getRoomCode() {
return this.roomCode;
}
public void setRoomCode(String roomCode) {
this.roomCode = roomCode;
}
public String getSafeYear() {
return this.safeYear;
}
public void setSafeYear(String safeYear) {
this.safeYear = safeYear;
}
public String getSafeZoneCode() {
return this.safeZoneCode;
}
public void setSafeZoneCode(String safeZoneCode) {
this.safeZoneCode = safeZoneCode;
}
public String getSafeZoneName() {
return this.safeZoneName;
}
public void setSafeZoneName(String safeZoneName) {
this.safeZoneName = safeZoneName;
}
public String getScStatus() {
return this.scStatus;
}
public void setScStatus(String scStatus) {
this.scStatus = scStatus;
}
public String getScenario() {
return this.scenario;
}
public void setScenario(String scenario) {
this.scenario = scenario;
}
public String getStockStatus() {
return this.stockStatus;
}
public void setStockStatus(String stockStatus) {
this.stockStatus = stockStatus;
}
public String getSubLine() {
return this.subLine;
}
public void setSubLine(String subLine) {
this.subLine = subLine;
}
public String getSubLineName() {
return this.subLineName;
}
public void setSubLineName(String subLineName) {
this.subLineName = subLineName;
}
public Long getTime() {
return this.time;
}
public void setTime(Long time) {
this.time = time;
}
}
}
}
@Override
public GetPlanListWithReverseResponse getInstance(UnmarshallerContext context) {
return GetPlanListWithReverseResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model/v20190627/GetProjectTypeByCodeRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brinekingdom.model.v20190627;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class GetProjectTypeByCodeRequest extends RpcAcsRequest<GetProjectTypeByCodeResponse> {
private String projectType;
public GetProjectTypeByCodeRequest() {
super("brinekingdom", "2019-06-27", "GetProjectTypeByCode");
setMethod(MethodType.POST);
}
public String getProjectType() {
return this.projectType;
}
public void setProjectType(String projectType) {
this.projectType = projectType;
if(projectType != null){
putQueryParameter("ProjectType", projectType);
}
}
@Override
public Class<GetProjectTypeByCodeResponse> getResponseClass() {
return GetProjectTypeByCodeResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model/v20190627/GetProjectTypeByCodeResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brinekingdom.model.v20190627;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.brinekingdom.transform.v20190627.GetProjectTypeByCodeResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetProjectTypeByCodeResponse extends AcsResponse {
private String _class;
private String errorMessage;
private Boolean success;
private String resultCode;
private String requestId;
private Result result;
public String get_Class() {
return this._class;
}
public void set_Class(String _class) {
this._class = _class;
}
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getResultCode() {
return this.resultCode;
}
public void setResultCode(String resultCode) {
this.resultCode = resultCode;
}
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 _class;
private Long id;
private String projectType;
private String projectTypeName;
public String get_Class() {
return this._class;
}
public void set_Class(String _class) {
this._class = _class;
}
public Long getId() {
return this.id;
}
public void setId(Long id) {
this.id = id;
}
public String getProjectType() {
return this.projectType;
}
public void setProjectType(String projectType) {
this.projectType = projectType;
}
public String getProjectTypeName() {
return this.projectTypeName;
}
public void setProjectTypeName(String projectTypeName) {
this.projectTypeName = projectTypeName;
}
}
@Override
public GetProjectTypeByCodeResponse getInstance(UnmarshallerContext context) {
return GetProjectTypeByCodeResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model/v20190627/GetSecondaryProdByPrimaryProdRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brinekingdom.model.v20190627;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class GetSecondaryProdByPrimaryProdRequest extends RpcAcsRequest<GetSecondaryProdByPrimaryProdResponse> {
private String productLine;
public GetSecondaryProdByPrimaryProdRequest() {
super("brinekingdom", "2019-06-27", "GetSecondaryProdByPrimaryProd");
setMethod(MethodType.POST);
}
public String getProductLine() {
return this.productLine;
}
public void setProductLine(String productLine) {
this.productLine = productLine;
if(productLine != null){
putQueryParameter("ProductLine", productLine);
}
}
@Override
public Class<GetSecondaryProdByPrimaryProdResponse> getResponseClass() {
return GetSecondaryProdByPrimaryProdResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model/v20190627/GetSecondaryProdByPrimaryProdResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brinekingdom.model.v20190627;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.brinekingdom.transform.v20190627.GetSecondaryProdByPrimaryProdResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetSecondaryProdByPrimaryProdResponse extends AcsResponse {
private String _class;
private String errorMessage;
private Boolean success;
private String resultCode;
private String requestId;
private List<ResultItem> result;
public String get_Class() {
return this._class;
}
public void set_Class(String _class) {
this._class = _class;
}
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getResultCode() {
return this.resultCode;
}
public void setResultCode(String resultCode) {
this.resultCode = resultCode;
}
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 aoneId;
private String aoneName;
private String _class;
private String productClass;
private String productClassCN;
private String productCode;
private String productEnName;
private String productLineCN;
private String productLineEN;
private String productName;
public String getAoneId() {
return this.aoneId;
}
public void setAoneId(String aoneId) {
this.aoneId = aoneId;
}
public String getAoneName() {
return this.aoneName;
}
public void setAoneName(String aoneName) {
this.aoneName = aoneName;
}
public String get_Class() {
return this._class;
}
public void set_Class(String _class) {
this._class = _class;
}
public String getProductClass() {
return this.productClass;
}
public void setProductClass(String productClass) {
this.productClass = productClass;
}
public String getProductClassCN() {
return this.productClassCN;
}
public void setProductClassCN(String productClassCN) {
this.productClassCN = productClassCN;
}
public String getProductCode() {
return this.productCode;
}
public void setProductCode(String productCode) {
this.productCode = productCode;
}
public String getProductEnName() {
return this.productEnName;
}
public void setProductEnName(String productEnName) {
this.productEnName = productEnName;
}
public String getProductLineCN() {
return this.productLineCN;
}
public void setProductLineCN(String productLineCN) {
this.productLineCN = productLineCN;
}
public String getProductLineEN() {
return this.productLineEN;
}
public void setProductLineEN(String productLineEN) {
this.productLineEN = productLineEN;
}
public String getProductName() {
return this.productName;
}
public void setProductName(String productName) {
this.productName = productName;
}
}
@Override
public GetSecondaryProdByPrimaryProdResponse getInstance(UnmarshallerContext context) {
return GetSecondaryProdByPrimaryProdResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model/v20190627/GetSolutionListRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brinekingdom.model.v20190627;
import com.aliyuncs.RpcAcsRequest;
import java.util.List;
import com.google.gson.Gson;
import com.google.gson.annotations.SerializedName;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class GetSolutionListRequest extends RpcAcsRequest<GetSolutionListResponse> {
@SerializedName("consistentIdList")
private List<Long> consistentIdList;
public GetSolutionListRequest() {
super("brinekingdom", "2019-06-27", "GetSolutionList");
setMethod(MethodType.POST);
}
public List<Long> getConsistentIdList() {
return this.consistentIdList;
}
public void setConsistentIdList(List<Long> consistentIdList) {
this.consistentIdList = consistentIdList;
if (consistentIdList != null) {
putQueryParameter("ConsistentIdList" , new Gson().toJson(consistentIdList));
}
}
@Override
public Class<GetSolutionListResponse> getResponseClass() {
return GetSolutionListResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model/v20190627/GetSolutionListResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brinekingdom.model.v20190627;
import java.util.List;
import java.util.Map;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.brinekingdom.transform.v20190627.GetSolutionListResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetSolutionListResponse extends AcsResponse {
private String message;
private Boolean success;
private String requestId;
private List<ResultItem> result;
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String 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 ascriptionClassName;
private String deployProduct2Name;
private Long dcsId;
private String dataError;
private String itemType;
private Long ukUseId;
private Integer matchCnt;
private String orgName;
private String businessMode;
private String brandName;
private String item;
private Boolean factoryInstall;
private String requireType;
private Integer modelLoad;
private Integer serverAssignCnt;
private Long osId;
private Long consistentId;
private Integer ladingProcessQty;
private Long quotaPlanId;
private String deliveryType;
private Boolean dataFlag;
private String projectTypeName;
private String status;
private String cbmOwner;
private String productType;
private String product3Name;
private String scenario;
private String networkArch;
private String uid;
private Long gmtCreate;
private String scPlanIds;
private Integer supplyQty;
private Long id;
private String assetReceiverNick;
private Integer useCapacityCnt;
private String orders;
private String product3;
private String product1;
private String projectName;
private String product2;
private String sourceId;
private String product1Name;
private Integer moveExecuteQty;
private Integer useL2PoolCnt;
private String ascriptionClass;
private String expectTurnOverDateStr;
private String deployProduct1;
private String dcsSource;
private String deployProduct3;
private String deployProduct2;
private Integer moveQty;
private String usePoolMoveDetail;
private String logicZone;
private String supplyArea;
private String manufacturingBrandCode;
private Boolean executeFlag;
private String demandClass;
private Integer moveDeliveredQty;
private String tenantId;
private String deployProduct3Name;
private Boolean autoExecute;
private Integer demandQty;
private String businessType;
private String idc;
private String brandCode;
private String creator;
private Long brandId;
private String installName;
private String evaluateStatus;
private Long manufacturingBrandId;
private String safeYear;
private String moveOrders;
private String supplyLevel;
private String requireTypeName;
private String configModel;
private String updater;
private Long expectTurnOverDate;
private String supplyType;
private String deployProduct1Name;
private Boolean install;
private Integer useSupplyCnt;
private String azone;
private Integer purchaseCnt;
private String shiftMethod;
private Integer benefitOld;
private String industryLine;
private String purchaseOrders;
private String fcstId;
private String priority;
private Integer usePlanCnt;
private Integer rackAssignCnt;
private String assignVersion;
private String featureStr;
private String executeError;
private String assetReceiver;
private Integer usePoolInPlaceCnt;
private String sectionRackStatus;
private String projectType;
private String region;
private Long sectionRackAvailableDate;
private String dcsSourceId;
private String operator;
private String classZone;
private String org;
private String manualBrandName;
private Long gmtModified;
private String classZoneName;
private String replenishUnit;
private String source;
private String product2Name;
private Integer executeQty;
private String usePoolInPlaceDetail;
private Integer supplyDeliveredQty;
private Map<Object,Object> features;
private String projectCode;
private Long installId;
private Integer sectionRackAssignCnt;
private Integer usePoolMoveCnt;
private String appGroup;
private String comments;
private Integer usePoolCnt;
private String osName;
private String cluster;
private Boolean ableExecute;
private String usePoolDetail;
private String businessTypeName;
private Long useSupplyDate;
private String preExecuteRequest;
private String safeZone;
private List<String> rackInfo;
private DemandDeploy demandDeploy;
private DemandItem demandItem;
public String getAscriptionClassName() {
return this.ascriptionClassName;
}
public void setAscriptionClassName(String ascriptionClassName) {
this.ascriptionClassName = ascriptionClassName;
}
public String getDeployProduct2Name() {
return this.deployProduct2Name;
}
public void setDeployProduct2Name(String deployProduct2Name) {
this.deployProduct2Name = deployProduct2Name;
}
public Long getDcsId() {
return this.dcsId;
}
public void setDcsId(Long dcsId) {
this.dcsId = dcsId;
}
public String getDataError() {
return this.dataError;
}
public void setDataError(String dataError) {
this.dataError = dataError;
}
public String getItemType() {
return this.itemType;
}
public void setItemType(String itemType) {
this.itemType = itemType;
}
public Long getUkUseId() {
return this.ukUseId;
}
public void setUkUseId(Long ukUseId) {
this.ukUseId = ukUseId;
}
public Integer getMatchCnt() {
return this.matchCnt;
}
public void setMatchCnt(Integer matchCnt) {
this.matchCnt = matchCnt;
}
public String getOrgName() {
return this.orgName;
}
public void setOrgName(String orgName) {
this.orgName = orgName;
}
public String getBusinessMode() {
return this.businessMode;
}
public void setBusinessMode(String businessMode) {
this.businessMode = businessMode;
}
public String getBrandName() {
return this.brandName;
}
public void setBrandName(String brandName) {
this.brandName = brandName;
}
public String getItem() {
return this.item;
}
public void setItem(String item) {
this.item = item;
}
public Boolean getFactoryInstall() {
return this.factoryInstall;
}
public void setFactoryInstall(Boolean factoryInstall) {
this.factoryInstall = factoryInstall;
}
public String getRequireType() {
return this.requireType;
}
public void setRequireType(String requireType) {
this.requireType = requireType;
}
public Integer getModelLoad() {
return this.modelLoad;
}
public void setModelLoad(Integer modelLoad) {
this.modelLoad = modelLoad;
}
public Integer getServerAssignCnt() {
return this.serverAssignCnt;
}
public void setServerAssignCnt(Integer serverAssignCnt) {
this.serverAssignCnt = serverAssignCnt;
}
public Long getOsId() {
return this.osId;
}
public void setOsId(Long osId) {
this.osId = osId;
}
public Long getConsistentId() {
return this.consistentId;
}
public void setConsistentId(Long consistentId) {
this.consistentId = consistentId;
}
public Integer getLadingProcessQty() {
return this.ladingProcessQty;
}
public void setLadingProcessQty(Integer ladingProcessQty) {
this.ladingProcessQty = ladingProcessQty;
}
public Long getQuotaPlanId() {
return this.quotaPlanId;
}
public void setQuotaPlanId(Long quotaPlanId) {
this.quotaPlanId = quotaPlanId;
}
public String getDeliveryType() {
return this.deliveryType;
}
public void setDeliveryType(String deliveryType) {
this.deliveryType = deliveryType;
}
public Boolean getDataFlag() {
return this.dataFlag;
}
public void setDataFlag(Boolean dataFlag) {
this.dataFlag = dataFlag;
}
public String getProjectTypeName() {
return this.projectTypeName;
}
public void setProjectTypeName(String projectTypeName) {
this.projectTypeName = projectTypeName;
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public String getCbmOwner() {
return this.cbmOwner;
}
public void setCbmOwner(String cbmOwner) {
this.cbmOwner = cbmOwner;
}
public String getProductType() {
return this.productType;
}
public void setProductType(String productType) {
this.productType = productType;
}
public String getProduct3Name() {
return this.product3Name;
}
public void setProduct3Name(String product3Name) {
this.product3Name = product3Name;
}
public String getScenario() {
return this.scenario;
}
public void setScenario(String scenario) {
this.scenario = scenario;
}
public String getNetworkArch() {
return this.networkArch;
}
public void setNetworkArch(String networkArch) {
this.networkArch = networkArch;
}
public String getUid() {
return this.uid;
}
public void setUid(String uid) {
this.uid = uid;
}
public Long getGmtCreate() {
return this.gmtCreate;
}
public void setGmtCreate(Long gmtCreate) {
this.gmtCreate = gmtCreate;
}
public String getScPlanIds() {
return this.scPlanIds;
}
public void setScPlanIds(String scPlanIds) {
this.scPlanIds = scPlanIds;
}
public Integer getSupplyQty() {
return this.supplyQty;
}
public void setSupplyQty(Integer supplyQty) {
this.supplyQty = supplyQty;
}
public Long getId() {
return this.id;
}
public void setId(Long id) {
this.id = id;
}
public String getAssetReceiverNick() {
return this.assetReceiverNick;
}
public void setAssetReceiverNick(String assetReceiverNick) {
this.assetReceiverNick = assetReceiverNick;
}
public Integer getUseCapacityCnt() {
return this.useCapacityCnt;
}
public void setUseCapacityCnt(Integer useCapacityCnt) {
this.useCapacityCnt = useCapacityCnt;
}
public String getOrders() {
return this.orders;
}
public void setOrders(String orders) {
this.orders = orders;
}
public String getProduct3() {
return this.product3;
}
public void setProduct3(String product3) {
this.product3 = product3;
}
public String getProduct1() {
return this.product1;
}
public void setProduct1(String product1) {
this.product1 = product1;
}
public String getProjectName() {
return this.projectName;
}
public void setProjectName(String projectName) {
this.projectName = projectName;
}
public String getProduct2() {
return this.product2;
}
public void setProduct2(String product2) {
this.product2 = product2;
}
public String getSourceId() {
return this.sourceId;
}
public void setSourceId(String sourceId) {
this.sourceId = sourceId;
}
public String getProduct1Name() {
return this.product1Name;
}
public void setProduct1Name(String product1Name) {
this.product1Name = product1Name;
}
public Integer getMoveExecuteQty() {
return this.moveExecuteQty;
}
public void setMoveExecuteQty(Integer moveExecuteQty) {
this.moveExecuteQty = moveExecuteQty;
}
public Integer getUseL2PoolCnt() {
return this.useL2PoolCnt;
}
public void setUseL2PoolCnt(Integer useL2PoolCnt) {
this.useL2PoolCnt = useL2PoolCnt;
}
public String getAscriptionClass() {
return this.ascriptionClass;
}
public void setAscriptionClass(String ascriptionClass) {
this.ascriptionClass = ascriptionClass;
}
public String getExpectTurnOverDateStr() {
return this.expectTurnOverDateStr;
}
public void setExpectTurnOverDateStr(String expectTurnOverDateStr) {
this.expectTurnOverDateStr = expectTurnOverDateStr;
}
public String getDeployProduct1() {
return this.deployProduct1;
}
public void setDeployProduct1(String deployProduct1) {
this.deployProduct1 = deployProduct1;
}
public String getDcsSource() {
return this.dcsSource;
}
public void setDcsSource(String dcsSource) {
this.dcsSource = dcsSource;
}
public String getDeployProduct3() {
return this.deployProduct3;
}
public void setDeployProduct3(String deployProduct3) {
this.deployProduct3 = deployProduct3;
}
public String getDeployProduct2() {
return this.deployProduct2;
}
public void setDeployProduct2(String deployProduct2) {
this.deployProduct2 = deployProduct2;
}
public Integer getMoveQty() {
return this.moveQty;
}
public void setMoveQty(Integer moveQty) {
this.moveQty = moveQty;
}
public String getUsePoolMoveDetail() {
return this.usePoolMoveDetail;
}
public void setUsePoolMoveDetail(String usePoolMoveDetail) {
this.usePoolMoveDetail = usePoolMoveDetail;
}
public String getLogicZone() {
return this.logicZone;
}
public void setLogicZone(String logicZone) {
this.logicZone = logicZone;
}
public String getSupplyArea() {
return this.supplyArea;
}
public void setSupplyArea(String supplyArea) {
this.supplyArea = supplyArea;
}
public String getManufacturingBrandCode() {
return this.manufacturingBrandCode;
}
public void setManufacturingBrandCode(String manufacturingBrandCode) {
this.manufacturingBrandCode = manufacturingBrandCode;
}
public Boolean getExecuteFlag() {
return this.executeFlag;
}
public void setExecuteFlag(Boolean executeFlag) {
this.executeFlag = executeFlag;
}
public String getDemandClass() {
return this.demandClass;
}
public void setDemandClass(String demandClass) {
this.demandClass = demandClass;
}
public Integer getMoveDeliveredQty() {
return this.moveDeliveredQty;
}
public void setMoveDeliveredQty(Integer moveDeliveredQty) {
this.moveDeliveredQty = moveDeliveredQty;
}
public String getTenantId() {
return this.tenantId;
}
public void setTenantId(String tenantId) {
this.tenantId = tenantId;
}
public String getDeployProduct3Name() {
return this.deployProduct3Name;
}
public void setDeployProduct3Name(String deployProduct3Name) {
this.deployProduct3Name = deployProduct3Name;
}
public Boolean getAutoExecute() {
return this.autoExecute;
}
public void setAutoExecute(Boolean autoExecute) {
this.autoExecute = autoExecute;
}
public Integer getDemandQty() {
return this.demandQty;
}
public void setDemandQty(Integer demandQty) {
this.demandQty = demandQty;
}
public String getBusinessType() {
return this.businessType;
}
public void setBusinessType(String businessType) {
this.businessType = businessType;
}
public String getIdc() {
return this.idc;
}
public void setIdc(String idc) {
this.idc = idc;
}
public String getBrandCode() {
return this.brandCode;
}
public void setBrandCode(String brandCode) {
this.brandCode = brandCode;
}
public String getCreator() {
return this.creator;
}
public void setCreator(String creator) {
this.creator = creator;
}
public Long getBrandId() {
return this.brandId;
}
public void setBrandId(Long brandId) {
this.brandId = brandId;
}
public String getInstallName() {
return this.installName;
}
public void setInstallName(String installName) {
this.installName = installName;
}
public String getEvaluateStatus() {
return this.evaluateStatus;
}
public void setEvaluateStatus(String evaluateStatus) {
this.evaluateStatus = evaluateStatus;
}
public Long getManufacturingBrandId() {
return this.manufacturingBrandId;
}
public void setManufacturingBrandId(Long manufacturingBrandId) {
this.manufacturingBrandId = manufacturingBrandId;
}
public String getSafeYear() {
return this.safeYear;
}
public void setSafeYear(String safeYear) {
this.safeYear = safeYear;
}
public String getMoveOrders() {
return this.moveOrders;
}
public void setMoveOrders(String moveOrders) {
this.moveOrders = moveOrders;
}
public String getSupplyLevel() {
return this.supplyLevel;
}
public void setSupplyLevel(String supplyLevel) {
this.supplyLevel = supplyLevel;
}
public String getRequireTypeName() {
return this.requireTypeName;
}
public void setRequireTypeName(String requireTypeName) {
this.requireTypeName = requireTypeName;
}
public String getConfigModel() {
return this.configModel;
}
public void setConfigModel(String configModel) {
this.configModel = configModel;
}
public String getUpdater() {
return this.updater;
}
public void setUpdater(String updater) {
this.updater = updater;
}
public Long getExpectTurnOverDate() {
return this.expectTurnOverDate;
}
public void setExpectTurnOverDate(Long expectTurnOverDate) {
this.expectTurnOverDate = expectTurnOverDate;
}
public String getSupplyType() {
return this.supplyType;
}
public void setSupplyType(String supplyType) {
this.supplyType = supplyType;
}
public String getDeployProduct1Name() {
return this.deployProduct1Name;
}
public void setDeployProduct1Name(String deployProduct1Name) {
this.deployProduct1Name = deployProduct1Name;
}
public Boolean getInstall() {
return this.install;
}
public void setInstall(Boolean install) {
this.install = install;
}
public Integer getUseSupplyCnt() {
return this.useSupplyCnt;
}
public void setUseSupplyCnt(Integer useSupplyCnt) {
this.useSupplyCnt = useSupplyCnt;
}
public String getAzone() {
return this.azone;
}
public void setAzone(String azone) {
this.azone = azone;
}
public Integer getPurchaseCnt() {
return this.purchaseCnt;
}
public void setPurchaseCnt(Integer purchaseCnt) {
this.purchaseCnt = purchaseCnt;
}
public String getShiftMethod() {
return this.shiftMethod;
}
public void setShiftMethod(String shiftMethod) {
this.shiftMethod = shiftMethod;
}
public Integer getBenefitOld() {
return this.benefitOld;
}
public void setBenefitOld(Integer benefitOld) {
this.benefitOld = benefitOld;
}
public String getIndustryLine() {
return this.industryLine;
}
public void setIndustryLine(String industryLine) {
this.industryLine = industryLine;
}
public String getPurchaseOrders() {
return this.purchaseOrders;
}
public void setPurchaseOrders(String purchaseOrders) {
this.purchaseOrders = purchaseOrders;
}
public String getFcstId() {
return this.fcstId;
}
public void setFcstId(String fcstId) {
this.fcstId = fcstId;
}
public String getPriority() {
return this.priority;
}
public void setPriority(String priority) {
this.priority = priority;
}
public Integer getUsePlanCnt() {
return this.usePlanCnt;
}
public void setUsePlanCnt(Integer usePlanCnt) {
this.usePlanCnt = usePlanCnt;
}
public Integer getRackAssignCnt() {
return this.rackAssignCnt;
}
public void setRackAssignCnt(Integer rackAssignCnt) {
this.rackAssignCnt = rackAssignCnt;
}
public String getAssignVersion() {
return this.assignVersion;
}
public void setAssignVersion(String assignVersion) {
this.assignVersion = assignVersion;
}
public String getFeatureStr() {
return this.featureStr;
}
public void setFeatureStr(String featureStr) {
this.featureStr = featureStr;
}
public String getExecuteError() {
return this.executeError;
}
public void setExecuteError(String executeError) {
this.executeError = executeError;
}
public String getAssetReceiver() {
return this.assetReceiver;
}
public void setAssetReceiver(String assetReceiver) {
this.assetReceiver = assetReceiver;
}
public Integer getUsePoolInPlaceCnt() {
return this.usePoolInPlaceCnt;
}
public void setUsePoolInPlaceCnt(Integer usePoolInPlaceCnt) {
this.usePoolInPlaceCnt = usePoolInPlaceCnt;
}
public String getSectionRackStatus() {
return this.sectionRackStatus;
}
public void setSectionRackStatus(String sectionRackStatus) {
this.sectionRackStatus = sectionRackStatus;
}
public String getProjectType() {
return this.projectType;
}
public void setProjectType(String projectType) {
this.projectType = projectType;
}
public String getRegion() {
return this.region;
}
public void setRegion(String region) {
this.region = region;
}
public Long getSectionRackAvailableDate() {
return this.sectionRackAvailableDate;
}
public void setSectionRackAvailableDate(Long sectionRackAvailableDate) {
this.sectionRackAvailableDate = sectionRackAvailableDate;
}
public String getDcsSourceId() {
return this.dcsSourceId;
}
public void setDcsSourceId(String dcsSourceId) {
this.dcsSourceId = dcsSourceId;
}
public String getOperator() {
return this.operator;
}
public void setOperator(String operator) {
this.operator = operator;
}
public String getClassZone() {
return this.classZone;
}
public void setClassZone(String classZone) {
this.classZone = classZone;
}
public String getOrg() {
return this.org;
}
public void setOrg(String org) {
this.org = org;
}
public String getManualBrandName() {
return this.manualBrandName;
}
public void setManualBrandName(String manualBrandName) {
this.manualBrandName = manualBrandName;
}
public Long getGmtModified() {
return this.gmtModified;
}
public void setGmtModified(Long gmtModified) {
this.gmtModified = gmtModified;
}
public String getClassZoneName() {
return this.classZoneName;
}
public void setClassZoneName(String classZoneName) {
this.classZoneName = classZoneName;
}
public String getReplenishUnit() {
return this.replenishUnit;
}
public void setReplenishUnit(String replenishUnit) {
this.replenishUnit = replenishUnit;
}
public String getSource() {
return this.source;
}
public void setSource(String source) {
this.source = source;
}
public String getProduct2Name() {
return this.product2Name;
}
public void setProduct2Name(String product2Name) {
this.product2Name = product2Name;
}
public Integer getExecuteQty() {
return this.executeQty;
}
public void setExecuteQty(Integer executeQty) {
this.executeQty = executeQty;
}
public String getUsePoolInPlaceDetail() {
return this.usePoolInPlaceDetail;
}
public void setUsePoolInPlaceDetail(String usePoolInPlaceDetail) {
this.usePoolInPlaceDetail = usePoolInPlaceDetail;
}
public Integer getSupplyDeliveredQty() {
return this.supplyDeliveredQty;
}
public void setSupplyDeliveredQty(Integer supplyDeliveredQty) {
this.supplyDeliveredQty = supplyDeliveredQty;
}
public Map<Object,Object> getFeatures() {
return this.features;
}
public void setFeatures(Map<Object,Object> features) {
this.features = features;
}
public String getProjectCode() {
return this.projectCode;
}
public void setProjectCode(String projectCode) {
this.projectCode = projectCode;
}
public Long getInstallId() {
return this.installId;
}
public void setInstallId(Long installId) {
this.installId = installId;
}
public Integer getSectionRackAssignCnt() {
return this.sectionRackAssignCnt;
}
public void setSectionRackAssignCnt(Integer sectionRackAssignCnt) {
this.sectionRackAssignCnt = sectionRackAssignCnt;
}
public Integer getUsePoolMoveCnt() {
return this.usePoolMoveCnt;
}
public void setUsePoolMoveCnt(Integer usePoolMoveCnt) {
this.usePoolMoveCnt = usePoolMoveCnt;
}
public String getAppGroup() {
return this.appGroup;
}
public void setAppGroup(String appGroup) {
this.appGroup = appGroup;
}
public String getComments() {
return this.comments;
}
public void setComments(String comments) {
this.comments = comments;
}
public Integer getUsePoolCnt() {
return this.usePoolCnt;
}
public void setUsePoolCnt(Integer usePoolCnt) {
this.usePoolCnt = usePoolCnt;
}
public String getOsName() {
return this.osName;
}
public void setOsName(String osName) {
this.osName = osName;
}
public String getCluster() {
return this.cluster;
}
public void setCluster(String cluster) {
this.cluster = cluster;
}
public Boolean getAbleExecute() {
return this.ableExecute;
}
public void setAbleExecute(Boolean ableExecute) {
this.ableExecute = ableExecute;
}
public String getUsePoolDetail() {
return this.usePoolDetail;
}
public void setUsePoolDetail(String usePoolDetail) {
this.usePoolDetail = usePoolDetail;
}
public String getBusinessTypeName() {
return this.businessTypeName;
}
public void setBusinessTypeName(String businessTypeName) {
this.businessTypeName = businessTypeName;
}
public Long getUseSupplyDate() {
return this.useSupplyDate;
}
public void setUseSupplyDate(Long useSupplyDate) {
this.useSupplyDate = useSupplyDate;
}
public String getPreExecuteRequest() {
return this.preExecuteRequest;
}
public void setPreExecuteRequest(String preExecuteRequest) {
this.preExecuteRequest = preExecuteRequest;
}
public String getSafeZone() {
return this.safeZone;
}
public void setSafeZone(String safeZone) {
this.safeZone = safeZone;
}
public List<String> getRackInfo() {
return this.rackInfo;
}
public void setRackInfo(List<String> rackInfo) {
this.rackInfo = rackInfo;
}
public DemandDeploy getDemandDeploy() {
return this.demandDeploy;
}
public void setDemandDeploy(DemandDeploy demandDeploy) {
this.demandDeploy = demandDeploy;
}
public DemandItem getDemandItem() {
return this.demandItem;
}
public void setDemandItem(DemandItem demandItem) {
this.demandItem = demandItem;
}
public static class DemandDeploy {
private String netArch;
private String frameworkClass;
private String deployMode;
private String deployLocation;
private String deployArch;
private String nodeType;
private String deployLevel;
private String boxModel;
private String publicNetWorkExport;
private String boxUpLink;
private String deployRole;
private String boxDownLink;
public String getNetArch() {
return this.netArch;
}
public void setNetArch(String netArch) {
this.netArch = netArch;
}
public String getFrameworkClass() {
return this.frameworkClass;
}
public void setFrameworkClass(String frameworkClass) {
this.frameworkClass = frameworkClass;
}
public String getDeployMode() {
return this.deployMode;
}
public void setDeployMode(String deployMode) {
this.deployMode = deployMode;
}
public String getDeployLocation() {
return this.deployLocation;
}
public void setDeployLocation(String deployLocation) {
this.deployLocation = deployLocation;
}
public String getDeployArch() {
return this.deployArch;
}
public void setDeployArch(String deployArch) {
this.deployArch = deployArch;
}
public String getNodeType() {
return this.nodeType;
}
public void setNodeType(String nodeType) {
this.nodeType = nodeType;
}
public String getDeployLevel() {
return this.deployLevel;
}
public void setDeployLevel(String deployLevel) {
this.deployLevel = deployLevel;
}
public String getBoxModel() {
return this.boxModel;
}
public void setBoxModel(String boxModel) {
this.boxModel = boxModel;
}
public String getPublicNetWorkExport() {
return this.publicNetWorkExport;
}
public void setPublicNetWorkExport(String publicNetWorkExport) {
this.publicNetWorkExport = publicNetWorkExport;
}
public String getBoxUpLink() {
return this.boxUpLink;
}
public void setBoxUpLink(String boxUpLink) {
this.boxUpLink = boxUpLink;
}
public String getDeployRole() {
return this.deployRole;
}
public void setDeployRole(String deployRole) {
this.deployRole = deployRole;
}
public String getBoxDownLink() {
return this.boxDownLink;
}
public void setBoxDownLink(String boxDownLink) {
this.boxDownLink = boxDownLink;
}
}
public static class DemandItem {
private String demandItemType;
private ServerDTO serverDTO;
private NetPackValue netPackValue;
private PubNetAccessValue pubNetAccessValue;
private ServiceValue serviceValue;
private ComboValue comboValue;
private RackValue rackValue;
private ExchangeValue exchangeValue;
public String getDemandItemType() {
return this.demandItemType;
}
public void setDemandItemType(String demandItemType) {
this.demandItemType = demandItemType;
}
public ServerDTO getServerDTO() {
return this.serverDTO;
}
public void setServerDTO(ServerDTO serverDTO) {
this.serverDTO = serverDTO;
}
public NetPackValue getNetPackValue() {
return this.netPackValue;
}
public void setNetPackValue(NetPackValue netPackValue) {
this.netPackValue = netPackValue;
}
public PubNetAccessValue getPubNetAccessValue() {
return this.pubNetAccessValue;
}
public void setPubNetAccessValue(PubNetAccessValue pubNetAccessValue) {
this.pubNetAccessValue = pubNetAccessValue;
}
public ServiceValue getServiceValue() {
return this.serviceValue;
}
public void setServiceValue(ServiceValue serviceValue) {
this.serviceValue = serviceValue;
}
public ComboValue getComboValue() {
return this.comboValue;
}
public void setComboValue(ComboValue comboValue) {
this.comboValue = comboValue;
}
public RackValue getRackValue() {
return this.rackValue;
}
public void setRackValue(RackValue rackValue) {
this.rackValue = rackValue;
}
public ExchangeValue getExchangeValue() {
return this.exchangeValue;
}
public void setExchangeValue(ExchangeValue exchangeValue) {
this.exchangeValue = exchangeValue;
}
public static class ServerDTO {
private String config;
private String model;
private String nic;
public String getConfig() {
return this.config;
}
public void setConfig(String config) {
this.config = config;
}
public String getModel() {
return this.model;
}
public void setModel(String model) {
this.model = model;
}
public String getNic() {
return this.nic;
}
public void setNic(String nic) {
this.nic = nic;
}
}
public static class NetPackValue {
private List<ItemListItem> itemList;
public List<ItemListItem> getItemList() {
return this.itemList;
}
public void setItemList(List<ItemListItem> itemList) {
this.itemList = itemList;
}
public static class ItemListItem {
private String role;
private Long demandQty;
private String resourceType;
private String framework;
private String remark;
public String getRole() {
return this.role;
}
public void setRole(String role) {
this.role = role;
}
public Long getDemandQty() {
return this.demandQty;
}
public void setDemandQty(Long demandQty) {
this.demandQty = demandQty;
}
public String getResourceType() {
return this.resourceType;
}
public void setResourceType(String resourceType) {
this.resourceType = resourceType;
}
public String getFramework() {
return this.framework;
}
public void setFramework(String framework) {
this.framework = framework;
}
public String getRemark() {
return this.remark;
}
public void setRemark(String remark) {
this.remark = remark;
}
}
}
public static class PubNetAccessValue {
private List<ItemListItem2> itemList1;
public List<ItemListItem2> getItemList1() {
return this.itemList1;
}
public void setItemList1(List<ItemListItem2> itemList1) {
this.itemList1 = itemList1;
}
public static class ItemListItem2 {
private String price;
private Float bandwidth;
private String accessType;
public String getPrice() {
return this.price;
}
public void setPrice(String price) {
this.price = price;
}
public Float getBandwidth() {
return this.bandwidth;
}
public void setBandwidth(Float bandwidth) {
this.bandwidth = bandwidth;
}
public String getAccessType() {
return this.accessType;
}
public void setAccessType(String accessType) {
this.accessType = accessType;
}
}
}
public static class ServiceValue {
private List<ItemListItem4> itemList3;
public List<ItemListItem4> getItemList3() {
return this.itemList3;
}
public void setItemList3(List<ItemListItem4> itemList3) {
this.itemList3 = itemList3;
}
public static class ItemListItem4 {
private String serviceTypeName;
private String area;
private Float year;
private String serviceType;
private Integer amount;
private String idc;
private String serviceItemName;
private String city;
private String serviceItem;
private String remark;
public String getServiceTypeName() {
return this.serviceTypeName;
}
public void setServiceTypeName(String serviceTypeName) {
this.serviceTypeName = serviceTypeName;
}
public String getArea() {
return this.area;
}
public void setArea(String area) {
this.area = area;
}
public Float getYear() {
return this.year;
}
public void setYear(Float year) {
this.year = year;
}
public String getServiceType() {
return this.serviceType;
}
public void setServiceType(String serviceType) {
this.serviceType = serviceType;
}
public Integer getAmount() {
return this.amount;
}
public void setAmount(Integer amount) {
this.amount = amount;
}
public String getIdc() {
return this.idc;
}
public void setIdc(String idc) {
this.idc = idc;
}
public String getServiceItemName() {
return this.serviceItemName;
}
public void setServiceItemName(String serviceItemName) {
this.serviceItemName = serviceItemName;
}
public String getCity() {
return this.city;
}
public void setCity(String city) {
this.city = city;
}
public String getServiceItem() {
return this.serviceItem;
}
public void setServiceItem(String serviceItem) {
this.serviceItem = serviceItem;
}
public String getRemark() {
return this.remark;
}
public void setRemark(String remark) {
this.remark = remark;
}
}
}
public static class ComboValue {
private String skuId;
private List<ServerDemandListItem> serverDemandList;
private List<WholeRackListItem> wholeRackList;
public String getSkuId() {
return this.skuId;
}
public void setSkuId(String skuId) {
this.skuId = skuId;
}
public List<ServerDemandListItem> getServerDemandList() {
return this.serverDemandList;
}
public void setServerDemandList(List<ServerDemandListItem> serverDemandList) {
this.serverDemandList = serverDemandList;
}
public List<WholeRackListItem> getWholeRackList() {
return this.wholeRackList;
}
public void setWholeRackList(List<WholeRackListItem> wholeRackList) {
this.wholeRackList = wholeRackList;
}
public static class ServerDemandListItem {
private String item;
private String product3;
private Integer agreedQuantity;
private Integer quantity;
private String skuId;
private String appGroup;
private List<String> snList;
public String getItem() {
return this.item;
}
public void setItem(String item) {
this.item = item;
}
public String getProduct3() {
return this.product3;
}
public void setProduct3(String product3) {
this.product3 = product3;
}
public Integer getAgreedQuantity() {
return this.agreedQuantity;
}
public void setAgreedQuantity(Integer agreedQuantity) {
this.agreedQuantity = agreedQuantity;
}
public Integer getQuantity() {
return this.quantity;
}
public void setQuantity(Integer quantity) {
this.quantity = quantity;
}
public String getSkuId() {
return this.skuId;
}
public void setSkuId(String skuId) {
this.skuId = skuId;
}
public String getAppGroup() {
return this.appGroup;
}
public void setAppGroup(String appGroup) {
this.appGroup = appGroup;
}
public List<String> getSnList() {
return this.snList;
}
public void setSnList(List<String> snList) {
this.snList = snList;
}
}
public static class WholeRackListItem {
private String order;
private String rackPackage;
private List<ServerDemandListItem6> serverDemandList5;
public String getOrder() {
return this.order;
}
public void setOrder(String order) {
this.order = order;
}
public String getRackPackage() {
return this.rackPackage;
}
public void setRackPackage(String rackPackage) {
this.rackPackage = rackPackage;
}
public List<ServerDemandListItem6> getServerDemandList5() {
return this.serverDemandList5;
}
public void setServerDemandList5(List<ServerDemandListItem6> serverDemandList5) {
this.serverDemandList5 = serverDemandList5;
}
public static class ServerDemandListItem6 {
private String item;
private String product3;
private Integer agreedQuantity;
private Integer quantity;
private String skuId;
private String appGroup;
private List<String> snList7;
public String getItem() {
return this.item;
}
public void setItem(String item) {
this.item = item;
}
public String getProduct3() {
return this.product3;
}
public void setProduct3(String product3) {
this.product3 = product3;
}
public Integer getAgreedQuantity() {
return this.agreedQuantity;
}
public void setAgreedQuantity(Integer agreedQuantity) {
this.agreedQuantity = agreedQuantity;
}
public Integer getQuantity() {
return this.quantity;
}
public void setQuantity(Integer quantity) {
this.quantity = quantity;
}
public String getSkuId() {
return this.skuId;
}
public void setSkuId(String skuId) {
this.skuId = skuId;
}
public String getAppGroup() {
return this.appGroup;
}
public void setAppGroup(String appGroup) {
this.appGroup = appGroup;
}
public List<String> getSnList7() {
return this.snList7;
}
public void setSnList7(List<String> snList7) {
this.snList7 = snList7;
}
}
}
}
public static class RackValue {
private List<ItemListItem9> itemList8;
public List<ItemListItem9> getItemList8() {
return this.itemList8;
}
public void setItemList8(List<ItemListItem9> itemList8) {
this.itemList8 = itemList8;
}
public static class ItemListItem9 {
private Integer rackNum;
private String roomCode;
private String power;
private Float powUtilizationRate;
public Integer getRackNum() {
return this.rackNum;
}
public void setRackNum(Integer rackNum) {
this.rackNum = rackNum;
}
public String getRoomCode() {
return this.roomCode;
}
public void setRoomCode(String roomCode) {
this.roomCode = roomCode;
}
public String getPower() {
return this.power;
}
public void setPower(String power) {
this.power = power;
}
public Float getPowUtilizationRate() {
return this.powUtilizationRate;
}
public void setPowUtilizationRate(Float powUtilizationRate) {
this.powUtilizationRate = powUtilizationRate;
}
}
}
public static class ExchangeValue {
private List<ServerDemandListItem11> serverDemandList10;
private List<String> exchangeList;
public List<ServerDemandListItem11> getServerDemandList10() {
return this.serverDemandList10;
}
public void setServerDemandList10(List<ServerDemandListItem11> serverDemandList10) {
this.serverDemandList10 = serverDemandList10;
}
public List<String> getExchangeList() {
return this.exchangeList;
}
public void setExchangeList(List<String> exchangeList) {
this.exchangeList = exchangeList;
}
public static class ServerDemandListItem11 {
private String item;
private String product3;
private Integer agreedQuantity;
private Integer quantity;
private String skuId;
private String appGroup;
private List<String> snList12;
public String getItem() {
return this.item;
}
public void setItem(String item) {
this.item = item;
}
public String getProduct3() {
return this.product3;
}
public void setProduct3(String product3) {
this.product3 = product3;
}
public Integer getAgreedQuantity() {
return this.agreedQuantity;
}
public void setAgreedQuantity(Integer agreedQuantity) {
this.agreedQuantity = agreedQuantity;
}
public Integer getQuantity() {
return this.quantity;
}
public void setQuantity(Integer quantity) {
this.quantity = quantity;
}
public String getSkuId() {
return this.skuId;
}
public void setSkuId(String skuId) {
this.skuId = skuId;
}
public String getAppGroup() {
return this.appGroup;
}
public void setAppGroup(String appGroup) {
this.appGroup = appGroup;
}
public List<String> getSnList12() {
return this.snList12;
}
public void setSnList12(List<String> snList12) {
this.snList12 = snList12;
}
}
}
}
}
@Override
public GetSolutionListResponse getInstance(UnmarshallerContext context) {
return GetSolutionListResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model/v20190627/GetTertiaryProdBySecondaryProdRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brinekingdom.model.v20190627;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class GetTertiaryProdBySecondaryProdRequest extends RpcAcsRequest<GetTertiaryProdBySecondaryProdResponse> {
private String productClass;
private String productClassCN;
public GetTertiaryProdBySecondaryProdRequest() {
super("brinekingdom", "2019-06-27", "GetTertiaryProdBySecondaryProd");
setMethod(MethodType.POST);
}
public String getProductClass() {
return this.productClass;
}
public void setProductClass(String productClass) {
this.productClass = productClass;
if(productClass != null){
putQueryParameter("ProductClass", productClass);
}
}
public String getProductClassCN() {
return this.productClassCN;
}
public void setProductClassCN(String productClassCN) {
this.productClassCN = productClassCN;
if(productClassCN != null){
putQueryParameter("ProductClassCN", productClassCN);
}
}
@Override
public Class<GetTertiaryProdBySecondaryProdResponse> getResponseClass() {
return GetTertiaryProdBySecondaryProdResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model/v20190627/GetTertiaryProdBySecondaryProdResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brinekingdom.model.v20190627;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.brinekingdom.transform.v20190627.GetTertiaryProdBySecondaryProdResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetTertiaryProdBySecondaryProdResponse extends AcsResponse {
private String _class;
private String errorMessage;
private Boolean success;
private String resultCode;
private String requestId;
private List<ResultItem> result;
public String get_Class() {
return this._class;
}
public void set_Class(String _class) {
this._class = _class;
}
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getResultCode() {
return this.resultCode;
}
public void setResultCode(String resultCode) {
this.resultCode = resultCode;
}
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 aoneId;
private String aoneName;
private String _class;
private String productClass;
private String productClassCN;
private String productCode;
private String productEnName;
private String productLineCN;
private String productLineEN;
private String productName;
public String getAoneId() {
return this.aoneId;
}
public void setAoneId(String aoneId) {
this.aoneId = aoneId;
}
public String getAoneName() {
return this.aoneName;
}
public void setAoneName(String aoneName) {
this.aoneName = aoneName;
}
public String get_Class() {
return this._class;
}
public void set_Class(String _class) {
this._class = _class;
}
public String getProductClass() {
return this.productClass;
}
public void setProductClass(String productClass) {
this.productClass = productClass;
}
public String getProductClassCN() {
return this.productClassCN;
}
public void setProductClassCN(String productClassCN) {
this.productClassCN = productClassCN;
}
public String getProductCode() {
return this.productCode;
}
public void setProductCode(String productCode) {
this.productCode = productCode;
}
public String getProductEnName() {
return this.productEnName;
}
public void setProductEnName(String productEnName) {
this.productEnName = productEnName;
}
public String getProductLineCN() {
return this.productLineCN;
}
public void setProductLineCN(String productLineCN) {
this.productLineCN = productLineCN;
}
public String getProductLineEN() {
return this.productLineEN;
}
public void setProductLineEN(String productLineEN) {
this.productLineEN = productLineEN;
}
public String getProductName() {
return this.productName;
}
public void setProductName(String productName) {
this.productName = productName;
}
}
@Override
public GetTertiaryProdBySecondaryProdResponse getInstance(UnmarshallerContext context) {
return GetTertiaryProdBySecondaryProdResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model/v20190627/ListAllZoneRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brinekingdom.model.v20190627;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.ProtocolType;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class ListAllZoneRequest extends RpcAcsRequest<ListAllZoneResponse> {
private String keyword;
public ListAllZoneRequest() {
super("brinekingdom", "2019-06-27", "ListAllZone");
setProtocol(ProtocolType.HTTPS);
setMethod(MethodType.POST);
}
public String getKeyword() {
return this.keyword;
}
public void setKeyword(String keyword) {
this.keyword = keyword;
if(keyword != null){
putQueryParameter("Keyword", keyword);
}
}
@Override
public Class<ListAllZoneResponse> getResponseClass() {
return ListAllZoneResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model/v20190627/ListAllZoneResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brinekingdom.model.v20190627;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.brinekingdom.transform.v20190627.ListAllZoneResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListAllZoneResponse extends AcsResponse {
private String errorMessage;
private String resultCode;
private Boolean success;
private String _class;
private List<区域> result;
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public String getResultCode() {
return this.resultCode;
}
public void setResultCode(String resultCode) {
this.resultCode = resultCode;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String get_Class() {
return this._class;
}
public void set_Class(String _class) {
this._class = _class;
}
public List<区域> getResult() {
return this.result;
}
public void setResult(List<区域> result) {
this.result = result;
}
public static class 区域 {
private String key;
private String value;
public String getKey() {
return this.key;
}
public void setKey(String key) {
this.key = key;
}
public String getValue() {
return this.value;
}
public void setValue(String value) {
this.value = value;
}
}
@Override
public ListAllZoneResponse getInstance(UnmarshallerContext context) {
return ListAllZoneResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model/v20190627/OpenClientsDemandServiceRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brinekingdom.model.v20190627;
import com.aliyuncs.RpcAcsRequest;
import java.util.List;
import java.util.Map;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class OpenClientsDemandServiceRequest extends RpcAcsRequest<OpenClientsDemandServiceResponse> {
private String cluster;
private String safeZone;
private String projectCode;
private String source;
private Long osId;
private String supplyLevel;
private Long installId;
private String operator;
private String product3;
private String productType;
private String businessType;
private String uid;
private Map<String,String> features;
private Boolean factoryInstall;
private String scenario;
private String shiftMethod;
private Integer demandQty;
private String tenantId;
private String classZone;
private String azone;
private String osName;
private String networkArch;
private String sourceId;
private String item;
private String projectName;
private String comments;
private String org;
private Boolean autoApprove;
private String installName;
private String idc;
private DemandItem demandItem;
private String priority;
private Long clientsDemandId;
private String demandClass;
private String itemType;
private String requireType;
private String appGroup;
private String sourceStatus;
private Boolean install;
private String logicZone;
private String replenishUnit;
private String expectTurnOverDate;
public OpenClientsDemandServiceRequest() {
super("brinekingdom", "2019-06-27", "OpenClientsDemandService");
setMethod(MethodType.POST);
}
public String getCluster() {
return this.cluster;
}
public void setCluster(String cluster) {
this.cluster = cluster;
if(cluster != null){
putQueryParameter("Cluster", cluster);
}
}
public String getSafeZone() {
return this.safeZone;
}
public void setSafeZone(String safeZone) {
this.safeZone = safeZone;
if(safeZone != null){
putQueryParameter("SafeZone", safeZone);
}
}
public String getProjectCode() {
return this.projectCode;
}
public void setProjectCode(String projectCode) {
this.projectCode = projectCode;
if(projectCode != null){
putQueryParameter("ProjectCode", projectCode);
}
}
public String getSource() {
return this.source;
}
public void setSource(String source) {
this.source = source;
if(source != null){
putQueryParameter("Source", source);
}
}
public Long getOsId() {
return this.osId;
}
public void setOsId(Long osId) {
this.osId = osId;
if(osId != null){
putQueryParameter("OsId", osId.toString());
}
}
public String getSupplyLevel() {
return this.supplyLevel;
}
public void setSupplyLevel(String supplyLevel) {
this.supplyLevel = supplyLevel;
if(supplyLevel != null){
putQueryParameter("SupplyLevel", supplyLevel);
}
}
public Long getInstallId() {
return this.installId;
}
public void setInstallId(Long installId) {
this.installId = installId;
if(installId != null){
putQueryParameter("InstallId", installId.toString());
}
}
public String getOperator() {
return this.operator;
}
public void setOperator(String operator) {
this.operator = operator;
if(operator != null){
putQueryParameter("Operator", operator);
}
}
public String getProduct3() {
return this.product3;
}
public void setProduct3(String product3) {
this.product3 = product3;
if(product3 != null){
putQueryParameter("Product3", product3);
}
}
public String getProductType() {
return this.productType;
}
public void setProductType(String productType) {
this.productType = productType;
if(productType != null){
putQueryParameter("ProductType", productType);
}
}
public String getBusinessType() {
return this.businessType;
}
public void setBusinessType(String businessType) {
this.businessType = businessType;
if(businessType != null){
putQueryParameter("BusinessType", businessType);
}
}
public String getUid() {
return this.uid;
}
public void setUid(String uid) {
this.uid = uid;
if(uid != null){
putQueryParameter("Uid", uid);
}
}
public Map<String,String> getFeatures() {
return this.features;
}
public void setFeatures(Map<String,String> features) {
this.features = features;
if (features != null) {
for (String key1: features.keySet() ) {
putQueryParameter("Features.#" + key1.length() + "#" + key1 , features.get(key1));
}
}
}
public Boolean getFactoryInstall() {
return this.factoryInstall;
}
public void setFactoryInstall(Boolean factoryInstall) {
this.factoryInstall = factoryInstall;
if(factoryInstall != null){
putQueryParameter("FactoryInstall", factoryInstall.toString());
}
}
public String getScenario() {
return this.scenario;
}
public void setScenario(String scenario) {
this.scenario = scenario;
if(scenario != null){
putQueryParameter("Scenario", scenario);
}
}
public String getShiftMethod() {
return this.shiftMethod;
}
public void setShiftMethod(String shiftMethod) {
this.shiftMethod = shiftMethod;
if(shiftMethod != null){
putQueryParameter("ShiftMethod", shiftMethod);
}
}
public Integer getDemandQty() {
return this.demandQty;
}
public void setDemandQty(Integer demandQty) {
this.demandQty = demandQty;
if(demandQty != null){
putQueryParameter("DemandQty", demandQty.toString());
}
}
public String getTenantId() {
return this.tenantId;
}
public void setTenantId(String tenantId) {
this.tenantId = tenantId;
if(tenantId != null){
putQueryParameter("TenantId", tenantId);
}
}
public String getClassZone() {
return this.classZone;
}
public void setClassZone(String classZone) {
this.classZone = classZone;
if(classZone != null){
putQueryParameter("ClassZone", classZone);
}
}
public String getAzone() {
return this.azone;
}
public void setAzone(String azone) {
this.azone = azone;
if(azone != null){
putQueryParameter("Azone", azone);
}
}
public String getOsName() {
return this.osName;
}
public void setOsName(String osName) {
this.osName = osName;
if(osName != null){
putQueryParameter("OsName", osName);
}
}
public String getNetworkArch() {
return this.networkArch;
}
public void setNetworkArch(String networkArch) {
this.networkArch = networkArch;
if(networkArch != null){
putQueryParameter("NetworkArch", networkArch);
}
}
public String getSourceId() {
return this.sourceId;
}
public void setSourceId(String sourceId) {
this.sourceId = sourceId;
if(sourceId != null){
putQueryParameter("SourceId", sourceId);
}
}
public String getItem() {
return this.item;
}
public void setItem(String item) {
this.item = item;
if(item != null){
putQueryParameter("Item", item);
}
}
public String getProjectName() {
return this.projectName;
}
public void setProjectName(String projectName) {
this.projectName = projectName;
if(projectName != null){
putQueryParameter("ProjectName", projectName);
}
}
public String getComments() {
return this.comments;
}
public void setComments(String comments) {
this.comments = comments;
if(comments != null){
putQueryParameter("Comments", comments);
}
}
public String getOrg() {
return this.org;
}
public void setOrg(String org) {
this.org = org;
if(org != null){
putQueryParameter("Org", org);
}
}
public Boolean getAutoApprove() {
return this.autoApprove;
}
public void setAutoApprove(Boolean autoApprove) {
this.autoApprove = autoApprove;
if(autoApprove != null){
putQueryParameter("AutoApprove", autoApprove.toString());
}
}
public String getInstallName() {
return this.installName;
}
public void setInstallName(String installName) {
this.installName = installName;
if(installName != null){
putQueryParameter("InstallName", installName);
}
}
public String getIdc() {
return this.idc;
}
public void setIdc(String idc) {
this.idc = idc;
if(idc != null){
putQueryParameter("Idc", idc);
}
}
public DemandItem getDemandItem() {
return this.demandItem;
}
public void setDemandItem(DemandItem demandItem) {
this.demandItem = demandItem;
if (demandItem != null) {
if (demandItem.getServerDTO() != null) {
putQueryParameter("DemandItem.ServerDTO.Nic" , demandItem.getServerDTO().getNic());
putQueryParameter("DemandItem.ServerDTO.Model" , demandItem.getServerDTO().getModel());
putQueryParameter("DemandItem.ServerDTO.Config" , demandItem.getServerDTO().getConfig());
}
if (demandItem.getExchangeValue() != null) {
if (demandItem.getExchangeValue().getExchangeList() != null) {
for (int depth1 = 0; depth1 < demandItem.getExchangeValue().getExchangeList().size(); depth1++) {
putQueryParameter("DemandItem.ExchangeValue.ExchangeList." + (depth1 + 1) , demandItem.getExchangeValue().getExchangeList().get(depth1));
}
}
if (demandItem.getExchangeValue().getServerDemandList() != null) {
for (int depth1 = 0; depth1 < demandItem.getExchangeValue().getServerDemandList().size(); depth1++) {
if (demandItem.getExchangeValue().getServerDemandList().get(depth1) != null) {
putQueryParameter("DemandItem.ExchangeValue.ServerDemandList." + (depth1 + 1) + ".Item" , demandItem.getExchangeValue().getServerDemandList().get(depth1).getItem());
putQueryParameter("DemandItem.ExchangeValue.ServerDemandList." + (depth1 + 1) + ".Quantity" , demandItem.getExchangeValue().getServerDemandList().get(depth1).getQuantity());
putQueryParameter("DemandItem.ExchangeValue.ServerDemandList." + (depth1 + 1) + ".AppGroup" , demandItem.getExchangeValue().getServerDemandList().get(depth1).getAppGroup());
putQueryParameter("DemandItem.ExchangeValue.ServerDemandList." + (depth1 + 1) + ".AgreedQuantity" , demandItem.getExchangeValue().getServerDemandList().get(depth1).getAgreedQuantity());
if (demandItem.getExchangeValue().getServerDemandList().get(depth1).getSnList() != null) {
for (int depth2 = 0; depth2 < demandItem.getExchangeValue().getServerDemandList().get(depth1).getSnList().size(); depth2++) {
putQueryParameter("DemandItem.ExchangeValue.ServerDemandList." + (depth1 + 1) + ".SnList." + (depth2 + 1) , demandItem.getExchangeValue().getServerDemandList().get(depth1).getSnList().get(depth2));
}
}
putQueryParameter("DemandItem.ExchangeValue.ServerDemandList." + (depth1 + 1) + ".Product3" , demandItem.getExchangeValue().getServerDemandList().get(depth1).getProduct3());
}
}
}
}
putQueryParameter("DemandItem.DemandItemType" , demandItem.getDemandItemType());
if (demandItem.getComboValue() != null) {
putQueryParameter("DemandItem.ComboValue.SkuId" , demandItem.getComboValue().getSkuId());
if (demandItem.getComboValue().getServerDemandList() != null) {
for (int depth1 = 0; depth1 < demandItem.getComboValue().getServerDemandList().size(); depth1++) {
if (demandItem.getComboValue().getServerDemandList().get(depth1) != null) {
putQueryParameter("DemandItem.ComboValue.ServerDemandList." + (depth1 + 1) + ".Item" , demandItem.getComboValue().getServerDemandList().get(depth1).getItem());
putQueryParameter("DemandItem.ComboValue.ServerDemandList." + (depth1 + 1) + ".Quantity" , demandItem.getComboValue().getServerDemandList().get(depth1).getQuantity());
putQueryParameter("DemandItem.ComboValue.ServerDemandList." + (depth1 + 1) + ".AppGroup" , demandItem.getComboValue().getServerDemandList().get(depth1).getAppGroup());
putQueryParameter("DemandItem.ComboValue.ServerDemandList." + (depth1 + 1) + ".AgreedQuantity" , demandItem.getComboValue().getServerDemandList().get(depth1).getAgreedQuantity());
if (demandItem.getComboValue().getServerDemandList().get(depth1).getSnList() != null) {
for (int depth2 = 0; depth2 < demandItem.getComboValue().getServerDemandList().get(depth1).getSnList().size(); depth2++) {
putQueryParameter("DemandItem.ComboValue.ServerDemandList." + (depth1 + 1) + ".SnList." + (depth2 + 1) , demandItem.getComboValue().getServerDemandList().get(depth1).getSnList().get(depth2));
}
}
putQueryParameter("DemandItem.ComboValue.ServerDemandList." + (depth1 + 1) + ".Product3" , demandItem.getComboValue().getServerDemandList().get(depth1).getProduct3());
}
}
}
}
}
}
public String getPriority() {
return this.priority;
}
public void setPriority(String priority) {
this.priority = priority;
if(priority != null){
putQueryParameter("Priority", priority);
}
}
public Long getClientsDemandId() {
return this.clientsDemandId;
}
public void setClientsDemandId(Long clientsDemandId) {
this.clientsDemandId = clientsDemandId;
if(clientsDemandId != null){
putQueryParameter("ClientsDemandId", clientsDemandId.toString());
}
}
public String getDemandClass() {
return this.demandClass;
}
public void setDemandClass(String demandClass) {
this.demandClass = demandClass;
if(demandClass != null){
putQueryParameter("DemandClass", demandClass);
}
}
public String getItemType() {
return this.itemType;
}
public void setItemType(String itemType) {
this.itemType = itemType;
if(itemType != null){
putQueryParameter("ItemType", itemType);
}
}
public String getRequireType() {
return this.requireType;
}
public void setRequireType(String requireType) {
this.requireType = requireType;
if(requireType != null){
putQueryParameter("RequireType", requireType);
}
}
public String getAppGroup() {
return this.appGroup;
}
public void setAppGroup(String appGroup) {
this.appGroup = appGroup;
if(appGroup != null){
putQueryParameter("AppGroup", appGroup);
}
}
public String getSourceStatus() {
return this.sourceStatus;
}
public void setSourceStatus(String sourceStatus) {
this.sourceStatus = sourceStatus;
if(sourceStatus != null){
putQueryParameter("SourceStatus", sourceStatus);
}
}
public Boolean getInstall() {
return this.install;
}
public void setInstall(Boolean install) {
this.install = install;
if(install != null){
putQueryParameter("Install", install.toString());
}
}
public String getLogicZone() {
return this.logicZone;
}
public void setLogicZone(String logicZone) {
this.logicZone = logicZone;
if(logicZone != null){
putQueryParameter("LogicZone", logicZone);
}
}
public String getReplenishUnit() {
return this.replenishUnit;
}
public void setReplenishUnit(String replenishUnit) {
this.replenishUnit = replenishUnit;
if(replenishUnit != null){
putQueryParameter("ReplenishUnit", replenishUnit);
}
}
public String getExpectTurnOverDate() {
return this.expectTurnOverDate;
}
public void setExpectTurnOverDate(String expectTurnOverDate) {
this.expectTurnOverDate = expectTurnOverDate;
if(expectTurnOverDate != null){
putQueryParameter("ExpectTurnOverDate", expectTurnOverDate);
}
}
public static class DemandItem {
private ServerDTO serverDTO;
private ExchangeValue exchangeValue;
private String demandItemType;
private ComboValue comboValue;
public ServerDTO getServerDTO() {
return this.serverDTO;
}
public void setServerDTO(ServerDTO serverDTO) {
this.serverDTO = serverDTO;
}
public ExchangeValue getExchangeValue() {
return this.exchangeValue;
}
public void setExchangeValue(ExchangeValue exchangeValue) {
this.exchangeValue = exchangeValue;
}
public String getDemandItemType() {
return this.demandItemType;
}
public void setDemandItemType(String demandItemType) {
this.demandItemType = demandItemType;
}
public ComboValue getComboValue() {
return this.comboValue;
}
public void setComboValue(ComboValue comboValue) {
this.comboValue = comboValue;
}
public static class ServerDTO {
private String nic;
private String model;
private String config;
public String getNic() {
return this.nic;
}
public void setNic(String nic) {
this.nic = nic;
}
public String getModel() {
return this.model;
}
public void setModel(String model) {
this.model = model;
}
public String getConfig() {
return this.config;
}
public void setConfig(String config) {
this.config = config;
}
}
public static class ExchangeValue {
private List<String> exchangeList;
private List<ServerDemandListItem> serverDemandList;
public List<String> getExchangeList() {
return this.exchangeList;
}
public void setExchangeList(List<String> exchangeList) {
this.exchangeList = exchangeList;
}
public List<ServerDemandListItem> getServerDemandList() {
return this.serverDemandList;
}
public void setServerDemandList(List<ServerDemandListItem> serverDemandList) {
this.serverDemandList = serverDemandList;
}
public static class ServerDemandListItem {
private String item;
private Integer quantity;
private String appGroup;
private Integer agreedQuantity;
private List<String> snList;
private String product3;
public String getItem() {
return this.item;
}
public void setItem(String item) {
this.item = item;
}
public Integer getQuantity() {
return this.quantity;
}
public void setQuantity(Integer quantity) {
this.quantity = quantity;
}
public String getAppGroup() {
return this.appGroup;
}
public void setAppGroup(String appGroup) {
this.appGroup = appGroup;
}
public Integer getAgreedQuantity() {
return this.agreedQuantity;
}
public void setAgreedQuantity(Integer agreedQuantity) {
this.agreedQuantity = agreedQuantity;
}
public List<String> getSnList() {
return this.snList;
}
public void setSnList(List<String> snList) {
this.snList = snList;
}
public String getProduct3() {
return this.product3;
}
public void setProduct3(String product3) {
this.product3 = product3;
}
}
}
public static class ComboValue {
private String skuId;
private List<ServerDemandListItem> serverDemandList;
public String getSkuId() {
return this.skuId;
}
public void setSkuId(String skuId) {
this.skuId = skuId;
}
public List<ServerDemandListItem> getServerDemandList() {
return this.serverDemandList;
}
public void setServerDemandList(List<ServerDemandListItem> serverDemandList) {
this.serverDemandList = serverDemandList;
}
public static class ServerDemandListItem {
private String item;
private Integer quantity;
private String appGroup;
private Integer agreedQuantity;
private List<String> snList;
private String product3;
public String getItem() {
return this.item;
}
public void setItem(String item) {
this.item = item;
}
public Integer getQuantity() {
return this.quantity;
}
public void setQuantity(Integer quantity) {
this.quantity = quantity;
}
public String getAppGroup() {
return this.appGroup;
}
public void setAppGroup(String appGroup) {
this.appGroup = appGroup;
}
public Integer getAgreedQuantity() {
return this.agreedQuantity;
}
public void setAgreedQuantity(Integer agreedQuantity) {
this.agreedQuantity = agreedQuantity;
}
public List<String> getSnList() {
return this.snList;
}
public void setSnList(List<String> snList) {
this.snList = snList;
}
public String getProduct3() {
return this.product3;
}
public void setProduct3(String product3) {
this.product3 = product3;
}
}
}
}
@Override
public Class<OpenClientsDemandServiceResponse> getResponseClass() {
return OpenClientsDemandServiceResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model/v20190627/OpenClientsDemandServiceResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brinekingdom.model.v20190627;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.brinekingdom.transform.v20190627.OpenClientsDemandServiceResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class OpenClientsDemandServiceResponse extends AcsResponse {
private String requestId;
private String sourceId;
private String errorMsg;
private Long demandId;
private String source;
private String resultCode;
private Boolean success;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getSourceId() {
return this.sourceId;
}
public void setSourceId(String sourceId) {
this.sourceId = sourceId;
}
public String getErrorMsg() {
return this.errorMsg;
}
public void setErrorMsg(String errorMsg) {
this.errorMsg = errorMsg;
}
public Long getDemandId() {
return this.demandId;
}
public void setDemandId(Long demandId) {
this.demandId = demandId;
}
public String getSource() {
return this.source;
}
public void setSource(String source) {
this.source = source;
}
public String getResultCode() {
return this.resultCode;
}
public void setResultCode(String resultCode) {
this.resultCode = resultCode;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
@Override
public OpenClientsDemandServiceResponse getInstance(UnmarshallerContext context) {
return OpenClientsDemandServiceResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model/v20190627/PushFcstPlanSopRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brinekingdom.model.v20190627;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class PushFcstPlanSopRequest extends RpcAcsRequest<PushFcstPlanSopResponse> {
private String regionCode;
private String classZoneCode;
private String cmP;
private String product2;
private String product1;
private String nic;
private String logicZoneCode;
private String cmU;
private String source;
private Integer type;
private String azCode;
private String cmV;
private String operator;
private String product3;
private String machineType;
private String scenario;
private Integer nakedDelivery;
private String cloudDeployProduct3;
private String orgKey;
private String netArch;
private String business;
private String cloudDeployProduct1;
private String cloudDeployProduct2;
private Integer cnt;
private String safeZoneCode;
private String timeStr;
private String priority;
private String requireType;
private Integer install;
private String cmC;
private Long planId;
private String outId;
private String roomCode;
private String comment;
private Integer modelLoad;
public PushFcstPlanSopRequest() {
super("brinekingdom", "2019-06-27", "PushFcstPlanSop");
setMethod(MethodType.POST);
}
public String getRegionCode() {
return this.regionCode;
}
public void setRegionCode(String regionCode) {
this.regionCode = regionCode;
if(regionCode != null){
putQueryParameter("RegionCode", regionCode);
}
}
public String getClassZoneCode() {
return this.classZoneCode;
}
public void setClassZoneCode(String classZoneCode) {
this.classZoneCode = classZoneCode;
if(classZoneCode != null){
putQueryParameter("ClassZoneCode", classZoneCode);
}
}
public String getCmP() {
return this.cmP;
}
public void setCmP(String cmP) {
this.cmP = cmP;
if(cmP != null){
putQueryParameter("CmP", cmP);
}
}
public String getProduct2() {
return this.product2;
}
public void setProduct2(String product2) {
this.product2 = product2;
if(product2 != null){
putQueryParameter("Product2", product2);
}
}
public String getProduct1() {
return this.product1;
}
public void setProduct1(String product1) {
this.product1 = product1;
if(product1 != null){
putQueryParameter("Product1", product1);
}
}
public String getNic() {
return this.nic;
}
public void setNic(String nic) {
this.nic = nic;
if(nic != null){
putQueryParameter("Nic", nic);
}
}
public String getLogicZoneCode() {
return this.logicZoneCode;
}
public void setLogicZoneCode(String logicZoneCode) {
this.logicZoneCode = logicZoneCode;
if(logicZoneCode != null){
putQueryParameter("LogicZoneCode", logicZoneCode);
}
}
public String getCmU() {
return this.cmU;
}
public void setCmU(String cmU) {
this.cmU = cmU;
if(cmU != null){
putQueryParameter("CmU", cmU);
}
}
public String getSource() {
return this.source;
}
public void setSource(String source) {
this.source = source;
if(source != null){
putQueryParameter("Source", source);
}
}
public Integer getType() {
return this.type;
}
public void setType(Integer type) {
this.type = type;
if(type != null){
putQueryParameter("Type", type.toString());
}
}
public String getAzCode() {
return this.azCode;
}
public void setAzCode(String azCode) {
this.azCode = azCode;
if(azCode != null){
putQueryParameter("AzCode", azCode);
}
}
public String getCmV() {
return this.cmV;
}
public void setCmV(String cmV) {
this.cmV = cmV;
if(cmV != null){
putQueryParameter("CmV", cmV);
}
}
public String getOperator() {
return this.operator;
}
public void setOperator(String operator) {
this.operator = operator;
if(operator != null){
putQueryParameter("Operator", operator);
}
}
public String getProduct3() {
return this.product3;
}
public void setProduct3(String product3) {
this.product3 = product3;
if(product3 != null){
putQueryParameter("Product3", product3);
}
}
public String getMachineType() {
return this.machineType;
}
public void setMachineType(String machineType) {
this.machineType = machineType;
if(machineType != null){
putQueryParameter("MachineType", machineType);
}
}
public String getScenario() {
return this.scenario;
}
public void setScenario(String scenario) {
this.scenario = scenario;
if(scenario != null){
putQueryParameter("Scenario", scenario);
}
}
public Integer getNakedDelivery() {
return this.nakedDelivery;
}
public void setNakedDelivery(Integer nakedDelivery) {
this.nakedDelivery = nakedDelivery;
if(nakedDelivery != null){
putQueryParameter("NakedDelivery", nakedDelivery.toString());
}
}
public String getCloudDeployProduct3() {
return this.cloudDeployProduct3;
}
public void setCloudDeployProduct3(String cloudDeployProduct3) {
this.cloudDeployProduct3 = cloudDeployProduct3;
if(cloudDeployProduct3 != null){
putQueryParameter("CloudDeployProduct3", cloudDeployProduct3);
}
}
public String getOrgKey() {
return this.orgKey;
}
public void setOrgKey(String orgKey) {
this.orgKey = orgKey;
if(orgKey != null){
putQueryParameter("OrgKey", orgKey);
}
}
public String getNetArch() {
return this.netArch;
}
public void setNetArch(String netArch) {
this.netArch = netArch;
if(netArch != null){
putQueryParameter("NetArch", netArch);
}
}
public String getBusiness() {
return this.business;
}
public void setBusiness(String business) {
this.business = business;
if(business != null){
putQueryParameter("Business", business);
}
}
public String getCloudDeployProduct1() {
return this.cloudDeployProduct1;
}
public void setCloudDeployProduct1(String cloudDeployProduct1) {
this.cloudDeployProduct1 = cloudDeployProduct1;
if(cloudDeployProduct1 != null){
putQueryParameter("CloudDeployProduct1", cloudDeployProduct1);
}
}
public String getCloudDeployProduct2() {
return this.cloudDeployProduct2;
}
public void setCloudDeployProduct2(String cloudDeployProduct2) {
this.cloudDeployProduct2 = cloudDeployProduct2;
if(cloudDeployProduct2 != null){
putQueryParameter("CloudDeployProduct2", cloudDeployProduct2);
}
}
public Integer getCnt() {
return this.cnt;
}
public void setCnt(Integer cnt) {
this.cnt = cnt;
if(cnt != null){
putQueryParameter("Cnt", cnt.toString());
}
}
public String getSafeZoneCode() {
return this.safeZoneCode;
}
public void setSafeZoneCode(String safeZoneCode) {
this.safeZoneCode = safeZoneCode;
if(safeZoneCode != null){
putQueryParameter("SafeZoneCode", safeZoneCode);
}
}
public String getTimeStr() {
return this.timeStr;
}
public void setTimeStr(String timeStr) {
this.timeStr = timeStr;
if(timeStr != null){
putQueryParameter("TimeStr", timeStr);
}
}
public String getPriority() {
return this.priority;
}
public void setPriority(String priority) {
this.priority = priority;
if(priority != null){
putQueryParameter("Priority", priority);
}
}
public String getRequireType() {
return this.requireType;
}
public void setRequireType(String requireType) {
this.requireType = requireType;
if(requireType != null){
putQueryParameter("RequireType", requireType);
}
}
public Integer getInstall() {
return this.install;
}
public void setInstall(Integer install) {
this.install = install;
if(install != null){
putQueryParameter("Install", install.toString());
}
}
public String getCmC() {
return this.cmC;
}
public void setCmC(String cmC) {
this.cmC = cmC;
if(cmC != null){
putQueryParameter("CmC", cmC);
}
}
public Long getPlanId() {
return this.planId;
}
public void setPlanId(Long planId) {
this.planId = planId;
if(planId != null){
putQueryParameter("PlanId", planId.toString());
}
}
public String getOutId() {
return this.outId;
}
public void setOutId(String outId) {
this.outId = outId;
if(outId != null){
putQueryParameter("OutId", outId);
}
}
public String getRoomCode() {
return this.roomCode;
}
public void setRoomCode(String roomCode) {
this.roomCode = roomCode;
if(roomCode != null){
putQueryParameter("RoomCode", roomCode);
}
}
public String getComment() {
return this.comment;
}
public void setComment(String comment) {
this.comment = comment;
if(comment != null){
putQueryParameter("Comment", comment);
}
}
public Integer getModelLoad() {
return this.modelLoad;
}
public void setModelLoad(Integer modelLoad) {
this.modelLoad = modelLoad;
if(modelLoad != null){
putQueryParameter("ModelLoad", modelLoad.toString());
}
}
@Override
public Class<PushFcstPlanSopResponse> getResponseClass() {
return PushFcstPlanSopResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model/v20190627/PushFcstPlanSopResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brinekingdom.model.v20190627;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.brinekingdom.transform.v20190627.PushFcstPlanSopResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class PushFcstPlanSopResponse extends AcsResponse {
private String traceId;
private String errorMessage;
private String resultCode;
private Boolean success;
private Long result;
private String requestId;
public String getTraceId() {
return this.traceId;
}
public void setTraceId(String traceId) {
this.traceId = traceId;
}
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public String getResultCode() {
return this.resultCode;
}
public void setResultCode(String resultCode) {
this.resultCode = resultCode;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public Long getResult() {
return this.result;
}
public void setResult(Long result) {
this.result = result;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public PushFcstPlanSopResponse getInstance(UnmarshallerContext context) {
return PushFcstPlanSopResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model/v20190627/QueryAllOsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brinekingdom.model.v20190627;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class QueryAllOsRequest extends RpcAcsRequest<QueryAllOsResponse> {
private String requestId;
public QueryAllOsRequest() {
super("brinekingdom", "2019-06-27", "QueryAllOs");
setMethod(MethodType.POST);
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
if(requestId != null){
putQueryParameter("RequestId", requestId);
}
}
@Override
public Class<QueryAllOsResponse> getResponseClass() {
return QueryAllOsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model/v20190627/QueryAllOsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brinekingdom.model.v20190627;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.brinekingdom.transform.v20190627.QueryAllOsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class QueryAllOsResponse extends AcsResponse {
private String _class;
private String errorMessage;
private Boolean success;
private String resultCode;
private String requestId;
private List<ResultItem> result;
public String get_Class() {
return this._class;
}
public void set_Class(String _class) {
this._class = _class;
}
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getResultCode() {
return this.resultCode;
}
public void setResultCode(String resultCode) {
this.resultCode = resultCode;
}
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 label;
private Long value;
public String getLabel() {
return this.label;
}
public void setLabel(String label) {
this.label = label;
}
public Long getValue() {
return this.value;
}
public void setValue(Long value) {
this.value = value;
}
}
@Override
public QueryAllOsResponse getInstance(UnmarshallerContext context) {
return QueryAllOsResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model/v20190627/QueryAzoneByCityCodeRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brinekingdom.model.v20190627;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class QueryAzoneByCityCodeRequest extends RpcAcsRequest<QueryAzoneByCityCodeResponse> {
private String cityCode;
public QueryAzoneByCityCodeRequest() {
super("brinekingdom", "2019-06-27", "QueryAzoneByCityCode");
setMethod(MethodType.POST);
}
public String getCityCode() {
return this.cityCode;
}
public void setCityCode(String cityCode) {
this.cityCode = cityCode;
if(cityCode != null){
putQueryParameter("CityCode", cityCode);
}
}
@Override
public Class<QueryAzoneByCityCodeResponse> getResponseClass() {
return QueryAzoneByCityCodeResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model/v20190627/QueryAzoneByCityCodeResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brinekingdom.model.v20190627;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.brinekingdom.transform.v20190627.QueryAzoneByCityCodeResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class QueryAzoneByCityCodeResponse extends AcsResponse {
private String _class;
private String errorMessage;
private Boolean success;
private String resultCode;
private String requestId;
private List<ResultItem> result;
public String get_Class() {
return this._class;
}
public void set_Class(String _class) {
this._class = _class;
}
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getResultCode() {
return this.resultCode;
}
public void setResultCode(String resultCode) {
this.resultCode = resultCode;
}
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 azAlias;
private String azCnName;
private Long azId;
private String azName;
private String cityCnName;
private String cityEnName;
private String _class;
private String cnStatus;
private String creator;
private String creatorNic;
private String enStatus;
private Long lastUpdate;
private String modifier;
private String modifierNic;
private String roomCode;
private String roomName;
public String getAzAlias() {
return this.azAlias;
}
public void setAzAlias(String azAlias) {
this.azAlias = azAlias;
}
public String getAzCnName() {
return this.azCnName;
}
public void setAzCnName(String azCnName) {
this.azCnName = azCnName;
}
public Long getAzId() {
return this.azId;
}
public void setAzId(Long azId) {
this.azId = azId;
}
public String getAzName() {
return this.azName;
}
public void setAzName(String azName) {
this.azName = azName;
}
public String getCityCnName() {
return this.cityCnName;
}
public void setCityCnName(String cityCnName) {
this.cityCnName = cityCnName;
}
public String getCityEnName() {
return this.cityEnName;
}
public void setCityEnName(String cityEnName) {
this.cityEnName = cityEnName;
}
public String get_Class() {
return this._class;
}
public void set_Class(String _class) {
this._class = _class;
}
public String getCnStatus() {
return this.cnStatus;
}
public void setCnStatus(String cnStatus) {
this.cnStatus = cnStatus;
}
public String getCreator() {
return this.creator;
}
public void setCreator(String creator) {
this.creator = creator;
}
public String getCreatorNic() {
return this.creatorNic;
}
public void setCreatorNic(String creatorNic) {
this.creatorNic = creatorNic;
}
public String getEnStatus() {
return this.enStatus;
}
public void setEnStatus(String enStatus) {
this.enStatus = enStatus;
}
public Long getLastUpdate() {
return this.lastUpdate;
}
public void setLastUpdate(Long lastUpdate) {
this.lastUpdate = lastUpdate;
}
public String getModifier() {
return this.modifier;
}
public void setModifier(String modifier) {
this.modifier = modifier;
}
public String getModifierNic() {
return this.modifierNic;
}
public void setModifierNic(String modifierNic) {
this.modifierNic = modifierNic;
}
public String getRoomCode() {
return this.roomCode;
}
public void setRoomCode(String roomCode) {
this.roomCode = roomCode;
}
public String getRoomName() {
return this.roomName;
}
public void setRoomName(String roomName) {
this.roomName = roomName;
}
}
@Override
public QueryAzoneByCityCodeResponse getInstance(UnmarshallerContext context) {
return QueryAzoneByCityCodeResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model/v20190627/QueryAzoneByNameRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brinekingdom.model.v20190627;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class QueryAzoneByNameRequest extends RpcAcsRequest<QueryAzoneByNameResponse> {
private String azName;
public QueryAzoneByNameRequest() {
super("brinekingdom", "2019-06-27", "QueryAzoneByName");
setMethod(MethodType.POST);
}
public String getAzName() {
return this.azName;
}
public void setAzName(String azName) {
this.azName = azName;
if(azName != null){
putQueryParameter("AzName", azName);
}
}
@Override
public Class<QueryAzoneByNameResponse> getResponseClass() {
return QueryAzoneByNameResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model
|
java-sources/com/aliyun/aliyun-java-sdk-brinekingdom/1.0.8/com/aliyuncs/brinekingdom/model/v20190627/QueryAzoneByNameResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.brinekingdom.model.v20190627;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.brinekingdom.transform.v20190627.QueryAzoneByNameResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class QueryAzoneByNameResponse extends AcsResponse {
private String _class;
private String errorMessage;
private Boolean success;
private String resultCode;
private String requestId;
private Result result;
public String get_Class() {
return this._class;
}
public void set_Class(String _class) {
this._class = _class;
}
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getResultCode() {
return this.resultCode;
}
public void setResultCode(String resultCode) {
this.resultCode = resultCode;
}
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 azAlias;
private String azCnName;
private Long azId;
private String azName;
private String cityCnName;
private String cityEnName;
private String _class;
private String cnStatus;
private String creator;
private String creatorNic;
private String enStatus;
private Long lastUpdate;
private String modifier;
private String modifierNic;
private String roomCode;
private String roomName;
public String getAzAlias() {
return this.azAlias;
}
public void setAzAlias(String azAlias) {
this.azAlias = azAlias;
}
public String getAzCnName() {
return this.azCnName;
}
public void setAzCnName(String azCnName) {
this.azCnName = azCnName;
}
public Long getAzId() {
return this.azId;
}
public void setAzId(Long azId) {
this.azId = azId;
}
public String getAzName() {
return this.azName;
}
public void setAzName(String azName) {
this.azName = azName;
}
public String getCityCnName() {
return this.cityCnName;
}
public void setCityCnName(String cityCnName) {
this.cityCnName = cityCnName;
}
public String getCityEnName() {
return this.cityEnName;
}
public void setCityEnName(String cityEnName) {
this.cityEnName = cityEnName;
}
public String get_Class() {
return this._class;
}
public void set_Class(String _class) {
this._class = _class;
}
public String getCnStatus() {
return this.cnStatus;
}
public void setCnStatus(String cnStatus) {
this.cnStatus = cnStatus;
}
public String getCreator() {
return this.creator;
}
public void setCreator(String creator) {
this.creator = creator;
}
public String getCreatorNic() {
return this.creatorNic;
}
public void setCreatorNic(String creatorNic) {
this.creatorNic = creatorNic;
}
public String getEnStatus() {
return this.enStatus;
}
public void setEnStatus(String enStatus) {
this.enStatus = enStatus;
}
public Long getLastUpdate() {
return this.lastUpdate;
}
public void setLastUpdate(Long lastUpdate) {
this.lastUpdate = lastUpdate;
}
public String getModifier() {
return this.modifier;
}
public void setModifier(String modifier) {
this.modifier = modifier;
}
public String getModifierNic() {
return this.modifierNic;
}
public void setModifierNic(String modifierNic) {
this.modifierNic = modifierNic;
}
public String getRoomCode() {
return this.roomCode;
}
public void setRoomCode(String roomCode) {
this.roomCode = roomCode;
}
public String getRoomName() {
return this.roomName;
}
public void setRoomName(String roomName) {
this.roomName = roomName;
}
}
@Override
public QueryAzoneByNameResponse getInstance(UnmarshallerContext context) {
return QueryAzoneByNameResponseUnmarshaller.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.