Class BipReadAttributes
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.dataintegration.model.AbstractReadAttribute
-
- com.oracle.bmc.dataintegration.model.BipReadAttributes
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20200430") public final class BipReadAttributes extends AbstractReadAttribute
Properties to configure reading from a FUSION_APP BIP data asset / connection.
Note: Objects should always be created or deserialized using theBipReadAttributes.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 theBipReadAttributes.Builder
, which maintain a set of all explicitly set fields calledBipReadAttributes.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 class
BipReadAttributes.Builder
-
Nested classes/interfaces inherited from class com.oracle.bmc.dataintegration.model.AbstractReadAttribute
AbstractReadAttribute.ModelType
-
-
Constructor Summary
Constructors Constructor Description BipReadAttributes(Integer fetchSize, Integer rowLimit, String offsetParameter, String fetchNextRowsParameter, List<BipReportParameterValue> customParameters, DataAssetSummaryFromObjectStorage stagingDataAsset, ConnectionSummaryFromObjectStorage stagingConnection, Schema bucketSchema)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BipReadAttributes.Builder
builder()
Create a new builder.boolean
equals(Object o)
Schema
getBucketSchema()
List<BipReportParameterValue>
getCustomParameters()
An array of custom BIP report parameters and their values.String
getFetchNextRowsParameter()
Name of BIP report parameter to control the start of the chunkInteger
getFetchSize()
The fetch size for reading.String
getOffsetParameter()
Name of BIP report parameter to control the start of the chunkInteger
getRowLimit()
The maximum number of rows to read.ConnectionSummaryFromObjectStorage
getStagingConnection()
DataAssetSummaryFromObjectStorage
getStagingDataAsset()
int
hashCode()
BipReadAttributes.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
BipReadAttributes
@Deprecated public BipReadAttributes(Integer fetchSize, Integer rowLimit, String offsetParameter, String fetchNextRowsParameter, List<BipReportParameterValue> customParameters, DataAssetSummaryFromObjectStorage stagingDataAsset, ConnectionSummaryFromObjectStorage stagingConnection, Schema bucketSchema)
Deprecated.
-
-
Method Detail
-
builder
public static BipReadAttributes.Builder builder()
Create a new builder.
-
toBuilder
public BipReadAttributes.Builder toBuilder()
-
getFetchSize
public Integer getFetchSize()
The fetch size for reading.- Returns:
- the value
-
getRowLimit
public Integer getRowLimit()
The maximum number of rows to read.- Returns:
- the value
-
getOffsetParameter
public String getOffsetParameter()
Name of BIP report parameter to control the start of the chunk- Returns:
- the value
-
getFetchNextRowsParameter
public String getFetchNextRowsParameter()
Name of BIP report parameter to control the start of the chunk- Returns:
- the value
-
getCustomParameters
public List<BipReportParameterValue> getCustomParameters()
An array of custom BIP report parameters and their values.- Returns:
- the value
-
getStagingDataAsset
public DataAssetSummaryFromObjectStorage getStagingDataAsset()
-
getStagingConnection
public ConnectionSummaryFromObjectStorage getStagingConnection()
-
getBucketSchema
public Schema getBucketSchema()
-
toString
public String toString()
- Overrides:
toString
in classAbstractReadAttribute
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toString
in classAbstractReadAttribute
- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classAbstractReadAttribute
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classAbstractReadAttribute
-
-