public class File extends Object
| Constructor and Description |
|---|
File() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType() |
String |
getCustomId() |
HashMap |
getCustomLabels() |
String |
getKey() |
Integer |
getMaxFaceNum() |
String |
getMediaType() |
List<Persons> |
getPersons() |
String |
getURI() |
String |
getValue() |
void |
setContentType(String contentType) |
void |
setCustomId(String customId) |
void |
setCustomLabels(HashMap customLabels) |
void |
setKey(String key) |
void |
setMaxFaceNum(Integer maxFaceNum) |
void |
setMediaType(String mediaType) |
void |
setPersons(List<Persons> persons) |
void |
setURI(String uRI) |
void |
setValue(String value) |
public String getCustomId()
public void setCustomId(String customId)
public HashMap getCustomLabels()
public void setCustomLabels(HashMap customLabels)
public String getKey()
public void setKey(String key)
public String getValue()
public void setValue(String value)
public String getMediaType()
public void setMediaType(String mediaType)
public String getContentType()
public void setContentType(String contentType)
public String getURI()
public void setURI(String uRI)
public Integer getMaxFaceNum()
public void setMaxFaceNum(Integer maxFaceNum)
Copyright © 2025. All rights reserved.