Foundational questions on state diagram UML 2

Hello

I am confused about state diagram:

a) do the messages need to be generic or should they match exactly as defined in class?

b) Can verb be states in state diagram? such as setTime state?

c) Should I draw a separate state diagram for every single non related state of an object?

thanks