I'm trying to parse a JSON with GSON in an AsyncTask
The issue is : I have the method android.os.AsyncTask.getStatus
and my own getter for my own class Status
(this class is the parsing of my JSON file)
Can i set a nickname or something like this ? How to make difference between Android SDK method and my own method ?