Package com.soffid.iam.api
Class AccessLog
- java.lang.Object
-
- com.soffid.iam.api.AccessLog
-
- All Implemented Interfaces:
Serializable
public class AccessLog extends Object implements Serializable
ValueObject AccessLog- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccessLog()
AccessLog(AccessLog otherBean)
AccessLog(Long id)
AccessLog(Long id, String sessionId, Calendar startDate, Calendar endDate, String codeAge, String information, String userName, String serverName, String clientName, String clientAddress, String accessType, String accessProtocol, String userFullName, String jumpServerGroup, String accountName)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAccessProtocol()
Gets value for attribute accessProtocolString
getAccessType()
Gets value for attribute accessTypeString
getAccountName()
Gets value for attribute accountNameString
getClientAddress()
Gets value for attribute clientAddressString
getClientName()
Gets value for attribute clientNameString
getCodeAge()
Gets value for attribute codeAgeCalendar
getEndDate()
Gets value for attribute endDateLong
getId()
Gets value for attribute idString
getInformation()
Gets value for attribute informationString
getJumpServerGroup()
Gets value for attribute jumpServerGroupString
getServerName()
Gets value for attribute serverNameString
getSessionId()
Gets value for attribute sessionIdCalendar
getStartDate()
Gets value for attribute startDateString
getUserCode()
Gets value for attribute userNameString
getUserFullName()
Gets value for attribute userFullNameString
getUserName()
Gets value for attribute userNamevoid
setAccessProtocol(String accessProtocol)
Sets value for attribute accessProtocolvoid
setAccessType(String accessType)
Sets value for attribute accessTypevoid
setAccountName(String accountName)
Sets value for attribute accountNamevoid
setClientAddress(String clientAddress)
Sets value for attribute clientAddressvoid
setClientName(String clientName)
Sets value for attribute clientNamevoid
setCodeAge(String codeAge)
Sets value for attribute codeAgevoid
setEndDate(Calendar endDate)
Sets value for attribute endDatevoid
setId(Long id)
Sets value for attribute idvoid
setInformation(String information)
Sets value for attribute informationvoid
setJumpServerGroup(String jumpServerGroup)
Sets value for attribute jumpServerGroupvoid
setServerName(String serverName)
Sets value for attribute serverNamevoid
setSessionId(String sessionId)
Sets value for attribute sessionIdvoid
setStartDate(Calendar startDate)
Sets value for attribute startDatevoid
setUserCode(String userName)
Sets value for attribute userNamevoid
setUserFullName(String userFullName)
Sets value for attribute userFullNamevoid
setUserName(String userName)
Sets value for attribute userNamestatic AccessLog
toAccessLog(RegistreAcces vo)
Creates a AccessLog value object based on a RegistreAcces object.static void
toAccessLog(RegistreAcces source, AccessLog target)
Updates a AccessLog value object based on a RegistreAcces object.static AccessLog[]
toAccessLogArray(RegistreAcces[] source)
Creates a AccessLog array on a RegistreAcces array.static AsyncList<AccessLog>
toAccessLogAsyncList(AsyncList<RegistreAcces> source)
Creates a AccessLog asynclist on a RegistreAcces collection.static PagedResult<AccessLog>
toAccessLogList(PagedResult<RegistreAcces> source)
Creates a AccessLog pagedResult on a RegistreAcces collection.static List<AccessLog>
toAccessLogList(Collection<RegistreAcces> source)
Creates a AccessLog list on a RegistreAcces collection.String
toString()
Returns a string representation of the value object.
-
-
-
Constructor Detail
-
AccessLog
public AccessLog()
-
AccessLog
public AccessLog(Long id, String sessionId, Calendar startDate, Calendar endDate, String codeAge, String information, String userName, String serverName, String clientName, String clientAddress, String accessType, String accessProtocol, String userFullName, String jumpServerGroup, String accountName)
-
AccessLog
public AccessLog(Long id)
-
AccessLog
public AccessLog(AccessLog otherBean)
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getSessionId
public String getSessionId()
Gets value for attribute sessionId
-
setSessionId
public void setSessionId(String sessionId)
Sets value for attribute sessionId
-
getStartDate
public Calendar getStartDate()
Gets value for attribute startDate
-
setStartDate
public void setStartDate(Calendar startDate)
Sets value for attribute startDate
-
getEndDate
public Calendar getEndDate()
Gets value for attribute endDate
-
setEndDate
public void setEndDate(Calendar endDate)
Sets value for attribute endDate
-
getCodeAge
public String getCodeAge()
Gets value for attribute codeAge
-
setCodeAge
public void setCodeAge(String codeAge)
Sets value for attribute codeAge
-
getInformation
public String getInformation()
Gets value for attribute information
-
setInformation
public void setInformation(String information)
Sets value for attribute information
-
getUserName
public String getUserName()
Gets value for attribute userName
-
setUserName
public void setUserName(String userName)
Sets value for attribute userName
-
getUserCode
public String getUserCode()
Gets value for attribute userName
-
setUserCode
public void setUserCode(String userName)
Sets value for attribute userName
-
getServerName
public String getServerName()
Gets value for attribute serverName
-
setServerName
public void setServerName(String serverName)
Sets value for attribute serverName
-
getClientName
public String getClientName()
Gets value for attribute clientName
-
setClientName
public void setClientName(String clientName)
Sets value for attribute clientName
-
getClientAddress
public String getClientAddress()
Gets value for attribute clientAddress
-
setClientAddress
public void setClientAddress(String clientAddress)
Sets value for attribute clientAddress
-
getAccessType
public String getAccessType()
Gets value for attribute accessType
-
setAccessType
public void setAccessType(String accessType)
Sets value for attribute accessType
-
getAccessProtocol
public String getAccessProtocol()
Gets value for attribute accessProtocol
-
setAccessProtocol
public void setAccessProtocol(String accessProtocol)
Sets value for attribute accessProtocol
-
getUserFullName
public String getUserFullName()
Gets value for attribute userFullName
-
setUserFullName
public void setUserFullName(String userFullName)
Sets value for attribute userFullName
-
getJumpServerGroup
public String getJumpServerGroup()
Gets value for attribute jumpServerGroup
-
setJumpServerGroup
public void setJumpServerGroup(String jumpServerGroup)
Sets value for attribute jumpServerGroup
-
getAccountName
public String getAccountName()
Gets value for attribute accountName
-
setAccountName
public void setAccountName(String accountName)
Sets value for attribute accountName
-
toString
public String toString()
Returns a string representation of the value object.
-
toAccessLog
public static AccessLog toAccessLog(RegistreAcces vo)
Creates a AccessLog value object based on a RegistreAcces object.
-
toAccessLogList
public static List<AccessLog> toAccessLogList(Collection<RegistreAcces> source)
Creates a AccessLog list on a RegistreAcces collection.
-
toAccessLogList
public static PagedResult<AccessLog> toAccessLogList(PagedResult<RegistreAcces> source)
Creates a AccessLog pagedResult on a RegistreAcces collection.
-
toAccessLogAsyncList
public static AsyncList<AccessLog> toAccessLogAsyncList(AsyncList<RegistreAcces> source)
Creates a AccessLog asynclist on a RegistreAcces collection.
-
toAccessLogArray
public static AccessLog[] toAccessLogArray(RegistreAcces[] source)
Creates a AccessLog array on a RegistreAcces array.
-
toAccessLog
public static void toAccessLog(RegistreAcces source, AccessLog target)
Updates a AccessLog value object based on a RegistreAcces object.
-
-