global class VerifierOutputRepresentation {
|
global String developerName;
|
global String verificationState;
|
global VerifierOutputRepresentation() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Double getBuildVersion() { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|