PersonGroup Class
- java.
lang. Object - NameAndUserDataContract
- com.
microsoft. azure. cognitiveservices. vision. faceapi. models. PersonGroup
- com.
public class PersonGroup extends NameAndUserDataContract
Person group object.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
personGroupId()
Get the personGroupId value. |
Person |
withPersonGroupId(String personGroupId)
Set the personGroupId value. |
Inherited Members
NameAndUserDataContract.name()
NameAndUserDataContract.userData()
NameAndUserDataContract.withName(String name)
NameAndUserDataContract.withUserData(String userData)
Method Details
personGroupId
public String personGroupId()
Get the personGroupId value.
Returns:
the personGroupId value
withPersonGroupId
public PersonGroup withPersonGroupId(String personGroupId)
Set the personGroupId value.
Parameters:
personGroupId
- the personGroupId value to set
Returns:
the PersonGroup object itself.