Package com.soffid.iam.api
Class Issue
- java.lang.Object
-
- com.soffid.iam.api.Issue
-
- All Implemented Interfaces:
Serializable
public class Issue extends Object implements Serializable
ValueObject Issue- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Issue()
Issue(Issue otherBean)
Issue(Long id, Long number, Date created, String type, String description, Integer times, IssueStatus status, Date acknowledged, Date solved, Double failedLoginPct, Double humanConfidence, String system, String otpDevice, String exception, SoDRisk risk, RoleAccount roleAccount, PamRule rule, String jobName, String country, String account, String actor, String loginName, String hash, List<IssueHost> hosts, List<IssueUser> users, String performedActions, String requester)
Issue(Date created, String type, Integer times, IssueStatus status)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAccount()
Gets value for attribute accountDate
getAcknowledged()
Gets value for attribute acknowledgedString
getActor()
Gets value for attribute actorString
getCountry()
Gets value for attribute countryDate
getCreated()
Gets value for attribute createdString
getDescription()
Gets value for attribute descriptionString
getException()
Gets value for attribute exceptionDouble
getFailedLoginPct()
Gets value for attribute failedLoginPctString
getHash()
Gets value for attribute hashList<IssueHost>
getHosts()
Gets value for attribute hostsDouble
getHumanConfidence()
Gets value for attribute humanConfidenceLong
getId()
Gets value for attribute idString
getJobName()
Gets value for attribute jobNameString
getLoginName()
Gets value for attribute loginNameLong
getNumber()
Gets value for attribute numberString
getOtpDevice()
Gets value for attribute otpDeviceString
getPerformedActions()
Gets value for attribute performedActionsString
getRequester()
Gets value for attribute requesterSoDRisk
getRisk()
Gets value for attribute riskRoleAccount
getRoleAccount()
Gets value for attribute roleAccountPamRule
getRule()
Gets value for attribute ruleDate
getSolved()
Gets value for attribute solvedIssueStatus
getStatus()
Gets value for attribute statusString
getSystem()
Gets value for attribute systemInteger
getTimes()
Gets value for attribute timesString
getType()
Gets value for attribute typeList<IssueUser>
getUsers()
Gets value for attribute usersvoid
setAccount(String account)
Sets value for attribute accountvoid
setAcknowledged(Date acknowledged)
Sets value for attribute acknowledgedvoid
setActor(String actor)
Sets value for attribute actorvoid
setCountry(String country)
Sets value for attribute countryvoid
setCreated(Date created)
Sets value for attribute createdvoid
setDescription(String description)
Sets value for attribute descriptionvoid
setException(String exception)
Sets value for attribute exceptionvoid
setFailedLoginPct(Double failedLoginPct)
Sets value for attribute failedLoginPctvoid
setHash(String hash)
Sets value for attribute hashvoid
setHosts(List<IssueHost> hosts)
Sets value for attribute hostsvoid
setHumanConfidence(Double humanConfidence)
Sets value for attribute humanConfidencevoid
setId(Long id)
Sets value for attribute idvoid
setJobName(String jobName)
Sets value for attribute jobNamevoid
setLoginName(String loginName)
Sets value for attribute loginNamevoid
setNumber(Long number)
Sets value for attribute numbervoid
setOtpDevice(String otpDevice)
Sets value for attribute otpDevicevoid
setPerformedActions(String performedActions)
Sets value for attribute performedActionsvoid
setRequester(String requester)
Sets value for attribute requestervoid
setRisk(SoDRisk risk)
Sets value for attribute riskvoid
setRoleAccount(RoleAccount roleAccount)
Sets value for attribute roleAccountvoid
setRule(PamRule rule)
Sets value for attribute rulevoid
setSolved(Date solved)
Sets value for attribute solvedvoid
setStatus(IssueStatus status)
Sets value for attribute statusvoid
setSystem(String system)
Sets value for attribute systemvoid
setTimes(Integer times)
Sets value for attribute timesvoid
setType(String type)
Sets value for attribute typevoid
setUsers(List<IssueUser> users)
Sets value for attribute usersString
toString()
Returns a string representation of the value object.
-
-
-
Constructor Detail
-
Issue
public Issue()
-
Issue
public Issue(Long id, Long number, Date created, String type, String description, Integer times, IssueStatus status, Date acknowledged, Date solved, Double failedLoginPct, Double humanConfidence, String system, String otpDevice, String exception, SoDRisk risk, RoleAccount roleAccount, PamRule rule, String jobName, String country, String account, String actor, String loginName, String hash, List<IssueHost> hosts, List<IssueUser> users, String performedActions, String requester)
-
Issue
public Issue(Date created, String type, Integer times, IssueStatus status)
-
Issue
public Issue(Issue otherBean)
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getNumber
public Long getNumber()
Gets value for attribute number
-
setNumber
public void setNumber(Long number)
Sets value for attribute number
-
getCreated
public Date getCreated()
Gets value for attribute created
-
setCreated
public void setCreated(Date created)
Sets value for attribute created
-
getType
public String getType()
Gets value for attribute type
-
setType
public void setType(String type)
Sets value for attribute type
-
getDescription
public String getDescription()
Gets value for attribute description
-
setDescription
public void setDescription(String description)
Sets value for attribute description
-
getTimes
public Integer getTimes()
Gets value for attribute times
-
setTimes
public void setTimes(Integer times)
Sets value for attribute times
-
getStatus
public IssueStatus getStatus()
Gets value for attribute status
-
setStatus
public void setStatus(IssueStatus status)
Sets value for attribute status
-
getAcknowledged
public Date getAcknowledged()
Gets value for attribute acknowledged
-
setAcknowledged
public void setAcknowledged(Date acknowledged)
Sets value for attribute acknowledged
-
getSolved
public Date getSolved()
Gets value for attribute solved
-
setSolved
public void setSolved(Date solved)
Sets value for attribute solved
-
getFailedLoginPct
public Double getFailedLoginPct()
Gets value for attribute failedLoginPct
-
setFailedLoginPct
public void setFailedLoginPct(Double failedLoginPct)
Sets value for attribute failedLoginPct
-
getHumanConfidence
public Double getHumanConfidence()
Gets value for attribute humanConfidence
-
setHumanConfidence
public void setHumanConfidence(Double humanConfidence)
Sets value for attribute humanConfidence
-
getSystem
public String getSystem()
Gets value for attribute system
-
setSystem
public void setSystem(String system)
Sets value for attribute system
-
getOtpDevice
public String getOtpDevice()
Gets value for attribute otpDevice
-
setOtpDevice
public void setOtpDevice(String otpDevice)
Sets value for attribute otpDevice
-
getException
public String getException()
Gets value for attribute exception
-
setException
public void setException(String exception)
Sets value for attribute exception
-
getRisk
public SoDRisk getRisk()
Gets value for attribute risk
-
setRisk
public void setRisk(SoDRisk risk)
Sets value for attribute risk
-
getRoleAccount
public RoleAccount getRoleAccount()
Gets value for attribute roleAccount
-
setRoleAccount
public void setRoleAccount(RoleAccount roleAccount)
Sets value for attribute roleAccount
-
getRule
public PamRule getRule()
Gets value for attribute rule
-
setRule
public void setRule(PamRule rule)
Sets value for attribute rule
-
getJobName
public String getJobName()
Gets value for attribute jobName
-
setJobName
public void setJobName(String jobName)
Sets value for attribute jobName
-
getCountry
public String getCountry()
Gets value for attribute country
-
setCountry
public void setCountry(String country)
Sets value for attribute country
-
getAccount
public String getAccount()
Gets value for attribute account
-
setAccount
public void setAccount(String account)
Sets value for attribute account
-
getActor
public String getActor()
Gets value for attribute actor
-
setActor
public void setActor(String actor)
Sets value for attribute actor
-
getLoginName
public String getLoginName()
Gets value for attribute loginName
-
setLoginName
public void setLoginName(String loginName)
Sets value for attribute loginName
-
getHash
public String getHash()
Gets value for attribute hash
-
setHash
public void setHash(String hash)
Sets value for attribute hash
-
getPerformedActions
public String getPerformedActions()
Gets value for attribute performedActions
-
setPerformedActions
public void setPerformedActions(String performedActions)
Sets value for attribute performedActions
-
getRequester
public String getRequester()
Gets value for attribute requester
-
setRequester
public void setRequester(String requester)
Sets value for attribute requester
-
-