Class Issue

java.lang.Object
com.soffid.iam.rc.api.Issue
All Implemented Interfaces:
Serializable

public class Issue extends Object implements Serializable
ValueObject Issue
See Also:
  • Constructor Details

  • Method Details

    • 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
    • getRequester

      public String getRequester()
      Gets value for attribute requester
    • setRequester

      public void setRequester(String requester)
      Sets value for attribute requester
    • 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
    • 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
    • getIp

      public String getIp()
      Gets value for attribute ip
    • setIp

      public void setIp(String ip)
      Sets value for attribute ip
    • 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
    • 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
    • getHosts

      public List<IssueHost> getHosts()
      Gets value for attribute hosts
    • setHosts

      public void setHosts(List<IssueHost> hosts)
      Sets value for attribute hosts
    • getBrowsers

      public List<IssueBrowser> getBrowsers()
      Gets value for attribute browsers
    • setBrowsers

      public void setBrowsers(List<IssueBrowser> browsers)
      Sets value for attribute browsers
    • getUsers

      public List<IssueUser> getUsers()
      Gets value for attribute users
    • setUsers

      public void setUsers(List<IssueUser> users)
      Sets value for attribute users
    • getBreachedEmail

      public String getBreachedEmail()
      Gets value for attribute breachedEmail
    • setBreachedEmail

      public void setBreachedEmail(String breachedEmail)
      Sets value for attribute breachedEmail
    • getDataBreach

      public String getDataBreach()
      Gets value for attribute dataBreach
    • setDataBreach

      public void setDataBreach(String dataBreach)
      Sets value for attribute dataBreach
    • getHtmlDescription

      public String getHtmlDescription()
      Gets value for attribute htmlDescription
    • setHtmlDescription

      public void setHtmlDescription(String htmlDescription)
      Sets value for attribute htmlDescription
    • getCreated

      public Date getCreated()
      Gets value for attribute created
    • setCreated

      public void setCreated(Date created)
      Sets value for attribute created
    • 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
    • getActor

      public String getActor()
      Gets value for attribute actor
    • setActor

      public void setActor(String actor)
      Sets value for attribute actor
    • getPerformedActions

      public String getPerformedActions()
      Gets value for attribute performedActions
    • setPerformedActions

      public void setPerformedActions(String performedActions)
      Sets value for attribute performedActions
    • getUpdatedOn

      public Date getUpdatedOn()
      Gets value for attribute updatedOn
    • setUpdatedOn

      public void setUpdatedOn(Date updatedOn)
      Sets value for attribute updatedOn
    • getUpdatedBy

      public String getUpdatedBy()
      Gets value for attribute updatedBy
    • setUpdatedBy

      public void setUpdatedBy(String updatedBy)
      Sets value for attribute updatedBy
    • getDeletedOn

      public Date getDeletedOn()
      Gets value for attribute deletedOn
    • setDeletedOn

      public void setDeletedOn(Date deletedOn)
      Sets value for attribute deletedOn
    • getDeletedBy

      public String getDeletedBy()
      Gets value for attribute deletedBy
    • setDeletedBy

      public void setDeletedBy(String deletedBy)
      Sets value for attribute deletedBy
    • getCreatedOn

      public Date getCreatedOn()
      Gets value for attribute createdOn
    • setCreatedOn

      public void setCreatedOn(Date createdOn)
      Sets value for attribute createdOn
    • toString

      public String toString()
      Returns a string representation of the value object.
      Overrides:
      toString in class Object