Class DigitalAssetMetadata

java.lang.Object
com.oracle.content.sdk.model.AssetObject
com.oracle.content.sdk.model.digital.DigitalAssetMetadata
All Implemented Interfaces:
Serializable

public class DigitalAssetMetadata extends AssetObject
The metadata for an asset (includes width and height).
See Also:
  • Constructor Details

    • DigitalAssetMetadata

      public DigitalAssetMetadata()
  • Method Details

    • getWidth

      public String getWidth()
    • getHeight

      public String getHeight()
    • getWidthAsInteger

      public Integer getWidthAsInteger()
      Parse the string value of width into an integer.
      Returns:
      Integer value of width, or 0 if not a number or empty.
    • getHeightAsIntger

      public Integer getHeightAsIntger()
      Parse the string value of height into an integer.
      Returns:
      Integer value of height, or 0 if not a number or empty.