public class Audio extends Object
| Constructor and Description |
|---|
Audio() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Object |
getAdm() |
Collection<Integer> |
getApi() |
Integer |
getCtype() |
String |
getCurl() |
Integer |
getDur() |
Map<String,Object> |
getExt() |
Collection<String> |
getMime() |
int |
hashCode() |
void |
setAdm(Object adm) |
void |
setApi(Collection<Integer> api) |
void |
setCtype(Integer ctype) |
void |
setCurl(String curl) |
void |
setDur(Integer dur) |
void |
setExt(Map<String,Object> ext) |
void |
setMime(Collection<String> mime) |
public Collection<String> getMime()
public void setMime(Collection<String> mime)
public Collection<Integer> getApi()
public void setApi(Collection<Integer> api)
public Integer getCtype()
public void setCtype(Integer ctype)
public Integer getDur()
public void setDur(Integer dur)
public Object getAdm()
public void setAdm(Object adm)
public String getCurl()
public void setCurl(String curl)
protected boolean canEqual(Object other)
Copyright © 2019. All rights reserved.