Log.i(LOG_TAG,"FERNANDO BORRAR: into settoken"+token);this.token=token;
this.token=token;
}
publicStringgetToken(){
if(token==null)thrownewjava.lang.NullPointerException("Token has no value. Use constructor properly or RestapiWrapper.setToken must be invoked previously");returntoken;