Package com.exedio.cope.misc
Class MediaSummary
- java.lang.Object
-
- com.exedio.cope.misc.MediaSummary
-
public final class MediaSummary extends Object
-
-
Constructor Summary
Constructors Constructor Description MediaSummary(MediaInfo[] infos)
-
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()
int
getRedirectFrom()
-
-
-
Constructor Detail
-
MediaSummary
public MediaSummary(MediaInfo[] infos)
-
-
Method Detail
-
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()
-
-