public static interface Replay.ResultsSummaryOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDifferenceCount()
public abstract int getDifferenceCount()The number of replayed log entries with a difference between baseline and simulated policies.
int32 difference_count = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The differenceCount. |
getErrorCount()
public abstract int getErrorCount()The number of log entries that could not be replayed.
int32 error_count = 4;
| Returns | |
|---|---|
| Type | Description |
int |
The errorCount. |
getLogCount()
public abstract int getLogCount()The total number of log entries replayed.
int32 log_count = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The logCount. |
getNewestDate()
public abstract Date getNewestDate()The date of the newest log entry replayed.
.google.type.Date newest_date = 6;
| Returns | |
|---|---|
| Type | Description |
com.google.type.Date |
The newestDate. |
getNewestDateOrBuilder()
public abstract DateOrBuilder getNewestDateOrBuilder()The date of the newest log entry replayed.
.google.type.Date newest_date = 6;
| Returns | |
|---|---|
| Type | Description |
com.google.type.DateOrBuilder |
|
getOldestDate()
public abstract Date getOldestDate()The date of the oldest log entry replayed.
.google.type.Date oldest_date = 5;
| Returns | |
|---|---|
| Type | Description |
com.google.type.Date |
The oldestDate. |
getOldestDateOrBuilder()
public abstract DateOrBuilder getOldestDateOrBuilder()The date of the oldest log entry replayed.
.google.type.Date oldest_date = 5;
| Returns | |
|---|---|
| Type | Description |
com.google.type.DateOrBuilder |
|
getUnchangedCount()
public abstract int getUnchangedCount()The number of replayed log entries with no difference between baseline and simulated policies.
int32 unchanged_count = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The unchangedCount. |
hasNewestDate()
public abstract boolean hasNewestDate()The date of the newest log entry replayed.
.google.type.Date newest_date = 6;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the newestDate field is set. |
hasOldestDate()
public abstract boolean hasOldestDate()The date of the oldest log entry replayed.
.google.type.Date oldest_date = 5;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the oldestDate field is set. |