global class UnlockResult { global List errors; global Id id; global Boolean success; global List getErrors() { } global Id getId() { } global Boolean isSuccess() { } }