public class ArchiveFaceInfo extends AlipayObject
Constructor and Description |
---|
ArchiveFaceInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getFaceImage()
Gets face image.
|
String |
getType()
Gets type.
|
Boolean |
getUsable()
Gets usable.
|
void |
setFaceImage(String faceImage)
Sets face image.
|
void |
setType(String type)
Sets type.
|
void |
setUsable(Boolean usable)
Sets usable.
|
public String getFaceImage()
public void setFaceImage(String faceImage)
faceImage
- the face imagepublic String getType()
public void setType(String type)
type
- the typepublic Boolean getUsable()
public void setUsable(Boolean usable)
usable
- the usableCopyright © 2018. All rights reserved.