Module ibm.jzos
Package com.ibm.jzos

Class RauditxParameters

java.lang.Object
com.ibm.jzos.RauditxParameters

public class RauditxParameters extends Object
Mapping of r_auditx parameters.
Since:
2.2.1
  • Field Details

  • Constructor Details

    • RauditxParameters

      public RauditxParameters()
    • RauditxParameters

      public RauditxParameters(byte[] buffer)
  • Method Details

    • getByteBuffer

      public byte[] getByteBuffer()
    • getSubtype

      public int getSubtype()
    • setSubtype

      public void setSubtype(int subtype)
    • getEvent

      public int getEvent()
    • setEvent

      public void setEvent(int event)
    • getQualifier

      public int getQualifier()
    • setQualifier

      public void setQualifier(int qualifier)
    • getRelCnt

      public int getRelCnt()
    • setRelCnt

      public void setRelCnt(int relCnt)
    • getMsgCnt

      public int getMsgCnt()
    • setMsgCnt

      public void setMsgCnt(int msgCnt)
    • getFmid

      public String getFmid()
    • setFmid

      public void setFmid(String fmid)
    • getRacfCls

      public String getRacfCls()
    • setRacfCls

      public void setRacfCls(String racfCls)
    • getAttr

      public long getAttr()
    • setAttr

      public void setAttr(long attr)
    • getLinkval

      public byte[] getLinkval()
    • setLinkval

      public void setLinkval(byte[] linkval)
    • getCompLen

      public long getCompLen()
    • setCompLen

      public void setCompLen(long compLen)
    • getComp

      public String getComp()
    • setComp

      public void setComp(String comp)
    • getResLen

      public long getResLen()
    • setResLen

      public void setResLen(long resLen)
    • getRes

      public String getRes()
    • setRes

      public void setRes(String res)
    • getLogLen

      public long getLogLen()
    • setLogLen

      public void setLogLen(long logLen)
    • getLog

      public String getLog()
    • setLog

      public void setLog(String log)