public static final class DescribeSystemLogResponseBody.SystemLog.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeSystemLogResponseBody.SystemLog |
build() |
DescribeSystemLogResponseBody.SystemLog.Builder |
entityObject(String entityObject)
The IP address of the instance.
|
DescribeSystemLogResponseBody.SystemLog.Builder |
entityType(Integer entityType)
The type of the system log.
|
DescribeSystemLogResponseBody.SystemLog.Builder |
gmtCreate(Long gmtCreate)
The time when the bill was generated.
|
DescribeSystemLogResponseBody.SystemLog.Builder |
gmtModified(Long gmtModified)
The time when the bill was last modified.
|
DescribeSystemLogResponseBody.SystemLog.Builder |
opAccount(String opAccount)
The ID of the Alibaba Cloud account to which the bill belongs.
|
DescribeSystemLogResponseBody.SystemLog.Builder |
opAction(Integer opAction)
The operation type.
|
DescribeSystemLogResponseBody.SystemLog.Builder |
opDesc(String opDesc)
The details of the bill.
|
DescribeSystemLogResponseBody.SystemLog.Builder |
status(Integer status)
The status of the bill.
|
public DescribeSystemLogResponseBody.SystemLog.Builder entityObject(String entityObject)
The IP address of the instance.
example:203.107.XX.XX
public DescribeSystemLogResponseBody.SystemLog.Builder entityType(Integer entityType)
The type of the system log. The value is fixed as 20, which indicates the billing logs for burstable clean bandwidth.
example:20
public DescribeSystemLogResponseBody.SystemLog.Builder gmtCreate(Long gmtCreate)
The time when the bill was generated. The value is a UNIX timestamp. Unit: milliseconds.
example:1631793531000
public DescribeSystemLogResponseBody.SystemLog.Builder gmtModified(Long gmtModified)
The time when the bill was last modified. The value is a UNIX timestamp. Unit: milliseconds.
example:1635425407000
public DescribeSystemLogResponseBody.SystemLog.Builder opAccount(String opAccount)
The ID of the Alibaba Cloud account to which the bill belongs.
example:171986973287****
public DescribeSystemLogResponseBody.SystemLog.Builder opAction(Integer opAction)
The operation type. The value is fixed as 100, which indicates the billing logs for the burstable clean bandwidth that you increased.
example:100
public DescribeSystemLogResponseBody.SystemLog.Builder opDesc(String opDesc)
The details of the bill. The value is a string that consists of a JSON struct. The JSON struct contains the following fields:
newEntity: the bill record, which contains the following fields. Data type: object.
{"newEntity":{"billValue":"60","instanceId":"ddoscoo-cn-zz121ogz****","ip":"203.107.XX.XX","maxBw":"300","month":1627747200000,"overBandwidth":"120","peakTime":1629871200,"startTimestamp":1629871200}}
public DescribeSystemLogResponseBody.SystemLog.Builder status(Integer status)
The status of the bill. Valid values:
1
public DescribeSystemLogResponseBody.SystemLog build()
Copyright © 2026. All rights reserved.