Package net.solarnetwork.domain
Class Request
java.lang.Object
net.solarnetwork.domain.Request
A request envelope object.
- Version:
- 1.0
- Author:
- matt
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetData()Get the message data.Get the password.Get the username.
-
Constructor Details
-
Request
Constructor.- Parameters:
username- the usernamepassword- the passworddata- the message data
-
-
Method Details
-
getUsername
Get the username.- Returns:
- the username
-
getPassword
Get the password.- Returns:
- the password
-
getData
Get the message data.- Returns:
- the data
-