public class NativeVideo extends Object
| Constructor and Description |
|---|
NativeVideo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Map<String,Object> |
getExt() |
@NotNull Integer |
getMaxduration() |
@NotEmpty Collection<String> |
getMimes() |
@NotNull Integer |
getMinduration() |
@NotEmpty Collection<Integer> |
getProtocols() |
int |
hashCode() |
void |
setExt(Map<String,Object> ext) |
void |
setMaxduration(@NotNull Integer maxduration) |
void |
setMimes(@NotEmpty Collection<String> mimes) |
void |
setMinduration(@NotNull Integer minduration) |
void |
setProtocols(@NotEmpty Collection<Integer> protocols) |
@NotEmpty public @NotEmpty Collection<String> getMimes()
public void setMimes(@NotEmpty
@NotEmpty Collection<String> mimes)
@NotNull public @NotNull Integer getMinduration()
public void setMinduration(@NotNull
@NotNull Integer minduration)
@NotNull public @NotNull Integer getMaxduration()
public void setMaxduration(@NotNull
@NotNull Integer maxduration)
@NotEmpty public @NotEmpty Collection<Integer> getProtocols()
public void setProtocols(@NotEmpty
@NotEmpty Collection<Integer> protocols)
Copyright © 2019. All rights reserved.