Class DigitalAssetMetadata
java.lang.Object
com.oracle.content.sdk.model.AssetObject
com.oracle.content.sdk.model.digital.DigitalAssetMetadata
- All Implemented Interfaces:
 Serializable
The metadata for an asset (includes width and height).
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionParse the string value of height into an integer.getWidth()Parse the string value of width into an integer. 
- 
Constructor Details
- 
DigitalAssetMetadata
public DigitalAssetMetadata() 
 - 
 - 
Method Details
- 
getWidth
 - 
getHeight
 - 
getWidthAsInteger
Parse the string value of width into an integer.- Returns:
 - Integer value of width, or 0 if not a number or empty.
 
 - 
getHeightAsIntger
Parse the string value of height into an integer.- Returns:
 - Integer value of height, or 0 if not a number or empty.
 
 
 -