Package com.oracle.bmc.datasafe.model
Class ColumnSummary
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.datasafe.model.ColumnSummary
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20181201") public final class ColumnSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelThe details of a column in a table fetched from the database.
 Note: Objects should always be created or deserialized using theColumnSummary.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 theColumnSummary.Builder, which maintain a set of all explicitly set fields calledColumnSummary.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 SummaryNested Classes Modifier and Type Class Description static classColumnSummary.Builder
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ColumnSummary.Builderbuilder()Create a new builder.booleanequals(Object o)IntegergetCharacterLength()Character length.StringgetColumnName()Name of the column.StringgetDataType()Data type of the column.LonggetLength()Length of the data represented by the column.IntegergetPrecision()Precision of the column.IntegergetScale()Scale of the column.StringgetSchemaName()Name of the schema.StringgetTableName()Name of the table.inthashCode()ColumnSummary.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
ColumnSummary@Deprecated @ConstructorProperties({"columnName","dataType","length","precision","scale","characterLength","tableName","schemaName"}) public ColumnSummary(String columnName, String dataType, Long length, Integer precision, Integer scale, Integer characterLength, String tableName, String schemaName) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static ColumnSummary.Builder builder() Create a new builder.
 - 
toBuilderpublic ColumnSummary.Builder toBuilder() 
 - 
getColumnNamepublic String getColumnName() Name of the column.- Returns:
- the value
 
 - 
getDataTypepublic String getDataType() Data type of the column.- Returns:
- the value
 
 - 
getLengthpublic Long getLength() Length of the data represented by the column.- Returns:
- the value
 
 - 
getPrecisionpublic Integer getPrecision() Precision of the column.- Returns:
- the value
 
 - 
getScalepublic Integer getScale() Scale of the column.- Returns:
- the value
 
 - 
getCharacterLengthpublic Integer getCharacterLength() Character length.- Returns:
- the value
 
 - 
getTableNamepublic String getTableName() Name of the table.- Returns:
- the value
 
 - 
getSchemaNamepublic String getSchemaName() Name of the schema.- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-