Package com.exedio.cope.pattern
Class MediaInfo
- java.lang.Object
-
- com.exedio.cope.pattern.MediaInfo
-
public final class MediaInfo extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDelivered()
int
getException()
int
getGuessedUrl()
int
getInvalidSpecial()
int
getIsNull()
int
getMoved()
int
getNoSuchItem()
int
getNotAnItem()
int
getNotComputable()
int
getNotModified()
MediaPath
getPath()
int
getRedirectFrom()
-
-
-
Method Detail
-
getPath
public MediaPath getPath()
-
getRedirectFrom
public int getRedirectFrom()
-
getException
public int getException()
-
getInvalidSpecial
public int getInvalidSpecial()
-
getGuessedUrl
public int getGuessedUrl()
-
getNotAnItem
public int getNotAnItem()
-
getNoSuchItem
public int getNoSuchItem()
-
getMoved
public int getMoved()
-
getIsNull
public int getIsNull()
-
getNotComputable
public int getNotComputable()
-
getNotModified
public int getNotModified()
-
getDelivered
public int getDelivered()
-
-