public static final class DescribeSystemLogResponseBody.SystemLog.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
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)
public DescribeSystemLogResponseBody.SystemLog.Builder entityType(Integer entityType)
public DescribeSystemLogResponseBody.SystemLog.Builder gmtCreate(Long gmtCreate)
public DescribeSystemLogResponseBody.SystemLog.Builder gmtModified(Long gmtModified)
public DescribeSystemLogResponseBody.SystemLog.Builder opAccount(String opAccount)
public DescribeSystemLogResponseBody.SystemLog.Builder opAction(Integer opAction)
public DescribeSystemLogResponseBody.SystemLog.Builder opDesc(String opDesc)
* **newEntity**: the bill record, which contains the following fields. Data type: object. * **billValue**: the usage of the burstable clean bandwidth within a month. Unit: Mbit/s. Data type: integer. * **instanceId**: the ID of the instance. Data type: string. * **ip**: the IP address of the instance. Data type: string. * **maxBw**: the peak service traffic (monthly 95th percentile bandwidth) within a month. Unit: Mbit/s. Data type: string. * **month**: the month in which the bill of the previous calendar month is issued. This value is a UNIX timestamp. Unit: milliseconds. Data type: long. * **overBandwidth**: the peak service traffic minus the clean bandwidth of the instance. Unit: Mbit/s. Data type: integer. * **peakTime**: the time in point of the peak service traffic that is measured for billing. This value is a UNIX timestamp. Unit: seconds. Data type: long. * **startTimestamp**: the beginning of the time range for the peak service traffic range. This value is a UNIX timestamp. Unit: seconds. Data type: long.
public DescribeSystemLogResponseBody.SystemLog.Builder status(Integer status)
* **0**: to be billed * **1**: billed * **2**: terminated
public DescribeSystemLogResponseBody.SystemLog build()
Copyright © 2023. All rights reserved.