public class SourceRconAuthRequest extends SourceRconRequest
SourceRconAuthRequest class.
Constructor and Description |
---|
SourceRconAuthRequest()
Constructor for SourceRconAuthRequest.
|
SourceRconAuthRequest(byte[] password)
Constructor for SourceRconAuthRequest.
|
Modifier and Type | Method and Description |
---|---|
protected void |
buildToString(org.apache.commons.lang3.builder.ToStringBuilder builder)
buildToString.
|
byte[] |
getPassword()
Getter for the field
password . |
void |
setPassword(byte[] password)
Setter for the field
password . |
getRequestId, setRequestId
equals, hashCode, id, toString
public SourceRconAuthRequest()
Constructor for SourceRconAuthRequest.
public SourceRconAuthRequest(byte[] password)
Constructor for SourceRconAuthRequest.
password
- an array of byte
objectsprotected void buildToString(org.apache.commons.lang3.builder.ToStringBuilder builder)
buildToString.
buildToString
in class SourceRconRequest
builder
- a ToStringBuilder
objectpublic byte[] getPassword()
Getter for the field password
.
byte
objectspublic void setPassword(byte[] password)
Setter for the field password
.
password
- an array of byte
objectsCopyright © 2016–2024. All rights reserved.