public static class DescribeSystemLogResponseBody.DescribeSystemLogResponseBodySystemLog
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
entityObject
The IP address of the instance.
|
Integer |
entityType
The type of the system log.
|
Long |
gmtCreate
The time when the bill was generated.
|
Long |
gmtModified
The time when the bill was last modified.
|
String |
opAccount
The ID of the Alibaba Cloud account to which the bill belongs.
|
Integer |
opAction
The operation type.
|
String |
opDesc
The details of the bill.
|
Integer |
status
The status of the bill.
|
| 构造器和说明 |
|---|
DescribeSystemLogResponseBodySystemLog() |
@NameInMap(value="EntityObject") public String entityObject
The IP address of the instance.
example:203.107.XX.XX
@NameInMap(value="EntityType") public 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
@NameInMap(value="GmtCreate") public Long gmtCreate
The time when the bill was generated. The value is a UNIX timestamp. Unit: milliseconds.
example:1631793531000
@NameInMap(value="GmtModified") public Long gmtModified
The time when the bill was last modified. The value is a UNIX timestamp. Unit: milliseconds.
example:1635425407000
@NameInMap(value="OpAccount") public String opAccount
The ID of the Alibaba Cloud account to which the bill belongs.
example:171986973287****
@NameInMap(value="OpAction") public 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
@NameInMap(value="OpDesc") public 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}}
@NameInMap(value="Status") public Integer status
The status of the bill. Valid values:
1
public static DescribeSystemLogResponseBody.DescribeSystemLogResponseBodySystemLog build(Map<String,?> map) throws Exception
Exceptionpublic DescribeSystemLogResponseBody.DescribeSystemLogResponseBodySystemLog setEntityObject(String entityObject)
public String getEntityObject()
public DescribeSystemLogResponseBody.DescribeSystemLogResponseBodySystemLog setEntityType(Integer entityType)
public Integer getEntityType()
public DescribeSystemLogResponseBody.DescribeSystemLogResponseBodySystemLog setGmtCreate(Long gmtCreate)
public Long getGmtCreate()
public DescribeSystemLogResponseBody.DescribeSystemLogResponseBodySystemLog setGmtModified(Long gmtModified)
public Long getGmtModified()
public DescribeSystemLogResponseBody.DescribeSystemLogResponseBodySystemLog setOpAccount(String opAccount)
public String getOpAccount()
public DescribeSystemLogResponseBody.DescribeSystemLogResponseBodySystemLog setOpAction(Integer opAction)
public Integer getOpAction()
public DescribeSystemLogResponseBody.DescribeSystemLogResponseBodySystemLog setOpDesc(String opDesc)
public String getOpDesc()
public DescribeSystemLogResponseBody.DescribeSystemLogResponseBodySystemLog setStatus(Integer status)
public Integer getStatus()
Copyright © 2026. All rights reserved.