Class BulkDeactivateRegistrationsResult


  • public class BulkDeactivateRegistrationsResult
    extends Object
    The BulkDeactivateRegistrationsResult model.
    • Constructor Detail

      • BulkDeactivateRegistrationsResult

        public BulkDeactivateRegistrationsResult()
    • 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.