类 DlpDetectModeProofContext

java.lang.Object
com.lark.oapi.service.security_and_compliance.v1.model.DlpDetectModeProofContext

public class DlpDetectModeProofContext extends Object
  • 构造器详细资料

    • DlpDetectModeProofContext

      public DlpDetectModeProofContext()
    • DlpDetectModeProofContext

      public DlpDetectModeProofContext(DlpDetectModeProofContext.Builder builder)
  • 方法详细资料

    • newBuilder

      public static DlpDetectModeProofContext.Builder newBuilder()
    • getDetectMode

      public Integer getDetectMode()
    • setDetectMode

      public void setDetectMode(Integer detectMode)
    • getDetectName

      public String getDetectName()
    • setDetectName

      public void setDetectName(String detectName)
    • getProofContexts

      public DlpProofContext[] getProofContexts()
    • setProofContexts

      public void setProofContexts(DlpProofContext[] proofContexts)
    • getHitCount

      public Integer getHitCount()
    • setHitCount

      public void setHitCount(Integer hitCount)