public class SlowlogInfo extends AbstractModel
Constructor and Description |
---|
SlowlogInfo() |
SlowlogInfo(SlowlogInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getCount()
Get Number of logs in file
|
String |
getEndTime()
Get File generation end time
|
String |
getExternalAddr()
Get Download address for public network
|
Long |
getId()
Get Unique ID of slow query log file
|
String |
getInternalAddr()
Get Download address for private network
|
Long |
getSize()
Get File size in KB
|
String |
getStartTime()
Get File generation start time
|
Long |
getStatus()
Get Status (1: success, 2: failure)
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setCount(Long Count)
Set Number of logs in file
|
void |
setEndTime(String EndTime)
Set File generation end time
|
void |
setExternalAddr(String ExternalAddr)
Set Download address for public network
|
void |
setId(Long Id)
Set Unique ID of slow query log file
|
void |
setInternalAddr(String InternalAddr)
Set Download address for private network
|
void |
setSize(Long Size)
Set File size in KB
|
void |
setStartTime(String StartTime)
Set File generation start time
|
void |
setStatus(Long Status)
Set Status (1: success, 2: failure)
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public SlowlogInfo()
public SlowlogInfo(SlowlogInfo source)
public Long getId()
public void setId(Long Id)
Id
- Unique ID of slow query log filepublic String getStartTime()
public void setStartTime(String StartTime)
StartTime
- File generation start timepublic String getEndTime()
public void setEndTime(String EndTime)
EndTime
- File generation end timepublic Long getSize()
public void setSize(Long Size)
Size
- File size in KBpublic Long getCount()
public void setCount(Long Count)
Count
- Number of logs in filepublic String getInternalAddr()
public void setInternalAddr(String InternalAddr)
InternalAddr
- Download address for private networkpublic String getExternalAddr()
public void setExternalAddr(String ExternalAddr)
ExternalAddr
- Download address for public networkpublic Long getStatus()
public void setStatus(Long Status)
Status
- Status (1: success, 2: failure)
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.