Class AssetMetadataEntryDetails
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.mediaservices.model.IngestStreamDistributionChannelDetails
- 
- com.oracle.bmc.mediaservices.model.AssetMetadataEntryDetails
 
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20211101") public final class AssetMetadataEntryDetails extends IngestStreamDistributionChannelDetailsAsset Metadata entry information.
 Note: Objects should always be created or deserialized using theAssetMetadataEntryDetails.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 theAssetMetadataEntryDetails.Builder, which maintain a set of all explicitly set fields calledAssetMetadataEntryDetails.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 classAssetMetadataEntryDetails.Builder- 
Nested classes/interfaces inherited from class com.oracle.bmc.mediaservices.model.IngestStreamDistributionChannelDetailsIngestStreamDistributionChannelDetails.IngestPayloadType
 
- 
 - 
Constructor SummaryConstructors Constructor Description AssetMetadataEntryDetails(String mediaAssetId, String compartmentId)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AssetMetadataEntryDetails.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetCompartmentId()The compartment ID where the Ingest Workflow Job will be run.StringgetMediaAssetId()The Media Asset ID to ingest into the Distribution Channel.inthashCode()AssetMetadataEntryDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
AssetMetadataEntryDetails@Deprecated public AssetMetadataEntryDetails(String mediaAssetId, String compartmentId) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static AssetMetadataEntryDetails.Builder builder() Create a new builder.
 - 
toBuilderpublic AssetMetadataEntryDetails.Builder toBuilder() 
 - 
getMediaAssetIdpublic String getMediaAssetId() The Media Asset ID to ingest into the Distribution Channel.- Returns:
- the value
 
 - 
getCompartmentIdpublic String getCompartmentId() The compartment ID where the Ingest Workflow Job will be run.- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- IngestStreamDistributionChannelDetails
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Overrides:
- toStringin class- IngestStreamDistributionChannelDetails
- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- IngestStreamDistributionChannelDetails
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- IngestStreamDistributionChannelDetails
 
 
- 
 
-