Class OpsUpdate

java.lang.Object
com.tremolosecurity.scalejs.operators.data.OpsUpdate

public class OpsUpdate extends Object
OpsUpdate
  • Constructor Details

    • OpsUpdate

      public OpsUpdate()
  • Method Details

    • getAttributes

      public List<Attribute> getAttributes()
      Returns:
      the attributes
    • getDn

      public String getDn()
      Returns:
      the dn
    • setAttributes

      public void setAttributes(List<Attribute> attributes)
      Parameters:
      attributes - the attributes to set
    • setDn

      public void setDn(String dn)
      Parameters:
      dn - the dn to set
    • getReason

      public String getReason()
      Returns:
      the reason
    • setReason

      public void setReason(String reason)
      Parameters:
      reason - the reason to set