global class NBAStrategyInput {
|
global String contextRecordId;
|
global Boolean debugTrace;
|
global Integer maxResults;
|
global Map<String,String> strategyContext;
|
global NBAStrategyInput() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|