|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.jmeter.testelement.AbstractTestElement org.apache.jmeter.config.ConfigTestElement org.apache.jmeter.config.LoginConfig
public class LoginConfig
Field Summary |
---|
Fields inherited from class org.apache.jmeter.config.ConfigTestElement |
---|
PASSWORD, USERNAME |
Fields inherited from interface org.apache.jmeter.testelement.TestElement |
---|
COMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS |
Constructor Summary | |
---|---|
LoginConfig()
Constructor for the LoginConfig object. |
Method Summary | |
---|---|
String |
getPassword()
Gets the Password attribute of the LoginConfig object. |
String |
getUsername()
Gets the Username attribute of the LoginConfig object. |
void |
setPassword(String password)
Sets the Password attribute of the LoginConfig object. |
void |
setUsername(String username)
Sets the Username attribute of the LoginConfig object. |
String |
toString()
|
Methods inherited from class org.apache.jmeter.config.ConfigTestElement |
---|
addConfigElement, addTestElement, expectsModification |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.jmeter.config.ConfigElement |
---|
clone |
Constructor Detail |
---|
public LoginConfig()
Method Detail |
---|
public void setUsername(String username)
username
- the new Username valuepublic void setPassword(String password)
password
- the new Password valuepublic String getUsername()
public String getPassword()
public String toString()
toString
in class Object
|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |