public class MediaLocation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
description |
java.lang.Integer |
end |
java.lang.Integer |
start |
| Constructor and Description |
|---|
MediaLocation(java.lang.String description,
java.lang.Integer start,
java.lang.Integer end) |