global class TargetActionOutputRepresentation {
|
global String id;
|
global String name;
|
global List<String> parameters;
|
global String type;
|
global TargetActionOutputRepresentation() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Double getBuildVersion() { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|