Person Class

public class Person extends NameAndUserDataContract

Person object.

Method Summary

Modifier and Type Method and Description
List<UUID> persistedFaceIds()

Get the persistedFaceIds value.

UUID personId()

Get the personId value.

Person withPersistedFaceIds(List<UUID> persistedFaceIds)

Set the persistedFaceIds value.

Person withPersonId(UUID personId)

Set the personId value.

Inherited Members

Method Details

persistedFaceIds

public List persistedFaceIds()

Get the persistedFaceIds value.

Returns:

the persistedFaceIds value

personId

public UUID personId()

Get the personId value.

Returns:

the personId value

withPersistedFaceIds

public Person withPersistedFaceIds(List persistedFaceIds)

Set the persistedFaceIds value.

Parameters:

persistedFaceIds - the persistedFaceIds value to set

Returns:

the Person object itself.

withPersonId

public Person withPersonId(UUID personId)

Set the personId value.

Parameters:

personId - the personId value to set

Returns:

the Person object itself.

Applies to