Class GenderChangedNotificationDto
- java.lang.Object
-
- com.fifa.connectid.sdk.notifications.GenderChangedNotificationDto
-
- All Implemented Interfaces:
Serializable
public class GenderChangedNotificationDto extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringactorNameprotected Stringafterprotected Stringbeforeprotected XMLGregorianCalendaroperationTimestampprotected StringpersonFIFAId
-
Constructor Summary
Constructors Constructor Description GenderChangedNotificationDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetActorName()StringgetAfter()StringgetBefore()XMLGregorianCalendargetOperationTimestamp()StringgetPersonFIFAId()voidsetActorName(String actorName)voidsetAfter(String after)voidsetBefore(String before)voidsetOperationTimestamp(XMLGregorianCalendar operationTimestamp)voidsetPersonFIFAId(String personFIFAId)
-
-
-
Field Detail
-
personFIFAId
protected String personFIFAId
-
before
protected String before
-
after
protected String after
-
actorName
protected String actorName
-
operationTimestamp
protected XMLGregorianCalendar operationTimestamp
-
-
Method Detail
-
getPersonFIFAId
public String getPersonFIFAId()
-
setPersonFIFAId
public void setPersonFIFAId(String personFIFAId)
-
getBefore
public String getBefore()
-
setBefore
public void setBefore(String before)
-
getAfter
public String getAfter()
-
setAfter
public void setAfter(String after)
-
getActorName
public String getActorName()
-
setActorName
public void setActorName(String actorName)
-
getOperationTimestamp
public XMLGregorianCalendar getOperationTimestamp()
-
setOperationTimestamp
public void setOperationTimestamp(XMLGregorianCalendar operationTimestamp)
-
-