setToken method

void setToken (
  1. String tokenVal
)

Implementation

void setToken(String tokenVal) {
  token = tokenVal;
}