index
int64
repo_id
string
file_path
string
content
string
0
java-sources/com/aliyun/aliyun-java-sdk-cro/1.0.10/com/aliyuncs/cro/transform
java-sources/com/aliyun/aliyun-java-sdk-cro/1.0.10/com/aliyuncs/cro/transform/v20200102/CheckRealNameResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cro.transform.v20200102; import com.aliyuncs.cro.model.v20200102.CheckRealNameResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CheckRealNameResponseUnmarshaller { public static CheckRealNameResponse unmarshall(CheckRealNameResponse checkRealNameResponse, UnmarshallerContext _ctx) { checkRealNameResponse.setRequestId(_ctx.stringValue("CheckRealNameResponse.RequestId")); checkRealNameResponse.setMsg(_ctx.stringValue("CheckRealNameResponse.Msg")); checkRealNameResponse.setCode(_ctx.integerValue("CheckRealNameResponse.Code")); checkRealNameResponse.setSuccess(_ctx.stringValue("CheckRealNameResponse.Success")); return checkRealNameResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cro/1.0.10/com/aliyuncs/cro/transform
java-sources/com/aliyun/aliyun-java-sdk-cro/1.0.10/com/aliyuncs/cro/transform/v20200102/EmbedWatermarkResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cro.transform.v20200102; import com.aliyuncs.cro.model.v20200102.EmbedWatermarkResponse; import com.aliyuncs.cro.model.v20200102.EmbedWatermarkResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class EmbedWatermarkResponseUnmarshaller { public static EmbedWatermarkResponse unmarshall(EmbedWatermarkResponse embedWatermarkResponse, UnmarshallerContext _ctx) { embedWatermarkResponse.setMsg(_ctx.stringValue("EmbedWatermarkResponse.Msg")); embedWatermarkResponse.setCode(_ctx.stringValue("EmbedWatermarkResponse.Code")); embedWatermarkResponse.setSuccess(_ctx.booleanValue("EmbedWatermarkResponse.Success")); Data data = new Data(); data.setCarrierLink(_ctx.stringValue("EmbedWatermarkResponse.Data.CarrierLink")); data.setOutFileSize(_ctx.longValue("EmbedWatermarkResponse.Data.OutFileSize")); embedWatermarkResponse.setData(data); return embedWatermarkResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cro/1.0.10/com/aliyuncs/cro/transform
java-sources/com/aliyun/aliyun-java-sdk-cro/1.0.10/com/aliyuncs/cro/transform/v20200102/ExtractWatermarkResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cro.transform.v20200102; import com.aliyuncs.cro.model.v20200102.ExtractWatermarkResponse; import com.aliyuncs.cro.model.v20200102.ExtractWatermarkResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class ExtractWatermarkResponseUnmarshaller { public static ExtractWatermarkResponse unmarshall(ExtractWatermarkResponse extractWatermarkResponse, UnmarshallerContext _ctx) { extractWatermarkResponse.setRequestId(_ctx.stringValue("ExtractWatermarkResponse.RequestId")); extractWatermarkResponse.setMsg(_ctx.stringValue("ExtractWatermarkResponse.Msg")); extractWatermarkResponse.setCode(_ctx.stringValue("ExtractWatermarkResponse.Code")); extractWatermarkResponse.setSuccess(_ctx.booleanValue("ExtractWatermarkResponse.Success")); Data data = new Data(); data.setInvisibleText(_ctx.stringValue("ExtractWatermarkResponse.Data.InvisibleText")); extractWatermarkResponse.setData(data); return extractWatermarkResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cro/1.0.10/com/aliyuncs/cro/transform
java-sources/com/aliyun/aliyun-java-sdk-cro/1.0.10/com/aliyuncs/cro/transform/v20200102/GetAccountIdentityInfoResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cro.transform.v20200102; import com.aliyuncs.cro.model.v20200102.GetAccountIdentityInfoResponse; import com.aliyuncs.cro.model.v20200102.GetAccountIdentityInfoResponse.AccountIdentityInfo; import com.aliyuncs.transform.UnmarshallerContext; public class GetAccountIdentityInfoResponseUnmarshaller { public static GetAccountIdentityInfoResponse unmarshall(GetAccountIdentityInfoResponse getAccountIdentityInfoResponse, UnmarshallerContext _ctx) { getAccountIdentityInfoResponse.setRequestId(_ctx.stringValue("GetAccountIdentityInfoResponse.RequestId")); AccountIdentityInfo accountIdentityInfo = new AccountIdentityInfo(); accountIdentityInfo.setCardNumber(_ctx.stringValue("GetAccountIdentityInfoResponse.AccountIdentityInfo.CardNumber")); accountIdentityInfo.setName(_ctx.stringValue("GetAccountIdentityInfoResponse.AccountIdentityInfo.Name")); getAccountIdentityInfoResponse.setAccountIdentityInfo(accountIdentityInfo); return getAccountIdentityInfoResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cro/1.0.10/com/aliyuncs/cro/transform
java-sources/com/aliyun/aliyun-java-sdk-cro/1.0.10/com/aliyuncs/cro/transform/v20200102/GetCallRelationResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cro.transform.v20200102; import com.aliyuncs.cro.model.v20200102.GetCallRelationResponse; import com.aliyuncs.cro.model.v20200102.GetCallRelationResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class GetCallRelationResponseUnmarshaller { public static GetCallRelationResponse unmarshall(GetCallRelationResponse getCallRelationResponse, UnmarshallerContext _ctx) { getCallRelationResponse.setRequestId(_ctx.stringValue("GetCallRelationResponse.RequestId")); getCallRelationResponse.setCode(_ctx.integerValue("GetCallRelationResponse.Code")); getCallRelationResponse.setMessage(_ctx.stringValue("GetCallRelationResponse.Message")); getCallRelationResponse.setSuccess(_ctx.booleanValue("GetCallRelationResponse.Success")); Data data = new Data(); data.setAppName(_ctx.stringValue("GetCallRelationResponse.Data.AppName")); data.setCallAppList(_ctx.stringValue("GetCallRelationResponse.Data.CallAppList")); data.setCalledAppList(_ctx.stringValue("GetCallRelationResponse.Data.CalledAppList")); getCallRelationResponse.setData(data); return getCallRelationResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cro/1.0.10/com/aliyuncs/cro/transform
java-sources/com/aliyun/aliyun-java-sdk-cro/1.0.10/com/aliyuncs/cro/transform/v20200102/GetVerifyResultResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cro.transform.v20200102; import com.aliyuncs.cro.model.v20200102.GetVerifyResultResponse; import com.aliyuncs.cro.model.v20200102.GetVerifyResultResponse.VerifyResult; import com.aliyuncs.cro.model.v20200102.GetVerifyResultResponse.VerifyResult.AuditInfo; import com.aliyuncs.cro.model.v20200102.GetVerifyResultResponse.VerifyResult.CardInfo; import com.aliyuncs.cro.model.v20200102.GetVerifyResultResponse.VerifyResult.FaceInfo; import com.aliyuncs.transform.UnmarshallerContext; public class GetVerifyResultResponseUnmarshaller { public static GetVerifyResultResponse unmarshall(GetVerifyResultResponse getVerifyResultResponse, UnmarshallerContext _ctx) { getVerifyResultResponse.setRequestId(_ctx.stringValue("GetVerifyResultResponse.RequestId")); VerifyResult verifyResult = new VerifyResult(); verifyResult.setStatus(_ctx.integerValue("GetVerifyResultResponse.VerifyResult.Status")); verifyResult.setSubStatus(_ctx.integerValue("GetVerifyResultResponse.VerifyResult.SubStatus")); verifyResult.setMessage(_ctx.stringValue("GetVerifyResultResponse.VerifyResult.Message")); CardInfo cardInfo = new CardInfo(); cardInfo.setCardNumber(_ctx.stringValue("GetVerifyResultResponse.VerifyResult.CardInfo.CardNumber")); cardInfo.setEndDate(_ctx.stringValue("GetVerifyResultResponse.VerifyResult.CardInfo.EndDate")); cardInfo.setBackUrl(_ctx.stringValue("GetVerifyResultResponse.VerifyResult.CardInfo.BackUrl")); cardInfo.setBeginDate(_ctx.stringValue("GetVerifyResultResponse.VerifyResult.CardInfo.BeginDate")); cardInfo.setFrontUrl(_ctx.stringValue("GetVerifyResultResponse.VerifyResult.CardInfo.FrontUrl")); cardInfo.setName(_ctx.stringValue("GetVerifyResultResponse.VerifyResult.CardInfo.Name")); verifyResult.setCardInfo(cardInfo); FaceInfo faceInfo = new FaceInfo(); faceInfo.setBiometricVideoUrl(_ctx.stringValue("GetVerifyResultResponse.VerifyResult.FaceInfo.BiometricVideoUrl")); faceInfo.setFaceImageUrl(_ctx.stringValue("GetVerifyResultResponse.VerifyResult.FaceInfo.FaceImageUrl")); faceInfo.setOriginalFaceUrl(_ctx.stringValue("GetVerifyResultResponse.VerifyResult.FaceInfo.OriginalFaceUrl")); verifyResult.setFaceInfo(faceInfo); AuditInfo auditInfo = new AuditInfo(); auditInfo.setRealNameCheckPass(_ctx.booleanValue("GetVerifyResultResponse.VerifyResult.AuditInfo.RealNameCheckPass")); auditInfo.setFaceCardComparePass(_ctx.booleanValue("GetVerifyResultResponse.VerifyResult.AuditInfo.FaceCardComparePass")); auditInfo.setFaceAuthorityComparePass(_ctx.booleanValue("GetVerifyResultResponse.VerifyResult.AuditInfo.FaceAuthorityComparePass")); auditInfo.setCardAuthorityComparePass(_ctx.booleanValue("GetVerifyResultResponse.VerifyResult.AuditInfo.CardAuthorityComparePass")); auditInfo.setCardCopyCheckPass(_ctx.booleanValue("GetVerifyResultResponse.VerifyResult.AuditInfo.CardCopyCheckPass")); auditInfo.setFaceExpressionCheckPass(_ctx.booleanValue("GetVerifyResultResponse.VerifyResult.AuditInfo.FaceExpressionCheckPass")); auditInfo.setIdCardOcrCheckPass(_ctx.booleanValue("GetVerifyResultResponse.VerifyResult.AuditInfo.IdCardOcrCheckPass")); auditInfo.setAuthorityComparableCode(_ctx.integerValue("GetVerifyResultResponse.VerifyResult.AuditInfo.AuthorityComparableCode")); auditInfo.setFaceCopyCheckPass(_ctx.booleanValue("GetVerifyResultResponse.VerifyResult.AuditInfo.FaceCopyCheckPass")); auditInfo.setExternalFailReason(_ctx.stringValue("GetVerifyResultResponse.VerifyResult.AuditInfo.ExternalFailReason")); verifyResult.setAuditInfo(auditInfo); getVerifyResultResponse.setVerifyResult(verifyResult); return getVerifyResultResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cro/1.0.10/com/aliyuncs/cro/transform
java-sources/com/aliyun/aliyun-java-sdk-cro/1.0.10/com/aliyuncs/cro/transform/v20200102/GetVerifyTokenResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cro.transform.v20200102; import com.aliyuncs.cro.model.v20200102.GetVerifyTokenResponse; import com.aliyuncs.cro.model.v20200102.GetVerifyTokenResponse.VerifyToken; import com.aliyuncs.transform.UnmarshallerContext; public class GetVerifyTokenResponseUnmarshaller { public static GetVerifyTokenResponse unmarshall(GetVerifyTokenResponse getVerifyTokenResponse, UnmarshallerContext _ctx) { getVerifyTokenResponse.setRequestId(_ctx.stringValue("GetVerifyTokenResponse.RequestId")); VerifyToken verifyToken = new VerifyToken(); verifyToken.setUrl(_ctx.stringValue("GetVerifyTokenResponse.VerifyToken.Url")); verifyToken.setToken(_ctx.stringValue("GetVerifyTokenResponse.VerifyToken.Token")); verifyToken.setExpireTime(_ctx.longValue("GetVerifyTokenResponse.VerifyToken.ExpireTime")); getVerifyTokenResponse.setVerifyToken(verifyToken); return getVerifyTokenResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cro/1.0.10/com/aliyuncs/cro/transform
java-sources/com/aliyun/aliyun-java-sdk-cro/1.0.10/com/aliyuncs/cro/transform/v20200102/GetWatermarkAppInfoResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cro.transform.v20200102; import com.aliyuncs.cro.model.v20200102.GetWatermarkAppInfoResponse; import com.aliyuncs.transform.UnmarshallerContext; public class GetWatermarkAppInfoResponseUnmarshaller { public static GetWatermarkAppInfoResponse unmarshall(GetWatermarkAppInfoResponse getWatermarkAppInfoResponse, UnmarshallerContext _ctx) { getWatermarkAppInfoResponse.setRequestId(_ctx.stringValue("GetWatermarkAppInfoResponse.RequestId")); getWatermarkAppInfoResponse.setDomain(_ctx.stringValue("GetWatermarkAppInfoResponse.Domain")); getWatermarkAppInfoResponse.setErrorMsg(_ctx.stringValue("GetWatermarkAppInfoResponse.ErrorMsg")); getWatermarkAppInfoResponse.setErrorCode(_ctx.stringValue("GetWatermarkAppInfoResponse.ErrorCode")); getWatermarkAppInfoResponse.setSuccess(_ctx.booleanValue("GetWatermarkAppInfoResponse.Success")); return getWatermarkAppInfoResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cro/1.0.10/com/aliyuncs/cro/transform
java-sources/com/aliyun/aliyun-java-sdk-cro/1.0.10/com/aliyuncs/cro/transform/v20200102/IdentifyAccountModifyRiskResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cro.transform.v20200102; import com.aliyuncs.cro.model.v20200102.IdentifyAccountModifyRiskResponse; import com.aliyuncs.cro.model.v20200102.IdentifyAccountModifyRiskResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class IdentifyAccountModifyRiskResponseUnmarshaller { public static IdentifyAccountModifyRiskResponse unmarshall(IdentifyAccountModifyRiskResponse identifyAccountModifyRiskResponse, UnmarshallerContext _ctx) { identifyAccountModifyRiskResponse.setRequestId(_ctx.stringValue("IdentifyAccountModifyRiskResponse.RequestId")); identifyAccountModifyRiskResponse.setCode(_ctx.integerValue("IdentifyAccountModifyRiskResponse.Code")); identifyAccountModifyRiskResponse.setMessage(_ctx.stringValue("IdentifyAccountModifyRiskResponse.Message")); identifyAccountModifyRiskResponse.setSuccess(_ctx.booleanValue("IdentifyAccountModifyRiskResponse.Success")); Data data = new Data(); data.setAsToken(_ctx.stringValue("IdentifyAccountModifyRiskResponse.Data.AsToken")); data.setSuggestion(_ctx.stringValue("IdentifyAccountModifyRiskResponse.Data.Suggestion")); identifyAccountModifyRiskResponse.setData(data); return identifyAccountModifyRiskResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cro/1.0.10/com/aliyuncs/cro/transform
java-sources/com/aliyun/aliyun-java-sdk-cro/1.0.10/com/aliyuncs/cro/transform/v20200102/IdentifyLoginRiskResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cro.transform.v20200102; import com.aliyuncs.cro.model.v20200102.IdentifyLoginRiskResponse; import com.aliyuncs.cro.model.v20200102.IdentifyLoginRiskResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class IdentifyLoginRiskResponseUnmarshaller { public static IdentifyLoginRiskResponse unmarshall(IdentifyLoginRiskResponse identifyLoginRiskResponse, UnmarshallerContext _ctx) { identifyLoginRiskResponse.setRequestId(_ctx.stringValue("IdentifyLoginRiskResponse.RequestId")); identifyLoginRiskResponse.setCode(_ctx.integerValue("IdentifyLoginRiskResponse.Code")); identifyLoginRiskResponse.setMessage(_ctx.stringValue("IdentifyLoginRiskResponse.Message")); identifyLoginRiskResponse.setSuccess(_ctx.booleanValue("IdentifyLoginRiskResponse.Success")); Data data = new Data(); data.setAsToken(_ctx.stringValue("IdentifyLoginRiskResponse.Data.AsToken")); data.setSuggestion(_ctx.stringValue("IdentifyLoginRiskResponse.Data.Suggestion")); identifyLoginRiskResponse.setData(data); return identifyLoginRiskResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cro/1.0.10/com/aliyuncs/cro/transform
java-sources/com/aliyun/aliyun-java-sdk-cro/1.0.10/com/aliyuncs/cro/transform/v20200102/IdentifyRegisterRiskResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cro.transform.v20200102; import com.aliyuncs.cro.model.v20200102.IdentifyRegisterRiskResponse; import com.aliyuncs.cro.model.v20200102.IdentifyRegisterRiskResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class IdentifyRegisterRiskResponseUnmarshaller { public static IdentifyRegisterRiskResponse unmarshall(IdentifyRegisterRiskResponse identifyRegisterRiskResponse, UnmarshallerContext _ctx) { identifyRegisterRiskResponse.setRequestId(_ctx.stringValue("IdentifyRegisterRiskResponse.RequestId")); identifyRegisterRiskResponse.setCode(_ctx.integerValue("IdentifyRegisterRiskResponse.Code")); identifyRegisterRiskResponse.setMessage(_ctx.stringValue("IdentifyRegisterRiskResponse.Message")); identifyRegisterRiskResponse.setSuccess(_ctx.booleanValue("IdentifyRegisterRiskResponse.Success")); Data data = new Data(); data.setAsToken(_ctx.stringValue("IdentifyRegisterRiskResponse.Data.AsToken")); data.setSuggestion(_ctx.stringValue("IdentifyRegisterRiskResponse.Data.Suggestion")); identifyRegisterRiskResponse.setData(data); return identifyRegisterRiskResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cro/1.0.10/com/aliyuncs/cro/transform
java-sources/com/aliyun/aliyun-java-sdk-cro/1.0.10/com/aliyuncs/cro/transform/v20200102/ListAstralnetAppUrlsResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cro.transform.v20200102; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cro.model.v20200102.ListAstralnetAppUrlsResponse; import com.aliyuncs.cro.model.v20200102.ListAstralnetAppUrlsResponse.Data; import com.aliyuncs.cro.model.v20200102.ListAstralnetAppUrlsResponse.Data.Data1; import com.aliyuncs.transform.UnmarshallerContext; public class ListAstralnetAppUrlsResponseUnmarshaller { public static ListAstralnetAppUrlsResponse unmarshall(ListAstralnetAppUrlsResponse listAstralnetAppUrlsResponse, UnmarshallerContext _ctx) { listAstralnetAppUrlsResponse.setRequestId(_ctx.stringValue("ListAstralnetAppUrlsResponse.RequestId")); listAstralnetAppUrlsResponse.setCode(_ctx.integerValue("ListAstralnetAppUrlsResponse.Code")); listAstralnetAppUrlsResponse.setMessage(_ctx.stringValue("ListAstralnetAppUrlsResponse.Message")); listAstralnetAppUrlsResponse.setSuccess(_ctx.booleanValue("ListAstralnetAppUrlsResponse.Success")); Data data = new Data(); data.setTotal(_ctx.integerValue("ListAstralnetAppUrlsResponse.Data.Total")); List<Data1> item = new ArrayList<Data1>(); for (int i = 0; i < _ctx.lengthValue("ListAstralnetAppUrlsResponse.Data.Item.Length"); i++) { Data1 data1 = new Data1(); data1.setHost(_ctx.stringValue("ListAstralnetAppUrlsResponse.Data.Item["+ i +"].Host")); data1.setContentType(_ctx.stringValue("ListAstralnetAppUrlsResponse.Data.Item["+ i +"].ContentType")); data1.set_Class(_ctx.stringValue("ListAstralnetAppUrlsResponse.Data.Item["+ i +"].Class")); data1.setBizMethod(_ctx.stringValue("ListAstralnetAppUrlsResponse.Data.Item["+ i +"].Method")); data1.setUrlSuffixes(_ctx.stringValue("ListAstralnetAppUrlsResponse.Data.Item["+ i +"].UrlSuffixes")); data1.setUrlPath(_ctx.stringValue("ListAstralnetAppUrlsResponse.Data.Item["+ i +"].UrlPath")); data1.setResponseBody(_ctx.stringValue("ListAstralnetAppUrlsResponse.Data.Item["+ i +"].ResponseBody")); data1.setAppName(_ctx.stringValue("ListAstralnetAppUrlsResponse.Data.Item["+ i +"].AppName")); data1.setFilePath(_ctx.stringValue("ListAstralnetAppUrlsResponse.Data.Item["+ i +"].FilePath")); data1.setParameters(_ctx.stringValue("ListAstralnetAppUrlsResponse.Data.Item["+ i +"].Parameters")); data1.setPath(_ctx.stringValue("ListAstralnetAppUrlsResponse.Data.Item["+ i +"].Path")); data1.setMethodProfile(_ctx.stringValue("ListAstralnetAppUrlsResponse.Data.Item["+ i +"].MethodProfile")); item.add(data1); } data.setItem(item); listAstralnetAppUrlsResponse.setData(data); return listAstralnetAppUrlsResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cro/1.0.10/com/aliyuncs/cro/transform
java-sources/com/aliyun/aliyun-java-sdk-cro/1.0.10/com/aliyuncs/cro/transform/v20200102/PrecheckUsabilityResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cro.transform.v20200102; import com.aliyuncs.cro.model.v20200102.PrecheckUsabilityResponse; import com.aliyuncs.cro.model.v20200102.PrecheckUsabilityResponse.CheckResult; import com.aliyuncs.transform.UnmarshallerContext; public class PrecheckUsabilityResponseUnmarshaller { public static PrecheckUsabilityResponse unmarshall(PrecheckUsabilityResponse precheckUsabilityResponse, UnmarshallerContext _ctx) { precheckUsabilityResponse.setRequestId(_ctx.stringValue("PrecheckUsabilityResponse.RequestId")); CheckResult checkResult = new CheckResult(); checkResult.setHitRisk(_ctx.booleanValue("PrecheckUsabilityResponse.CheckResult.HitRisk")); checkResult.setUnavailableStatus(_ctx.booleanValue("PrecheckUsabilityResponse.CheckResult.UnavailableStatus")); checkResult.setUsableClient(_ctx.booleanValue("PrecheckUsabilityResponse.CheckResult.UsableClient")); checkResult.setAuthorityUsableCode(_ctx.integerValue("PrecheckUsabilityResponse.CheckResult.AuthorityUsableCode")); precheckUsabilityResponse.setCheckResult(checkResult); return precheckUsabilityResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cro/1.0.10/com/aliyuncs/cro/transform
java-sources/com/aliyun/aliyun-java-sdk-cro/1.0.10/com/aliyuncs/cro/transform/v20200102/QueryJobStatusResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cro.transform.v20200102; import com.aliyuncs.cro.model.v20200102.QueryJobStatusResponse; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class QueryJobStatusResponseUnmarshaller { public static QueryJobStatusResponse unmarshall(QueryJobStatusResponse queryJobStatusResponse, UnmarshallerContext _ctx) { queryJobStatusResponse.setRequestId(_ctx.stringValue("QueryJobStatusResponse.RequestId")); queryJobStatusResponse.setStatus(_ctx.integerValue("QueryJobStatusResponse.Status")); queryJobStatusResponse.setCode(_ctx.integerValue("QueryJobStatusResponse.Code")); queryJobStatusResponse.setMessage(_ctx.stringValue("QueryJobStatusResponse.Message")); queryJobStatusResponse.setData(_ctx.mapValue("QueryJobStatusResponse.Data")); return queryJobStatusResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cro/1.0.10/com/aliyuncs/cro/transform
java-sources/com/aliyun/aliyun-java-sdk-cro/1.0.10/com/aliyuncs/cro/transform/v20200102/ScanMobileAppResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cro.transform.v20200102; import com.aliyuncs.cro.model.v20200102.ScanMobileAppResponse; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class ScanMobileAppResponseUnmarshaller { public static ScanMobileAppResponse unmarshall(ScanMobileAppResponse scanMobileAppResponse, UnmarshallerContext _ctx) { scanMobileAppResponse.setRequestId(_ctx.stringValue("ScanMobileAppResponse.RequestId")); scanMobileAppResponse.setStatus(_ctx.integerValue("ScanMobileAppResponse.Status")); scanMobileAppResponse.setCode(_ctx.integerValue("ScanMobileAppResponse.Code")); scanMobileAppResponse.setMessage(_ctx.stringValue("ScanMobileAppResponse.Message")); scanMobileAppResponse.setData(_ctx.mapValue("ScanMobileAppResponse.Data")); return scanMobileAppResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cro/1.0.10/com/aliyuncs/cro/transform
java-sources/com/aliyun/aliyun-java-sdk-cro/1.0.10/com/aliyuncs/cro/transform/v20200102/ScanOpenSourceComplianceResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cro.transform.v20200102; import com.aliyuncs.cro.model.v20200102.ScanOpenSourceComplianceResponse; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class ScanOpenSourceComplianceResponseUnmarshaller { public static ScanOpenSourceComplianceResponse unmarshall(ScanOpenSourceComplianceResponse scanOpenSourceComplianceResponse, UnmarshallerContext _ctx) { scanOpenSourceComplianceResponse.setRequestId(_ctx.stringValue("ScanOpenSourceComplianceResponse.RequestId")); scanOpenSourceComplianceResponse.setStatus(_ctx.integerValue("ScanOpenSourceComplianceResponse.Status")); scanOpenSourceComplianceResponse.setCode(_ctx.integerValue("ScanOpenSourceComplianceResponse.Code")); scanOpenSourceComplianceResponse.setMessage(_ctx.stringValue("ScanOpenSourceComplianceResponse.Message")); scanOpenSourceComplianceResponse.setData(_ctx.mapValue("ScanOpenSourceComplianceResponse.Data")); return scanOpenSourceComplianceResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cro/1.0.10/com/aliyuncs/cro/transform
java-sources/com/aliyun/aliyun-java-sdk-cro/1.0.10/com/aliyuncs/cro/transform/v20200102/SendAccountModifyResultResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cro.transform.v20200102; import com.aliyuncs.cro.model.v20200102.SendAccountModifyResultResponse; import com.aliyuncs.transform.UnmarshallerContext; public class SendAccountModifyResultResponseUnmarshaller { public static SendAccountModifyResultResponse unmarshall(SendAccountModifyResultResponse sendAccountModifyResultResponse, UnmarshallerContext _ctx) { sendAccountModifyResultResponse.setRequestId(_ctx.stringValue("SendAccountModifyResultResponse.RequestId")); sendAccountModifyResultResponse.setCode(_ctx.integerValue("SendAccountModifyResultResponse.Code")); sendAccountModifyResultResponse.setMessage(_ctx.stringValue("SendAccountModifyResultResponse.Message")); sendAccountModifyResultResponse.setSuccess(_ctx.booleanValue("SendAccountModifyResultResponse.Success")); return sendAccountModifyResultResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cro/1.0.10/com/aliyuncs/cro/transform
java-sources/com/aliyun/aliyun-java-sdk-cro/1.0.10/com/aliyuncs/cro/transform/v20200102/SendIdentityValidateResultResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cro.transform.v20200102; import com.aliyuncs.cro.model.v20200102.SendIdentityValidateResultResponse; import com.aliyuncs.transform.UnmarshallerContext; public class SendIdentityValidateResultResponseUnmarshaller { public static SendIdentityValidateResultResponse unmarshall(SendIdentityValidateResultResponse sendIdentityValidateResultResponse, UnmarshallerContext _ctx) { sendIdentityValidateResultResponse.setRequestId(_ctx.stringValue("SendIdentityValidateResultResponse.RequestId")); sendIdentityValidateResultResponse.setCode(_ctx.stringValue("SendIdentityValidateResultResponse.Code")); sendIdentityValidateResultResponse.setMessage(_ctx.stringValue("SendIdentityValidateResultResponse.Message")); sendIdentityValidateResultResponse.setSuccess(_ctx.booleanValue("SendIdentityValidateResultResponse.Success")); return sendIdentityValidateResultResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cro/1.0.10/com/aliyuncs/cro/transform
java-sources/com/aliyun/aliyun-java-sdk-cro/1.0.10/com/aliyuncs/cro/transform/v20200102/UnbindAccountIdentityInfoResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cro.transform.v20200102; import com.aliyuncs.cro.model.v20200102.UnbindAccountIdentityInfoResponse; import com.aliyuncs.transform.UnmarshallerContext; public class UnbindAccountIdentityInfoResponseUnmarshaller { public static UnbindAccountIdentityInfoResponse unmarshall(UnbindAccountIdentityInfoResponse unbindAccountIdentityInfoResponse, UnmarshallerContext _ctx) { unbindAccountIdentityInfoResponse.setRequestId(_ctx.stringValue("UnbindAccountIdentityInfoResponse.RequestId")); return unbindAccountIdentityInfoResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cro/1.0.10/com/aliyuncs/cro/transform
java-sources/com/aliyun/aliyun-java-sdk-cro/1.0.10/com/aliyuncs/cro/transform/v20200102/UploadWatermarkLogResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cro.transform.v20200102; import com.aliyuncs.cro.model.v20200102.UploadWatermarkLogResponse; import com.aliyuncs.transform.UnmarshallerContext; public class UploadWatermarkLogResponseUnmarshaller { public static UploadWatermarkLogResponse unmarshall(UploadWatermarkLogResponse uploadWatermarkLogResponse, UnmarshallerContext _ctx) { uploadWatermarkLogResponse.setRequestId(_ctx.stringValue("UploadWatermarkLogResponse.RequestId")); uploadWatermarkLogResponse.setDomain(_ctx.stringValue("UploadWatermarkLogResponse.Domain")); uploadWatermarkLogResponse.setErrorMsg(_ctx.stringValue("UploadWatermarkLogResponse.ErrorMsg")); uploadWatermarkLogResponse.setErrorCode(_ctx.stringValue("UploadWatermarkLogResponse.ErrorCode")); uploadWatermarkLogResponse.setSuccess(_ctx.booleanValue("UploadWatermarkLogResponse.Success")); return uploadWatermarkLogResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/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.cs; import java.util.HashMap; public class Endpoint { public static HashMap<String, String> endpointMap = new HashMap<String, String>() { { put("cn-shanghai-internal-test-1", "cs.aliyuncs.com"); put("cn-beijing-gov-1", "cs.aliyuncs.com"); put("cn-shenzhen-su18-b01", "cs.aliyuncs.com"); put("cn-shanghai-inner", "cs.aliyuncs.com"); put("cn-shenzhen-st4-d01", "cs.aliyuncs.com"); put("cn-haidian-cm12-c01", "cs.aliyuncs.com"); put("cn-hangzhou-internal-prod-1", "cs.aliyuncs.com"); put("cn-yushanfang", "cs.aliyuncs.com"); put("cn-hongkong-finance-pop", "cs.aliyuncs.com"); put("cn-qingdao-nebula", "cs.aliyuncs.com"); put("cn-beijing-finance-pop", "cs.aliyuncs.com"); put("cn-wuhan", "cs.aliyuncs.com"); put("cn-zhangbei", "cs.aliyuncs.com"); put("cn-zhengzhou-nebula-1", "cs.aliyuncs.com"); put("rus-west-1-pop", "cs.aliyuncs.com"); put("cn-shanghai-et15-b01", "cs.aliyuncs.com"); put("cn-hangzhou-bj-b01", "cs.aliyuncs.com"); put("cn-hangzhou-internal-test-1", "cs.aliyuncs.com"); put("eu-west-1-oxs", "cs.aliyuncs.com"); put("cn-zhangbei-na61-b01", "cs.aliyuncs.com"); put("cn-hangzhou-internal-test-3", "cs.aliyuncs.com"); put("cn-hangzhou-internal-test-2", "cs.aliyuncs.com"); put("cn-hangzhou-test-306", "cs.aliyuncs.com"); put("cn-shanghai-et2-b01", "cs.aliyuncs.com"); put("cn-beijing-nu16-b01", "cs.aliyuncs.com"); put("cn-edge-1", "cs.aliyuncs.com"); put("cn-fujian", "cs.aliyuncs.com"); put("ap-northeast-2-pop", "cs.aliyuncs.com"); put("cn-shenzhen-inner", "cs.aliyuncs.com"); put("cn-zhangjiakou-na62-a01", "cs.aliyuncs.com"); } }; public static String endpointRegionalType = "regional"; }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/AttachInstancesRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cs.Endpoint; /** * @author auto create * @version */ public class AttachInstancesRequest extends RoaAcsRequest<AttachInstancesResponse> { private String clusterId; public AttachInstancesRequest() { super("CS", "2015-12-15", "AttachInstances"); setUriPattern("/clusters/[ClusterId]/attach"); 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 getClusterId() { return this.clusterId; } public void setClusterId(String clusterId) { this.clusterId = clusterId; if(clusterId != null){ putPathParameter("ClusterId", clusterId); } } @Override public Class<AttachInstancesResponse> getResponseClass() { return AttachInstancesResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/AttachInstancesResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cs.transform.v20151215.AttachInstancesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class AttachInstancesResponse extends AcsResponse { private String task_id; private List<ListItem> list; public String getTask_id() { return this.task_id; } public void setTask_id(String task_id) { this.task_id = task_id; } public List<ListItem> getList() { return this.list; } public void setList(List<ListItem> list) { this.list = list; } public static class ListItem { private String code; private String instanceId; private String message; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getInstanceId() { return this.instanceId; } public void setInstanceId(String instanceId) { this.instanceId = instanceId; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } } @Override public AttachInstancesResponse getInstance(UnmarshallerContext context) { return AttachInstancesResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/AttachInstancesToNodePoolRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cs.Endpoint; /** * @author auto create * @version */ public class AttachInstancesToNodePoolRequest extends RoaAcsRequest<AttachInstancesToNodePoolResponse> { private String clusterId; private String body; private String nodepoolId; public AttachInstancesToNodePoolRequest() { super("CS", "2015-12-15", "AttachInstancesToNodePool"); setUriPattern("/clusters/[ClusterId]/nodepools/[NodepoolId]/attach"); 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 getClusterId() { return this.clusterId; } public void setClusterId(String clusterId) { this.clusterId = clusterId; if(clusterId != null){ putPathParameter("ClusterId", clusterId); } } public String getBody() { return this.body; } public void setBody(String body) { this.body = body; if(body != null){ putBodyParameter("body", body); } } public String getNodepoolId() { return this.nodepoolId; } public void setNodepoolId(String nodepoolId) { this.nodepoolId = nodepoolId; if(nodepoolId != null){ putPathParameter("NodepoolId", nodepoolId); } } @Override public Class<AttachInstancesToNodePoolResponse> getResponseClass() { return AttachInstancesToNodePoolResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/AttachInstancesToNodePoolResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.AcsResponse; import com.aliyuncs.cs.transform.v20151215.AttachInstancesToNodePoolResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class AttachInstancesToNodePoolResponse extends AcsResponse { private String request_id; private String task_id; public String getRequest_id() { return this.request_id; } public void setRequest_id(String request_id) { this.request_id = request_id; } public String getTask_id() { return this.task_id; } public void setTask_id(String task_id) { this.task_id = task_id; } @Override public AttachInstancesToNodePoolResponse getInstance(UnmarshallerContext context) { return AttachInstancesToNodePoolResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/CancelClusterUpgradeRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cs.Endpoint; /** * @author auto create * @version */ public class CancelClusterUpgradeRequest extends RoaAcsRequest<CancelClusterUpgradeResponse> { private String clusterId; public CancelClusterUpgradeRequest() { super("CS", "2015-12-15", "CancelClusterUpgrade"); setUriPattern("/api/v2/clusters/[ClusterId]/upgrade/cancel"); 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 getClusterId() { return this.clusterId; } public void setClusterId(String clusterId) { this.clusterId = clusterId; if(clusterId != null){ putPathParameter("ClusterId", clusterId); } } @Override public Class<CancelClusterUpgradeResponse> getResponseClass() { return CancelClusterUpgradeResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/CancelClusterUpgradeResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.AcsResponse; import com.aliyuncs.cs.transform.v20151215.CancelClusterUpgradeResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CancelClusterUpgradeResponse extends AcsResponse { @Override public CancelClusterUpgradeResponse getInstance(UnmarshallerContext context) { return CancelClusterUpgradeResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/CancelComponentUpgradeRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cs.Endpoint; /** * @author auto create * @version */ public class CancelComponentUpgradeRequest extends RoaAcsRequest<CancelComponentUpgradeResponse> { private String componentId; private String clusterId; public CancelComponentUpgradeRequest() { super("CS", "2015-12-15", "CancelComponentUpgrade"); setUriPattern("/clusters/[clusterId]/components/[componentId]/cancel"); 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 getComponentId() { return this.componentId; } public void setComponentId(String componentId) { this.componentId = componentId; if(componentId != null){ putPathParameter("componentId", componentId); } } public String getClusterId() { return this.clusterId; } public void setClusterId(String clusterId) { this.clusterId = clusterId; if(clusterId != null){ putPathParameter("clusterId", clusterId); } } @Override public Class<CancelComponentUpgradeResponse> getResponseClass() { return CancelComponentUpgradeResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/CancelComponentUpgradeResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.AcsResponse; import com.aliyuncs.cs.transform.v20151215.CancelComponentUpgradeResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CancelComponentUpgradeResponse extends AcsResponse { @Override public CancelComponentUpgradeResponse getInstance(UnmarshallerContext context) { return CancelComponentUpgradeResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/CancelTaskRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cs.Endpoint; /** * @author auto create * @version */ public class CancelTaskRequest extends RoaAcsRequest<CancelTaskResponse> { private String task_id; public CancelTaskRequest() { super("CS", "2015-12-15", "CancelTask"); setUriPattern("/tasks/[task_id]/cancel"); 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 getTask_id() { return this.task_id; } public void setTask_id(String task_id) { this.task_id = task_id; if(task_id != null){ putPathParameter("task_id", task_id); } } @Override public Class<CancelTaskResponse> getResponseClass() { return CancelTaskResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/CancelTaskResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.AcsResponse; import com.aliyuncs.cs.transform.v20151215.CancelTaskResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CancelTaskResponse extends AcsResponse { @Override public CancelTaskResponse getInstance(UnmarshallerContext context) { return CancelTaskResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/CancelWorkflowRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cs.Endpoint; /** * @author auto create * @version */ public class CancelWorkflowRequest extends RoaAcsRequest<CancelWorkflowResponse> { private String workflowName; private String body; public CancelWorkflowRequest() { super("CS", "2015-12-15", "CancelWorkflow"); setUriPattern("/gs/workflow/[workflowName]"); setMethod(MethodType.PUT); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getWorkflowName() { return this.workflowName; } public void setWorkflowName(String workflowName) { this.workflowName = workflowName; if(workflowName != null){ putPathParameter("workflowName", workflowName); } } public String getBody() { return this.body; } public void setBody(String body) { this.body = body; if(body != null){ putBodyParameter("body", body); } } @Override public Class<CancelWorkflowResponse> getResponseClass() { return CancelWorkflowResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/CancelWorkflowResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.AcsResponse; import com.aliyuncs.cs.transform.v20151215.CancelWorkflowResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CancelWorkflowResponse extends AcsResponse { @Override public CancelWorkflowResponse getInstance(UnmarshallerContext context) { return CancelWorkflowResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/CheckControlPlaneLogEnableRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cs.Endpoint; /** * @author auto create * @version */ public class CheckControlPlaneLogEnableRequest extends RoaAcsRequest<CheckControlPlaneLogEnableResponse> { private String clusterId; public CheckControlPlaneLogEnableRequest() { super("CS", "2015-12-15", "CheckControlPlaneLogEnable"); setUriPattern("/clusters/[ClusterId]/controlplanelog"); setMethod(MethodType.GET); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getClusterId() { return this.clusterId; } public void setClusterId(String clusterId) { this.clusterId = clusterId; if(clusterId != null){ putPathParameter("ClusterId", clusterId); } } @Override public Class<CheckControlPlaneLogEnableResponse> getResponseClass() { return CheckControlPlaneLogEnableResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/CheckControlPlaneLogEnableResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cs.transform.v20151215.CheckControlPlaneLogEnableResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CheckControlPlaneLogEnableResponse extends AcsResponse { private String log_project; private String log_ttl; private String aliuid; private List<String> components; public String getLog_project() { return this.log_project; } public void setLog_project(String log_project) { this.log_project = log_project; } public String getLog_ttl() { return this.log_ttl; } public void setLog_ttl(String log_ttl) { this.log_ttl = log_ttl; } public String getAliuid() { return this.aliuid; } public void setAliuid(String aliuid) { this.aliuid = aliuid; } public List<String> getComponents() { return this.components; } public void setComponents(List<String> components) { this.components = components; } @Override public CheckControlPlaneLogEnableResponse getInstance(UnmarshallerContext context) { return CheckControlPlaneLogEnableResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/CreateAutoscalingConfigRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cs.Endpoint; /** * @author auto create * @version */ public class CreateAutoscalingConfigRequest extends RoaAcsRequest<CreateAutoscalingConfigResponse> { private String clusterId; private String body; public CreateAutoscalingConfigRequest() { super("CS", "2015-12-15", "CreateAutoscalingConfig"); setUriPattern("/cluster/[ClusterId]/autoscale/config/"); 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 getClusterId() { return this.clusterId; } public void setClusterId(String clusterId) { this.clusterId = clusterId; if(clusterId != null){ putPathParameter("ClusterId", clusterId); } } public String getBody() { return this.body; } public void setBody(String body) { this.body = body; if(body != null){ putBodyParameter("body", body); } } @Override public Class<CreateAutoscalingConfigResponse> getResponseClass() { return CreateAutoscalingConfigResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/CreateAutoscalingConfigResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.AcsResponse; import com.aliyuncs.cs.transform.v20151215.CreateAutoscalingConfigResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateAutoscalingConfigResponse extends AcsResponse { @Override public CreateAutoscalingConfigResponse getInstance(UnmarshallerContext context) { return CreateAutoscalingConfigResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/CreateClusterNodePoolRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cs.Endpoint; /** * @author auto create * @version */ public class CreateClusterNodePoolRequest extends RoaAcsRequest<CreateClusterNodePoolResponse> { private String clusterId; private String body; public CreateClusterNodePoolRequest() { super("CS", "2015-12-15", "CreateClusterNodePool"); setUriPattern("/clusters/[ClusterId]/nodepools"); 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 getClusterId() { return this.clusterId; } public void setClusterId(String clusterId) { this.clusterId = clusterId; if(clusterId != null){ putPathParameter("ClusterId", clusterId); } } public String getBody() { return this.body; } public void setBody(String body) { this.body = body; if(body != null){ putBodyParameter("body", body); } } @Override public Class<CreateClusterNodePoolResponse> getResponseClass() { return CreateClusterNodePoolResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/CreateClusterNodePoolResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.AcsResponse; import com.aliyuncs.cs.transform.v20151215.CreateClusterNodePoolResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateClusterNodePoolResponse extends AcsResponse { private String nodepool_id; public String getNodepool_id() { return this.nodepool_id; } public void setNodepool_id(String nodepool_id) { this.nodepool_id = nodepool_id; } @Override public CreateClusterNodePoolResponse getInstance(UnmarshallerContext context) { return CreateClusterNodePoolResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/CreateClusterRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cs.Endpoint; /** * @author auto create * @version */ public class CreateClusterRequest extends RoaAcsRequest<CreateClusterResponse> { public CreateClusterRequest() { super("CS", "2015-12-15", "CreateCluster"); setUriPattern("/clusters"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } @Override public Class<CreateClusterResponse> getResponseClass() { return CreateClusterResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/CreateClusterResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.AcsResponse; import com.aliyuncs.cs.transform.v20151215.CreateClusterResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateClusterResponse extends AcsResponse { private String cluster_id; private String request_id; private String task_id; public String getCluster_id() { return this.cluster_id; } public void setCluster_id(String cluster_id) { this.cluster_id = cluster_id; } public String getRequest_id() { return this.request_id; } public void setRequest_id(String request_id) { this.request_id = request_id; } public String getTask_id() { return this.task_id; } public void setTask_id(String task_id) { this.task_id = task_id; } @Override public CreateClusterResponse getInstance(UnmarshallerContext context) { return CreateClusterResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/CreateEdgeMachineRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cs.Endpoint; /** * @author auto create * @version */ public class CreateEdgeMachineRequest extends RoaAcsRequest<CreateEdgeMachineResponse> { private String body; public CreateEdgeMachineRequest() { super("CS", "2015-12-15", "CreateEdgeMachine"); setUriPattern("/edge_machines"); 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 getBody() { return this.body; } public void setBody(String body) { this.body = body; if(body != null){ putBodyParameter("body", body); } } @Override public Class<CreateEdgeMachineResponse> getResponseClass() { return CreateEdgeMachineResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/CreateEdgeMachineResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.AcsResponse; import com.aliyuncs.cs.transform.v20151215.CreateEdgeMachineResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateEdgeMachineResponse extends AcsResponse { private String request_id; private String edge_machine_id; public String getRequest_id() { return this.request_id; } public void setRequest_id(String request_id) { this.request_id = request_id; } public String getEdge_machine_id() { return this.edge_machine_id; } public void setEdge_machine_id(String edge_machine_id) { this.edge_machine_id = edge_machine_id; } @Override public CreateEdgeMachineResponse getInstance(UnmarshallerContext context) { return CreateEdgeMachineResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/CreateKubernetesTriggerRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cs.Endpoint; /** * @author auto create * @version */ public class CreateKubernetesTriggerRequest extends RoaAcsRequest<CreateKubernetesTriggerResponse> { public CreateKubernetesTriggerRequest() { super("CS", "2015-12-15", "CreateKubernetesTrigger"); setUriPattern("/triggers"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } @Override public Class<CreateKubernetesTriggerResponse> getResponseClass() { return CreateKubernetesTriggerResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/CreateKubernetesTriggerResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.AcsResponse; import com.aliyuncs.cs.transform.v20151215.CreateKubernetesTriggerResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateKubernetesTriggerResponse extends AcsResponse { private String id; private String cluster_id; private String project_id; private String type; private String action; public String getId() { return this.id; } public void setId(String id) { this.id = id; } public String getCluster_id() { return this.cluster_id; } public void setCluster_id(String cluster_id) { this.cluster_id = cluster_id; } public String getProject_id() { return this.project_id; } public void setProject_id(String project_id) { this.project_id = project_id; } public String getType() { return this.type; } public void setType(String type) { this.type = type; } public String getAction() { return this.action; } public void setAction(String action) { this.action = action; } @Override public CreateKubernetesTriggerResponse getInstance(UnmarshallerContext context) { return CreateKubernetesTriggerResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/CreateTemplateRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cs.Endpoint; /** * @author auto create * @version */ public class CreateTemplateRequest extends RoaAcsRequest<CreateTemplateResponse> { private String body; public CreateTemplateRequest() { super("CS", "2015-12-15", "CreateTemplate"); setUriPattern("/templates"); 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 getBody() { return this.body; } public void setBody(String body) { this.body = body; if(body != null){ putBodyParameter("body", body); } } @Override public Class<CreateTemplateResponse> getResponseClass() { return CreateTemplateResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/CreateTemplateResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.AcsResponse; import com.aliyuncs.cs.transform.v20151215.CreateTemplateResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateTemplateResponse extends AcsResponse { private String template_id; public String getTemplate_id() { return this.template_id; } public void setTemplate_id(String template_id) { this.template_id = template_id; } @Override public CreateTemplateResponse getInstance(UnmarshallerContext context) { return CreateTemplateResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/CreateTriggerRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cs.Endpoint; /** * @author auto create * @version */ public class CreateTriggerRequest extends RoaAcsRequest<CreateTriggerResponse> { private String cluster_id; public CreateTriggerRequest() { super("CS", "2015-12-15", "CreateTrigger"); setUriPattern("/clusters/[cluster_id]/triggers"); 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 getCluster_id() { return this.cluster_id; } public void setCluster_id(String cluster_id) { this.cluster_id = cluster_id; if(cluster_id != null){ putPathParameter("cluster_id", cluster_id); } } @Override public Class<CreateTriggerResponse> getResponseClass() { return CreateTriggerResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/CreateTriggerResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.AcsResponse; import com.aliyuncs.cs.transform.v20151215.CreateTriggerResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateTriggerResponse extends AcsResponse { private String id; private String cluster_id; private String project_id; private String type; private String action; public String getId() { return this.id; } public void setId(String id) { this.id = id; } public String getCluster_id() { return this.cluster_id; } public void setCluster_id(String cluster_id) { this.cluster_id = cluster_id; } public String getProject_id() { return this.project_id; } public void setProject_id(String project_id) { this.project_id = project_id; } public String getType() { return this.type; } public void setType(String type) { this.type = type; } public String getAction() { return this.action; } public void setAction(String action) { this.action = action; } @Override public CreateTriggerResponse getInstance(UnmarshallerContext context) { return CreateTriggerResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DeleteAlertContactGroupRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cs.Endpoint; /** * @author auto create * @version */ public class DeleteAlertContactGroupRequest extends RoaAcsRequest<DeleteAlertContactGroupResponse> { public DeleteAlertContactGroupRequest() { super("CS", "2015-12-15", "DeleteAlertContactGroup"); setUriPattern("/alert/contact_groups"); setMethod(MethodType.DELETE); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } @Override public Class<DeleteAlertContactGroupResponse> getResponseClass() { return DeleteAlertContactGroupResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DeleteAlertContactGroupResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.AcsResponse; import com.aliyuncs.cs.transform.v20151215.DeleteAlertContactGroupResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteAlertContactGroupResponse extends AcsResponse { @Override public DeleteAlertContactGroupResponse getInstance(UnmarshallerContext context) { return DeleteAlertContactGroupResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DeleteAlertContactRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cs.Endpoint; /** * @author auto create * @version */ public class DeleteAlertContactRequest extends RoaAcsRequest<DeleteAlertContactResponse> { public DeleteAlertContactRequest() { super("CS", "2015-12-15", "DeleteAlertContact"); setUriPattern("/alert/contacts"); setMethod(MethodType.DELETE); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } @Override public Class<DeleteAlertContactResponse> getResponseClass() { return DeleteAlertContactResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DeleteAlertContactResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.AcsResponse; import com.aliyuncs.cs.transform.v20151215.DeleteAlertContactResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteAlertContactResponse extends AcsResponse { @Override public DeleteAlertContactResponse getInstance(UnmarshallerContext context) { return DeleteAlertContactResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DeleteClusterNodepoolRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cs.Endpoint; /** * @author auto create * @version */ public class DeleteClusterNodepoolRequest extends RoaAcsRequest<DeleteClusterNodepoolResponse> { private Boolean force; private String clusterId; private String nodepoolId; public DeleteClusterNodepoolRequest() { super("CS", "2015-12-15", "DeleteClusterNodepool"); setUriPattern("/clusters/[ClusterId]/nodepools/[NodepoolId]"); setMethod(MethodType.DELETE); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Boolean getForce() { return this.force; } public void setForce(Boolean force) { this.force = force; if(force != null){ putQueryParameter("force", force.toString()); } } public String getClusterId() { return this.clusterId; } public void setClusterId(String clusterId) { this.clusterId = clusterId; if(clusterId != null){ putPathParameter("ClusterId", clusterId); } } public String getNodepoolId() { return this.nodepoolId; } public void setNodepoolId(String nodepoolId) { this.nodepoolId = nodepoolId; if(nodepoolId != null){ putPathParameter("NodepoolId", nodepoolId); } } @Override public Class<DeleteClusterNodepoolResponse> getResponseClass() { return DeleteClusterNodepoolResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DeleteClusterNodepoolResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.AcsResponse; import com.aliyuncs.cs.transform.v20151215.DeleteClusterNodepoolResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteClusterNodepoolResponse extends AcsResponse { private String request_id; public String getRequest_id() { return this.request_id; } public void setRequest_id(String request_id) { this.request_id = request_id; } @Override public DeleteClusterNodepoolResponse getInstance(UnmarshallerContext context) { return DeleteClusterNodepoolResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DeleteClusterNodesRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cs.Endpoint; /** * @author auto create * @version */ public class DeleteClusterNodesRequest extends RoaAcsRequest<DeleteClusterNodesResponse> { private String clusterId; public DeleteClusterNodesRequest() { super("CS", "2015-12-15", "DeleteClusterNodes"); setUriPattern("/clusters/[ClusterId]/nodes"); 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 getClusterId() { return this.clusterId; } public void setClusterId(String clusterId) { this.clusterId = clusterId; if(clusterId != null){ putPathParameter("ClusterId", clusterId); } } @Override public Class<DeleteClusterNodesResponse> getResponseClass() { return DeleteClusterNodesResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DeleteClusterNodesResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.AcsResponse; import com.aliyuncs.cs.transform.v20151215.DeleteClusterNodesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteClusterNodesResponse extends AcsResponse { private String cluster_id; private String request_id; private String task_id; public String getCluster_id() { return this.cluster_id; } public void setCluster_id(String cluster_id) { this.cluster_id = cluster_id; } public String getRequest_id() { return this.request_id; } public void setRequest_id(String request_id) { this.request_id = request_id; } public String getTask_id() { return this.task_id; } public void setTask_id(String task_id) { this.task_id = task_id; } @Override public DeleteClusterNodesResponse getInstance(UnmarshallerContext context) { return DeleteClusterNodesResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DeleteClusterRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cs.Endpoint; /** * @author auto create * @version */ public class DeleteClusterRequest extends RoaAcsRequest<DeleteClusterResponse> { private Boolean retain_all_resources; private String clusterId; private Boolean keep_slb; public DeleteClusterRequest() { super("CS", "2015-12-15", "DeleteCluster"); setUriPattern("/clusters/[ClusterId]"); setMethod(MethodType.DELETE); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Boolean getRetain_all_resources() { return this.retain_all_resources; } public void setRetain_all_resources(Boolean retain_all_resources) { this.retain_all_resources = retain_all_resources; if(retain_all_resources != null){ putQueryParameter("retain_all_resources", retain_all_resources.toString()); } } public String getClusterId() { return this.clusterId; } public void setClusterId(String clusterId) { this.clusterId = clusterId; if(clusterId != null){ putPathParameter("ClusterId", clusterId); } } public Boolean getKeep_slb() { return this.keep_slb; } public void setKeep_slb(Boolean keep_slb) { this.keep_slb = keep_slb; if(keep_slb != null){ putQueryParameter("keep_slb", keep_slb.toString()); } } @Override public Class<DeleteClusterResponse> getResponseClass() { return DeleteClusterResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DeleteClusterResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.AcsResponse; import com.aliyuncs.cs.transform.v20151215.DeleteClusterResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteClusterResponse extends AcsResponse { private String task_id; public String getTask_id() { return this.task_id; } public void setTask_id(String task_id) { this.task_id = task_id; } @Override public DeleteClusterResponse getInstance(UnmarshallerContext context) { return DeleteClusterResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DeleteEdgeMachineRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cs.Endpoint; /** * @author auto create * @version */ public class DeleteEdgeMachineRequest extends RoaAcsRequest<DeleteEdgeMachineResponse> { private String edge_machineid; private String force; public DeleteEdgeMachineRequest() { super("CS", "2015-12-15", "DeleteEdgeMachine"); setUriPattern("/edge_machines/[edge_machineid]"); setMethod(MethodType.DELETE); 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 getEdge_machineid() { return this.edge_machineid; } public void setEdge_machineid(String edge_machineid) { this.edge_machineid = edge_machineid; if(edge_machineid != null){ putPathParameter("edge_machineid", edge_machineid); } } public String getForce() { return this.force; } public void setForce(String force) { this.force = force; if(force != null){ putQueryParameter("force", force); } } @Override public Class<DeleteEdgeMachineResponse> getResponseClass() { return DeleteEdgeMachineResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DeleteEdgeMachineResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.AcsResponse; import com.aliyuncs.cs.transform.v20151215.DeleteEdgeMachineResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteEdgeMachineResponse extends AcsResponse { @Override public DeleteEdgeMachineResponse getInstance(UnmarshallerContext context) { return DeleteEdgeMachineResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DeleteKubernetesTriggerRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cs.Endpoint; /** * @author auto create * @version */ public class DeleteKubernetesTriggerRequest extends RoaAcsRequest<DeleteKubernetesTriggerResponse> { private String id; public DeleteKubernetesTriggerRequest() { super("CS", "2015-12-15", "DeleteKubernetesTrigger"); setUriPattern("/triggers/revoke/[Id]"); setMethod(MethodType.DELETE); 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 getId() { return this.id; } public void setId(String id) { this.id = id; if(id != null){ putPathParameter("Id", id); } } @Override public Class<DeleteKubernetesTriggerResponse> getResponseClass() { return DeleteKubernetesTriggerResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DeleteKubernetesTriggerResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.AcsResponse; import com.aliyuncs.cs.transform.v20151215.DeleteKubernetesTriggerResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteKubernetesTriggerResponse extends AcsResponse { @Override public DeleteKubernetesTriggerResponse getInstance(UnmarshallerContext context) { return DeleteKubernetesTriggerResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DeletePolicyInstanceRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cs.Endpoint; /** * @author auto create * @version */ public class DeletePolicyInstanceRequest extends RoaAcsRequest<DeletePolicyInstanceResponse> { private String cluster_id; private String instance_name; private String policy_name; public DeletePolicyInstanceRequest() { super("CS", "2015-12-15", "DeletePolicyInstance"); setUriPattern("/clusters/[cluster_id]/policies/[policy_name]"); setMethod(MethodType.DELETE); 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 getCluster_id() { return this.cluster_id; } public void setCluster_id(String cluster_id) { this.cluster_id = cluster_id; if(cluster_id != null){ putPathParameter("cluster_id", cluster_id); } } public String getInstance_name() { return this.instance_name; } public void setInstance_name(String instance_name) { this.instance_name = instance_name; if(instance_name != null){ putQueryParameter("instance_name", instance_name); } } public String getPolicy_name() { return this.policy_name; } public void setPolicy_name(String policy_name) { this.policy_name = policy_name; if(policy_name != null){ putPathParameter("policy_name", policy_name); } } @Override public Class<DeletePolicyInstanceResponse> getResponseClass() { return DeletePolicyInstanceResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DeletePolicyInstanceResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cs.transform.v20151215.DeletePolicyInstanceResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeletePolicyInstanceResponse extends AcsResponse { private List<String> instances; public List<String> getInstances() { return this.instances; } public void setInstances(List<String> instances) { this.instances = instances; } @Override public DeletePolicyInstanceResponse getInstance(UnmarshallerContext context) { return DeletePolicyInstanceResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DeleteTemplateRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cs.Endpoint; /** * @author auto create * @version */ public class DeleteTemplateRequest extends RoaAcsRequest<DeleteTemplateResponse> { private String templateId; public DeleteTemplateRequest() { super("CS", "2015-12-15", "DeleteTemplate"); setUriPattern("/templates/[TemplateId]"); setMethod(MethodType.DELETE); 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 getTemplateId() { return this.templateId; } public void setTemplateId(String templateId) { this.templateId = templateId; if(templateId != null){ putPathParameter("TemplateId", templateId); } } @Override public Class<DeleteTemplateResponse> getResponseClass() { return DeleteTemplateResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DeleteTemplateResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.AcsResponse; import com.aliyuncs.cs.transform.v20151215.DeleteTemplateResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteTemplateResponse extends AcsResponse { @Override public DeleteTemplateResponse getInstance(UnmarshallerContext context) { return DeleteTemplateResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DeleteTriggerRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cs.Endpoint; /** * @author auto create * @version */ public class DeleteTriggerRequest extends RoaAcsRequest<DeleteTriggerResponse> { private String cluster_id; private String id; public DeleteTriggerRequest() { super("CS", "2015-12-15", "DeleteTrigger"); setUriPattern("/clusters/[cluster_id]/triggers/[Id]"); setMethod(MethodType.DELETE); 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 getCluster_id() { return this.cluster_id; } public void setCluster_id(String cluster_id) { this.cluster_id = cluster_id; if(cluster_id != null){ putPathParameter("cluster_id", cluster_id); } } public String getId() { return this.id; } public void setId(String id) { this.id = id; if(id != null){ putPathParameter("Id", id); } } @Override public Class<DeleteTriggerResponse> getResponseClass() { return DeleteTriggerResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DeleteTriggerResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.AcsResponse; import com.aliyuncs.cs.transform.v20151215.DeleteTriggerResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteTriggerResponse extends AcsResponse { @Override public DeleteTriggerResponse getInstance(UnmarshallerContext context) { return DeleteTriggerResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DeployPolicyInstanceRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cs.Endpoint; /** * @author auto create * @version */ public class DeployPolicyInstanceRequest extends RoaAcsRequest<DeployPolicyInstanceResponse> { private String cluster_id; private String policy_name; public DeployPolicyInstanceRequest() { super("CS", "2015-12-15", "DeployPolicyInstance"); setUriPattern("/clusters/[cluster_id]/policies/[policy_name]"); 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 getCluster_id() { return this.cluster_id; } public void setCluster_id(String cluster_id) { this.cluster_id = cluster_id; if(cluster_id != null){ putPathParameter("cluster_id", cluster_id); } } public String getPolicy_name() { return this.policy_name; } public void setPolicy_name(String policy_name) { this.policy_name = policy_name; if(policy_name != null){ putPathParameter("policy_name", policy_name); } } @Override public Class<DeployPolicyInstanceResponse> getResponseClass() { return DeployPolicyInstanceResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DeployPolicyInstanceResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cs.transform.v20151215.DeployPolicyInstanceResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeployPolicyInstanceResponse extends AcsResponse { private List<String> instances; public List<String> getInstances() { return this.instances; } public void setInstances(List<String> instances) { this.instances = instances; } @Override public DeployPolicyInstanceResponse getInstance(UnmarshallerContext context) { return DeployPolicyInstanceResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DescirbeWorkflowRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cs.Endpoint; /** * @author auto create * @version */ public class DescirbeWorkflowRequest extends RoaAcsRequest<DescirbeWorkflowResponse> { private String workflowName; public DescirbeWorkflowRequest() { super("CS", "2015-12-15", "DescirbeWorkflow"); setUriPattern("/gs/workflow/[workflowName]"); setMethod(MethodType.GET); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getWorkflowName() { return this.workflowName; } public void setWorkflowName(String workflowName) { this.workflowName = workflowName; if(workflowName != null){ putPathParameter("workflowName", workflowName); } } @Override public Class<DescirbeWorkflowResponse> getResponseClass() { return DescirbeWorkflowResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DescirbeWorkflowResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.AcsResponse; import com.aliyuncs.cs.transform.v20151215.DescirbeWorkflowResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescirbeWorkflowResponse extends AcsResponse { private String create_time; private String duration; private String finish_time; private String input_data_size; private String job_name; private String job_namespace; private String output_data_size; private String status; private String total_bases; private String total_reads; private String user_input_data; public String getCreate_time() { return this.create_time; } public void setCreate_time(String create_time) { this.create_time = create_time; } public String getDuration() { return this.duration; } public void setDuration(String duration) { this.duration = duration; } public String getFinish_time() { return this.finish_time; } public void setFinish_time(String finish_time) { this.finish_time = finish_time; } public String getInput_data_size() { return this.input_data_size; } public void setInput_data_size(String input_data_size) { this.input_data_size = input_data_size; } public String getJob_name() { return this.job_name; } public void setJob_name(String job_name) { this.job_name = job_name; } public String getJob_namespace() { return this.job_namespace; } public void setJob_namespace(String job_namespace) { this.job_namespace = job_namespace; } public String getOutput_data_size() { return this.output_data_size; } public void setOutput_data_size(String output_data_size) { this.output_data_size = output_data_size; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public String getTotal_bases() { return this.total_bases; } public void setTotal_bases(String total_bases) { this.total_bases = total_bases; } public String getTotal_reads() { return this.total_reads; } public void setTotal_reads(String total_reads) { this.total_reads = total_reads; } public String getUser_input_data() { return this.user_input_data; } public void setUser_input_data(String user_input_data) { this.user_input_data = user_input_data; } @Override public DescirbeWorkflowResponse getInstance(UnmarshallerContext context) { return DescirbeWorkflowResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DescribeAddonsRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cs.Endpoint; /** * @author auto create * @version */ public class DescribeAddonsRequest extends RoaAcsRequest<DescribeAddonsResponse> { private String cluster_version; private String cluster_spec; private String cluster_profile; private String cluster_type; private String region; public DescribeAddonsRequest() { super("CS", "2015-12-15", "DescribeAddons"); setUriPattern("/clusters/components/metadata"); setMethod(MethodType.GET); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getCluster_version() { return this.cluster_version; } public void setCluster_version(String cluster_version) { this.cluster_version = cluster_version; if(cluster_version != null){ putQueryParameter("cluster_version", cluster_version); } } public String getCluster_spec() { return this.cluster_spec; } public void setCluster_spec(String cluster_spec) { this.cluster_spec = cluster_spec; if(cluster_spec != null){ putQueryParameter("cluster_spec", cluster_spec); } } public String getCluster_profile() { return this.cluster_profile; } public void setCluster_profile(String cluster_profile) { this.cluster_profile = cluster_profile; if(cluster_profile != null){ putQueryParameter("cluster_profile", cluster_profile); } } public String getCluster_type() { return this.cluster_type; } public void setCluster_type(String cluster_type) { this.cluster_type = cluster_type; if(cluster_type != null){ putQueryParameter("cluster_type", cluster_type); } } public String getRegion() { return this.region; } public void setRegion(String region) { this.region = region; if(region != null){ putQueryParameter("region", region); } } @Override public Class<DescribeAddonsResponse> getResponseClass() { return DescribeAddonsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DescribeAddonsResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import java.util.List; import java.util.Map; import com.aliyuncs.AcsResponse; import com.aliyuncs.cs.transform.v20151215.DescribeAddonsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeAddonsResponse extends AcsResponse { private Map<Object,Object> standardComponents; private List<ComponentGroup> componentGroups; public Map<Object,Object> getStandardComponents() { return this.standardComponents; } public void setStandardComponents(Map<Object,Object> standardComponents) { this.standardComponents = standardComponents; } public List<ComponentGroup> getComponentGroups() { return this.componentGroups; } public void setComponentGroups(List<ComponentGroup> componentGroups) { this.componentGroups = componentGroups; } public static class ComponentGroup { private String group_name; private List<Item> items; public String getGroup_name() { return this.group_name; } public void setGroup_name(String group_name) { this.group_name = group_name; } public List<Item> getItems() { return this.items; } public void setItems(List<Item> items) { this.items = items; } public static class Item { private String name; public String getName() { return this.name; } public void setName(String name) { this.name = name; } } } @Override public DescribeAddonsResponse getInstance(UnmarshallerContext context) { return DescribeAddonsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DescribeClusterAddonInstanceRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cs.Endpoint; /** * @author auto create * @version */ public class DescribeClusterAddonInstanceRequest extends RoaAcsRequest<DescribeClusterAddonInstanceResponse> { private String addonName; private String clusterID; public DescribeClusterAddonInstanceRequest() { super("CS", "2015-12-15", "DescribeClusterAddonInstance"); setUriPattern("/clusters/[ClusterID]/components/[AddonName]/instance"); setMethod(MethodType.GET); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getAddonName() { return this.addonName; } public void setAddonName(String addonName) { this.addonName = addonName; if(addonName != null){ putPathParameter("AddonName", addonName); } } public String getClusterID() { return this.clusterID; } public void setClusterID(String clusterID) { this.clusterID = clusterID; if(clusterID != null){ putPathParameter("ClusterID", clusterID); } } @Override public Class<DescribeClusterAddonInstanceResponse> getResponseClass() { return DescribeClusterAddonInstanceResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DescribeClusterAddonInstanceResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.AcsResponse; import com.aliyuncs.cs.transform.v20151215.DescribeClusterAddonInstanceResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeClusterAddonInstanceResponse extends AcsResponse { private String name; private String version; private String state; private String config; public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getVersion() { return this.version; } public void setVersion(String version) { this.version = version; } public String getState() { return this.state; } public void setState(String state) { this.state = state; } public String getConfig() { return this.config; } public void setConfig(String config) { this.config = config; } @Override public DescribeClusterAddonInstanceResponse getInstance(UnmarshallerContext context) { return DescribeClusterAddonInstanceResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DescribeClusterAddonMetadataRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cs.Endpoint; /** * @author auto create * @version */ public class DescribeClusterAddonMetadataRequest extends RoaAcsRequest<DescribeClusterAddonMetadataResponse> { private String cluster_id; private String component_id; private String version; public DescribeClusterAddonMetadataRequest() { super("CS", "2015-12-15", "DescribeClusterAddonMetadata"); setUriPattern("/clusters/[cluster_id]/components/[component_id]/metadata"); setMethod(MethodType.GET); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getCluster_id() { return this.cluster_id; } public void setCluster_id(String cluster_id) { this.cluster_id = cluster_id; if(cluster_id != null){ putPathParameter("cluster_id", cluster_id); } } public String getComponent_id() { return this.component_id; } public void setComponent_id(String component_id) { this.component_id = component_id; if(component_id != null){ putPathParameter("component_id", component_id); } } public String getVersion() { return this.version; } public void setVersion(String version) { this.version = version; if(version != null){ putPathParameter("version", version); } } @Override public Class<DescribeClusterAddonMetadataResponse> getResponseClass() { return DescribeClusterAddonMetadataResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DescribeClusterAddonMetadataResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.AcsResponse; import com.aliyuncs.cs.transform.v20151215.DescribeClusterAddonMetadataResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeClusterAddonMetadataResponse extends AcsResponse { private String name; private String version; private String config_schema; public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getVersion() { return this.version; } public void setVersion(String version) { this.version = version; } public String getConfig_schema() { return this.config_schema; } public void setConfig_schema(String config_schema) { this.config_schema = config_schema; } @Override public DescribeClusterAddonMetadataResponse getInstance(UnmarshallerContext context) { return DescribeClusterAddonMetadataResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DescribeClusterAddonUpgradeStatusRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cs.Endpoint; /** * @author auto create * @version */ public class DescribeClusterAddonUpgradeStatusRequest extends RoaAcsRequest<DescribeClusterAddonUpgradeStatusResponse> { private String componentId; private String clusterId; public DescribeClusterAddonUpgradeStatusRequest() { super("CS", "2015-12-15", "DescribeClusterAddonUpgradeStatus"); setUriPattern("/clusters/[ClusterId]/components/[ComponentId]/upgradestatus"); setMethod(MethodType.GET); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getComponentId() { return this.componentId; } public void setComponentId(String componentId) { this.componentId = componentId; if(componentId != null){ putPathParameter("ComponentId", componentId); } } public String getClusterId() { return this.clusterId; } public void setClusterId(String clusterId) { this.clusterId = clusterId; if(clusterId != null){ putPathParameter("ClusterId", clusterId); } } @Override public Class<DescribeClusterAddonUpgradeStatusResponse> getResponseClass() { return DescribeClusterAddonUpgradeStatusResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DescribeClusterAddonUpgradeStatusResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.AcsResponse; import com.aliyuncs.cs.transform.v20151215.DescribeClusterAddonUpgradeStatusResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeClusterAddonUpgradeStatusResponse extends AcsResponse { @Override public DescribeClusterAddonUpgradeStatusResponse getInstance(UnmarshallerContext context) { return DescribeClusterAddonUpgradeStatusResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DescribeClusterAddonsUpgradeStatusRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cs.Endpoint; /** * @author auto create * @version */ public class DescribeClusterAddonsUpgradeStatusRequest extends RoaAcsRequest<DescribeClusterAddonsUpgradeStatusResponse> { private String clusterId; public DescribeClusterAddonsUpgradeStatusRequest() { super("CS", "2015-12-15", "DescribeClusterAddonsUpgradeStatus"); setUriPattern("/clusters/[ClusterId]/components/upgradestatus"); setMethod(MethodType.GET); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getClusterId() { return this.clusterId; } public void setClusterId(String clusterId) { this.clusterId = clusterId; if(clusterId != null){ putPathParameter("ClusterId", clusterId); } } @Override public Class<DescribeClusterAddonsUpgradeStatusResponse> getResponseClass() { return DescribeClusterAddonsUpgradeStatusResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DescribeClusterAddonsUpgradeStatusResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.AcsResponse; import com.aliyuncs.cs.transform.v20151215.DescribeClusterAddonsUpgradeStatusResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeClusterAddonsUpgradeStatusResponse extends AcsResponse { @Override public DescribeClusterAddonsUpgradeStatusResponse getInstance(UnmarshallerContext context) { return DescribeClusterAddonsUpgradeStatusResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DescribeClusterAddonsVersionRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cs.Endpoint; /** * @author auto create * @version */ public class DescribeClusterAddonsVersionRequest extends RoaAcsRequest<DescribeClusterAddonsVersionResponse> { private String clusterId; public DescribeClusterAddonsVersionRequest() { super("CS", "2015-12-15", "DescribeClusterAddonsVersion"); setUriPattern("/clusters/[ClusterId]/components/version"); setMethod(MethodType.GET); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getClusterId() { return this.clusterId; } public void setClusterId(String clusterId) { this.clusterId = clusterId; if(clusterId != null){ putPathParameter("ClusterId", clusterId); } } @Override public Class<DescribeClusterAddonsVersionResponse> getResponseClass() { return DescribeClusterAddonsVersionResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DescribeClusterAddonsVersionResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.AcsResponse; import com.aliyuncs.cs.transform.v20151215.DescribeClusterAddonsVersionResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeClusterAddonsVersionResponse extends AcsResponse { @Override public DescribeClusterAddonsVersionResponse getInstance(UnmarshallerContext context) { return DescribeClusterAddonsVersionResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DescribeClusterAttachScriptsRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cs.Endpoint; /** * @author auto create * @version */ public class DescribeClusterAttachScriptsRequest extends RoaAcsRequest<DescribeClusterAttachScriptsResponse> { private String clusterId; public DescribeClusterAttachScriptsRequest() { super("CS", "2015-12-15", "DescribeClusterAttachScripts"); setUriPattern("/clusters/[ClusterId]/attachscript"); 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 getClusterId() { return this.clusterId; } public void setClusterId(String clusterId) { this.clusterId = clusterId; if(clusterId != null){ putPathParameter("ClusterId", clusterId); } } @Override public Class<DescribeClusterAttachScriptsResponse> getResponseClass() { return DescribeClusterAttachScriptsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DescribeClusterAttachScriptsResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.AcsResponse; import com.aliyuncs.cs.transform.v20151215.DescribeClusterAttachScriptsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeClusterAttachScriptsResponse extends AcsResponse { @Override public DescribeClusterAttachScriptsResponse getInstance(UnmarshallerContext context) { return DescribeClusterAttachScriptsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DescribeClusterDetailRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cs.Endpoint; /** * @author auto create * @version */ public class DescribeClusterDetailRequest extends RoaAcsRequest<DescribeClusterDetailResponse> { private String clusterId; public DescribeClusterDetailRequest() { super("CS", "2015-12-15", "DescribeClusterDetail"); setUriPattern("/clusters/[ClusterId]"); setMethod(MethodType.GET); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getClusterId() { return this.clusterId; } public void setClusterId(String clusterId) { this.clusterId = clusterId; if(clusterId != null){ putPathParameter("ClusterId", clusterId); } } @Override public Class<DescribeClusterDetailResponse> getResponseClass() { return DescribeClusterDetailResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DescribeClusterDetailResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import java.util.List; import java.util.Map; import com.aliyuncs.AcsResponse; import com.aliyuncs.cs.transform.v20151215.DescribeClusterDetailResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeClusterDetailResponse extends AcsResponse { private String cluster_id; private String cluster_type; private String created; private String init_version; private String current_version; private String next_version; private Boolean deletion_protection; private String docker_version; private String external_loadbalancer_id; private String meta_data; private String name; private String network_mode; private String region_id; private String resource_group_id; private String security_group_id; private Long size; private String state; private String updated; private String vpc_id; private String vswitch_id; private String subnet_cidr; private String zone_id; private String master_url; private Boolean private_zone; private String profile; private String cluster_spec; private String worker_ram_role_name; private Map<Object,Object> parameters; private List<TagsItem> tags; private Maintenance_window maintenance_window; public String getCluster_id() { return this.cluster_id; } public void setCluster_id(String cluster_id) { this.cluster_id = cluster_id; } public String getCluster_type() { return this.cluster_type; } public void setCluster_type(String cluster_type) { this.cluster_type = cluster_type; } public String getCreated() { return this.created; } public void setCreated(String created) { this.created = created; } public String getInit_version() { return this.init_version; } public void setInit_version(String init_version) { this.init_version = init_version; } public String getCurrent_version() { return this.current_version; } public void setCurrent_version(String current_version) { this.current_version = current_version; } public String getNext_version() { return this.next_version; } public void setNext_version(String next_version) { this.next_version = next_version; } public Boolean getDeletion_protection() { return this.deletion_protection; } public void setDeletion_protection(Boolean deletion_protection) { this.deletion_protection = deletion_protection; } public String getDocker_version() { return this.docker_version; } public void setDocker_version(String docker_version) { this.docker_version = docker_version; } public String getExternal_loadbalancer_id() { return this.external_loadbalancer_id; } public void setExternal_loadbalancer_id(String external_loadbalancer_id) { this.external_loadbalancer_id = external_loadbalancer_id; } public String getMeta_data() { return this.meta_data; } public void setMeta_data(String meta_data) { this.meta_data = meta_data; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getNetwork_mode() { return this.network_mode; } public void setNetwork_mode(String network_mode) { this.network_mode = network_mode; } public String getRegion_id() { return this.region_id; } public void setRegion_id(String region_id) { this.region_id = region_id; } public String getResource_group_id() { return this.resource_group_id; } public void setResource_group_id(String resource_group_id) { this.resource_group_id = resource_group_id; } public String getSecurity_group_id() { return this.security_group_id; } public void setSecurity_group_id(String security_group_id) { this.security_group_id = security_group_id; } public Long getSize() { return this.size; } public void setSize(Long size) { this.size = size; } public String getState() { return this.state; } public void setState(String state) { this.state = state; } public String getUpdated() { return this.updated; } public void setUpdated(String updated) { this.updated = updated; } public String getVpc_id() { return this.vpc_id; } public void setVpc_id(String vpc_id) { this.vpc_id = vpc_id; } public String getVswitch_id() { return this.vswitch_id; } public void setVswitch_id(String vswitch_id) { this.vswitch_id = vswitch_id; } public String getSubnet_cidr() { return this.subnet_cidr; } public void setSubnet_cidr(String subnet_cidr) { this.subnet_cidr = subnet_cidr; } public String getZone_id() { return this.zone_id; } public void setZone_id(String zone_id) { this.zone_id = zone_id; } public String getMaster_url() { return this.master_url; } public void setMaster_url(String master_url) { this.master_url = master_url; } public Boolean getPrivate_zone() { return this.private_zone; } public void setPrivate_zone(Boolean private_zone) { this.private_zone = private_zone; } public String getProfile() { return this.profile; } public void setProfile(String profile) { this.profile = profile; } public String getCluster_spec() { return this.cluster_spec; } public void setCluster_spec(String cluster_spec) { this.cluster_spec = cluster_spec; } public String getWorker_ram_role_name() { return this.worker_ram_role_name; } public void setWorker_ram_role_name(String worker_ram_role_name) { this.worker_ram_role_name = worker_ram_role_name; } public Map<Object,Object> getParameters() { return this.parameters; } public void setParameters(Map<Object,Object> parameters) { this.parameters = parameters; } public List<TagsItem> getTags() { return this.tags; } public void setTags(List<TagsItem> tags) { this.tags = tags; } public Maintenance_window getMaintenance_window() { return this.maintenance_window; } public void setMaintenance_window(Maintenance_window maintenance_window) { this.maintenance_window = maintenance_window; } public static class TagsItem { private String key; private String value; public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } } public static class Maintenance_window { private Boolean enable; private String maintenance_time; private String duration; private String weekly_period; public Boolean getEnable() { return this.enable; } public void setEnable(Boolean enable) { this.enable = enable; } public String getMaintenance_time() { return this.maintenance_time; } public void setMaintenance_time(String maintenance_time) { this.maintenance_time = maintenance_time; } public String getDuration() { return this.duration; } public void setDuration(String duration) { this.duration = duration; } public String getWeekly_period() { return this.weekly_period; } public void setWeekly_period(String weekly_period) { this.weekly_period = weekly_period; } } @Override public DescribeClusterDetailResponse getInstance(UnmarshallerContext context) { return DescribeClusterDetailResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DescribeClusterEventsRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cs.Endpoint; /** * @author auto create * @version */ public class DescribeClusterEventsRequest extends RoaAcsRequest<DescribeClusterEventsResponse> { private Long page_number; private String task_id; private String clusterId; private Long page_size; public DescribeClusterEventsRequest() { super("CS", "2015-12-15", "DescribeClusterEvents"); setUriPattern("/clusters/[ClusterId]/events"); setMethod(MethodType.GET); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getPage_number() { return this.page_number; } public void setPage_number(Long page_number) { this.page_number = page_number; if(page_number != null){ putQueryParameter("page_number", page_number.toString()); } } public String getTask_id() { return this.task_id; } public void setTask_id(String task_id) { this.task_id = task_id; if(task_id != null){ putQueryParameter("task_id", task_id); } } public String getClusterId() { return this.clusterId; } public void setClusterId(String clusterId) { this.clusterId = clusterId; if(clusterId != null){ putPathParameter("ClusterId", clusterId); } } public Long getPage_size() { return this.page_size; } public void setPage_size(Long page_size) { this.page_size = page_size; if(page_size != null){ putQueryParameter("page_size", page_size.toString()); } } @Override public Class<DescribeClusterEventsResponse> getResponseClass() { return DescribeClusterEventsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DescribeClusterEventsResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cs.transform.v20151215.DescribeClusterEventsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeClusterEventsResponse extends AcsResponse { private List<Event> events; private Page_info page_info; public List<Event> getEvents() { return this.events; } public void setEvents(List<Event> events) { this.events = events; } public Page_info getPage_info() { return this.page_info; } public void setPage_info(Page_info page_info) { this.page_info = page_info; } public static class Event { private String event_id; private String type; private String source; private String subject; private String time; private String cluster_id; private Data data; public String getEvent_id() { return this.event_id; } public void setEvent_id(String event_id) { this.event_id = event_id; } public String getType() { return this.type; } public void setType(String type) { this.type = type; } public String getSource() { return this.source; } public void setSource(String source) { this.source = source; } public String getSubject() { return this.subject; } public void setSubject(String subject) { this.subject = subject; } public String getTime() { return this.time; } public void setTime(String time) { this.time = time; } public String getCluster_id() { return this.cluster_id; } public void setCluster_id(String cluster_id) { this.cluster_id = cluster_id; } public Data getData() { return this.data; } public void setData(Data data) { this.data = data; } public static class Data { private String level; private String reason; private String message; public String getLevel() { return this.level; } public void setLevel(String level) { this.level = level; } public String getReason() { return this.reason; } public void setReason(String reason) { this.reason = reason; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } } } public static class Page_info { private Long page_size; private Long page_number; private Long total_count; public Long getPage_size() { return this.page_size; } public void setPage_size(Long page_size) { this.page_size = page_size; } public Long getPage_number() { return this.page_number; } public void setPage_number(Long page_number) { this.page_number = page_number; } public Long getTotal_count() { return this.total_count; } public void setTotal_count(Long total_count) { this.total_count = total_count; } } @Override public DescribeClusterEventsResponse getInstance(UnmarshallerContext context) { return DescribeClusterEventsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DescribeClusterLogsRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cs.Endpoint; /** * @author auto create * @version */ public class DescribeClusterLogsRequest extends RoaAcsRequest<DescribeClusterLogsResponse> { private String clusterId; public DescribeClusterLogsRequest() { super("CS", "2015-12-15", "DescribeClusterLogs"); setUriPattern("/clusters/[ClusterId]/logs"); setMethod(MethodType.GET); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getClusterId() { return this.clusterId; } public void setClusterId(String clusterId) { this.clusterId = clusterId; if(clusterId != null){ putPathParameter("ClusterId", clusterId); } } @Override public Class<DescribeClusterLogsResponse> getResponseClass() { return DescribeClusterLogsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DescribeClusterLogsResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.AcsResponse; import com.aliyuncs.cs.transform.v20151215.DescribeClusterLogsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeClusterLogsResponse extends AcsResponse { @Override public DescribeClusterLogsResponse getInstance(UnmarshallerContext context) { return DescribeClusterLogsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DescribeClusterNodePoolDetailRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cs.Endpoint; /** * @author auto create * @version */ public class DescribeClusterNodePoolDetailRequest extends RoaAcsRequest<DescribeClusterNodePoolDetailResponse> { private String clusterId; private String nodepoolId; public DescribeClusterNodePoolDetailRequest() { super("CS", "2015-12-15", "DescribeClusterNodePoolDetail"); setUriPattern("/clusters/[ClusterId]/nodepools/[NodepoolId]"); setMethod(MethodType.GET); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getClusterId() { return this.clusterId; } public void setClusterId(String clusterId) { this.clusterId = clusterId; if(clusterId != null){ putPathParameter("ClusterId", clusterId); } } public String getNodepoolId() { return this.nodepoolId; } public void setNodepoolId(String nodepoolId) { this.nodepoolId = nodepoolId; if(nodepoolId != null){ putPathParameter("NodepoolId", nodepoolId); } } @Override public Class<DescribeClusterNodePoolDetailResponse> getResponseClass() { return DescribeClusterNodePoolDetailResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DescribeClusterNodePoolDetailResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cs.transform.v20151215.DescribeClusterNodePoolDetailResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeClusterNodePoolDetailResponse extends AcsResponse { private String interconnect_mode; private Long max_nodes; private Auto_scaling auto_scaling; private Kubernetes_config kubernetes_config; private Nodepool_info nodepool_info; private Scaling_group scaling_group; private Status status; private Tee_config tee_config; private Management management; private Interconnect_config interconnect_config; public String getInterconnect_mode() { return this.interconnect_mode; } public void setInterconnect_mode(String interconnect_mode) { this.interconnect_mode = interconnect_mode; } public Long getMax_nodes() { return this.max_nodes; } public void setMax_nodes(Long max_nodes) { this.max_nodes = max_nodes; } public Auto_scaling getAuto_scaling() { return this.auto_scaling; } public void setAuto_scaling(Auto_scaling auto_scaling) { this.auto_scaling = auto_scaling; } public Kubernetes_config getKubernetes_config() { return this.kubernetes_config; } public void setKubernetes_config(Kubernetes_config kubernetes_config) { this.kubernetes_config = kubernetes_config; } public Nodepool_info getNodepool_info() { return this.nodepool_info; } public void setNodepool_info(Nodepool_info nodepool_info) { this.nodepool_info = nodepool_info; } public Scaling_group getScaling_group() { return this.scaling_group; } public void setScaling_group(Scaling_group scaling_group) { this.scaling_group = scaling_group; } public Status getStatus() { return this.status; } public void setStatus(Status status) { this.status = status; } public Tee_config getTee_config() { return this.tee_config; } public void setTee_config(Tee_config tee_config) { this.tee_config = tee_config; } public Management getManagement() { return this.management; } public void setManagement(Management management) { this.management = management; } public Interconnect_config getInterconnect_config() { return this.interconnect_config; } public void setInterconnect_config(Interconnect_config interconnect_config) { this.interconnect_config = interconnect_config; } public static class Auto_scaling { private Long eip_bandwidth; private String eip_internet_charge_type; private Boolean enable; private Boolean is_bond_eip; private Long max_instances; private Long min_instances; private String type; public Long getEip_bandwidth() { return this.eip_bandwidth; } public void setEip_bandwidth(Long eip_bandwidth) { this.eip_bandwidth = eip_bandwidth; } public String getEip_internet_charge_type() { return this.eip_internet_charge_type; } public void setEip_internet_charge_type(String eip_internet_charge_type) { this.eip_internet_charge_type = eip_internet_charge_type; } public Boolean getEnable() { return this.enable; } public void setEnable(Boolean enable) { this.enable = enable; } public Boolean getIs_bond_eip() { return this.is_bond_eip; } public void setIs_bond_eip(Boolean is_bond_eip) { this.is_bond_eip = is_bond_eip; } public Long getMax_instances() { return this.max_instances; } public void setMax_instances(Long max_instances) { this.max_instances = max_instances; } public Long getMin_instances() { return this.min_instances; } public void setMin_instances(Long min_instances) { this.min_instances = min_instances; } public String getType() { return this.type; } public void setType(String type) { this.type = type; } } public static class Kubernetes_config { private Boolean cms_enabled; private String cpu_policy; private String runtime; private String runtime_version; private String user_data; private String node_name_mode; private List<LabelsItem> labels; private List<TaintsItem> taints; public Boolean getCms_enabled() { return this.cms_enabled; } public void setCms_enabled(Boolean cms_enabled) { this.cms_enabled = cms_enabled; } public String getCpu_policy() { return this.cpu_policy; } public void setCpu_policy(String cpu_policy) { this.cpu_policy = cpu_policy; } public String getRuntime() { return this.runtime; } public void setRuntime(String runtime) { this.runtime = runtime; } public String getRuntime_version() { return this.runtime_version; } public void setRuntime_version(String runtime_version) { this.runtime_version = runtime_version; } public String getUser_data() { return this.user_data; } public void setUser_data(String user_data) { this.user_data = user_data; } public String getNode_name_mode() { return this.node_name_mode; } public void setNode_name_mode(String node_name_mode) { this.node_name_mode = node_name_mode; } public List<LabelsItem> getLabels() { return this.labels; } public void setLabels(List<LabelsItem> labels) { this.labels = labels; } public List<TaintsItem> getTaints() { return this.taints; } public void setTaints(List<TaintsItem> taints) { this.taints = taints; } public static class LabelsItem { 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; } } public static class TaintsItem { private String key; private String value; private String effect; 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; } public String getEffect() { return this.effect; } public void setEffect(String effect) { this.effect = effect; } } } public static class Nodepool_info { private String created; private Boolean is_default; private String name; private String nodepool_id; private String region_id; private String resource_group_id; private String type; private String updated; public String getCreated() { return this.created; } public void setCreated(String created) { this.created = created; } public Boolean getIs_default() { return this.is_default; } public void setIs_default(Boolean is_default) { this.is_default = is_default; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getNodepool_id() { return this.nodepool_id; } public void setNodepool_id(String nodepool_id) { this.nodepool_id = nodepool_id; } public String getRegion_id() { return this.region_id; } public void setRegion_id(String region_id) { this.region_id = region_id; } public String getResource_group_id() { return this.resource_group_id; } public void setResource_group_id(String resource_group_id) { this.resource_group_id = resource_group_id; } public String getType() { return this.type; } public void setType(String type) { this.type = type; } public String getUpdated() { return this.updated; } public void setUpdated(String updated) { this.updated = updated; } } public static class Scaling_group { private Boolean auto_renew; private Long auto_renew_period; private String image_id; private String instance_charge_type; private String multi_az_policy; private Long on_demand_base_capacity; private Long on_demand_percentage_above_base_capacity; private Long spot_instance_pools; private Boolean spot_instance_remedy; private Boolean compensate_with_on_demand; private Long period; private String period_unit; private String platform; private String ram_policy; private String spot_strategy; private String scaling_group_id; private String scaling_policy; private String security_group_id; private String system_disk_category; private Long system_disk_size; private String system_disk_performance_level; private String login_password; private String key_pair; private String internet_charge_type; private Long internet_max_bandwidth_out; private String deploymentset_id; private Long desired_size; private List<Data_disksItem> data_disks; private List<Spot_price_limitItem> spot_price_limit; private List<TagsItem> tags; private List<String> instance_types; private List<String> rds_instances; private List<String> security_group_ids; private List<String> vswitch_ids; private Private_pool_options private_pool_options; public Boolean getAuto_renew() { return this.auto_renew; } public void setAuto_renew(Boolean auto_renew) { this.auto_renew = auto_renew; } public Long getAuto_renew_period() { return this.auto_renew_period; } public void setAuto_renew_period(Long auto_renew_period) { this.auto_renew_period = auto_renew_period; } public String getImage_id() { return this.image_id; } public void setImage_id(String image_id) { this.image_id = image_id; } public String getInstance_charge_type() { return this.instance_charge_type; } public void setInstance_charge_type(String instance_charge_type) { this.instance_charge_type = instance_charge_type; } public String getMulti_az_policy() { return this.multi_az_policy; } public void setMulti_az_policy(String multi_az_policy) { this.multi_az_policy = multi_az_policy; } public Long getOn_demand_base_capacity() { return this.on_demand_base_capacity; } public void setOn_demand_base_capacity(Long on_demand_base_capacity) { this.on_demand_base_capacity = on_demand_base_capacity; } public Long getOn_demand_percentage_above_base_capacity() { return this.on_demand_percentage_above_base_capacity; } public void setOn_demand_percentage_above_base_capacity(Long on_demand_percentage_above_base_capacity) { this.on_demand_percentage_above_base_capacity = on_demand_percentage_above_base_capacity; } public Long getSpot_instance_pools() { return this.spot_instance_pools; } public void setSpot_instance_pools(Long spot_instance_pools) { this.spot_instance_pools = spot_instance_pools; } public Boolean getSpot_instance_remedy() { return this.spot_instance_remedy; } public void setSpot_instance_remedy(Boolean spot_instance_remedy) { this.spot_instance_remedy = spot_instance_remedy; } public Boolean getCompensate_with_on_demand() { return this.compensate_with_on_demand; } public void setCompensate_with_on_demand(Boolean compensate_with_on_demand) { this.compensate_with_on_demand = compensate_with_on_demand; } public Long getPeriod() { return this.period; } public void setPeriod(Long period) { this.period = period; } public String getPeriod_unit() { return this.period_unit; } public void setPeriod_unit(String period_unit) { this.period_unit = period_unit; } public String getPlatform() { return this.platform; } public void setPlatform(String platform) { this.platform = platform; } public String getRam_policy() { return this.ram_policy; } public void setRam_policy(String ram_policy) { this.ram_policy = ram_policy; } public String getSpot_strategy() { return this.spot_strategy; } public void setSpot_strategy(String spot_strategy) { this.spot_strategy = spot_strategy; } public String getScaling_group_id() { return this.scaling_group_id; } public void setScaling_group_id(String scaling_group_id) { this.scaling_group_id = scaling_group_id; } public String getScaling_policy() { return this.scaling_policy; } public void setScaling_policy(String scaling_policy) { this.scaling_policy = scaling_policy; } public String getSecurity_group_id() { return this.security_group_id; } public void setSecurity_group_id(String security_group_id) { this.security_group_id = security_group_id; } public String getSystem_disk_category() { return this.system_disk_category; } public void setSystem_disk_category(String system_disk_category) { this.system_disk_category = system_disk_category; } public Long getSystem_disk_size() { return this.system_disk_size; } public void setSystem_disk_size(Long system_disk_size) { this.system_disk_size = system_disk_size; } public String getSystem_disk_performance_level() { return this.system_disk_performance_level; } public void setSystem_disk_performance_level(String system_disk_performance_level) { this.system_disk_performance_level = system_disk_performance_level; } public String getLogin_password() { return this.login_password; } public void setLogin_password(String login_password) { this.login_password = login_password; } public String getKey_pair() { return this.key_pair; } public void setKey_pair(String key_pair) { this.key_pair = key_pair; } public String getInternet_charge_type() { return this.internet_charge_type; } public void setInternet_charge_type(String internet_charge_type) { this.internet_charge_type = internet_charge_type; } public Long getInternet_max_bandwidth_out() { return this.internet_max_bandwidth_out; } public void setInternet_max_bandwidth_out(Long internet_max_bandwidth_out) { this.internet_max_bandwidth_out = internet_max_bandwidth_out; } public String getDeploymentset_id() { return this.deploymentset_id; } public void setDeploymentset_id(String deploymentset_id) { this.deploymentset_id = deploymentset_id; } public Long getDesired_size() { return this.desired_size; } public void setDesired_size(Long desired_size) { this.desired_size = desired_size; } public List<Data_disksItem> getData_disks() { return this.data_disks; } public void setData_disks(List<Data_disksItem> data_disks) { this.data_disks = data_disks; } public List<Spot_price_limitItem> getSpot_price_limit() { return this.spot_price_limit; } public void setSpot_price_limit(List<Spot_price_limitItem> spot_price_limit) { this.spot_price_limit = spot_price_limit; } public List<TagsItem> getTags() { return this.tags; } public void setTags(List<TagsItem> tags) { this.tags = tags; } public List<String> getInstance_types() { return this.instance_types; } public void setInstance_types(List<String> instance_types) { this.instance_types = instance_types; } public List<String> getRds_instances() { return this.rds_instances; } public void setRds_instances(List<String> rds_instances) { this.rds_instances = rds_instances; } public List<String> getSecurity_group_ids() { return this.security_group_ids; } public void setSecurity_group_ids(List<String> security_group_ids) { this.security_group_ids = security_group_ids; } public List<String> getVswitch_ids() { return this.vswitch_ids; } public void setVswitch_ids(List<String> vswitch_ids) { this.vswitch_ids = vswitch_ids; } public Private_pool_options getPrivate_pool_options() { return this.private_pool_options; } public void setPrivate_pool_options(Private_pool_options private_pool_options) { this.private_pool_options = private_pool_options; } public static class Data_disksItem { private String category; private Long size; private String encrypted; private String auto_snapshot_policy_id; private String performance_level; public String getCategory() { return this.category; } public void setCategory(String category) { this.category = category; } public Long getSize() { return this.size; } public void setSize(Long size) { this.size = size; } public String getEncrypted() { return this.encrypted; } public void setEncrypted(String encrypted) { this.encrypted = encrypted; } public String getAuto_snapshot_policy_id() { return this.auto_snapshot_policy_id; } public void setAuto_snapshot_policy_id(String auto_snapshot_policy_id) { this.auto_snapshot_policy_id = auto_snapshot_policy_id; } public String getPerformance_level() { return this.performance_level; } public void setPerformance_level(String performance_level) { this.performance_level = performance_level; } } public static class Spot_price_limitItem { private String instance_type; private String price_limit; public String getInstance_type() { return this.instance_type; } public void setInstance_type(String instance_type) { this.instance_type = instance_type; } public String getPrice_limit() { return this.price_limit; } public void setPrice_limit(String price_limit) { this.price_limit = price_limit; } } public static class TagsItem { private String key; private String value; public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } } public static class Private_pool_options { private String id; private String match_criteria; public String getId() { return this.id; } public void setId(String id) { this.id = id; } public String getMatch_criteria() { return this.match_criteria; } public void setMatch_criteria(String match_criteria) { this.match_criteria = match_criteria; } } } public static class Status { private Long failed_nodes; private Long healthy_nodes; private Long initial_nodes; private Long offline_nodes; private Long removing_nodes; private Long serving_nodes; private String state; private Long total_nodes; public Long getFailed_nodes() { return this.failed_nodes; } public void setFailed_nodes(Long failed_nodes) { this.failed_nodes = failed_nodes; } public Long getHealthy_nodes() { return this.healthy_nodes; } public void setHealthy_nodes(Long healthy_nodes) { this.healthy_nodes = healthy_nodes; } public Long getInitial_nodes() { return this.initial_nodes; } public void setInitial_nodes(Long initial_nodes) { this.initial_nodes = initial_nodes; } public Long getOffline_nodes() { return this.offline_nodes; } public void setOffline_nodes(Long offline_nodes) { this.offline_nodes = offline_nodes; } public Long getRemoving_nodes() { return this.removing_nodes; } public void setRemoving_nodes(Long removing_nodes) { this.removing_nodes = removing_nodes; } public Long getServing_nodes() { return this.serving_nodes; } public void setServing_nodes(Long serving_nodes) { this.serving_nodes = serving_nodes; } public String getState() { return this.state; } public void setState(String state) { this.state = state; } public Long getTotal_nodes() { return this.total_nodes; } public void setTotal_nodes(Long total_nodes) { this.total_nodes = total_nodes; } } public static class Tee_config { private Boolean tee_enable; public Boolean getTee_enable() { return this.tee_enable; } public void setTee_enable(Boolean tee_enable) { this.tee_enable = tee_enable; } } public static class Management { private Boolean enable; private Boolean auto_repair; private Upgrade_config upgrade_config; public Boolean getEnable() { return this.enable; } public void setEnable(Boolean enable) { this.enable = enable; } public Boolean getAuto_repair() { return this.auto_repair; } public void setAuto_repair(Boolean auto_repair) { this.auto_repair = auto_repair; } public Upgrade_config getUpgrade_config() { return this.upgrade_config; } public void setUpgrade_config(Upgrade_config upgrade_config) { this.upgrade_config = upgrade_config; } public static class Upgrade_config { private Boolean auto_upgrade; private Long surge; private Long surge_percentage; private Long max_unavailable; public Boolean getAuto_upgrade() { return this.auto_upgrade; } public void setAuto_upgrade(Boolean auto_upgrade) { this.auto_upgrade = auto_upgrade; } public Long getSurge() { return this.surge; } public void setSurge(Long surge) { this.surge = surge; } public Long getSurge_percentage() { return this.surge_percentage; } public void setSurge_percentage(Long surge_percentage) { this.surge_percentage = surge_percentage; } public Long getMax_unavailable() { return this.max_unavailable; } public void setMax_unavailable(Long max_unavailable) { this.max_unavailable = max_unavailable; } } } public static class Interconnect_config { private String cen_id; private String ccn_id; private String ccn_region_id; private Long bandwidth; private String improved_period; public String getCen_id() { return this.cen_id; } public void setCen_id(String cen_id) { this.cen_id = cen_id; } public String getCcn_id() { return this.ccn_id; } public void setCcn_id(String ccn_id) { this.ccn_id = ccn_id; } public String getCcn_region_id() { return this.ccn_region_id; } public void setCcn_region_id(String ccn_region_id) { this.ccn_region_id = ccn_region_id; } public Long getBandwidth() { return this.bandwidth; } public void setBandwidth(Long bandwidth) { this.bandwidth = bandwidth; } public String getImproved_period() { return this.improved_period; } public void setImproved_period(String improved_period) { this.improved_period = improved_period; } } @Override public DescribeClusterNodePoolDetailResponse getInstance(UnmarshallerContext context) { return DescribeClusterNodePoolDetailResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DescribeClusterNodePoolsRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cs.Endpoint; /** * @author auto create * @version */ public class DescribeClusterNodePoolsRequest extends RoaAcsRequest<DescribeClusterNodePoolsResponse> { private String clusterId; public DescribeClusterNodePoolsRequest() { super("CS", "2015-12-15", "DescribeClusterNodePools"); setUriPattern("/clusters/[ClusterId]/nodepools"); setMethod(MethodType.GET); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getClusterId() { return this.clusterId; } public void setClusterId(String clusterId) { this.clusterId = clusterId; if(clusterId != null){ putPathParameter("ClusterId", clusterId); } } @Override public Class<DescribeClusterNodePoolsResponse> getResponseClass() { return DescribeClusterNodePoolsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DescribeClusterNodePoolsResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cs.transform.v20151215.DescribeClusterNodePoolsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeClusterNodePoolsResponse extends AcsResponse { private List<NodepoolsItem> nodepools; public List<NodepoolsItem> getNodepools() { return this.nodepools; } public void setNodepools(List<NodepoolsItem> nodepools) { this.nodepools = nodepools; } public static class NodepoolsItem { private String interconnect_mode; private Long max_nodes; private Auto_scaling auto_scaling; private Kubernetes_config kubernetes_config; private Nodepool_info nodepool_info; private Scaling_group scaling_group; private Status status; private Tee_config tee_config; private Management management; private Interconnect_config interconnect_config; public String getInterconnect_mode() { return this.interconnect_mode; } public void setInterconnect_mode(String interconnect_mode) { this.interconnect_mode = interconnect_mode; } public Long getMax_nodes() { return this.max_nodes; } public void setMax_nodes(Long max_nodes) { this.max_nodes = max_nodes; } public Auto_scaling getAuto_scaling() { return this.auto_scaling; } public void setAuto_scaling(Auto_scaling auto_scaling) { this.auto_scaling = auto_scaling; } public Kubernetes_config getKubernetes_config() { return this.kubernetes_config; } public void setKubernetes_config(Kubernetes_config kubernetes_config) { this.kubernetes_config = kubernetes_config; } public Nodepool_info getNodepool_info() { return this.nodepool_info; } public void setNodepool_info(Nodepool_info nodepool_info) { this.nodepool_info = nodepool_info; } public Scaling_group getScaling_group() { return this.scaling_group; } public void setScaling_group(Scaling_group scaling_group) { this.scaling_group = scaling_group; } public Status getStatus() { return this.status; } public void setStatus(Status status) { this.status = status; } public Tee_config getTee_config() { return this.tee_config; } public void setTee_config(Tee_config tee_config) { this.tee_config = tee_config; } public Management getManagement() { return this.management; } public void setManagement(Management management) { this.management = management; } public Interconnect_config getInterconnect_config() { return this.interconnect_config; } public void setInterconnect_config(Interconnect_config interconnect_config) { this.interconnect_config = interconnect_config; } public static class Auto_scaling { private Long eip_bandwidth; private Boolean is_bond_eip; private String eip_internet_charge_type; private Boolean enable; private Long max_instances; private Long min_instances; private String type; public Long getEip_bandwidth() { return this.eip_bandwidth; } public void setEip_bandwidth(Long eip_bandwidth) { this.eip_bandwidth = eip_bandwidth; } public Boolean getIs_bond_eip() { return this.is_bond_eip; } public void setIs_bond_eip(Boolean is_bond_eip) { this.is_bond_eip = is_bond_eip; } public String getEip_internet_charge_type() { return this.eip_internet_charge_type; } public void setEip_internet_charge_type(String eip_internet_charge_type) { this.eip_internet_charge_type = eip_internet_charge_type; } public Boolean getEnable() { return this.enable; } public void setEnable(Boolean enable) { this.enable = enable; } public Long getMax_instances() { return this.max_instances; } public void setMax_instances(Long max_instances) { this.max_instances = max_instances; } public Long getMin_instances() { return this.min_instances; } public void setMin_instances(Long min_instances) { this.min_instances = min_instances; } public String getType() { return this.type; } public void setType(String type) { this.type = type; } } public static class Kubernetes_config { private Boolean cms_enabled; private String cpu_policy; private String runtime; private String runtime_version; private String user_data; private String node_name_mode; private List<LabelsItem> labels; private List<TaintsItem> taints; public Boolean getCms_enabled() { return this.cms_enabled; } public void setCms_enabled(Boolean cms_enabled) { this.cms_enabled = cms_enabled; } public String getCpu_policy() { return this.cpu_policy; } public void setCpu_policy(String cpu_policy) { this.cpu_policy = cpu_policy; } public String getRuntime() { return this.runtime; } public void setRuntime(String runtime) { this.runtime = runtime; } public String getRuntime_version() { return this.runtime_version; } public void setRuntime_version(String runtime_version) { this.runtime_version = runtime_version; } public String getUser_data() { return this.user_data; } public void setUser_data(String user_data) { this.user_data = user_data; } public String getNode_name_mode() { return this.node_name_mode; } public void setNode_name_mode(String node_name_mode) { this.node_name_mode = node_name_mode; } public List<LabelsItem> getLabels() { return this.labels; } public void setLabels(List<LabelsItem> labels) { this.labels = labels; } public List<TaintsItem> getTaints() { return this.taints; } public void setTaints(List<TaintsItem> taints) { this.taints = taints; } public static class LabelsItem { 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; } } public static class TaintsItem { private String key; private String value; private String effect; 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; } public String getEffect() { return this.effect; } public void setEffect(String effect) { this.effect = effect; } } } public static class Nodepool_info { private String created; private Boolean is_default; private String name; private String nodepool_id; private String region_id; private String resource_group_id; private String type; private String updated; public String getCreated() { return this.created; } public void setCreated(String created) { this.created = created; } public Boolean getIs_default() { return this.is_default; } public void setIs_default(Boolean is_default) { this.is_default = is_default; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getNodepool_id() { return this.nodepool_id; } public void setNodepool_id(String nodepool_id) { this.nodepool_id = nodepool_id; } public String getRegion_id() { return this.region_id; } public void setRegion_id(String region_id) { this.region_id = region_id; } public String getResource_group_id() { return this.resource_group_id; } public void setResource_group_id(String resource_group_id) { this.resource_group_id = resource_group_id; } public String getType() { return this.type; } public void setType(String type) { this.type = type; } public String getUpdated() { return this.updated; } public void setUpdated(String updated) { this.updated = updated; } } public static class Scaling_group { private Boolean auto_renew; private Long auto_renew_period; private String image_id; private String instance_charge_type; private String multi_az_policy; private Long on_demand_base_capacity; private Long on_demand_percentage_above_base_capacity; private Long spot_instance_pools; private Boolean spot_instance_remedy; private Boolean compensate_with_on_demand; private Long period; private String period_unit; private String platform; private String ram_policy; private String spot_strategy; private String scaling_group_id; private String scaling_policy; private String security_group_id; private String system_disk_category; private Long system_disk_size; private String system_disk_performance_level; private String login_password; private String key_pair; private String internet_charge_type; private Long internet_max_bandwidth_out; private String deploymentset_id; private Long desired_size; private List<Data_disksItem> data_disks; private List<Spot_price_limitItem> spot_price_limit; private List<TagsItem> tags; private List<String> instance_types; private List<String> rds_instances; private List<String> security_group_ids; private List<String> vswitch_ids; private Private_pool_options private_pool_options; public Boolean getAuto_renew() { return this.auto_renew; } public void setAuto_renew(Boolean auto_renew) { this.auto_renew = auto_renew; } public Long getAuto_renew_period() { return this.auto_renew_period; } public void setAuto_renew_period(Long auto_renew_period) { this.auto_renew_period = auto_renew_period; } public String getImage_id() { return this.image_id; } public void setImage_id(String image_id) { this.image_id = image_id; } public String getInstance_charge_type() { return this.instance_charge_type; } public void setInstance_charge_type(String instance_charge_type) { this.instance_charge_type = instance_charge_type; } public String getMulti_az_policy() { return this.multi_az_policy; } public void setMulti_az_policy(String multi_az_policy) { this.multi_az_policy = multi_az_policy; } public Long getOn_demand_base_capacity() { return this.on_demand_base_capacity; } public void setOn_demand_base_capacity(Long on_demand_base_capacity) { this.on_demand_base_capacity = on_demand_base_capacity; } public Long getOn_demand_percentage_above_base_capacity() { return this.on_demand_percentage_above_base_capacity; } public void setOn_demand_percentage_above_base_capacity(Long on_demand_percentage_above_base_capacity) { this.on_demand_percentage_above_base_capacity = on_demand_percentage_above_base_capacity; } public Long getSpot_instance_pools() { return this.spot_instance_pools; } public void setSpot_instance_pools(Long spot_instance_pools) { this.spot_instance_pools = spot_instance_pools; } public Boolean getSpot_instance_remedy() { return this.spot_instance_remedy; } public void setSpot_instance_remedy(Boolean spot_instance_remedy) { this.spot_instance_remedy = spot_instance_remedy; } public Boolean getCompensate_with_on_demand() { return this.compensate_with_on_demand; } public void setCompensate_with_on_demand(Boolean compensate_with_on_demand) { this.compensate_with_on_demand = compensate_with_on_demand; } public Long getPeriod() { return this.period; } public void setPeriod(Long period) { this.period = period; } public String getPeriod_unit() { return this.period_unit; } public void setPeriod_unit(String period_unit) { this.period_unit = period_unit; } public String getPlatform() { return this.platform; } public void setPlatform(String platform) { this.platform = platform; } public String getRam_policy() { return this.ram_policy; } public void setRam_policy(String ram_policy) { this.ram_policy = ram_policy; } public String getSpot_strategy() { return this.spot_strategy; } public void setSpot_strategy(String spot_strategy) { this.spot_strategy = spot_strategy; } public String getScaling_group_id() { return this.scaling_group_id; } public void setScaling_group_id(String scaling_group_id) { this.scaling_group_id = scaling_group_id; } public String getScaling_policy() { return this.scaling_policy; } public void setScaling_policy(String scaling_policy) { this.scaling_policy = scaling_policy; } public String getSecurity_group_id() { return this.security_group_id; } public void setSecurity_group_id(String security_group_id) { this.security_group_id = security_group_id; } public String getSystem_disk_category() { return this.system_disk_category; } public void setSystem_disk_category(String system_disk_category) { this.system_disk_category = system_disk_category; } public Long getSystem_disk_size() { return this.system_disk_size; } public void setSystem_disk_size(Long system_disk_size) { this.system_disk_size = system_disk_size; } public String getSystem_disk_performance_level() { return this.system_disk_performance_level; } public void setSystem_disk_performance_level(String system_disk_performance_level) { this.system_disk_performance_level = system_disk_performance_level; } public String getLogin_password() { return this.login_password; } public void setLogin_password(String login_password) { this.login_password = login_password; } public String getKey_pair() { return this.key_pair; } public void setKey_pair(String key_pair) { this.key_pair = key_pair; } public String getInternet_charge_type() { return this.internet_charge_type; } public void setInternet_charge_type(String internet_charge_type) { this.internet_charge_type = internet_charge_type; } public Long getInternet_max_bandwidth_out() { return this.internet_max_bandwidth_out; } public void setInternet_max_bandwidth_out(Long internet_max_bandwidth_out) { this.internet_max_bandwidth_out = internet_max_bandwidth_out; } public String getDeploymentset_id() { return this.deploymentset_id; } public void setDeploymentset_id(String deploymentset_id) { this.deploymentset_id = deploymentset_id; } public Long getDesired_size() { return this.desired_size; } public void setDesired_size(Long desired_size) { this.desired_size = desired_size; } public List<Data_disksItem> getData_disks() { return this.data_disks; } public void setData_disks(List<Data_disksItem> data_disks) { this.data_disks = data_disks; } public List<Spot_price_limitItem> getSpot_price_limit() { return this.spot_price_limit; } public void setSpot_price_limit(List<Spot_price_limitItem> spot_price_limit) { this.spot_price_limit = spot_price_limit; } public List<TagsItem> getTags() { return this.tags; } public void setTags(List<TagsItem> tags) { this.tags = tags; } public List<String> getInstance_types() { return this.instance_types; } public void setInstance_types(List<String> instance_types) { this.instance_types = instance_types; } public List<String> getRds_instances() { return this.rds_instances; } public void setRds_instances(List<String> rds_instances) { this.rds_instances = rds_instances; } public List<String> getSecurity_group_ids() { return this.security_group_ids; } public void setSecurity_group_ids(List<String> security_group_ids) { this.security_group_ids = security_group_ids; } public List<String> getVswitch_ids() { return this.vswitch_ids; } public void setVswitch_ids(List<String> vswitch_ids) { this.vswitch_ids = vswitch_ids; } public Private_pool_options getPrivate_pool_options() { return this.private_pool_options; } public void setPrivate_pool_options(Private_pool_options private_pool_options) { this.private_pool_options = private_pool_options; } public static class Data_disksItem { private String category; private Long size; private String encrypted; private String auto_snapshot_policy_id; private String performance_level; public String getCategory() { return this.category; } public void setCategory(String category) { this.category = category; } public Long getSize() { return this.size; } public void setSize(Long size) { this.size = size; } public String getEncrypted() { return this.encrypted; } public void setEncrypted(String encrypted) { this.encrypted = encrypted; } public String getAuto_snapshot_policy_id() { return this.auto_snapshot_policy_id; } public void setAuto_snapshot_policy_id(String auto_snapshot_policy_id) { this.auto_snapshot_policy_id = auto_snapshot_policy_id; } public String getPerformance_level() { return this.performance_level; } public void setPerformance_level(String performance_level) { this.performance_level = performance_level; } } public static class Spot_price_limitItem { private String instance_type; private String price_limit; public String getInstance_type() { return this.instance_type; } public void setInstance_type(String instance_type) { this.instance_type = instance_type; } public String getPrice_limit() { return this.price_limit; } public void setPrice_limit(String price_limit) { this.price_limit = price_limit; } } public static class TagsItem { private String key; private String value; public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } } public static class Private_pool_options { private String id; private String match_criteria; public String getId() { return this.id; } public void setId(String id) { this.id = id; } public String getMatch_criteria() { return this.match_criteria; } public void setMatch_criteria(String match_criteria) { this.match_criteria = match_criteria; } } } public static class Status { private Long failed_nodes; private Long healthy_nodes; private Long initial_nodes; private Long offline_nodes; private Long removing_nodes; private Long serving_nodes; private String state; private Long total_nodes; public Long getFailed_nodes() { return this.failed_nodes; } public void setFailed_nodes(Long failed_nodes) { this.failed_nodes = failed_nodes; } public Long getHealthy_nodes() { return this.healthy_nodes; } public void setHealthy_nodes(Long healthy_nodes) { this.healthy_nodes = healthy_nodes; } public Long getInitial_nodes() { return this.initial_nodes; } public void setInitial_nodes(Long initial_nodes) { this.initial_nodes = initial_nodes; } public Long getOffline_nodes() { return this.offline_nodes; } public void setOffline_nodes(Long offline_nodes) { this.offline_nodes = offline_nodes; } public Long getRemoving_nodes() { return this.removing_nodes; } public void setRemoving_nodes(Long removing_nodes) { this.removing_nodes = removing_nodes; } public Long getServing_nodes() { return this.serving_nodes; } public void setServing_nodes(Long serving_nodes) { this.serving_nodes = serving_nodes; } public String getState() { return this.state; } public void setState(String state) { this.state = state; } public Long getTotal_nodes() { return this.total_nodes; } public void setTotal_nodes(Long total_nodes) { this.total_nodes = total_nodes; } } public static class Tee_config { private Boolean tee_enable; public Boolean getTee_enable() { return this.tee_enable; } public void setTee_enable(Boolean tee_enable) { this.tee_enable = tee_enable; } } public static class Management { private Boolean enable; private Boolean auto_repair; private Upgrade_config upgrade_config; public Boolean getEnable() { return this.enable; } public void setEnable(Boolean enable) { this.enable = enable; } public Boolean getAuto_repair() { return this.auto_repair; } public void setAuto_repair(Boolean auto_repair) { this.auto_repair = auto_repair; } public Upgrade_config getUpgrade_config() { return this.upgrade_config; } public void setUpgrade_config(Upgrade_config upgrade_config) { this.upgrade_config = upgrade_config; } public static class Upgrade_config { private Boolean auto_upgrade; private Long surge; private Long surge_percentage; private Long max_unavailable; public Boolean getAuto_upgrade() { return this.auto_upgrade; } public void setAuto_upgrade(Boolean auto_upgrade) { this.auto_upgrade = auto_upgrade; } public Long getSurge() { return this.surge; } public void setSurge(Long surge) { this.surge = surge; } public Long getSurge_percentage() { return this.surge_percentage; } public void setSurge_percentage(Long surge_percentage) { this.surge_percentage = surge_percentage; } public Long getMax_unavailable() { return this.max_unavailable; } public void setMax_unavailable(Long max_unavailable) { this.max_unavailable = max_unavailable; } } } public static class Interconnect_config { private String cen_id; private String ccn_id; private String ccn_region_id; private Long bandwidth; private String improved_period; public String getCen_id() { return this.cen_id; } public void setCen_id(String cen_id) { this.cen_id = cen_id; } public String getCcn_id() { return this.ccn_id; } public void setCcn_id(String ccn_id) { this.ccn_id = ccn_id; } public String getCcn_region_id() { return this.ccn_region_id; } public void setCcn_region_id(String ccn_region_id) { this.ccn_region_id = ccn_region_id; } public Long getBandwidth() { return this.bandwidth; } public void setBandwidth(Long bandwidth) { this.bandwidth = bandwidth; } public String getImproved_period() { return this.improved_period; } public void setImproved_period(String improved_period) { this.improved_period = improved_period; } } } @Override public DescribeClusterNodePoolsResponse getInstance(UnmarshallerContext context) { return DescribeClusterNodePoolsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DescribeClusterNodesRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cs.Endpoint; /** * @author auto create * @version */ public class DescribeClusterNodesRequest extends RoaAcsRequest<DescribeClusterNodesResponse> { private String instanceIds; private String pageSize; private String clusterId; private String state; private String nodepool_id; private String pageNumber; public DescribeClusterNodesRequest() { super("CS", "2015-12-15", "DescribeClusterNodes"); setUriPattern("/clusters/[ClusterId]/nodes"); setMethod(MethodType.GET); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getInstanceIds() { return this.instanceIds; } public void setInstanceIds(String instanceIds) { this.instanceIds = instanceIds; if(instanceIds != null){ putQueryParameter("instanceIds", instanceIds); } } public String getPageSize() { return this.pageSize; } public void setPageSize(String pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("pageSize", pageSize); } } public String getClusterId() { return this.clusterId; } public void setClusterId(String clusterId) { this.clusterId = clusterId; if(clusterId != null){ putPathParameter("ClusterId", clusterId); } } public String getState() { return this.state; } public void setState(String state) { this.state = state; if(state != null){ putQueryParameter("state", state); } } public String getNodepool_id() { return this.nodepool_id; } public void setNodepool_id(String nodepool_id) { this.nodepool_id = nodepool_id; if(nodepool_id != null){ putQueryParameter("nodepool_id", nodepool_id); } } public String getPageNumber() { return this.pageNumber; } public void setPageNumber(String pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("pageNumber", pageNumber); } } @Override public Class<DescribeClusterNodesResponse> getResponseClass() { return DescribeClusterNodesResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DescribeClusterNodesResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cs.transform.v20151215.DescribeClusterNodesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeClusterNodesResponse extends AcsResponse { private List<Node> nodes; private Page page; public List<Node> getNodes() { return this.nodes; } public void setNodes(List<Node> nodes) { this.nodes = nodes; } public Page getPage() { return this.page; } public void setPage(Page page) { this.page = page; } public static class Node { private String creation_time; private String error_message; private String expired_time; private String host_name; private String image_id; private String instance_charge_type; private String instance_id; private String instance_name; private String instance_role; private String instance_status; private String instance_type; private String instance_type_family; private Boolean is_aliyun_node; private String node_name; private String node_status; private String nodepool_id; private String source; private String state; private String spot_strategy; private List<String> ip_address; public String getCreation_time() { return this.creation_time; } public void setCreation_time(String creation_time) { this.creation_time = creation_time; } public String getError_message() { return this.error_message; } public void setError_message(String error_message) { this.error_message = error_message; } public String getExpired_time() { return this.expired_time; } public void setExpired_time(String expired_time) { this.expired_time = expired_time; } public String getHost_name() { return this.host_name; } public void setHost_name(String host_name) { this.host_name = host_name; } public String getImage_id() { return this.image_id; } public void setImage_id(String image_id) { this.image_id = image_id; } public String getInstance_charge_type() { return this.instance_charge_type; } public void setInstance_charge_type(String instance_charge_type) { this.instance_charge_type = instance_charge_type; } public String getInstance_id() { return this.instance_id; } public void setInstance_id(String instance_id) { this.instance_id = instance_id; } public String getInstance_name() { return this.instance_name; } public void setInstance_name(String instance_name) { this.instance_name = instance_name; } public String getInstance_role() { return this.instance_role; } public void setInstance_role(String instance_role) { this.instance_role = instance_role; } public String getInstance_status() { return this.instance_status; } public void setInstance_status(String instance_status) { this.instance_status = instance_status; } public String getInstance_type() { return this.instance_type; } public void setInstance_type(String instance_type) { this.instance_type = instance_type; } public String getInstance_type_family() { return this.instance_type_family; } public void setInstance_type_family(String instance_type_family) { this.instance_type_family = instance_type_family; } public Boolean getIs_aliyun_node() { return this.is_aliyun_node; } public void setIs_aliyun_node(Boolean is_aliyun_node) { this.is_aliyun_node = is_aliyun_node; } public String getNode_name() { return this.node_name; } public void setNode_name(String node_name) { this.node_name = node_name; } public String getNode_status() { return this.node_status; } public void setNode_status(String node_status) { this.node_status = node_status; } public String getNodepool_id() { return this.nodepool_id; } public void setNodepool_id(String nodepool_id) { this.nodepool_id = nodepool_id; } public String getSource() { return this.source; } public void setSource(String source) { this.source = source; } public String getState() { return this.state; } public void setState(String state) { this.state = state; } public String getSpot_strategy() { return this.spot_strategy; } public void setSpot_strategy(String spot_strategy) { this.spot_strategy = spot_strategy; } public List<String> getIp_address() { return this.ip_address; } public void setIp_address(List<String> ip_address) { this.ip_address = ip_address; } } public static class Page { private Integer page_number; private Integer page_size; private Integer total_count; public Integer getPage_number() { return this.page_number; } public void setPage_number(Integer page_number) { this.page_number = page_number; } public Integer getPage_size() { return this.page_size; } public void setPage_size(Integer page_size) { this.page_size = page_size; } public Integer getTotal_count() { return this.total_count; } public void setTotal_count(Integer total_count) { this.total_count = total_count; } } @Override public DescribeClusterNodesResponse getInstance(UnmarshallerContext context) { return DescribeClusterNodesResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model
java-sources/com/aliyun/aliyun-java-sdk-cs/4.8.7/com/aliyuncs/cs/model/v20151215/DescribeClusterResourcesRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cs.model.v20151215; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cs.Endpoint; /** * @author auto create * @version */ public class DescribeClusterResourcesRequest extends RoaAcsRequest<DescribeClusterResourcesResponse> { private String clusterId; public DescribeClusterResourcesRequest() { super("CS", "2015-12-15", "DescribeClusterResources"); setUriPattern("/clusters/[ClusterId]/resources"); setMethod(MethodType.GET); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getClusterId() { return this.clusterId; } public void setClusterId(String clusterId) { this.clusterId = clusterId; if(clusterId != null){ putPathParameter("ClusterId", clusterId); } } @Override public Class<DescribeClusterResourcesResponse> getResponseClass() { return DescribeClusterResourcesResponse.class; } }