put state String
@param state String @return address Address
Address putState(String state) { addressMap["state"] = state; return this; }