Class EventConfig
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.datacatalog.model.EventConfig
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20190325") public final class EventConfig extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelDescribes an event configuration, for a given object type and property.Primarily, whether a property change will result in an event being emitted. 
 Note: Objects should always be created or deserialized using theEventConfig.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 theEventConfig.Builder, which maintain a set of all explicitly set fields calledEventConfig.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 classEventConfig.Builder
 - 
Constructor SummaryConstructors Constructor Description EventConfig(String typeId, String typeName, String propertyId, String propertyName, EventConfigStatus eventConfigStatus, Date timeCreated, Date timeUpdated, String createdById, String updatedById)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EventConfig.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetCreatedById()OCID of the user who created the configuration.EventConfigStatusgetEventConfigStatus()Status of the configuration.StringgetPropertyId()Unique property key identifier.StringgetPropertyName()Name of the property.DategetTimeCreated()The date and time the event was configured, in the format defined by RFC3339.DategetTimeUpdated()The last time that any change was made to the configuration.StringgetTypeId()Unique type key identifier.StringgetTypeName()Name of the type.StringgetUpdatedById()OCID of the user who last modified the configuration.inthashCode()EventConfig.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
EventConfig@Deprecated @ConstructorProperties({"typeId","typeName","propertyId","propertyName","eventConfigStatus","timeCreated","timeUpdated","createdById","updatedById"}) public EventConfig(String typeId, String typeName, String propertyId, String propertyName, EventConfigStatus eventConfigStatus, Date timeCreated, Date timeUpdated, String createdById, String updatedById) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static EventConfig.Builder builder() Create a new builder.
 - 
toBuilderpublic EventConfig.Builder toBuilder() 
 - 
getTypeIdpublic String getTypeId() Unique type key identifier.- Returns:
- the value
 
 - 
getTypeNamepublic String getTypeName() Name of the type.- Returns:
- the value
 
 - 
getPropertyIdpublic String getPropertyId() Unique property key identifier.- Returns:
- the value
 
 - 
getPropertyNamepublic String getPropertyName() Name of the property.- Returns:
- the value
 
 - 
getEventConfigStatuspublic EventConfigStatus getEventConfigStatus() Status of the configuration.- Returns:
- the value
 
 - 
getTimeCreatedpublic Date getTimeCreated() The date and time the event was configured, in the format defined by RFC3339.Example: 2019-03-25T21:10:29.600Z - Returns:
- the value
 
 - 
getTimeUpdatedpublic Date getTimeUpdated() The last time that any change was made to the configuration.An RFC3339 formatted datetime string. - Returns:
- the value
 
 - 
getCreatedByIdpublic String getCreatedById() OCID of the user who created the configuration.- Returns:
- the value
 
 - 
getUpdatedByIdpublic String getUpdatedById() OCID of the user who last modified the configuration.- 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
 
 
- 
 
-