Class PersonMergedNotificationDto
- java.lang.Object
-
- com.fifa.connectid.sdk.notifications.PersonMergedNotificationDto
-
- All Implemented Interfaces:
Serializable
public class PersonMergedNotificationDto extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringactorNameprotected XMLGregorianCalendaroperationTimestampprotected StringprimaryPersonFIFAIdprotected StringsecondaryPersonFIFAId
-
Constructor Summary
Constructors Constructor Description PersonMergedNotificationDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetActorName()XMLGregorianCalendargetOperationTimestamp()StringgetPrimaryPersonFIFAId()StringgetSecondaryPersonFIFAId()voidsetActorName(String actorName)voidsetOperationTimestamp(XMLGregorianCalendar operationTimestamp)voidsetPrimaryPersonFIFAId(String primaryPersonFIFAId)voidsetSecondaryPersonFIFAId(String secondaryPersonFIFAId)
-
-
-
Field Detail
-
primaryPersonFIFAId
protected String primaryPersonFIFAId
-
secondaryPersonFIFAId
protected String secondaryPersonFIFAId
-
actorName
protected String actorName
-
operationTimestamp
protected XMLGregorianCalendar operationTimestamp
-
-
Method Detail
-
getPrimaryPersonFIFAId
public String getPrimaryPersonFIFAId()
-
setPrimaryPersonFIFAId
public void setPrimaryPersonFIFAId(String primaryPersonFIFAId)
-
getSecondaryPersonFIFAId
public String getSecondaryPersonFIFAId()
-
setSecondaryPersonFIFAId
public void setSecondaryPersonFIFAId(String secondaryPersonFIFAId)
-
getActorName
public String getActorName()
-
setActorName
public void setActorName(String actorName)
-
getOperationTimestamp
public XMLGregorianCalendar getOperationTimestamp()
-
setOperationTimestamp
public void setOperationTimestamp(XMLGregorianCalendar operationTimestamp)
-
-