Assume we are writing a mutator method for the field private boolean isRaining; What would the correct name for this mutator method be?

setIsRaining
  • getIsRaining
  • setBoolean
  • mutateRaining

There are no hints for this question