Class UpdateEntityDetails
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.datacatalog.model.UpdateEntityDetails
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20190325") public final class UpdateEntityDetails extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelProperties used in entity update operations.
 Note: Objects should always be created or deserialized using theUpdateEntityDetails.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 theUpdateEntityDetails.Builder, which maintain a set of all explicitly set fields calledUpdateEntityDetails.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 classUpdateEntityDetails.Builder
 - 
Constructor SummaryConstructors Constructor Description UpdateEntityDetails(String displayName, String businessName, String description, Date timeExternal, Boolean isLogical, Boolean isPartition, String folderKey, String patternKey, String realizedExpression, HarvestStatus harvestStatus, String lastJobKey, List<CustomPropertySetUsage> customPropertyMembers, Map<String,Map<String,String>> properties)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateEntityDetails.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetBusinessName()Optional user friendly business name of the data entity.List<CustomPropertySetUsage>getCustomPropertyMembers()The list of customized properties along with the values for this objectStringgetDescription()Detailed description of a data entity.StringgetDisplayName()A user-friendly display name.StringgetFolderKey()Key of the associated folder.HarvestStatusgetHarvestStatus()Status of the object as updated by the harvest process.BooleangetIsLogical()Property to indicate if the object is a physical materialized object or virtual.BooleangetIsPartition()Property to indicate if the object is a sub object of a parent physical object.StringgetLastJobKey()Key of the last harvest process to update this object.StringgetPatternKey()Key of the associated pattern if this is a logical entity.Map<String,Map<String,String>>getProperties()A map of maps that contains the properties which are specific to the entity type.StringgetRealizedExpression()The expression realized after resolving qualifiers .DategetTimeExternal()Last modified timestamp of the object in the external system.inthashCode()UpdateEntityDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
UpdateEntityDetails@Deprecated @ConstructorProperties({"displayName","businessName","description","timeExternal","isLogical","isPartition","folderKey","patternKey","realizedExpression","harvestStatus","lastJobKey","customPropertyMembers","properties"}) public UpdateEntityDetails(String displayName, String businessName, String description, Date timeExternal, Boolean isLogical, Boolean isPartition, String folderKey, String patternKey, String realizedExpression, HarvestStatus harvestStatus, String lastJobKey, List<CustomPropertySetUsage> customPropertyMembers, Map<String,Map<String,String>> properties) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static UpdateEntityDetails.Builder builder() Create a new builder.
 - 
toBuilderpublic UpdateEntityDetails.Builder toBuilder() 
 - 
getDisplayNamepublic String getDisplayName() A user-friendly display name.Does not have to be unique, and it’s changeable. Avoid entering confidential information. - Returns:
- the value
 
 - 
getBusinessNamepublic String getBusinessName() Optional user friendly business name of the data entity.If set, this supplements the harvested display name of the object. - Returns:
- the value
 
 - 
getDescriptionpublic String getDescription() Detailed description of a data entity.- Returns:
- the value
 
 - 
getTimeExternalpublic Date getTimeExternal() Last modified timestamp of the object in the external system.- Returns:
- the value
 
 - 
getIsLogicalpublic Boolean getIsLogical() Property to indicate if the object is a physical materialized object or virtual.For example, View. - Returns:
- the value
 
 - 
getIsPartitionpublic Boolean getIsPartition() Property to indicate if the object is a sub object of a parent physical object.- Returns:
- the value
 
 - 
getFolderKeypublic String getFolderKey() Key of the associated folder.- Returns:
- the value
 
 - 
getPatternKeypublic String getPatternKey() Key of the associated pattern if this is a logical entity.- Returns:
- the value
 
 - 
getRealizedExpressionpublic String getRealizedExpression() The expression realized after resolving qualifiers .Used in deriving this logical entity - Returns:
- the value
 
 - 
getHarvestStatuspublic HarvestStatus getHarvestStatus() Status of the object as updated by the harvest process.When an entity object is created, it’s harvest status will indicate if the entity’s metadata has been fully harvested or not. The harvest process can perform shallow harvesting to allow users to browse the metadata and can on-demand deep harvest on any object This requires a harvest status indicator for catalog objects. - Returns:
- the value
 
 - 
getLastJobKeypublic String getLastJobKey() Key of the last harvest process to update this object.- Returns:
- the value
 
 - 
getCustomPropertyMemberspublic List<CustomPropertySetUsage> getCustomPropertyMembers() The list of customized properties along with the values for this object- Returns:
- the value
 
 - 
getPropertiespublic Map<String,Map<String,String>> getProperties() A map of maps that contains the properties which are specific to the entity type.Each entity type definition defines it’s set of required and optional properties. The map keys are category names and the values are maps of property name to property value. Every property is contained inside of a category. Most entities have required properties within the “default” category. To determine the set of required and optional properties for an entity type, a query can be done on ‘/types?type=dataEntity’ that returns a collection of all entity types. The appropriate entity type, which includes definitions of all of it’s properties, can be identified from this collection. Example: {“properties”: { “default”: { “key1”: “value1”}}} - 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
 
 
- 
 
-