Package com.vk.api.sdk.objects.video
Class LiveSettings
- java.lang.Object
-
- com.vk.api.sdk.objects.video.LiveSettings
-
-
Constructor Summary
Constructors Constructor Description LiveSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanRewind()booleanequals(java.lang.Object o)BoolIntgetCanRewind()BoolIntgetIsEndless()java.lang.IntegergetMaxDuration()inthashCode()booleanisEndless()LiveSettingssetMaxDuration(java.lang.Integer maxDuration)java.lang.StringtoPrettyString()java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.vk.api.sdk.objects.Validable
validateRequired
-
-
-
-
Method Detail
-
canRewind
public boolean canRewind()
-
getCanRewind
public BoolInt getCanRewind()
-
isEndless
public boolean isEndless()
-
getIsEndless
public BoolInt getIsEndless()
-
getMaxDuration
public java.lang.Integer getMaxDuration()
-
setMaxDuration
public LiveSettings setMaxDuration(java.lang.Integer maxDuration)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
toPrettyString
public java.lang.String toPrettyString()
-
-