public static final class DescribeApplicationStatusResponseBody.Data.Builder extends Object
public DescribeApplicationStatusResponseBody.Data.Builder appId(String appId)
The ID of the application.
example:0099b7be-5f5b-4512-a7fc-56049ef1****
public DescribeApplicationStatusResponseBody.Data.Builder armsAdvancedEnabled(String armsAdvancedEnabled)
Indicates whether Application Real-Time Monitoring Service (ARMS) advanced monitoring is enabled. Valid values:
false
public DescribeApplicationStatusResponseBody.Data.Builder armsApmInfo(String armsApmInfo)
The metadata of the application in ARMS.
example:{"appId":"0099b7be-5f5b-4512-a7fc-56049ef1****","licenseKey":"d5cgdt5pu0@7303f55292a****"}
public DescribeApplicationStatusResponseBody.Data.Builder createTime(String createTime)
The time when the application was created.
example:1563373372746
public DescribeApplicationStatusResponseBody.Data.Builder currentStatus(String currentStatus)
The current status of the application. Valid values:
RUNNING
public DescribeApplicationStatusResponseBody.Data.Builder enableAgent(Boolean enableAgent)
Indicates whether SAE agent is enabled.
false
public DescribeApplicationStatusResponseBody.Data.Builder fileSizeLimit(Long fileSizeLimit)
The file size limit. Unit: KB. Valid values: 0 to 10240.
example:10240
public DescribeApplicationStatusResponseBody.Data.Builder lastChangeOrderId(String lastChangeOrderId)
The ID of the latest change order that is executed. If no change orders are executed or if change orders expire, this parameter is left empty.
example:1ccc2339-fc19-49aa-bda0-1e7b8497****
public DescribeApplicationStatusResponseBody.Data.Builder lastChangeOrderRunning(Boolean lastChangeOrderRunning)
Indicates whether the latest change order is being executed. Valid values:
false
public DescribeApplicationStatusResponseBody.Data.Builder lastChangeOrderStatus(String lastChangeOrderStatus)
The status of the latest change order. Valid values:
SUCCESS
public DescribeApplicationStatusResponseBody.Data.Builder runningInstances(Integer runningInstances)
The number of running instances of the application.
example:1
public DescribeApplicationStatusResponseBody.Data.Builder subStatus(String subStatus)
The substatus of the change order. This parameter indicates whether an exception occurred while the change order was being executed. Valid values:
NORMAL
public DescribeApplicationStatusResponseBody.Data build()
Copyright © 2026. All rights reserved.