org.apache.jmeter.config
Class LoginConfig
java.lang.Object
org.apache.jmeter.testelement.AbstractTestElement
org.apache.jmeter.config.ConfigTestElement
org.apache.jmeter.config.LoginConfig
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, ConfigElement, TestElement
public class LoginConfig
- extends ConfigTestElement
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
LoginConfig()
Constructor for the LoginConfig object. |
Method Summary |
java.lang.String |
getPassword()
Gets the Password attribute of the LoginConfig object. |
java.lang.String |
getUsername()
Gets the Username attribute of the LoginConfig object. |
void |
setPassword(java.lang.String password)
Sets the Password attribute of the LoginConfig object. |
void |
setUsername(java.lang.String username)
Sets the Username attribute of the LoginConfig object. |
java.lang.String |
toString()
|
Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement |
addProperty, canRemove, clear, clearTemporary, clone, emptyTemporary, equals, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getThreadContext, getThreadName, hashCode, isEnabled, isRunningVersion, isTemporary, logProperties, mergeIn, propertyIterator, recoverRunningVersion, removeProperty, setComment, setName, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse, traverseCollection, traverseMap, traverseProperty |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
LoginConfig
public LoginConfig()
- Constructor for the LoginConfig object.
setUsername
public void setUsername(java.lang.String username)
- Sets the Username attribute of the LoginConfig object.
- Parameters:
username
- the new Username value
setPassword
public void setPassword(java.lang.String password)
- Sets the Password attribute of the LoginConfig object.
- Parameters:
password
- the new Password value
getUsername
public java.lang.String getUsername()
- Gets the Username attribute of the LoginConfig object.
- Returns:
- the Username value
getPassword
public java.lang.String getPassword()
- Gets the Password attribute of the LoginConfig object.
- Returns:
- the Password value
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 1998-2009 Apache Software Foundation. All Rights Reserved.