public class PgLogResponse extends Object
| Constructor and Description |
|---|
PgLogResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPglogEndTime() |
String |
getPglogId() |
long |
getPglogSizeInBytes() |
String |
getPglogStartTime() |
void |
setPglogEndTime(String pglogEndTime) |
void |
setPglogId(String pglogId) |
void |
setPglogSizeInBytes(long pglogSizeInBytes) |
void |
setPglogStartTime(String pglogStartTime) |
public String getPglogId()
public void setPglogId(String pglogId)
public long getPglogSizeInBytes()
public void setPglogSizeInBytes(long pglogSizeInBytes)
public String getPglogStartTime()
public void setPglogStartTime(String pglogStartTime)
public String getPglogEndTime()
public void setPglogEndTime(String pglogEndTime)
Copyright © 2024. All rights reserved.