index
int64 | repo_id
string | file_path
string | content
string |
|---|---|---|---|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform/v20190808/StartAlertResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.arms.transform.v20190808;
import com.aliyuncs.arms.model.v20190808.StartAlertResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class StartAlertResponseUnmarshaller {
public static StartAlertResponse unmarshall(StartAlertResponse startAlertResponse, UnmarshallerContext _ctx) {
startAlertResponse.setRequestId(_ctx.stringValue("StartAlertResponse.RequestId"));
startAlertResponse.setIsSuccess(_ctx.booleanValue("StartAlertResponse.IsSuccess"));
return startAlertResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform/v20190808/StartTimingSyntheticTaskResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.arms.transform.v20190808;
import com.aliyuncs.arms.model.v20190808.StartTimingSyntheticTaskResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class StartTimingSyntheticTaskResponseUnmarshaller {
public static StartTimingSyntheticTaskResponse unmarshall(StartTimingSyntheticTaskResponse startTimingSyntheticTaskResponse, UnmarshallerContext _ctx) {
startTimingSyntheticTaskResponse.setRequestId(_ctx.stringValue("StartTimingSyntheticTaskResponse.RequestId"));
startTimingSyntheticTaskResponse.setCode(_ctx.longValue("StartTimingSyntheticTaskResponse.Code"));
startTimingSyntheticTaskResponse.setMessage(_ctx.stringValue("StartTimingSyntheticTaskResponse.Message"));
startTimingSyntheticTaskResponse.setData(_ctx.booleanValue("StartTimingSyntheticTaskResponse.Data"));
return startTimingSyntheticTaskResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform/v20190808/StopAlertResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.arms.transform.v20190808;
import com.aliyuncs.arms.model.v20190808.StopAlertResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class StopAlertResponseUnmarshaller {
public static StopAlertResponse unmarshall(StopAlertResponse stopAlertResponse, UnmarshallerContext _ctx) {
stopAlertResponse.setRequestId(_ctx.stringValue("StopAlertResponse.RequestId"));
stopAlertResponse.setIsSuccess(_ctx.booleanValue("StopAlertResponse.IsSuccess"));
return stopAlertResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform/v20190808/StopTimingSyntheticTaskResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.arms.transform.v20190808;
import com.aliyuncs.arms.model.v20190808.StopTimingSyntheticTaskResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class StopTimingSyntheticTaskResponseUnmarshaller {
public static StopTimingSyntheticTaskResponse unmarshall(StopTimingSyntheticTaskResponse stopTimingSyntheticTaskResponse, UnmarshallerContext _ctx) {
stopTimingSyntheticTaskResponse.setRequestId(_ctx.stringValue("StopTimingSyntheticTaskResponse.RequestId"));
stopTimingSyntheticTaskResponse.setCode(_ctx.longValue("StopTimingSyntheticTaskResponse.Code"));
stopTimingSyntheticTaskResponse.setMessage(_ctx.stringValue("StopTimingSyntheticTaskResponse.Message"));
stopTimingSyntheticTaskResponse.setData(_ctx.booleanValue("StopTimingSyntheticTaskResponse.Data"));
return stopTimingSyntheticTaskResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform/v20190808/SwitchSyntheticTaskStatusResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.arms.transform.v20190808;
import com.aliyuncs.arms.model.v20190808.SwitchSyntheticTaskStatusResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class SwitchSyntheticTaskStatusResponseUnmarshaller {
public static SwitchSyntheticTaskStatusResponse unmarshall(SwitchSyntheticTaskStatusResponse switchSyntheticTaskStatusResponse, UnmarshallerContext _ctx) {
switchSyntheticTaskStatusResponse.setRequestId(_ctx.stringValue("SwitchSyntheticTaskStatusResponse.RequestId"));
switchSyntheticTaskStatusResponse.setResult(_ctx.stringValue("SwitchSyntheticTaskStatusResponse.Result"));
return switchSyntheticTaskStatusResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform/v20190808/SyncRecordingRulesResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.arms.transform.v20190808;
import com.aliyuncs.arms.model.v20190808.SyncRecordingRulesResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class SyncRecordingRulesResponseUnmarshaller {
public static SyncRecordingRulesResponse unmarshall(SyncRecordingRulesResponse syncRecordingRulesResponse, UnmarshallerContext _ctx) {
syncRecordingRulesResponse.setRequestId(_ctx.stringValue("SyncRecordingRulesResponse.RequestId"));
syncRecordingRulesResponse.setData(_ctx.stringValue("SyncRecordingRulesResponse.Data"));
syncRecordingRulesResponse.setCode(_ctx.integerValue("SyncRecordingRulesResponse.Code"));
syncRecordingRulesResponse.setMessage(_ctx.stringValue("SyncRecordingRulesResponse.Message"));
return syncRecordingRulesResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform/v20190808/TagResourcesResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.arms.transform.v20190808;
import com.aliyuncs.arms.model.v20190808.TagResourcesResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class TagResourcesResponseUnmarshaller {
public static TagResourcesResponse unmarshall(TagResourcesResponse tagResourcesResponse, UnmarshallerContext _ctx) {
tagResourcesResponse.setRequestId(_ctx.stringValue("TagResourcesResponse.RequestId"));
tagResourcesResponse.setData(_ctx.stringValue("TagResourcesResponse.Data"));
return tagResourcesResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform/v20190808/UninstallManagedPrometheusResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.arms.transform.v20190808;
import com.aliyuncs.arms.model.v20190808.UninstallManagedPrometheusResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class UninstallManagedPrometheusResponseUnmarshaller {
public static UninstallManagedPrometheusResponse unmarshall(UninstallManagedPrometheusResponse uninstallManagedPrometheusResponse, UnmarshallerContext _ctx) {
uninstallManagedPrometheusResponse.setRequestId(_ctx.stringValue("UninstallManagedPrometheusResponse.RequestId"));
uninstallManagedPrometheusResponse.setData(_ctx.stringValue("UninstallManagedPrometheusResponse.Data"));
uninstallManagedPrometheusResponse.setSuccess(_ctx.booleanValue("UninstallManagedPrometheusResponse.Success"));
uninstallManagedPrometheusResponse.setMessage(_ctx.stringValue("UninstallManagedPrometheusResponse.Message"));
uninstallManagedPrometheusResponse.setCode(_ctx.integerValue("UninstallManagedPrometheusResponse.Code"));
return uninstallManagedPrometheusResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform/v20190808/UninstallPromClusterResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.arms.transform.v20190808;
import com.aliyuncs.arms.model.v20190808.UninstallPromClusterResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class UninstallPromClusterResponseUnmarshaller {
public static UninstallPromClusterResponse unmarshall(UninstallPromClusterResponse uninstallPromClusterResponse, UnmarshallerContext _ctx) {
uninstallPromClusterResponse.setRequestId(_ctx.stringValue("UninstallPromClusterResponse.RequestId"));
uninstallPromClusterResponse.setData(_ctx.stringValue("UninstallPromClusterResponse.Data"));
uninstallPromClusterResponse.setMessage(_ctx.stringValue("UninstallPromClusterResponse.Message"));
uninstallPromClusterResponse.setCode(_ctx.integerValue("UninstallPromClusterResponse.Code"));
return uninstallPromClusterResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform/v20190808/UntagResourcesResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.arms.transform.v20190808;
import com.aliyuncs.arms.model.v20190808.UntagResourcesResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class UntagResourcesResponseUnmarshaller {
public static UntagResourcesResponse unmarshall(UntagResourcesResponse untagResourcesResponse, UnmarshallerContext _ctx) {
untagResourcesResponse.setRequestId(_ctx.stringValue("UntagResourcesResponse.RequestId"));
untagResourcesResponse.setData(_ctx.stringValue("UntagResourcesResponse.Data"));
return untagResourcesResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform/v20190808/UpdateAlertContactGroupResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.arms.transform.v20190808;
import com.aliyuncs.arms.model.v20190808.UpdateAlertContactGroupResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpdateAlertContactGroupResponseUnmarshaller {
public static UpdateAlertContactGroupResponse unmarshall(UpdateAlertContactGroupResponse updateAlertContactGroupResponse, UnmarshallerContext _ctx) {
updateAlertContactGroupResponse.setRequestId(_ctx.stringValue("UpdateAlertContactGroupResponse.RequestId"));
updateAlertContactGroupResponse.setIsSuccess(_ctx.booleanValue("UpdateAlertContactGroupResponse.IsSuccess"));
return updateAlertContactGroupResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform/v20190808/UpdateAlertContactResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.arms.transform.v20190808;
import com.aliyuncs.arms.model.v20190808.UpdateAlertContactResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpdateAlertContactResponseUnmarshaller {
public static UpdateAlertContactResponse unmarshall(UpdateAlertContactResponse updateAlertContactResponse, UnmarshallerContext _ctx) {
updateAlertContactResponse.setRequestId(_ctx.stringValue("UpdateAlertContactResponse.RequestId"));
updateAlertContactResponse.setIsSuccess(_ctx.booleanValue("UpdateAlertContactResponse.IsSuccess"));
return updateAlertContactResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform/v20190808/UpdateAlertRuleResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.arms.transform.v20190808;
import com.aliyuncs.arms.model.v20190808.UpdateAlertRuleResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpdateAlertRuleResponseUnmarshaller {
public static UpdateAlertRuleResponse unmarshall(UpdateAlertRuleResponse updateAlertRuleResponse, UnmarshallerContext _ctx) {
updateAlertRuleResponse.setRequestId(_ctx.stringValue("UpdateAlertRuleResponse.RequestId"));
updateAlertRuleResponse.setData(_ctx.stringValue("UpdateAlertRuleResponse.Data"));
updateAlertRuleResponse.setAlertId(_ctx.longValue("UpdateAlertRuleResponse.AlertId"));
return updateAlertRuleResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform/v20190808/UpdateDispatchRuleResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.arms.transform.v20190808;
import com.aliyuncs.arms.model.v20190808.UpdateDispatchRuleResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpdateDispatchRuleResponseUnmarshaller {
public static UpdateDispatchRuleResponse unmarshall(UpdateDispatchRuleResponse updateDispatchRuleResponse, UnmarshallerContext _ctx) {
updateDispatchRuleResponse.setRequestId(_ctx.stringValue("UpdateDispatchRuleResponse.RequestId"));
updateDispatchRuleResponse.setSuccess(_ctx.booleanValue("UpdateDispatchRuleResponse.Success"));
return updateDispatchRuleResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform/v20190808/UpdateEnvCustomJobResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.arms.transform.v20190808;
import com.aliyuncs.arms.model.v20190808.UpdateEnvCustomJobResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpdateEnvCustomJobResponseUnmarshaller {
public static UpdateEnvCustomJobResponse unmarshall(UpdateEnvCustomJobResponse updateEnvCustomJobResponse, UnmarshallerContext _ctx) {
updateEnvCustomJobResponse.setRequestId(_ctx.stringValue("UpdateEnvCustomJobResponse.RequestId"));
updateEnvCustomJobResponse.setCode(_ctx.integerValue("UpdateEnvCustomJobResponse.Code"));
updateEnvCustomJobResponse.setData(_ctx.stringValue("UpdateEnvCustomJobResponse.Data"));
updateEnvCustomJobResponse.setMessage(_ctx.stringValue("UpdateEnvCustomJobResponse.Message"));
return updateEnvCustomJobResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform/v20190808/UpdateEnvPodMonitorResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.arms.transform.v20190808;
import com.aliyuncs.arms.model.v20190808.UpdateEnvPodMonitorResponse;
import com.aliyuncs.arms.model.v20190808.UpdateEnvPodMonitorResponse.Data;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpdateEnvPodMonitorResponseUnmarshaller {
public static UpdateEnvPodMonitorResponse unmarshall(UpdateEnvPodMonitorResponse updateEnvPodMonitorResponse, UnmarshallerContext _ctx) {
updateEnvPodMonitorResponse.setRequestId(_ctx.stringValue("UpdateEnvPodMonitorResponse.RequestId"));
updateEnvPodMonitorResponse.setCode(_ctx.integerValue("UpdateEnvPodMonitorResponse.Code"));
updateEnvPodMonitorResponse.setMessage(_ctx.stringValue("UpdateEnvPodMonitorResponse.Message"));
Data data = new Data();
data.setMatchedMsg(_ctx.stringValue("UpdateEnvPodMonitorResponse.Data.MatchedMsg"));
data.setMatchedTargetCount(_ctx.stringValue("UpdateEnvPodMonitorResponse.Data.MatchedTargetCount"));
updateEnvPodMonitorResponse.setData(data);
return updateEnvPodMonitorResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform/v20190808/UpdateEnvServiceMonitorResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.arms.transform.v20190808;
import com.aliyuncs.arms.model.v20190808.UpdateEnvServiceMonitorResponse;
import com.aliyuncs.arms.model.v20190808.UpdateEnvServiceMonitorResponse.Data;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpdateEnvServiceMonitorResponseUnmarshaller {
public static UpdateEnvServiceMonitorResponse unmarshall(UpdateEnvServiceMonitorResponse updateEnvServiceMonitorResponse, UnmarshallerContext _ctx) {
updateEnvServiceMonitorResponse.setRequestId(_ctx.stringValue("UpdateEnvServiceMonitorResponse.RequestId"));
updateEnvServiceMonitorResponse.setCode(_ctx.integerValue("UpdateEnvServiceMonitorResponse.Code"));
updateEnvServiceMonitorResponse.setMessage(_ctx.stringValue("UpdateEnvServiceMonitorResponse.Message"));
Data data = new Data();
data.setMatchedMsg(_ctx.stringValue("UpdateEnvServiceMonitorResponse.Data.MatchedMsg"));
data.setMatchedTargetCount(_ctx.stringValue("UpdateEnvServiceMonitorResponse.Data.MatchedTargetCount"));
updateEnvServiceMonitorResponse.setData(data);
return updateEnvServiceMonitorResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform/v20190808/UpdateEnvironmentResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.arms.transform.v20190808;
import com.aliyuncs.arms.model.v20190808.UpdateEnvironmentResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpdateEnvironmentResponseUnmarshaller {
public static UpdateEnvironmentResponse unmarshall(UpdateEnvironmentResponse updateEnvironmentResponse, UnmarshallerContext _ctx) {
updateEnvironmentResponse.setRequestId(_ctx.stringValue("UpdateEnvironmentResponse.RequestId"));
updateEnvironmentResponse.setCode(_ctx.integerValue("UpdateEnvironmentResponse.Code"));
updateEnvironmentResponse.setData(_ctx.stringValue("UpdateEnvironmentResponse.Data"));
updateEnvironmentResponse.setMessage(_ctx.stringValue("UpdateEnvironmentResponse.Message"));
return updateEnvironmentResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform/v20190808/UpdateGrafanaWorkspaceResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.arms.transform.v20190808;
import com.aliyuncs.arms.model.v20190808.UpdateGrafanaWorkspaceResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpdateGrafanaWorkspaceResponseUnmarshaller {
public static UpdateGrafanaWorkspaceResponse unmarshall(UpdateGrafanaWorkspaceResponse updateGrafanaWorkspaceResponse, UnmarshallerContext _ctx) {
updateGrafanaWorkspaceResponse.setRequestId(_ctx.stringValue("UpdateGrafanaWorkspaceResponse.RequestId"));
updateGrafanaWorkspaceResponse.setMessage(_ctx.stringValue("UpdateGrafanaWorkspaceResponse.Message"));
updateGrafanaWorkspaceResponse.setCode(_ctx.integerValue("UpdateGrafanaWorkspaceResponse.Code"));
updateGrafanaWorkspaceResponse.setSuccess(_ctx.booleanValue("UpdateGrafanaWorkspaceResponse.Success"));
updateGrafanaWorkspaceResponse.setTraceId(_ctx.stringValue("UpdateGrafanaWorkspaceResponse.TraceId"));
updateGrafanaWorkspaceResponse.setData(_ctx.booleanValue("UpdateGrafanaWorkspaceResponse.Data"));
return updateGrafanaWorkspaceResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform/v20190808/UpdateGrafanaWorkspaceVersionResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.arms.transform.v20190808;
import com.aliyuncs.arms.model.v20190808.UpdateGrafanaWorkspaceVersionResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpdateGrafanaWorkspaceVersionResponseUnmarshaller {
public static UpdateGrafanaWorkspaceVersionResponse unmarshall(UpdateGrafanaWorkspaceVersionResponse updateGrafanaWorkspaceVersionResponse, UnmarshallerContext _ctx) {
updateGrafanaWorkspaceVersionResponse.setRequestId(_ctx.stringValue("UpdateGrafanaWorkspaceVersionResponse.RequestId"));
updateGrafanaWorkspaceVersionResponse.setMessage(_ctx.stringValue("UpdateGrafanaWorkspaceVersionResponse.Message"));
updateGrafanaWorkspaceVersionResponse.setCode(_ctx.integerValue("UpdateGrafanaWorkspaceVersionResponse.Code"));
updateGrafanaWorkspaceVersionResponse.setSuccess(_ctx.booleanValue("UpdateGrafanaWorkspaceVersionResponse.Success"));
updateGrafanaWorkspaceVersionResponse.setTraceId(_ctx.stringValue("UpdateGrafanaWorkspaceVersionResponse.TraceId"));
updateGrafanaWorkspaceVersionResponse.setData(_ctx.booleanValue("UpdateGrafanaWorkspaceVersionResponse.Data"));
return updateGrafanaWorkspaceVersionResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform/v20190808/UpdateIntegrationResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.arms.transform.v20190808;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.arms.model.v20190808.UpdateIntegrationResponse;
import com.aliyuncs.arms.model.v20190808.UpdateIntegrationResponse.Integration;
import java.util.Map;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpdateIntegrationResponseUnmarshaller {
public static UpdateIntegrationResponse unmarshall(UpdateIntegrationResponse updateIntegrationResponse, UnmarshallerContext _ctx) {
updateIntegrationResponse.setRequestId(_ctx.stringValue("UpdateIntegrationResponse.RequestId"));
Integration integration = new Integration();
integration.setIntegrationId(_ctx.longValue("UpdateIntegrationResponse.Integration.IntegrationId"));
integration.setIntegrationName(_ctx.stringValue("UpdateIntegrationResponse.Integration.IntegrationName"));
integration.setIntegrationProductType(_ctx.stringValue("UpdateIntegrationResponse.Integration.IntegrationProductType"));
integration.setDescription(_ctx.stringValue("UpdateIntegrationResponse.Integration.Description"));
integration.setApiEndpoint(_ctx.stringValue("UpdateIntegrationResponse.Integration.ApiEndpoint"));
integration.setShortToken(_ctx.stringValue("UpdateIntegrationResponse.Integration.ShortToken"));
integration.setAutoRecover(_ctx.booleanValue("UpdateIntegrationResponse.Integration.AutoRecover"));
integration.setRecoverTime(_ctx.longValue("UpdateIntegrationResponse.Integration.RecoverTime"));
integration.setDuplicateKey(_ctx.stringValue("UpdateIntegrationResponse.Integration.DuplicateKey"));
integration.setState(_ctx.booleanValue("UpdateIntegrationResponse.Integration.State"));
integration.setLiveness(_ctx.stringValue("UpdateIntegrationResponse.Integration.Liveness"));
integration.setInitiativeRecoverField(_ctx.stringValue("UpdateIntegrationResponse.Integration.InitiativeRecoverField"));
integration.setInitiativeRecoverValue(_ctx.stringValue("UpdateIntegrationResponse.Integration.InitiativeRecoverValue"));
List<Long> stat = new ArrayList<Long>();
for (int i = 0; i < _ctx.lengthValue("UpdateIntegrationResponse.Integration.Stat.Length"); i++) {
stat.add(_ctx.longValue("UpdateIntegrationResponse.Integration.Stat["+ i +"]"));
}
integration.setStat(stat);
List<Map<Object, Object>> fieldRedefineRules = _ctx.listMapValue("UpdateIntegrationResponse.Integration.FieldRedefineRules");
integration.setFieldRedefineRules(fieldRedefineRules);
List<Map<Object, Object>> extendedFieldRedefineRules = _ctx.listMapValue("UpdateIntegrationResponse.Integration.ExtendedFieldRedefineRules");
integration.setExtendedFieldRedefineRules(extendedFieldRedefineRules);
updateIntegrationResponse.setIntegration(integration);
return updateIntegrationResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform/v20190808/UpdateMetricDropResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.arms.transform.v20190808;
import com.aliyuncs.arms.model.v20190808.UpdateMetricDropResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpdateMetricDropResponseUnmarshaller {
public static UpdateMetricDropResponse unmarshall(UpdateMetricDropResponse updateMetricDropResponse, UnmarshallerContext _ctx) {
updateMetricDropResponse.setRequestId(_ctx.stringValue("UpdateMetricDropResponse.RequestId"));
updateMetricDropResponse.setData(_ctx.stringValue("UpdateMetricDropResponse.Data"));
updateMetricDropResponse.setCode(_ctx.longValue("UpdateMetricDropResponse.Code"));
updateMetricDropResponse.setMessage(_ctx.stringValue("UpdateMetricDropResponse.Message"));
updateMetricDropResponse.setSuccess(_ctx.booleanValue("UpdateMetricDropResponse.Success"));
return updateMetricDropResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform/v20190808/UpdatePrometheusAlertRuleResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.arms.transform.v20190808;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.arms.model.v20190808.UpdatePrometheusAlertRuleResponse;
import com.aliyuncs.arms.model.v20190808.UpdatePrometheusAlertRuleResponse.PrometheusAlertRule;
import com.aliyuncs.arms.model.v20190808.UpdatePrometheusAlertRuleResponse.PrometheusAlertRule.Annotation;
import com.aliyuncs.arms.model.v20190808.UpdatePrometheusAlertRuleResponse.PrometheusAlertRule.Label;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpdatePrometheusAlertRuleResponseUnmarshaller {
public static UpdatePrometheusAlertRuleResponse unmarshall(UpdatePrometheusAlertRuleResponse updatePrometheusAlertRuleResponse, UnmarshallerContext _ctx) {
updatePrometheusAlertRuleResponse.setRequestId(_ctx.stringValue("UpdatePrometheusAlertRuleResponse.RequestId"));
updatePrometheusAlertRuleResponse.setCode(_ctx.longValue("UpdatePrometheusAlertRuleResponse.Code"));
updatePrometheusAlertRuleResponse.setMessage(_ctx.stringValue("UpdatePrometheusAlertRuleResponse.Message"));
updatePrometheusAlertRuleResponse.setSuccess(_ctx.booleanValue("UpdatePrometheusAlertRuleResponse.Success"));
PrometheusAlertRule prometheusAlertRule = new PrometheusAlertRule();
prometheusAlertRule.setStatus(_ctx.integerValue("UpdatePrometheusAlertRuleResponse.PrometheusAlertRule.Status"));
prometheusAlertRule.setType(_ctx.stringValue("UpdatePrometheusAlertRuleResponse.PrometheusAlertRule.Type"));
prometheusAlertRule.setNotifyType(_ctx.stringValue("UpdatePrometheusAlertRuleResponse.PrometheusAlertRule.NotifyType"));
prometheusAlertRule.setExpression(_ctx.stringValue("UpdatePrometheusAlertRuleResponse.PrometheusAlertRule.Expression"));
prometheusAlertRule.setMessage(_ctx.stringValue("UpdatePrometheusAlertRuleResponse.PrometheusAlertRule.Message"));
prometheusAlertRule.setDuration(_ctx.stringValue("UpdatePrometheusAlertRuleResponse.PrometheusAlertRule.Duration"));
prometheusAlertRule.setDispatchRuleId(_ctx.longValue("UpdatePrometheusAlertRuleResponse.PrometheusAlertRule.DispatchRuleId"));
prometheusAlertRule.setAlertName(_ctx.stringValue("UpdatePrometheusAlertRuleResponse.PrometheusAlertRule.AlertName"));
prometheusAlertRule.setAlertId(_ctx.longValue("UpdatePrometheusAlertRuleResponse.PrometheusAlertRule.AlertId"));
prometheusAlertRule.setClusterId(_ctx.stringValue("UpdatePrometheusAlertRuleResponse.PrometheusAlertRule.ClusterId"));
List<Label> labels = new ArrayList<Label>();
for (int i = 0; i < _ctx.lengthValue("UpdatePrometheusAlertRuleResponse.PrometheusAlertRule.Labels.Length"); i++) {
Label label = new Label();
label.setName(_ctx.stringValue("UpdatePrometheusAlertRuleResponse.PrometheusAlertRule.Labels["+ i +"].Name"));
label.setValue(_ctx.stringValue("UpdatePrometheusAlertRuleResponse.PrometheusAlertRule.Labels["+ i +"].Value"));
labels.add(label);
}
prometheusAlertRule.setLabels(labels);
List<Annotation> annotations = new ArrayList<Annotation>();
for (int i = 0; i < _ctx.lengthValue("UpdatePrometheusAlertRuleResponse.PrometheusAlertRule.Annotations.Length"); i++) {
Annotation annotation = new Annotation();
annotation.setName(_ctx.stringValue("UpdatePrometheusAlertRuleResponse.PrometheusAlertRule.Annotations["+ i +"].Name"));
annotation.setValue(_ctx.stringValue("UpdatePrometheusAlertRuleResponse.PrometheusAlertRule.Annotations["+ i +"].Value"));
annotations.add(annotation);
}
prometheusAlertRule.setAnnotations(annotations);
updatePrometheusAlertRuleResponse.setPrometheusAlertRule(prometheusAlertRule);
return updatePrometheusAlertRuleResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform/v20190808/UpdatePrometheusGlobalViewResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.arms.transform.v20190808;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.arms.model.v20190808.UpdatePrometheusGlobalViewResponse;
import com.aliyuncs.arms.model.v20190808.UpdatePrometheusGlobalViewResponse.Data;
import com.aliyuncs.arms.model.v20190808.UpdatePrometheusGlobalViewResponse.Data.FailedInstance;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpdatePrometheusGlobalViewResponseUnmarshaller {
public static UpdatePrometheusGlobalViewResponse unmarshall(UpdatePrometheusGlobalViewResponse updatePrometheusGlobalViewResponse, UnmarshallerContext _ctx) {
updatePrometheusGlobalViewResponse.setRequestId(_ctx.stringValue("UpdatePrometheusGlobalViewResponse.RequestId"));
updatePrometheusGlobalViewResponse.setMessage(_ctx.stringValue("UpdatePrometheusGlobalViewResponse.Message"));
updatePrometheusGlobalViewResponse.setCode(_ctx.integerValue("UpdatePrometheusGlobalViewResponse.Code"));
Data data = new Data();
data.setSuccess(_ctx.booleanValue("UpdatePrometheusGlobalViewResponse.Data.Success"));
List<FailedInstance> failedInstances = new ArrayList<FailedInstance>();
for (int i = 0; i < _ctx.lengthValue("UpdatePrometheusGlobalViewResponse.Data.FailedInstances.Length"); i++) {
FailedInstance failedInstance = new FailedInstance();
failedInstance.setSourceName(_ctx.stringValue("UpdatePrometheusGlobalViewResponse.Data.FailedInstances["+ i +"].SourceName"));
failedInstance.setSourceType(_ctx.stringValue("UpdatePrometheusGlobalViewResponse.Data.FailedInstances["+ i +"].SourceType"));
failedInstance.setUserId(_ctx.stringValue("UpdatePrometheusGlobalViewResponse.Data.FailedInstances["+ i +"].UserId"));
failedInstance.setClusterId(_ctx.stringValue("UpdatePrometheusGlobalViewResponse.Data.FailedInstances["+ i +"].ClusterId"));
failedInstances.add(failedInstance);
}
data.setFailedInstances(failedInstances);
updatePrometheusGlobalViewResponse.setData(data);
return updatePrometheusGlobalViewResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform/v20190808/UpdatePrometheusInstanceResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.arms.transform.v20190808;
import com.aliyuncs.arms.model.v20190808.UpdatePrometheusInstanceResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpdatePrometheusInstanceResponseUnmarshaller {
public static UpdatePrometheusInstanceResponse unmarshall(UpdatePrometheusInstanceResponse updatePrometheusInstanceResponse, UnmarshallerContext _ctx) {
updatePrometheusInstanceResponse.setRequestId(_ctx.stringValue("UpdatePrometheusInstanceResponse.RequestId"));
updatePrometheusInstanceResponse.setData(_ctx.stringValue("UpdatePrometheusInstanceResponse.Data"));
updatePrometheusInstanceResponse.setMessage(_ctx.stringValue("UpdatePrometheusInstanceResponse.Message"));
updatePrometheusInstanceResponse.setCode(_ctx.integerValue("UpdatePrometheusInstanceResponse.Code"));
return updatePrometheusInstanceResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform/v20190808/UpdatePrometheusIntegrationResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.arms.transform.v20190808;
import com.aliyuncs.arms.model.v20190808.UpdatePrometheusIntegrationResponse;
import com.aliyuncs.arms.model.v20190808.UpdatePrometheusIntegrationResponse.Data;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpdatePrometheusIntegrationResponseUnmarshaller {
public static UpdatePrometheusIntegrationResponse unmarshall(UpdatePrometheusIntegrationResponse updatePrometheusIntegrationResponse, UnmarshallerContext _ctx) {
updatePrometheusIntegrationResponse.setRequestId(_ctx.stringValue("UpdatePrometheusIntegrationResponse.RequestId"));
updatePrometheusIntegrationResponse.setMessage(_ctx.stringValue("UpdatePrometheusIntegrationResponse.Message"));
updatePrometheusIntegrationResponse.setCode(_ctx.integerValue("UpdatePrometheusIntegrationResponse.Code"));
Data data = new Data();
data.setInstanceId(_ctx.longValue("UpdatePrometheusIntegrationResponse.Data.InstanceId"));
data.setInstanceName(_ctx.stringValue("UpdatePrometheusIntegrationResponse.Data.InstanceName"));
updatePrometheusIntegrationResponse.setData(data);
return updatePrometheusIntegrationResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform/v20190808/UpdatePrometheusMonitoringResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.arms.transform.v20190808;
import com.aliyuncs.arms.model.v20190808.UpdatePrometheusMonitoringResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpdatePrometheusMonitoringResponseUnmarshaller {
public static UpdatePrometheusMonitoringResponse unmarshall(UpdatePrometheusMonitoringResponse updatePrometheusMonitoringResponse, UnmarshallerContext _ctx) {
updatePrometheusMonitoringResponse.setRequestId(_ctx.stringValue("UpdatePrometheusMonitoringResponse.RequestId"));
updatePrometheusMonitoringResponse.setCode(_ctx.integerValue("UpdatePrometheusMonitoringResponse.Code"));
updatePrometheusMonitoringResponse.setData(_ctx.stringValue("UpdatePrometheusMonitoringResponse.Data"));
updatePrometheusMonitoringResponse.setMessage(_ctx.stringValue("UpdatePrometheusMonitoringResponse.Message"));
return updatePrometheusMonitoringResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform/v20190808/UpdatePrometheusMonitoringStatusResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.arms.transform.v20190808;
import com.aliyuncs.arms.model.v20190808.UpdatePrometheusMonitoringStatusResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpdatePrometheusMonitoringStatusResponseUnmarshaller {
public static UpdatePrometheusMonitoringStatusResponse unmarshall(UpdatePrometheusMonitoringStatusResponse updatePrometheusMonitoringStatusResponse, UnmarshallerContext _ctx) {
updatePrometheusMonitoringStatusResponse.setRequestId(_ctx.stringValue("UpdatePrometheusMonitoringStatusResponse.RequestId"));
updatePrometheusMonitoringStatusResponse.setCode(_ctx.integerValue("UpdatePrometheusMonitoringStatusResponse.Code"));
updatePrometheusMonitoringStatusResponse.setData(_ctx.stringValue("UpdatePrometheusMonitoringStatusResponse.Data"));
updatePrometheusMonitoringStatusResponse.setMessage(_ctx.stringValue("UpdatePrometheusMonitoringStatusResponse.Message"));
return updatePrometheusMonitoringStatusResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform/v20190808/UpdateRumAppResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.arms.transform.v20190808;
import com.aliyuncs.arms.model.v20190808.UpdateRumAppResponse;
import com.aliyuncs.arms.model.v20190808.UpdateRumAppResponse.Data;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpdateRumAppResponseUnmarshaller {
public static UpdateRumAppResponse unmarshall(UpdateRumAppResponse updateRumAppResponse, UnmarshallerContext _ctx) {
updateRumAppResponse.setRequestId(_ctx.stringValue("UpdateRumAppResponse.RequestId"));
updateRumAppResponse.setCode(_ctx.stringValue("UpdateRumAppResponse.Code"));
updateRumAppResponse.setSuccess(_ctx.stringValue("UpdateRumAppResponse.Success"));
updateRumAppResponse.setMessage(_ctx.stringValue("UpdateRumAppResponse.Message"));
updateRumAppResponse.setHttpStatusCode(_ctx.stringValue("UpdateRumAppResponse.HttpStatusCode"));
Data data = new Data();
data.setConfig(_ctx.stringValue("UpdateRumAppResponse.Data.Config"));
data.setUsage(_ctx.integerValue("UpdateRumAppResponse.Data.Usage"));
data.setLimit(_ctx.integerValue("UpdateRumAppResponse.Data.Limit"));
data.setLimited(_ctx.booleanValue("UpdateRumAppResponse.Data.Limited"));
updateRumAppResponse.setData(data);
return updateRumAppResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform/v20190808/UpdateRumFileStatusResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.arms.transform.v20190808;
import com.aliyuncs.arms.model.v20190808.UpdateRumFileStatusResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpdateRumFileStatusResponseUnmarshaller {
public static UpdateRumFileStatusResponse unmarshall(UpdateRumFileStatusResponse updateRumFileStatusResponse, UnmarshallerContext _ctx) {
updateRumFileStatusResponse.setRequestId(_ctx.stringValue("UpdateRumFileStatusResponse.RequestId"));
return updateRumFileStatusResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform/v20190808/UpdateTimingSyntheticTaskResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.arms.transform.v20190808;
import com.aliyuncs.arms.model.v20190808.UpdateTimingSyntheticTaskResponse;
import com.aliyuncs.arms.model.v20190808.UpdateTimingSyntheticTaskResponse.Data;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpdateTimingSyntheticTaskResponseUnmarshaller {
public static UpdateTimingSyntheticTaskResponse unmarshall(UpdateTimingSyntheticTaskResponse updateTimingSyntheticTaskResponse, UnmarshallerContext _ctx) {
updateTimingSyntheticTaskResponse.setRequestId(_ctx.stringValue("UpdateTimingSyntheticTaskResponse.RequestId"));
updateTimingSyntheticTaskResponse.setSuccess(_ctx.booleanValue("UpdateTimingSyntheticTaskResponse.Success"));
updateTimingSyntheticTaskResponse.setCode(_ctx.longValue("UpdateTimingSyntheticTaskResponse.Code"));
updateTimingSyntheticTaskResponse.setMessage(_ctx.stringValue("UpdateTimingSyntheticTaskResponse.Message"));
Data data = new Data();
data.setTaskId(_ctx.stringValue("UpdateTimingSyntheticTaskResponse.Data.TaskId"));
updateTimingSyntheticTaskResponse.setData(data);
return updateTimingSyntheticTaskResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform/v20190808/UpdateWebhookResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.arms.transform.v20190808;
import com.aliyuncs.arms.model.v20190808.UpdateWebhookResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpdateWebhookResponseUnmarshaller {
public static UpdateWebhookResponse unmarshall(UpdateWebhookResponse updateWebhookResponse, UnmarshallerContext _ctx) {
updateWebhookResponse.setRequestId(_ctx.stringValue("UpdateWebhookResponse.RequestId"));
updateWebhookResponse.setIsSuccess(_ctx.booleanValue("UpdateWebhookResponse.IsSuccess"));
return updateWebhookResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform/v20190808/UpgradeAddonReleaseResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.arms.transform.v20190808;
import com.aliyuncs.arms.model.v20190808.UpgradeAddonReleaseResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpgradeAddonReleaseResponseUnmarshaller {
public static UpgradeAddonReleaseResponse unmarshall(UpgradeAddonReleaseResponse upgradeAddonReleaseResponse, UnmarshallerContext _ctx) {
upgradeAddonReleaseResponse.setRequestId(_ctx.stringValue("UpgradeAddonReleaseResponse.RequestId"));
upgradeAddonReleaseResponse.setCode(_ctx.integerValue("UpgradeAddonReleaseResponse.Code"));
upgradeAddonReleaseResponse.setSuccess(_ctx.booleanValue("UpgradeAddonReleaseResponse.Success"));
upgradeAddonReleaseResponse.setMessage(_ctx.stringValue("UpgradeAddonReleaseResponse.Message"));
upgradeAddonReleaseResponse.setData(_ctx.stringValue("UpgradeAddonReleaseResponse.Data"));
return upgradeAddonReleaseResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform/v20190808/UpgradeEnvironmentFeatureResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.arms.transform.v20190808;
import com.aliyuncs.arms.model.v20190808.UpgradeEnvironmentFeatureResponse;
import java.util.Map;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpgradeEnvironmentFeatureResponseUnmarshaller {
public static UpgradeEnvironmentFeatureResponse unmarshall(UpgradeEnvironmentFeatureResponse upgradeEnvironmentFeatureResponse, UnmarshallerContext _ctx) {
upgradeEnvironmentFeatureResponse.setRequestId(_ctx.stringValue("UpgradeEnvironmentFeatureResponse.RequestId"));
upgradeEnvironmentFeatureResponse.setCode(_ctx.integerValue("UpgradeEnvironmentFeatureResponse.Code"));
upgradeEnvironmentFeatureResponse.setMessage(_ctx.stringValue("UpgradeEnvironmentFeatureResponse.Message"));
upgradeEnvironmentFeatureResponse.setSuccess(_ctx.booleanValue("UpgradeEnvironmentFeatureResponse.Success"));
upgradeEnvironmentFeatureResponse.setData(_ctx.mapValue("UpgradeEnvironmentFeatureResponse.Data"));
return upgradeEnvironmentFeatureResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/transform/v20190808/UploadResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.arms.transform.v20190808;
import com.aliyuncs.arms.model.v20190808.UploadResponse;
import com.aliyuncs.arms.model.v20190808.UploadResponse.UploadResult;
import com.aliyuncs.transform.UnmarshallerContext;
public class UploadResponseUnmarshaller {
public static UploadResponse unmarshall(UploadResponse uploadResponse, UnmarshallerContext _ctx) {
uploadResponse.setRequestId(_ctx.stringValue("UploadResponse.RequestId"));
UploadResult uploadResult = new UploadResult();
uploadResult.setFid(_ctx.stringValue("UploadResponse.UploadResult.Fid"));
uploadResult.setFileName(_ctx.stringValue("UploadResponse.UploadResult.FileName"));
uploadResult.setUploadTime(_ctx.stringValue("UploadResponse.UploadResult.UploadTime"));
uploadResponse.setUploadResult(uploadResult);
return uploadResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/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.v5.arms;
import java.util.HashMap;
public class Endpoint {
public static HashMap<String, String> endpointMap = new HashMap<String, String>() {
{
put("cn-shanghai-internal-test-1", "arms.aliyuncs.com");
put("cn-beijing-gov-1", "arms.aliyuncs.com");
put("cn-shenzhen-su18-b01", "arms.aliyuncs.com");
put("cn-wulanchabu", "arms.aliyuncs.com");
put("cn-shanghai-inner", "arms.aliyuncs.com");
put("cn-shenzhen-st4-d01", "arms.aliyuncs.com");
put("cn-haidian-cm12-c01", "arms.aliyuncs.com");
put("cn-hangzhou-internal-prod-1", "arms.aliyuncs.com");
put("cn-yushanfang", "arms.aliyuncs.com");
put("cn-hongkong-finance-pop", "arms.aliyuncs.com");
put("cn-qingdao-nebula", "arms.aliyuncs.com");
put("cn-beijing-finance-pop", "arms.aliyuncs.com");
put("cn-wuhan", "arms.aliyuncs.com");
put("cn-zhangbei", "arms.aliyuncs.com");
put("cn-zhengzhou-nebula-1", "arms.aliyuncs.com");
put("rus-west-1-pop", "arms.aliyuncs.com");
put("cn-shanghai-et15-b01", "arms.aliyuncs.com");
put("cn-hangzhou-bj-b01", "arms.aliyuncs.com");
put("cn-hangzhou-internal-test-1", "arms.aliyuncs.com");
put("eu-west-1-oxs", "arms.aliyuncs.com");
put("cn-zhangbei-na61-b01", "arms.aliyuncs.com");
put("cn-beijing-finance-1", "arms.aliyuncs.com");
put("cn-hangzhou-internal-test-3", "arms.aliyuncs.com");
put("cn-hangzhou-internal-test-2", "arms.aliyuncs.com");
put("me-east-1", "arms.aliyuncs.com");
put("cn-chengdu", "arms.aliyuncs.com");
put("cn-hangzhou-test-306", "arms.aliyuncs.com");
put("cn-huhehaote-nebula-1", "arms.aliyuncs.com");
put("cn-shanghai-et2-b01", "arms.aliyuncs.com");
put("cn-beijing-nu16-b01", "arms.aliyuncs.com");
put("cn-edge-1", "arms.aliyuncs.com");
put("ap-southeast-2", "arms.aliyuncs.com");
put("ap-southeast-3", "arms.aliyuncs.com");
put("cn-huhehaote", "arms.aliyuncs.com");
put("cn-fujian", "arms.aliyuncs.com");
put("ap-northeast-2-pop", "arms.aliyuncs.com");
put("cn-shenzhen-inner", "arms.aliyuncs.com");
put("cn-zhangjiakou-na62-a01", "arms.aliyuncs.com");
}
};
public static String endpointRegionalType = "regional";
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/AddGrafanaRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class AddGrafanaRequest extends RpcAcsRequest<AddGrafanaResponse> {
private String integration;
private String clusterId;
public AddGrafanaRequest() {
super("ARMS", "2019-08-08", "AddGrafana", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getIntegration() {
return this.integration;
}
public void setIntegration(String integration) {
this.integration = integration;
if(integration != null){
putQueryParameter("Integration", integration);
}
}
public String getClusterId() {
return this.clusterId;
}
public void setClusterId(String clusterId) {
this.clusterId = clusterId;
if(clusterId != null){
putQueryParameter("ClusterId", clusterId);
}
}
@Override
public Class<AddGrafanaResponse> getResponseClass() {
return AddGrafanaResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/AddGrafanaResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.arms.transform.v20190808.AddGrafanaResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class AddGrafanaResponse extends AcsResponse {
private String requestId;
private String data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
@Override
public AddGrafanaResponse getInstance(UnmarshallerContext context) {
return AddGrafanaResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/AddIntegrationRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class AddIntegrationRequest extends RpcAcsRequest<AddIntegrationResponse> {
private String integration;
private String clusterId;
public AddIntegrationRequest() {
super("ARMS", "2019-08-08", "AddIntegration", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getIntegration() {
return this.integration;
}
public void setIntegration(String integration) {
this.integration = integration;
if(integration != null){
putQueryParameter("Integration", integration);
}
}
public String getClusterId() {
return this.clusterId;
}
public void setClusterId(String clusterId) {
this.clusterId = clusterId;
if(clusterId != null){
putQueryParameter("ClusterId", clusterId);
}
}
@Override
public Class<AddIntegrationResponse> getResponseClass() {
return AddIntegrationResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/AddIntegrationResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.arms.transform.v20190808.AddIntegrationResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class AddIntegrationResponse extends AcsResponse {
private String requestId;
private String data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
@Override
public AddIntegrationResponse getInstance(UnmarshallerContext context) {
return AddIntegrationResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/ApplyScenarioRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class ApplyScenarioRequest extends RpcAcsRequest<ApplyScenarioResponse> {
private Boolean snForce;
private String sign;
private Boolean snStat;
private String scenario;
private Boolean snDump;
private String appId;
private String name;
private Boolean snTransfer;
private Boolean updateOption;
private String config;
public ApplyScenarioRequest() {
super("ARMS", "2019-08-08", "ApplyScenario", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public Boolean getSnForce() {
return this.snForce;
}
public void setSnForce(Boolean snForce) {
this.snForce = snForce;
if(snForce != null){
putQueryParameter("SnForce", snForce.toString());
}
}
public String getSign() {
return this.sign;
}
public void setSign(String sign) {
this.sign = sign;
if(sign != null){
putQueryParameter("Sign", sign);
}
}
public Boolean getSnStat() {
return this.snStat;
}
public void setSnStat(Boolean snStat) {
this.snStat = snStat;
if(snStat != null){
putQueryParameter("SnStat", snStat.toString());
}
}
public String getScenario() {
return this.scenario;
}
public void setScenario(String scenario) {
this.scenario = scenario;
if(scenario != null){
putQueryParameter("Scenario", scenario);
}
}
public Boolean getSnDump() {
return this.snDump;
}
public void setSnDump(Boolean snDump) {
this.snDump = snDump;
if(snDump != null){
putQueryParameter("SnDump", snDump.toString());
}
}
public String getAppId() {
return this.appId;
}
public void setAppId(String appId) {
this.appId = appId;
if(appId != null){
putQueryParameter("AppId", appId);
}
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
if(name != null){
putQueryParameter("Name", name);
}
}
public Boolean getSnTransfer() {
return this.snTransfer;
}
public void setSnTransfer(Boolean snTransfer) {
this.snTransfer = snTransfer;
if(snTransfer != null){
putQueryParameter("SnTransfer", snTransfer.toString());
}
}
public Boolean getUpdateOption() {
return this.updateOption;
}
public void setUpdateOption(Boolean updateOption) {
this.updateOption = updateOption;
if(updateOption != null){
putQueryParameter("UpdateOption", updateOption.toString());
}
}
public String getConfig() {
return this.config;
}
public void setConfig(String config) {
this.config = config;
if(config != null){
putQueryParameter("Config", config);
}
}
@Override
public Class<ApplyScenarioResponse> getResponseClass() {
return ApplyScenarioResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/ApplyScenarioResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.arms.transform.v20190808.ApplyScenarioResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ApplyScenarioResponse extends AcsResponse {
private String requestId;
private String result;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getResult() {
return this.result;
}
public void setResult(String result) {
this.result = result;
}
@Override
public ApplyScenarioResponse getInstance(UnmarshallerContext context) {
return ApplyScenarioResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/ConfigAppRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class ConfigAppRequest extends RpcAcsRequest<ConfigAppResponse> {
private String appIds;
private String enable;
public ConfigAppRequest() {
super("ARMS", "2019-08-08", "ConfigApp", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getAppIds() {
return this.appIds;
}
public void setAppIds(String appIds) {
this.appIds = appIds;
if(appIds != null){
putQueryParameter("AppIds", appIds);
}
}
public String getEnable() {
return this.enable;
}
public void setEnable(String enable) {
this.enable = enable;
if(enable != null){
putQueryParameter("Enable", enable);
}
}
@Override
public Class<ConfigAppResponse> getResponseClass() {
return ConfigAppResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/ConfigAppResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.arms.transform.v20190808.ConfigAppResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ConfigAppResponse extends AcsResponse {
private String requestId;
private String data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
@Override
public ConfigAppResponse getInstance(UnmarshallerContext context) {
return ConfigAppResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/CreateAlertContactGroupRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class CreateAlertContactGroupRequest extends RpcAcsRequest<CreateAlertContactGroupResponse> {
private String contactGroupName;
private String contactIds;
public CreateAlertContactGroupRequest() {
super("ARMS", "2019-08-08", "CreateAlertContactGroup", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getContactGroupName() {
return this.contactGroupName;
}
public void setContactGroupName(String contactGroupName) {
this.contactGroupName = contactGroupName;
if(contactGroupName != null){
putQueryParameter("ContactGroupName", contactGroupName);
}
}
public String getContactIds() {
return this.contactIds;
}
public void setContactIds(String contactIds) {
this.contactIds = contactIds;
if(contactIds != null){
putQueryParameter("ContactIds", contactIds);
}
}
@Override
public Class<CreateAlertContactGroupResponse> getResponseClass() {
return CreateAlertContactGroupResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/CreateAlertContactGroupResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.arms.transform.v20190808.CreateAlertContactGroupResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CreateAlertContactGroupResponse extends AcsResponse {
private String requestId;
private String contactGroupId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getContactGroupId() {
return this.contactGroupId;
}
public void setContactGroupId(String contactGroupId) {
this.contactGroupId = contactGroupId;
}
@Override
public CreateAlertContactGroupResponse getInstance(UnmarshallerContext context) {
return CreateAlertContactGroupResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/CreateAlertContactRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class CreateAlertContactRequest extends RpcAcsRequest<CreateAlertContactResponse> {
private String phoneNum;
private String contactName;
private String dingRobotWebhookUrl;
private String email;
private Boolean systemNoc;
public CreateAlertContactRequest() {
super("ARMS", "2019-08-08", "CreateAlertContact", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getPhoneNum() {
return this.phoneNum;
}
public void setPhoneNum(String phoneNum) {
this.phoneNum = phoneNum;
if(phoneNum != null){
putQueryParameter("PhoneNum", phoneNum);
}
}
public String getContactName() {
return this.contactName;
}
public void setContactName(String contactName) {
this.contactName = contactName;
if(contactName != null){
putQueryParameter("ContactName", contactName);
}
}
public String getDingRobotWebhookUrl() {
return this.dingRobotWebhookUrl;
}
public void setDingRobotWebhookUrl(String dingRobotWebhookUrl) {
this.dingRobotWebhookUrl = dingRobotWebhookUrl;
if(dingRobotWebhookUrl != null){
putQueryParameter("DingRobotWebhookUrl", dingRobotWebhookUrl);
}
}
public String getEmail() {
return this.email;
}
public void setEmail(String email) {
this.email = email;
if(email != null){
putQueryParameter("Email", email);
}
}
public Boolean getSystemNoc() {
return this.systemNoc;
}
public void setSystemNoc(Boolean systemNoc) {
this.systemNoc = systemNoc;
if(systemNoc != null){
putQueryParameter("SystemNoc", systemNoc.toString());
}
}
@Override
public Class<CreateAlertContactResponse> getResponseClass() {
return CreateAlertContactResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/CreateAlertContactResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.arms.transform.v20190808.CreateAlertContactResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CreateAlertContactResponse extends AcsResponse {
private String requestId;
private String contactId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getContactId() {
return this.contactId;
}
public void setContactId(String contactId) {
this.contactId = contactId;
}
@Override
public CreateAlertContactResponse getInstance(UnmarshallerContext context) {
return CreateAlertContactResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/CreateDispatchRuleRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class CreateDispatchRuleRequest extends RpcAcsRequest<CreateDispatchRuleResponse> {
private String dispatchRule;
public CreateDispatchRuleRequest() {
super("ARMS", "2019-08-08", "CreateDispatchRule", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDispatchRule() {
return this.dispatchRule;
}
public void setDispatchRule(String dispatchRule) {
this.dispatchRule = dispatchRule;
if(dispatchRule != null){
putQueryParameter("DispatchRule", dispatchRule);
}
}
@Override
public Class<CreateDispatchRuleResponse> getResponseClass() {
return CreateDispatchRuleResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/CreateDispatchRuleResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.arms.transform.v20190808.CreateDispatchRuleResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CreateDispatchRuleResponse extends AcsResponse {
private String requestId;
private Long dispatchRuleId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Long getDispatchRuleId() {
return this.dispatchRuleId;
}
public void setDispatchRuleId(Long dispatchRuleId) {
this.dispatchRuleId = dispatchRuleId;
}
@Override
public CreateDispatchRuleResponse getInstance(UnmarshallerContext context) {
return CreateDispatchRuleResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/CreatePrometheusAlertRuleRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class CreatePrometheusAlertRuleRequest extends RpcAcsRequest<CreatePrometheusAlertRuleResponse> {
private String expression;
private String alertName;
private String annotations;
private String clusterId;
private Long dispatchRuleId;
private String type;
private String message;
private String labels;
private String duration;
private String notifyType;
public CreatePrometheusAlertRuleRequest() {
super("ARMS", "2019-08-08", "CreatePrometheusAlertRule", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getExpression() {
return this.expression;
}
public void setExpression(String expression) {
this.expression = expression;
if(expression != null){
putQueryParameter("Expression", expression);
}
}
public String getAlertName() {
return this.alertName;
}
public void setAlertName(String alertName) {
this.alertName = alertName;
if(alertName != null){
putQueryParameter("AlertName", alertName);
}
}
public String getAnnotations() {
return this.annotations;
}
public void setAnnotations(String annotations) {
this.annotations = annotations;
if(annotations != null){
putQueryParameter("Annotations", annotations);
}
}
public String getClusterId() {
return this.clusterId;
}
public void setClusterId(String clusterId) {
this.clusterId = clusterId;
if(clusterId != null){
putQueryParameter("ClusterId", clusterId);
}
}
public Long getDispatchRuleId() {
return this.dispatchRuleId;
}
public void setDispatchRuleId(Long dispatchRuleId) {
this.dispatchRuleId = dispatchRuleId;
if(dispatchRuleId != null){
putQueryParameter("DispatchRuleId", dispatchRuleId.toString());
}
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
if(type != null){
putQueryParameter("Type", type);
}
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
if(message != null){
putQueryParameter("Message", message);
}
}
public String getLabels() {
return this.labels;
}
public void setLabels(String labels) {
this.labels = labels;
if(labels != null){
putQueryParameter("Labels", labels);
}
}
public String getDuration() {
return this.duration;
}
public void setDuration(String duration) {
this.duration = duration;
if(duration != null){
putQueryParameter("Duration", duration);
}
}
public String getNotifyType() {
return this.notifyType;
}
public void setNotifyType(String notifyType) {
this.notifyType = notifyType;
if(notifyType != null){
putQueryParameter("NotifyType", notifyType);
}
}
@Override
public Class<CreatePrometheusAlertRuleResponse> getResponseClass() {
return CreatePrometheusAlertRuleResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/CreatePrometheusAlertRuleResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import java.util.List;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.arms.transform.v20190808.CreatePrometheusAlertRuleResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CreatePrometheusAlertRuleResponse extends AcsResponse {
private String requestId;
private PrometheusAlertRule prometheusAlertRule;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public PrometheusAlertRule getPrometheusAlertRule() {
return this.prometheusAlertRule;
}
public void setPrometheusAlertRule(PrometheusAlertRule prometheusAlertRule) {
this.prometheusAlertRule = prometheusAlertRule;
}
public static class PrometheusAlertRule {
private Long alertId;
private String alertName;
private String message;
private String type;
private String expression;
private String duration;
private String clusterId;
private Integer status;
private Long dispatchRuleId;
private String notifyType;
private List<Label> labels;
private List<Annotation> annotations;
public Long getAlertId() {
return this.alertId;
}
public void setAlertId(Long alertId) {
this.alertId = alertId;
}
public String getAlertName() {
return this.alertName;
}
public void setAlertName(String alertName) {
this.alertName = alertName;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public String getExpression() {
return this.expression;
}
public void setExpression(String expression) {
this.expression = expression;
}
public String getDuration() {
return this.duration;
}
public void setDuration(String duration) {
this.duration = duration;
}
public String getClusterId() {
return this.clusterId;
}
public void setClusterId(String clusterId) {
this.clusterId = clusterId;
}
public Integer getStatus() {
return this.status;
}
public void setStatus(Integer status) {
this.status = status;
}
public Long getDispatchRuleId() {
return this.dispatchRuleId;
}
public void setDispatchRuleId(Long dispatchRuleId) {
this.dispatchRuleId = dispatchRuleId;
}
public String getNotifyType() {
return this.notifyType;
}
public void setNotifyType(String notifyType) {
this.notifyType = notifyType;
}
public List<Label> getLabels() {
return this.labels;
}
public void setLabels(List<Label> labels) {
this.labels = labels;
}
public List<Annotation> getAnnotations() {
return this.annotations;
}
public void setAnnotations(List<Annotation> annotations) {
this.annotations = annotations;
}
public static class Label {
private String name;
private String value;
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public String getValue() {
return this.value;
}
public void setValue(String value) {
this.value = value;
}
}
public static class Annotation {
private String name;
private String value;
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public String getValue() {
return this.value;
}
public void setValue(String value) {
this.value = value;
}
}
}
@Override
public CreatePrometheusAlertRuleResponse getInstance(UnmarshallerContext context) {
return CreatePrometheusAlertRuleResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/CreateRetcodeAppRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class CreateRetcodeAppRequest extends RpcAcsRequest<CreateRetcodeAppResponse> {
private String retcodeAppName;
private String retcodeAppType;
public CreateRetcodeAppRequest() {
super("ARMS", "2019-08-08", "CreateRetcodeApp", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getRetcodeAppName() {
return this.retcodeAppName;
}
public void setRetcodeAppName(String retcodeAppName) {
this.retcodeAppName = retcodeAppName;
if(retcodeAppName != null){
putQueryParameter("RetcodeAppName", retcodeAppName);
}
}
public String getRetcodeAppType() {
return this.retcodeAppType;
}
public void setRetcodeAppType(String retcodeAppType) {
this.retcodeAppType = retcodeAppType;
if(retcodeAppType != null){
putQueryParameter("RetcodeAppType", retcodeAppType);
}
}
@Override
public Class<CreateRetcodeAppResponse> getResponseClass() {
return CreateRetcodeAppResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/CreateRetcodeAppResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.arms.transform.v20190808.CreateRetcodeAppResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CreateRetcodeAppResponse extends AcsResponse {
private String requestId;
private RetcodeAppDataBean retcodeAppDataBean;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public RetcodeAppDataBean getRetcodeAppDataBean() {
return this.retcodeAppDataBean;
}
public void setRetcodeAppDataBean(RetcodeAppDataBean retcodeAppDataBean) {
this.retcodeAppDataBean = retcodeAppDataBean;
}
public static class RetcodeAppDataBean {
private Long appId;
private String pid;
public Long getAppId() {
return this.appId;
}
public void setAppId(Long appId) {
this.appId = appId;
}
public String getPid() {
return this.pid;
}
public void setPid(String pid) {
this.pid = pid;
}
}
@Override
public CreateRetcodeAppResponse getInstance(UnmarshallerContext context) {
return CreateRetcodeAppResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/CreateWebhookRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class CreateWebhookRequest extends RpcAcsRequest<CreateWebhookResponse> {
private String httpHeaders;
private String method;
private String httpParams;
private String body;
private String url;
private String contactName;
public CreateWebhookRequest() {
super("ARMS", "2019-08-08", "CreateWebhook", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getHttpHeaders() {
return this.httpHeaders;
}
public void setHttpHeaders(String httpHeaders) {
this.httpHeaders = httpHeaders;
if(httpHeaders != null){
putQueryParameter("HttpHeaders", httpHeaders);
}
}
public String getBizMethod() {
return this.method;
}
public void setBizMethod(String method) {
this.method = method;
if(method != null){
putQueryParameter("Method", method);
}
}
public String getHttpParams() {
return this.httpParams;
}
public void setHttpParams(String httpParams) {
this.httpParams = httpParams;
if(httpParams != null){
putQueryParameter("HttpParams", httpParams);
}
}
public String getBody() {
return this.body;
}
public void setBody(String body) {
this.body = body;
if(body != null){
putQueryParameter("Body", body);
}
}
public String getUrl() {
return this.url;
}
public void setUrl(String url) {
this.url = url;
if(url != null){
putQueryParameter("Url", url);
}
}
public String getContactName() {
return this.contactName;
}
public void setContactName(String contactName) {
this.contactName = contactName;
if(contactName != null){
putQueryParameter("ContactName", contactName);
}
}
@Override
public Class<CreateWebhookResponse> getResponseClass() {
return CreateWebhookResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/CreateWebhookResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.arms.transform.v20190808.CreateWebhookResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CreateWebhookResponse extends AcsResponse {
private String requestId;
private String contactId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getContactId() {
return this.contactId;
}
public void setContactId(String contactId) {
this.contactId = contactId;
}
@Override
public CreateWebhookResponse getInstance(UnmarshallerContext context) {
return CreateWebhookResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/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.v5.arms.model.v20190808;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class DeleteAlertContactGroupRequest extends RpcAcsRequest<DeleteAlertContactGroupResponse> {
private Long contactGroupId;
public DeleteAlertContactGroupRequest() {
super("ARMS", "2019-08-08", "DeleteAlertContactGroup", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public Long getContactGroupId() {
return this.contactGroupId;
}
public void setContactGroupId(Long contactGroupId) {
this.contactGroupId = contactGroupId;
if(contactGroupId != null){
putQueryParameter("ContactGroupId", contactGroupId.toString());
}
}
@Override
public Class<DeleteAlertContactGroupResponse> getResponseClass() {
return DeleteAlertContactGroupResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/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.v5.arms.model.v20190808;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.arms.transform.v20190808.DeleteAlertContactGroupResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DeleteAlertContactGroupResponse extends AcsResponse {
private String requestId;
private Boolean isSuccess;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Boolean getIsSuccess() {
return this.isSuccess;
}
public void setIsSuccess(Boolean isSuccess) {
this.isSuccess = isSuccess;
}
@Override
public DeleteAlertContactGroupResponse getInstance(UnmarshallerContext context) {
return DeleteAlertContactGroupResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/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.v5.arms.model.v20190808;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class DeleteAlertContactRequest extends RpcAcsRequest<DeleteAlertContactResponse> {
private Long contactId;
public DeleteAlertContactRequest() {
super("ARMS", "2019-08-08", "DeleteAlertContact", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public Long getContactId() {
return this.contactId;
}
public void setContactId(Long contactId) {
this.contactId = contactId;
if(contactId != null){
putQueryParameter("ContactId", contactId.toString());
}
}
@Override
public Class<DeleteAlertContactResponse> getResponseClass() {
return DeleteAlertContactResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/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.v5.arms.model.v20190808;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.arms.transform.v20190808.DeleteAlertContactResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DeleteAlertContactResponse extends AcsResponse {
private String requestId;
private Boolean isSuccess;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Boolean getIsSuccess() {
return this.isSuccess;
}
public void setIsSuccess(Boolean isSuccess) {
this.isSuccess = isSuccess;
}
@Override
public DeleteAlertContactResponse getInstance(UnmarshallerContext context) {
return DeleteAlertContactResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/DeleteAlertRulesRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class DeleteAlertRulesRequest extends RpcAcsRequest<DeleteAlertRulesResponse> {
private String alertIds;
public DeleteAlertRulesRequest() {
super("ARMS", "2019-08-08", "DeleteAlertRules", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getAlertIds() {
return this.alertIds;
}
public void setAlertIds(String alertIds) {
this.alertIds = alertIds;
if(alertIds != null){
putQueryParameter("AlertIds", alertIds);
}
}
@Override
public Class<DeleteAlertRulesResponse> getResponseClass() {
return DeleteAlertRulesResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/DeleteAlertRulesResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.arms.transform.v20190808.DeleteAlertRulesResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DeleteAlertRulesResponse extends AcsResponse {
private String requestId;
private Boolean isSuccess;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Boolean getIsSuccess() {
return this.isSuccess;
}
public void setIsSuccess(Boolean isSuccess) {
this.isSuccess = isSuccess;
}
@Override
public DeleteAlertRulesResponse getInstance(UnmarshallerContext context) {
return DeleteAlertRulesResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/DeleteDispatchRuleRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class DeleteDispatchRuleRequest extends RpcAcsRequest<DeleteDispatchRuleResponse> {
private String id;
public DeleteDispatchRuleRequest() {
super("ARMS", "2019-08-08", "DeleteDispatchRule", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.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){
putQueryParameter("Id", id);
}
}
@Override
public Class<DeleteDispatchRuleResponse> getResponseClass() {
return DeleteDispatchRuleResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/DeleteDispatchRuleResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.arms.transform.v20190808.DeleteDispatchRuleResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DeleteDispatchRuleResponse extends AcsResponse {
private String requestId;
private Boolean success;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
@Override
public DeleteDispatchRuleResponse getInstance(UnmarshallerContext context) {
return DeleteDispatchRuleResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/DeletePrometheusAlertRuleRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class DeletePrometheusAlertRuleRequest extends RpcAcsRequest<DeletePrometheusAlertRuleResponse> {
private Long alertId;
public DeletePrometheusAlertRuleRequest() {
super("ARMS", "2019-08-08", "DeletePrometheusAlertRule", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public Long getAlertId() {
return this.alertId;
}
public void setAlertId(Long alertId) {
this.alertId = alertId;
if(alertId != null){
putQueryParameter("AlertId", alertId.toString());
}
}
@Override
public Class<DeletePrometheusAlertRuleResponse> getResponseClass() {
return DeletePrometheusAlertRuleResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/DeletePrometheusAlertRuleResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.arms.transform.v20190808.DeletePrometheusAlertRuleResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DeletePrometheusAlertRuleResponse extends AcsResponse {
private String requestId;
private Boolean success;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
@Override
public DeletePrometheusAlertRuleResponse getInstance(UnmarshallerContext context) {
return DeletePrometheusAlertRuleResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/DeleteRetcodeAppRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class DeleteRetcodeAppRequest extends RpcAcsRequest<DeleteRetcodeAppResponse> {
private String appId;
public DeleteRetcodeAppRequest() {
super("ARMS", "2019-08-08", "DeleteRetcodeApp", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getAppId() {
return this.appId;
}
public void setAppId(String appId) {
this.appId = appId;
if(appId != null){
putQueryParameter("AppId", appId);
}
}
@Override
public Class<DeleteRetcodeAppResponse> getResponseClass() {
return DeleteRetcodeAppResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/DeleteRetcodeAppResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.arms.transform.v20190808.DeleteRetcodeAppResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DeleteRetcodeAppResponse extends AcsResponse {
private String requestId;
private String data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
@Override
public DeleteRetcodeAppResponse getInstance(UnmarshallerContext context) {
return DeleteRetcodeAppResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/DeleteScenarioRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class DeleteScenarioRequest extends RpcAcsRequest<DeleteScenarioResponse> {
private Long scenarioId;
public DeleteScenarioRequest() {
super("ARMS", "2019-08-08", "DeleteScenario", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public Long getScenarioId() {
return this.scenarioId;
}
public void setScenarioId(Long scenarioId) {
this.scenarioId = scenarioId;
if(scenarioId != null){
putQueryParameter("ScenarioId", scenarioId.toString());
}
}
@Override
public Class<DeleteScenarioResponse> getResponseClass() {
return DeleteScenarioResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/DeleteScenarioResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.arms.transform.v20190808.DeleteScenarioResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DeleteScenarioResponse extends AcsResponse {
private String requestId;
private Boolean result;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Boolean getResult() {
return this.result;
}
public void setResult(Boolean result) {
this.result = result;
}
@Override
public DeleteScenarioResponse getInstance(UnmarshallerContext context) {
return DeleteScenarioResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/DeleteTraceAppRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class DeleteTraceAppRequest extends RpcAcsRequest<DeleteTraceAppResponse> {
private String appId;
private String pid;
private String type;
public DeleteTraceAppRequest() {
super("ARMS", "2019-08-08", "DeleteTraceApp", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getAppId() {
return this.appId;
}
public void setAppId(String appId) {
this.appId = appId;
if(appId != null){
putQueryParameter("AppId", appId);
}
}
public String getPid() {
return this.pid;
}
public void setPid(String pid) {
this.pid = pid;
if(pid != null){
putQueryParameter("Pid", pid);
}
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
if(type != null){
putQueryParameter("Type", type);
}
}
@Override
public Class<DeleteTraceAppResponse> getResponseClass() {
return DeleteTraceAppResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/DeleteTraceAppResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.arms.transform.v20190808.DeleteTraceAppResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DeleteTraceAppResponse extends AcsResponse {
private String requestId;
private String data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
@Override
public DeleteTraceAppResponse getInstance(UnmarshallerContext context) {
return DeleteTraceAppResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/DescribeDispatchRuleRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class DescribeDispatchRuleRequest extends RpcAcsRequest<DescribeDispatchRuleResponse> {
private String id;
public DescribeDispatchRuleRequest() {
super("ARMS", "2019-08-08", "DescribeDispatchRule", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.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){
putQueryParameter("Id", id);
}
}
@Override
public Class<DescribeDispatchRuleResponse> getResponseClass() {
return DescribeDispatchRuleResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/DescribeDispatchRuleResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import java.util.List;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.arms.transform.v20190808.DescribeDispatchRuleResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeDispatchRuleResponse extends AcsResponse {
private String requestId;
private DispatchRule dispatchRule;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public DispatchRule getDispatchRule() {
return this.dispatchRule;
}
public void setDispatchRule(DispatchRule dispatchRule) {
this.dispatchRule = dispatchRule;
}
public static class DispatchRule {
private Long ruleId;
private String name;
private String state;
private String dispatchType;
private Boolean isRecover;
private List<GroupRule> groupRules;
private List<NotifyRule> notifyRules;
private LabelMatchExpressionGrid labelMatchExpressionGrid;
public Long getRuleId() {
return this.ruleId;
}
public void setRuleId(Long ruleId) {
this.ruleId = ruleId;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public String getState() {
return this.state;
}
public void setState(String state) {
this.state = state;
}
public String getDispatchType() {
return this.dispatchType;
}
public void setDispatchType(String dispatchType) {
this.dispatchType = dispatchType;
}
public Boolean getIsRecover() {
return this.isRecover;
}
public void setIsRecover(Boolean isRecover) {
this.isRecover = isRecover;
}
public List<GroupRule> getGroupRules() {
return this.groupRules;
}
public void setGroupRules(List<GroupRule> groupRules) {
this.groupRules = groupRules;
}
public List<NotifyRule> getNotifyRules() {
return this.notifyRules;
}
public void setNotifyRules(List<NotifyRule> notifyRules) {
this.notifyRules = notifyRules;
}
public LabelMatchExpressionGrid getLabelMatchExpressionGrid() {
return this.labelMatchExpressionGrid;
}
public void setLabelMatchExpressionGrid(LabelMatchExpressionGrid labelMatchExpressionGrid) {
this.labelMatchExpressionGrid = labelMatchExpressionGrid;
}
public static class GroupRule {
private Long groupId;
private Long groupWaitTime;
private Long groupInterval;
private Long repeatInterval;
private List<String> groupingFields;
public Long getGroupId() {
return this.groupId;
}
public void setGroupId(Long groupId) {
this.groupId = groupId;
}
public Long getGroupWaitTime() {
return this.groupWaitTime;
}
public void setGroupWaitTime(Long groupWaitTime) {
this.groupWaitTime = groupWaitTime;
}
public Long getGroupInterval() {
return this.groupInterval;
}
public void setGroupInterval(Long groupInterval) {
this.groupInterval = groupInterval;
}
public Long getRepeatInterval() {
return this.repeatInterval;
}
public void setRepeatInterval(Long repeatInterval) {
this.repeatInterval = repeatInterval;
}
public List<String> getGroupingFields() {
return this.groupingFields;
}
public void setGroupingFields(List<String> groupingFields) {
this.groupingFields = groupingFields;
}
}
public static class NotifyRule {
private List<NotifyObject> notifyObjects;
private List<String> notifyChannels;
public List<NotifyObject> getNotifyObjects() {
return this.notifyObjects;
}
public void setNotifyObjects(List<NotifyObject> notifyObjects) {
this.notifyObjects = notifyObjects;
}
public List<String> getNotifyChannels() {
return this.notifyChannels;
}
public void setNotifyChannels(List<String> notifyChannels) {
this.notifyChannels = notifyChannels;
}
public static class NotifyObject {
private String notifyType;
private String name;
private String notifyObjectId;
public String getNotifyType() {
return this.notifyType;
}
public void setNotifyType(String notifyType) {
this.notifyType = notifyType;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public String getNotifyObjectId() {
return this.notifyObjectId;
}
public void setNotifyObjectId(String notifyObjectId) {
this.notifyObjectId = notifyObjectId;
}
}
}
public static class LabelMatchExpressionGrid {
private List<LabelMatchExpressionGroup> labelMatchExpressionGroups;
public List<LabelMatchExpressionGroup> getLabelMatchExpressionGroups() {
return this.labelMatchExpressionGroups;
}
public void setLabelMatchExpressionGroups(List<LabelMatchExpressionGroup> labelMatchExpressionGroups) {
this.labelMatchExpressionGroups = labelMatchExpressionGroups;
}
public static class LabelMatchExpressionGroup {
private List<LabelMatchExpression> labelMatchExpressions;
public List<LabelMatchExpression> getLabelMatchExpressions() {
return this.labelMatchExpressions;
}
public void setLabelMatchExpressions(List<LabelMatchExpression> labelMatchExpressions) {
this.labelMatchExpressions = labelMatchExpressions;
}
public static class LabelMatchExpression {
private String key;
private String value;
private String operator;
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 getOperator() {
return this.operator;
}
public void setOperator(String operator) {
this.operator = operator;
}
}
}
}
}
@Override
public DescribeDispatchRuleResponse getInstance(UnmarshallerContext context) {
return DescribeDispatchRuleResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/DescribePrometheusAlertRuleRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class DescribePrometheusAlertRuleRequest extends RpcAcsRequest<DescribePrometheusAlertRuleResponse> {
private Long alertId;
public DescribePrometheusAlertRuleRequest() {
super("ARMS", "2019-08-08", "DescribePrometheusAlertRule", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public Long getAlertId() {
return this.alertId;
}
public void setAlertId(Long alertId) {
this.alertId = alertId;
if(alertId != null){
putQueryParameter("AlertId", alertId.toString());
}
}
@Override
public Class<DescribePrometheusAlertRuleResponse> getResponseClass() {
return DescribePrometheusAlertRuleResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/DescribePrometheusAlertRuleResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import java.util.List;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.arms.transform.v20190808.DescribePrometheusAlertRuleResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribePrometheusAlertRuleResponse extends AcsResponse {
private String requestId;
private PrometheusAlertRule prometheusAlertRule;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public PrometheusAlertRule getPrometheusAlertRule() {
return this.prometheusAlertRule;
}
public void setPrometheusAlertRule(PrometheusAlertRule prometheusAlertRule) {
this.prometheusAlertRule = prometheusAlertRule;
}
public static class PrometheusAlertRule {
private Long alertId;
private String alertName;
private String message;
private String type;
private String expression;
private String duration;
private String clusterId;
private Integer status;
private Long dispatchRuleId;
private String notifyType;
private List<Label> labels;
private List<Annotation> annotations;
public Long getAlertId() {
return this.alertId;
}
public void setAlertId(Long alertId) {
this.alertId = alertId;
}
public String getAlertName() {
return this.alertName;
}
public void setAlertName(String alertName) {
this.alertName = alertName;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public String getExpression() {
return this.expression;
}
public void setExpression(String expression) {
this.expression = expression;
}
public String getDuration() {
return this.duration;
}
public void setDuration(String duration) {
this.duration = duration;
}
public String getClusterId() {
return this.clusterId;
}
public void setClusterId(String clusterId) {
this.clusterId = clusterId;
}
public Integer getStatus() {
return this.status;
}
public void setStatus(Integer status) {
this.status = status;
}
public Long getDispatchRuleId() {
return this.dispatchRuleId;
}
public void setDispatchRuleId(Long dispatchRuleId) {
this.dispatchRuleId = dispatchRuleId;
}
public String getNotifyType() {
return this.notifyType;
}
public void setNotifyType(String notifyType) {
this.notifyType = notifyType;
}
public List<Label> getLabels() {
return this.labels;
}
public void setLabels(List<Label> labels) {
this.labels = labels;
}
public List<Annotation> getAnnotations() {
return this.annotations;
}
public void setAnnotations(List<Annotation> annotations) {
this.annotations = annotations;
}
public static class Label {
private String name;
private String value;
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public String getValue() {
return this.value;
}
public void setValue(String value) {
this.value = value;
}
}
public static class Annotation {
private String name;
private String value;
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public String getValue() {
return this.value;
}
public void setValue(String value) {
this.value = value;
}
}
}
@Override
public DescribePrometheusAlertRuleResponse getInstance(UnmarshallerContext context) {
return DescribePrometheusAlertRuleResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/DescribeTraceLicenseKeyRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class DescribeTraceLicenseKeyRequest extends RpcAcsRequest<DescribeTraceLicenseKeyResponse> {
public DescribeTraceLicenseKeyRequest() {
super("ARMS", "2019-08-08", "DescribeTraceLicenseKey", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
@Override
public Class<DescribeTraceLicenseKeyResponse> getResponseClass() {
return DescribeTraceLicenseKeyResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/DescribeTraceLicenseKeyResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.arms.transform.v20190808.DescribeTraceLicenseKeyResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeTraceLicenseKeyResponse extends AcsResponse {
private String requestId;
private String licenseKey;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getLicenseKey() {
return this.licenseKey;
}
public void setLicenseKey(String licenseKey) {
this.licenseKey = licenseKey;
}
@Override
public DescribeTraceLicenseKeyResponse getInstance(UnmarshallerContext context) {
return DescribeTraceLicenseKeyResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/GetAgentDownloadUrlRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class GetAgentDownloadUrlRequest extends RpcAcsRequest<GetAgentDownloadUrlResponse> {
public GetAgentDownloadUrlRequest() {
super("ARMS", "2019-08-08", "GetAgentDownloadUrl", "arms");
setMethod(MethodType.GET);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
@Override
public Class<GetAgentDownloadUrlResponse> getResponseClass() {
return GetAgentDownloadUrlResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/GetAgentDownloadUrlResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.arms.transform.v20190808.GetAgentDownloadUrlResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetAgentDownloadUrlResponse extends AcsResponse {
private String requestId;
private String armsAgentDownloadUrl;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getArmsAgentDownloadUrl() {
return this.armsAgentDownloadUrl;
}
public void setArmsAgentDownloadUrl(String armsAgentDownloadUrl) {
this.armsAgentDownloadUrl = armsAgentDownloadUrl;
}
@Override
public GetAgentDownloadUrlResponse getInstance(UnmarshallerContext context) {
return GetAgentDownloadUrlResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/GetAppApiByPageRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class GetAppApiByPageRequest extends RpcAcsRequest<GetAppApiByPageResponse> {
private Long endTime;
private Integer currentPage;
private String pId;
private Long startTime;
private Integer pageSize;
private Integer intervalMills;
public GetAppApiByPageRequest() {
super("ARMS", "2019-08-08", "GetAppApiByPage", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public Long getEndTime() {
return this.endTime;
}
public void setEndTime(Long endTime) {
this.endTime = endTime;
if(endTime != null){
putQueryParameter("EndTime", endTime.toString());
}
}
public Integer getCurrentPage() {
return this.currentPage;
}
public void setCurrentPage(Integer currentPage) {
this.currentPage = currentPage;
if(currentPage != null){
putQueryParameter("CurrentPage", currentPage.toString());
}
}
public String getPId() {
return this.pId;
}
public void setPId(String pId) {
this.pId = pId;
if(pId != null){
putQueryParameter("PId", pId);
}
}
public Long getStartTime() {
return this.startTime;
}
public void setStartTime(Long startTime) {
this.startTime = startTime;
if(startTime != null){
putQueryParameter("StartTime", startTime.toString());
}
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putQueryParameter("PageSize", pageSize.toString());
}
}
public Integer getIntervalMills() {
return this.intervalMills;
}
public void setIntervalMills(Integer intervalMills) {
this.intervalMills = intervalMills;
if(intervalMills != null){
putQueryParameter("IntervalMills", intervalMills.toString());
}
}
@Override
public Class<GetAppApiByPageResponse> getResponseClass() {
return GetAppApiByPageResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/GetAppApiByPageResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import java.util.List;
import java.util.Map;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.arms.transform.v20190808.GetAppApiByPageResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetAppApiByPageResponse extends AcsResponse {
private String requestId;
private Integer code;
private String message;
private Boolean success;
private Data data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getCode() {
return this.code;
}
public void setCode(Integer code) {
this.code = code;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public Data getData() {
return this.data;
}
public void setData(Data data) {
this.data = data;
}
public static class Data {
private String total;
private Integer page;
private Integer pageSize;
private List<Map<Object,Object>> items;
public String getTotal() {
return this.total;
}
public void setTotal(String total) {
this.total = total;
}
public Integer getPage() {
return this.page;
}
public void setPage(Integer page) {
this.page = page;
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
}
public List<Map<Object,Object>> getItems() {
return this.items;
}
public void setItems(List<Map<Object,Object>> items) {
this.items = items;
}
}
@Override
public GetAppApiByPageResponse getInstance(UnmarshallerContext context) {
return GetAppApiByPageResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/GetExploreUrlRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class GetExploreUrlRequest extends RpcAcsRequest<GetExploreUrlResponse> {
private String expression;
private String clusterId;
private String type;
public GetExploreUrlRequest() {
super("ARMS", "2019-08-08", "GetExploreUrl", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getExpression() {
return this.expression;
}
public void setExpression(String expression) {
this.expression = expression;
if(expression != null){
putQueryParameter("Expression", expression);
}
}
public String getClusterId() {
return this.clusterId;
}
public void setClusterId(String clusterId) {
this.clusterId = clusterId;
if(clusterId != null){
putQueryParameter("ClusterId", clusterId);
}
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
if(type != null){
putQueryParameter("Type", type);
}
}
@Override
public Class<GetExploreUrlResponse> getResponseClass() {
return GetExploreUrlResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/GetExploreUrlResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.arms.transform.v20190808.GetExploreUrlResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetExploreUrlResponse extends AcsResponse {
private String requestId;
private String data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
@Override
public GetExploreUrlResponse getInstance(UnmarshallerContext context) {
return GetExploreUrlResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/GetMultipleTraceRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.RpcAcsRequest;
import java.util.List;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class GetMultipleTraceRequest extends RpcAcsRequest<GetMultipleTraceResponse> {
private List<String> traceIDs;
public GetMultipleTraceRequest() {
super("ARMS", "2019-08-08", "GetMultipleTrace", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public List<String> getTraceIDs() {
return this.traceIDs;
}
public void setTraceIDs(List<String> traceIDs) {
this.traceIDs = traceIDs;
if (traceIDs != null) {
for (int i = 0; i < traceIDs.size(); i++) {
putQueryParameter("TraceIDs." + (i + 1) , traceIDs.get(i));
}
}
}
@Override
public Class<GetMultipleTraceResponse> getResponseClass() {
return GetMultipleTraceResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/GetMultipleTraceResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import java.util.List;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.arms.transform.v20190808.GetMultipleTraceResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetMultipleTraceResponse extends AcsResponse {
private String requestId;
private List<MultiCallChainInfo> multiCallChainInfos;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<MultiCallChainInfo> getMultiCallChainInfos() {
return this.multiCallChainInfos;
}
public void setMultiCallChainInfos(List<MultiCallChainInfo> multiCallChainInfos) {
this.multiCallChainInfos = multiCallChainInfos;
}
public static class MultiCallChainInfo {
private String traceID;
private List<Span> spans;
public String getTraceID() {
return this.traceID;
}
public void setTraceID(String traceID) {
this.traceID = traceID;
}
public List<Span> getSpans() {
return this.spans;
}
public void setSpans(List<Span> spans) {
this.spans = spans;
}
public static class Span {
private String traceID;
private String operationName;
private Long duration;
private String serviceName;
private String serviceIp;
private Long timestamp;
private String rpcId;
private String resultCode;
private Boolean haveStack;
private Integer rpcType;
private String spanId;
private String parentSpanId;
private List<TagEntry> tagEntryList;
private List<LogEvent> logEventList;
public String getTraceID() {
return this.traceID;
}
public void setTraceID(String traceID) {
this.traceID = traceID;
}
public String getOperationName() {
return this.operationName;
}
public void setOperationName(String operationName) {
this.operationName = operationName;
}
public Long getDuration() {
return this.duration;
}
public void setDuration(Long duration) {
this.duration = duration;
}
public String getServiceName() {
return this.serviceName;
}
public void setServiceName(String serviceName) {
this.serviceName = serviceName;
}
public String getServiceIp() {
return this.serviceIp;
}
public void setServiceIp(String serviceIp) {
this.serviceIp = serviceIp;
}
public Long getTimestamp() {
return this.timestamp;
}
public void setTimestamp(Long timestamp) {
this.timestamp = timestamp;
}
public String getRpcId() {
return this.rpcId;
}
public void setRpcId(String rpcId) {
this.rpcId = rpcId;
}
public String getResultCode() {
return this.resultCode;
}
public void setResultCode(String resultCode) {
this.resultCode = resultCode;
}
public Boolean getHaveStack() {
return this.haveStack;
}
public void setHaveStack(Boolean haveStack) {
this.haveStack = haveStack;
}
public Integer getRpcType() {
return this.rpcType;
}
public void setRpcType(Integer rpcType) {
this.rpcType = rpcType;
}
public String getSpanId() {
return this.spanId;
}
public void setSpanId(String spanId) {
this.spanId = spanId;
}
public String getParentSpanId() {
return this.parentSpanId;
}
public void setParentSpanId(String parentSpanId) {
this.parentSpanId = parentSpanId;
}
public List<TagEntry> getTagEntryList() {
return this.tagEntryList;
}
public void setTagEntryList(List<TagEntry> tagEntryList) {
this.tagEntryList = tagEntryList;
}
public List<LogEvent> getLogEventList() {
return this.logEventList;
}
public void setLogEventList(List<LogEvent> logEventList) {
this.logEventList = logEventList;
}
public static class TagEntry {
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 LogEvent {
private Long timestamp;
private List<TagEntry2> tagEntryList1;
public Long getTimestamp() {
return this.timestamp;
}
public void setTimestamp(Long timestamp) {
this.timestamp = timestamp;
}
public List<TagEntry2> getTagEntryList1() {
return this.tagEntryList1;
}
public void setTagEntryList1(List<TagEntry2> tagEntryList1) {
this.tagEntryList1 = tagEntryList1;
}
public static class TagEntry2 {
private String key;
private String value;
public String getKey() {
return this.key;
}
public void setKey(String key) {
this.key = key;
}
public String getValue() {
return this.value;
}
public void setValue(String value) {
this.value = value;
}
}
}
}
}
@Override
public GetMultipleTraceResponse getInstance(UnmarshallerContext context) {
return GetMultipleTraceResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/GetPrometheusApiTokenRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class GetPrometheusApiTokenRequest extends RpcAcsRequest<GetPrometheusApiTokenResponse> {
public GetPrometheusApiTokenRequest() {
super("ARMS", "2019-08-08", "GetPrometheusApiToken", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
@Override
public Class<GetPrometheusApiTokenResponse> getResponseClass() {
return GetPrometheusApiTokenResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/GetPrometheusApiTokenResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.arms.transform.v20190808.GetPrometheusApiTokenResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetPrometheusApiTokenResponse extends AcsResponse {
private String requestId;
private String token;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getToken() {
return this.token;
}
public void setToken(String token) {
this.token = token;
}
@Override
public GetPrometheusApiTokenResponse getInstance(UnmarshallerContext context) {
return GetPrometheusApiTokenResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/GetRetcodeShareUrlRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class GetRetcodeShareUrlRequest extends RpcAcsRequest<GetRetcodeShareUrlResponse> {
private String pid;
public GetRetcodeShareUrlRequest() {
super("ARMS", "2019-08-08", "GetRetcodeShareUrl", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getPid() {
return this.pid;
}
public void setPid(String pid) {
this.pid = pid;
if(pid != null){
putQueryParameter("Pid", pid);
}
}
@Override
public Class<GetRetcodeShareUrlResponse> getResponseClass() {
return GetRetcodeShareUrlResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/GetRetcodeShareUrlResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.arms.transform.v20190808.GetRetcodeShareUrlResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetRetcodeShareUrlResponse extends AcsResponse {
private String requestId;
private String url;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getUrl() {
return this.url;
}
public void setUrl(String url) {
this.url = url;
}
@Override
public GetRetcodeShareUrlResponse getInstance(UnmarshallerContext context) {
return GetRetcodeShareUrlResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/GetStackRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class GetStackRequest extends RpcAcsRequest<GetStackResponse> {
private String traceID;
private String rpcID;
private String pid;
public GetStackRequest() {
super("ARMS", "2019-08-08", "GetStack", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getTraceID() {
return this.traceID;
}
public void setTraceID(String traceID) {
this.traceID = traceID;
if(traceID != null){
putQueryParameter("TraceID", traceID);
}
}
public String getRpcID() {
return this.rpcID;
}
public void setRpcID(String rpcID) {
this.rpcID = rpcID;
if(rpcID != null){
putQueryParameter("RpcID", rpcID);
}
}
public String getPid() {
return this.pid;
}
public void setPid(String pid) {
this.pid = pid;
if(pid != null){
putQueryParameter("Pid", pid);
}
}
@Override
public Class<GetStackResponse> getResponseClass() {
return GetStackResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/GetStackResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import java.util.List;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.arms.transform.v20190808.GetStackResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetStackResponse extends AcsResponse {
private String requestId;
private List<StackInfoItem> stackInfo;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<StackInfoItem> getStackInfo() {
return this.stackInfo;
}
public void setStackInfo(List<StackInfoItem> stackInfo) {
this.stackInfo = stackInfo;
}
public static class StackInfoItem {
private Long startTime;
private Long duration;
private String rpcId;
private String serviceName;
private String api;
private String exception;
private String line;
private ExtInfo extInfo;
public Long getStartTime() {
return this.startTime;
}
public void setStartTime(Long startTime) {
this.startTime = startTime;
}
public Long getDuration() {
return this.duration;
}
public void setDuration(Long duration) {
this.duration = duration;
}
public String getRpcId() {
return this.rpcId;
}
public void setRpcId(String rpcId) {
this.rpcId = rpcId;
}
public String getServiceName() {
return this.serviceName;
}
public void setServiceName(String serviceName) {
this.serviceName = serviceName;
}
public String getApi() {
return this.api;
}
public void setApi(String api) {
this.api = api;
}
public String getException() {
return this.exception;
}
public void setException(String exception) {
this.exception = exception;
}
public String getLine() {
return this.line;
}
public void setLine(String line) {
this.line = line;
}
public ExtInfo getExtInfo() {
return this.extInfo;
}
public void setExtInfo(ExtInfo extInfo) {
this.extInfo = extInfo;
}
public static class ExtInfo {
private String type;
private String info;
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public String getInfo() {
return this.info;
}
public void setInfo(String info) {
this.info = info;
}
}
}
@Override
public GetStackResponse getInstance(UnmarshallerContext context) {
return GetStackResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/GetTraceAppRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class GetTraceAppRequest extends RpcAcsRequest<GetTraceAppResponse> {
private String pid;
public GetTraceAppRequest() {
super("ARMS", "2019-08-08", "GetTraceApp", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getPid() {
return this.pid;
}
public void setPid(String pid) {
this.pid = pid;
if(pid != null){
putQueryParameter("Pid", pid);
}
}
@Override
public Class<GetTraceAppResponse> getResponseClass() {
return GetTraceAppResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/GetTraceAppResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import java.util.List;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.arms.transform.v20190808.GetTraceAppResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetTraceAppResponse extends AcsResponse {
private String requestId;
private TraceApp traceApp;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public TraceApp getTraceApp() {
return this.traceApp;
}
public void setTraceApp(TraceApp traceApp) {
this.traceApp = traceApp;
}
public static class TraceApp {
private Long appId;
private String pid;
private String appName;
private String type;
private String userId;
private String regionId;
private Long createTime;
private Long updateTime;
private Boolean show;
private List<String> labels;
public Long getAppId() {
return this.appId;
}
public void setAppId(Long appId) {
this.appId = appId;
}
public String getPid() {
return this.pid;
}
public void setPid(String pid) {
this.pid = pid;
}
public String getAppName() {
return this.appName;
}
public void setAppName(String appName) {
this.appName = appName;
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public String getUserId() {
return this.userId;
}
public void setUserId(String userId) {
this.userId = userId;
}
public String getRegionId() {
return this.regionId;
}
public void setRegionId(String regionId) {
this.regionId = regionId;
}
public Long getCreateTime() {
return this.createTime;
}
public void setCreateTime(Long createTime) {
this.createTime = createTime;
}
public Long getUpdateTime() {
return this.updateTime;
}
public void setUpdateTime(Long updateTime) {
this.updateTime = updateTime;
}
public Boolean getShow() {
return this.show;
}
public void setShow(Boolean show) {
this.show = show;
}
public List<String> getLabels() {
return this.labels;
}
public void setLabels(List<String> labels) {
this.labels = labels;
}
}
@Override
public GetTraceAppResponse getInstance(UnmarshallerContext context) {
return GetTraceAppResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/GetTraceRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class GetTraceRequest extends RpcAcsRequest<GetTraceResponse> {
private String traceID;
private Long endTime;
private Long startTime;
public GetTraceRequest() {
super("ARMS", "2019-08-08", "GetTrace", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getTraceID() {
return this.traceID;
}
public void setTraceID(String traceID) {
this.traceID = traceID;
if(traceID != null){
putQueryParameter("TraceID", traceID);
}
}
public Long getEndTime() {
return this.endTime;
}
public void setEndTime(Long endTime) {
this.endTime = endTime;
if(endTime != null){
putQueryParameter("EndTime", endTime.toString());
}
}
public Long getStartTime() {
return this.startTime;
}
public void setStartTime(Long startTime) {
this.startTime = startTime;
if(startTime != null){
putQueryParameter("StartTime", startTime.toString());
}
}
@Override
public Class<GetTraceResponse> getResponseClass() {
return GetTraceResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/GetTraceResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import java.util.List;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.arms.transform.v20190808.GetTraceResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetTraceResponse extends AcsResponse {
private String requestId;
private List<Span> spans;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<Span> getSpans() {
return this.spans;
}
public void setSpans(List<Span> spans) {
this.spans = spans;
}
public static class Span {
private String traceID;
private String operationName;
private Long duration;
private String serviceName;
private String serviceIp;
private Long timestamp;
private String rpcId;
private String resultCode;
private Boolean haveStack;
private Integer rpcType;
private String spanId;
private String parentSpanId;
private List<TagEntry> tagEntryList;
private List<LogEvent> logEventList;
public String getTraceID() {
return this.traceID;
}
public void setTraceID(String traceID) {
this.traceID = traceID;
}
public String getOperationName() {
return this.operationName;
}
public void setOperationName(String operationName) {
this.operationName = operationName;
}
public Long getDuration() {
return this.duration;
}
public void setDuration(Long duration) {
this.duration = duration;
}
public String getServiceName() {
return this.serviceName;
}
public void setServiceName(String serviceName) {
this.serviceName = serviceName;
}
public String getServiceIp() {
return this.serviceIp;
}
public void setServiceIp(String serviceIp) {
this.serviceIp = serviceIp;
}
public Long getTimestamp() {
return this.timestamp;
}
public void setTimestamp(Long timestamp) {
this.timestamp = timestamp;
}
public String getRpcId() {
return this.rpcId;
}
public void setRpcId(String rpcId) {
this.rpcId = rpcId;
}
public String getResultCode() {
return this.resultCode;
}
public void setResultCode(String resultCode) {
this.resultCode = resultCode;
}
public Boolean getHaveStack() {
return this.haveStack;
}
public void setHaveStack(Boolean haveStack) {
this.haveStack = haveStack;
}
public Integer getRpcType() {
return this.rpcType;
}
public void setRpcType(Integer rpcType) {
this.rpcType = rpcType;
}
public String getSpanId() {
return this.spanId;
}
public void setSpanId(String spanId) {
this.spanId = spanId;
}
public String getParentSpanId() {
return this.parentSpanId;
}
public void setParentSpanId(String parentSpanId) {
this.parentSpanId = parentSpanId;
}
public List<TagEntry> getTagEntryList() {
return this.tagEntryList;
}
public void setTagEntryList(List<TagEntry> tagEntryList) {
this.tagEntryList = tagEntryList;
}
public List<LogEvent> getLogEventList() {
return this.logEventList;
}
public void setLogEventList(List<LogEvent> logEventList) {
this.logEventList = logEventList;
}
public static class TagEntry {
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 LogEvent {
private Long timestamp;
private List<TagEntry2> tagEntryList1;
public Long getTimestamp() {
return this.timestamp;
}
public void setTimestamp(Long timestamp) {
this.timestamp = timestamp;
}
public List<TagEntry2> getTagEntryList1() {
return this.tagEntryList1;
}
public void setTagEntryList1(List<TagEntry2> tagEntryList1) {
this.tagEntryList1 = tagEntryList1;
}
public static class TagEntry2 {
private String key;
private String value;
public String getKey() {
return this.key;
}
public void setKey(String key) {
this.key = key;
}
public String getValue() {
return this.value;
}
public void setValue(String value) {
this.value = value;
}
}
}
}
@Override
public GetTraceResponse getInstance(UnmarshallerContext context) {
return GetTraceResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/GetUserCommercialStatusRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class GetUserCommercialStatusRequest extends RpcAcsRequest<GetUserCommercialStatusResponse> {
private String userId;
private String parentId;
private String targetUserId;
public GetUserCommercialStatusRequest() {
super("ARMS", "2019-08-08", "GetUserCommercialStatus", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getUserId() {
return this.userId;
}
public void setUserId(String userId) {
this.userId = userId;
if(userId != null){
putQueryParameter("UserId", userId);
}
}
public String getParentId() {
return this.parentId;
}
public void setParentId(String parentId) {
this.parentId = parentId;
if(parentId != null){
putQueryParameter("ParentId", parentId);
}
}
public String getTargetUserId() {
return this.targetUserId;
}
public void setTargetUserId(String targetUserId) {
this.targetUserId = targetUserId;
if(targetUserId != null){
putQueryParameter("TargetUserId", targetUserId);
}
}
@Override
public Class<GetUserCommercialStatusResponse> getResponseClass() {
return GetUserCommercialStatusResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/GetUserCommercialStatusResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.arms.transform.v20190808.GetUserCommercialStatusResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetUserCommercialStatusResponse extends AcsResponse {
private String requestId;
private String data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
@Override
public GetUserCommercialStatusResponse getInstance(UnmarshallerContext context) {
return GetUserCommercialStatusResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/ImportAppAlertRulesRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class ImportAppAlertRulesRequest extends RpcAcsRequest<ImportAppAlertRulesResponse> {
private Boolean isAutoStart;
private String contactGroupIds;
private String pids;
private String templageAlertConfig;
private String templateAlertId;
public ImportAppAlertRulesRequest() {
super("ARMS", "2019-08-08", "ImportAppAlertRules", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public Boolean getIsAutoStart() {
return this.isAutoStart;
}
public void setIsAutoStart(Boolean isAutoStart) {
this.isAutoStart = isAutoStart;
if(isAutoStart != null){
putQueryParameter("IsAutoStart", isAutoStart.toString());
}
}
public String getContactGroupIds() {
return this.contactGroupIds;
}
public void setContactGroupIds(String contactGroupIds) {
this.contactGroupIds = contactGroupIds;
if(contactGroupIds != null){
putQueryParameter("ContactGroupIds", contactGroupIds);
}
}
public String getPids() {
return this.pids;
}
public void setPids(String pids) {
this.pids = pids;
if(pids != null){
putQueryParameter("Pids", pids);
}
}
public String getTemplageAlertConfig() {
return this.templageAlertConfig;
}
public void setTemplageAlertConfig(String templageAlertConfig) {
this.templageAlertConfig = templageAlertConfig;
if(templageAlertConfig != null){
putQueryParameter("TemplageAlertConfig", templageAlertConfig);
}
}
public String getTemplateAlertId() {
return this.templateAlertId;
}
public void setTemplateAlertId(String templateAlertId) {
this.templateAlertId = templateAlertId;
if(templateAlertId != null){
putQueryParameter("TemplateAlertId", templateAlertId);
}
}
@Override
public Class<ImportAppAlertRulesResponse> getResponseClass() {
return ImportAppAlertRulesResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms-v5/1.0.0/com/aliyuncs/v5/arms/model/v20190808/ImportAppAlertRulesResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.arms.model.v20190808;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.arms.transform.v20190808.ImportAppAlertRulesResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ImportAppAlertRulesResponse extends AcsResponse {
private String requestId;
private String data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
@Override
public ImportAppAlertRulesResponse getInstance(UnmarshallerContext context) {
return ImportAppAlertRulesResponseUnmarshaller.unmarshall(this, context);
}
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.