Class OracleDataVerificationTableRowCountSummary
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.databasemigration.model.DataVerificationTableRowCountSummary
-
- com.oracle.bmc.databasemigration.model.OracleDataVerificationTableRowCountSummary
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20230518") public final class OracleDataVerificationTableRowCountSummary extends DataVerificationTableRowCountSummaryTable row count comparison result line for Oracle migrations.
Note: Objects should always be created or deserialized using theOracleDataVerificationTableRowCountSummary.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theOracleDataVerificationTableRowCountSummary.Builder, which maintain a set of all explicitly set fields calledOracleDataVerificationTableRowCountSummary.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOracleDataVerificationTableRowCountSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OracleDataVerificationTableRowCountSummary.Builderbuilder()Create a new builder.booleanequals(Object o)DategetTimeLastSourceStatisticsCollection()Time of last statistics collection in the source used for the dictionary-based row count estimate.DategetTimeLastTargetStatisticsCollection()Time of last statistics collection in the target used for the dictionary-based row count estimate.inthashCode()OracleDataVerificationTableRowCountSummary.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.-
Methods inherited from class com.oracle.bmc.databasemigration.model.DataVerificationTableRowCountSummary
getOwner, getSourceRowCount, getTableName, getTargetRowCount, getVariancePercent
-
-
-
-
Constructor Detail
-
OracleDataVerificationTableRowCountSummary
@Deprecated public OracleDataVerificationTableRowCountSummary(String owner, String tableName, Integer sourceRowCount, Integer targetRowCount, Double variancePercent, Date timeLastSourceStatisticsCollection, Date timeLastTargetStatisticsCollection)
Deprecated.
-
-
Method Detail
-
builder
public static OracleDataVerificationTableRowCountSummary.Builder builder()
Create a new builder.
-
toBuilder
public OracleDataVerificationTableRowCountSummary.Builder toBuilder()
-
getTimeLastSourceStatisticsCollection
public Date getTimeLastSourceStatisticsCollection()
Time of last statistics collection in the source used for the dictionary-based row count estimate.This value is reported per row because statistics can be collected at different times per object. This timestamp is stored in UTC.
- Returns:
- the value
-
getTimeLastTargetStatisticsCollection
public Date getTimeLastTargetStatisticsCollection()
Time of last statistics collection in the target used for the dictionary-based row count estimate.This value is reported per row because statistics can be collected at different times per object. This timestamp is stored in UTC.
- Returns:
- the value
-
toString
public String toString()
- Overrides:
toStringin classDataVerificationTableRowCountSummary
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toStringin classDataVerificationTableRowCountSummary- Parameters:
includeByteArrayContents- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classDataVerificationTableRowCountSummary
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDataVerificationTableRowCountSummary
-
-