Interface Replay.ResultsSummaryOrBuilder (0.15.0)

public static interface Replay.ResultsSummaryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDifferenceCount()

public abstract int getDifferenceCount()

The number of replayed log entries with a difference between baseline and simulated policies.

int32 difference_count = 3;

Returns
TypeDescription
int

The differenceCount.

getErrorCount()

public abstract int getErrorCount()

The number of log entries that could not be replayed.

int32 error_count = 4;

Returns
TypeDescription
int

The errorCount.

getLogCount()

public abstract int getLogCount()

The total number of log entries replayed.

int32 log_count = 1;

Returns
TypeDescription
int

The logCount.

getNewestDate()

public abstract Date getNewestDate()

The date of the newest log entry replayed.

.google.type.Date newest_date = 6;

Returns
TypeDescription
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
TypeDescription
com.google.type.DateOrBuilder

getOldestDate()

public abstract Date getOldestDate()

The date of the oldest log entry replayed.

.google.type.Date oldest_date = 5;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
int

The unchangedCount.

hasNewestDate()

public abstract boolean hasNewestDate()

The date of the newest log entry replayed.

.google.type.Date newest_date = 6;

Returns
TypeDescription
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
TypeDescription
boolean

Whether the oldestDate field is set.