Package com.morpheusdata.model
Class CheckLevel
java.lang.Object
com.morpheusdata.model.CheckLevel
Represents the level of a drift check, including targeted rules and level type.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumEnum for levels sent during input. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CheckLevel.CheckLevelEnumprotected Stringprotected Longprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()getRefId()voidsetCheckLevel(CheckLevel.CheckLevelEnum checkLevel) voidvoidsetDriftRules(List<String> driftRules) voidsetExcludeDriftRules(List<String> excludeDriftRules) voidvoidsetRefType(String refType)
-
Field Details
-
code
-
refType
-
refId
-
checkLevel
-
driftRules
-
excludeDriftRules
-
-
Constructor Details
-
CheckLevel
public CheckLevel()
-
-
Method Details
-
getCode
-
setCode
-
getRefType
-
setRefType
-
getRefId
-
setRefId
-
getCheckLevel
-
setCheckLevel
-
getDriftRules
-
setDriftRules
-
getExcludeDriftRules
-
setExcludeDriftRules
-