public class Information extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
masqeradeUserDescription |
protected String |
masqeruadeUserId |
protected String |
masqueradeUserType |
protected String |
nodeIpAddress |
protected String |
nodeType |
protected String |
userDescription |
protected String |
userId |
protected String |
userIpAddress |
protected String |
userType |
Constructor and Description |
---|
Information() |
Modifier and Type | Method and Description |
---|---|
String |
getMasqeradeUserDescription() |
String |
getMasqeruadeUserId() |
String |
getMasqueradeUserType() |
String |
getNodeIpAddress() |
String |
getNodeType() |
String |
getUserDescription() |
String |
getUserId() |
String |
getUserIpAddress() |
String |
getUserType() |
void |
setMasqeradeUserDescription(String masqeradeUserDescription) |
void |
setMasqeruadeUserId(String masqeruadeUserId) |
void |
setMasqueradeUserType(String masqueradeUserType) |
void |
setNodeIpAddress(String nodeIpAddress) |
void |
setNodeType(String nodeType) |
void |
setUserDescription(String userDescription) |
void |
setUserId(String userId) |
void |
setUserIpAddress(String userIpAddress) |
void |
setUserType(String userType) |
protected String userDescription
protected String userId
protected String userIpAddress
protected String userType
protected String masqeradeUserDescription
protected String masqeruadeUserId
protected String masqueradeUserType
protected String nodeIpAddress
protected String nodeType
public String getUserDescription()
public void setUserDescription(String userDescription)
public String getUserId()
public void setUserId(String userId)
public String getUserIpAddress()
public void setUserIpAddress(String userIpAddress)
public String getUserType()
public void setUserType(String userType)
public String getMasqeradeUserDescription()
public void setMasqeradeUserDescription(String masqeradeUserDescription)
public String getMasqeruadeUserId()
public void setMasqeruadeUserId(String masqeruadeUserId)
public String getMasqueradeUserType()
public void setMasqueradeUserType(String masqueradeUserType)
public String getNodeIpAddress()
public void setNodeIpAddress(String nodeIpAddress)
public String getNodeType()
public void setNodeType(String nodeType)
Copyright © 2021. All rights reserved.