Class BulkDeactivateRegistrationsResult
- java.lang.Object
-
- com.fifa.connectid.sdk.core.api.models.BulkDeactivateRegistrationsResult
-
public class BulkDeactivateRegistrationsResult extends Object
The BulkDeactivateRegistrationsResult model.
-
-
Constructor Summary
Constructors Constructor Description BulkDeactivateRegistrationsResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringexception()Get the exception value.StringpersonId()Get the personId value.Booleansuccess()Get the success value.BulkDeactivateRegistrationsResultwithException(String exception)Set the exception value.BulkDeactivateRegistrationsResultwithSuccess(Boolean success)Set the success value.
-
-
-
Method Detail
-
personId
public String personId()
Get the personId value.- Returns:
- the personId value
-
success
public Boolean success()
Get the success value.- Returns:
- the success value
-
withSuccess
public BulkDeactivateRegistrationsResult withSuccess(Boolean success)
Set the success value.- Parameters:
success- the success value to set- Returns:
- the BulkDeactivateRegistrationsResult object itself.
-
exception
public String exception()
Get the exception value.- Returns:
- the exception value
-
withException
public BulkDeactivateRegistrationsResult withException(String exception)
Set the exception value.- Parameters:
exception- the exception value to set- Returns:
- the BulkDeactivateRegistrationsResult object itself.
-
-