Class IssueBrowser

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

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

  • Method Details

    • getAction

      public HostEventAction getAction()
      Gets value for attribute action
    • setAction

      public void setAction(HostEventAction action)
      Sets value for attribute action
    • getBrowserId

      public Long getBrowserId()
      Gets value for attribute browserId
    • setBrowserId

      public void setBrowserId(Long browserId)
      Sets value for attribute browserId
    • getType

      public String getType()
      Gets value for attribute type
    • setType

      public void setType(String type)
      Sets value for attribute type
    • getHostIp

      public String getHostIp()
      Gets value for attribute hostIp
    • setHostIp

      public void setHostIp(String hostIp)
      Sets value for attribute hostIp
    • toString

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