Class JobDefinitionSummary
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.datacatalog.model.JobDefinitionSummary
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20190325") public final class JobDefinitionSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelA list of job definition resources.Job definitions define the harvest scope and includes the list of objects to be harvested along with a schedule. The list of objects is usually specified through a combination of object type, regular expressions, or specific names of objects and a sample size for the data harvested. 
 Note: Objects should always be created or deserialized using theJobDefinitionSummary.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 theJobDefinitionSummary.Builder, which maintain a set of all explicitly set fields calledJobDefinitionSummary.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 classJobDefinitionSummary.Builder
 - 
Constructor SummaryConstructors Constructor Description JobDefinitionSummary(String key, String displayName, String description, String catalogId, String uri, JobType jobType, LifecycleState lifecycleState, Boolean isSampleDataExtracted, Date timeCreated, String connectionKey, Date timeLatestExecutionStarted, Date timeLatestExecutionEnded, JobExecutionState jobExecutionState, JobScheduleType scheduleType, String dataAssetKey, String glossaryKey)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JobDefinitionSummary.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetCatalogId()The data catalog’s OCID.StringgetConnectionKey()The key of the connection resource used in harvest, sampling, profiling jobs.StringgetDataAssetKey()Unique key of the data asset to which this job applies, if the job involves a data asset.StringgetDescription()Detailed description of the job definition.StringgetDisplayName()A user-friendly display name.StringgetGlossaryKey()Unique key of the glossary to which this job applies, if the job involves a glossary.BooleangetIsSampleDataExtracted()Specify if sample data to be extracted as part of this harvest.JobExecutionStategetJobExecutionState()Status of the latest job execution, such as running, paused, or completed.JobTypegetJobType()Type of the job definition.StringgetKey()Unique key of the job definition resource that is immutable.LifecycleStategetLifecycleState()Lifecycle state of the job definition.JobScheduleTypegetScheduleType()Type of job schedule for the latest job executed.DategetTimeCreated()The date and time the job definition was created, in the format defined by RFC3339.DategetTimeLatestExecutionEnded()Time that the latest job execution ended or null if it hasn’t yet completed.DategetTimeLatestExecutionStarted()Time that the latest job execution started.StringgetUri()URI to the job definition instance in the API.inthashCode()JobDefinitionSummary.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
JobDefinitionSummary@Deprecated @ConstructorProperties({"key","displayName","description","catalogId","uri","jobType","lifecycleState","isSampleDataExtracted","timeCreated","connectionKey","timeLatestExecutionStarted","timeLatestExecutionEnded","jobExecutionState","scheduleType","dataAssetKey","glossaryKey"}) public JobDefinitionSummary(String key, String displayName, String description, String catalogId, String uri, JobType jobType, LifecycleState lifecycleState, Boolean isSampleDataExtracted, Date timeCreated, String connectionKey, Date timeLatestExecutionStarted, Date timeLatestExecutionEnded, JobExecutionState jobExecutionState, JobScheduleType scheduleType, String dataAssetKey, String glossaryKey) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static JobDefinitionSummary.Builder builder() Create a new builder.
 - 
toBuilderpublic JobDefinitionSummary.Builder toBuilder() 
 - 
getKeypublic String getKey() Unique key of the job definition resource that is immutable.- Returns:
- the value
 
 - 
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
 
 - 
getDescriptionpublic String getDescription() Detailed description of the job definition.- Returns:
- the value
 
 - 
getCatalogIdpublic String getCatalogId() The data catalog’s OCID.- Returns:
- the value
 
 - 
getUripublic String getUri() URI to the job definition instance in the API.- Returns:
- the value
 
 - 
getJobTypepublic JobType getJobType() Type of the job definition.- Returns:
- the value
 
 - 
getLifecycleStatepublic LifecycleState getLifecycleState() Lifecycle state of the job definition.- Returns:
- the value
 
 - 
getIsSampleDataExtractedpublic Boolean getIsSampleDataExtracted() Specify if sample data to be extracted as part of this harvest.- Returns:
- the value
 
 - 
getTimeCreatedpublic Date getTimeCreated() The date and time the job definition was created, in the format defined by RFC3339.Example: 2019-03-25T21:10:29.600Z - Returns:
- the value
 
 - 
getConnectionKeypublic String getConnectionKey() The key of the connection resource used in harvest, sampling, profiling jobs.- Returns:
- the value
 
 - 
getTimeLatestExecutionStartedpublic Date getTimeLatestExecutionStarted() Time that the latest job execution started.An RFC3339 formatted datetime string. - Returns:
- the value
 
 - 
getTimeLatestExecutionEndedpublic Date getTimeLatestExecutionEnded() Time that the latest job execution ended or null if it hasn’t yet completed.An RFC3339 formatted datetime string. - Returns:
- the value
 
 - 
getJobExecutionStatepublic JobExecutionState getJobExecutionState() Status of the latest job execution, such as running, paused, or completed.- Returns:
- the value
 
 - 
getScheduleTypepublic JobScheduleType getScheduleType() Type of job schedule for the latest job executed.- Returns:
- the value
 
 - 
getDataAssetKeypublic String getDataAssetKey() Unique key of the data asset to which this job applies, if the job involves a data asset.- Returns:
- the value
 
 - 
getGlossaryKeypublic String getGlossaryKey() Unique key of the glossary to which this job applies, if the job involves a glossary.- 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
 
 
- 
 
-