-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum HtmlIntegrity extends Enum<HtmlIntegrity>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classHtmlIntegrity.Companion
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisOKprivate final BooleanisNotOKprivate final BooleanisEmptyprivate final BooleanisNotEmptyprivate final BooleanisEmptyBodyprivate final BooleanisRobotCheckprivate final BooleanisForbiddenprivate final BooleanisNotFoundprivate final BooleanisSmallprivate final BooleanisOtherprivate final Stringnameprivate final Integerordinal
-
Enum Constant Summary
Enum Constants Enum Constant Description OTHERTOO_SMALL_IN_BATCHTOO_SMALL_IN_HISTORYTOO_SMALLWRONG_LANGWRONG_DISTRICTWRONG_COUNTRYNOT_FOUNDthe page displays "404 Not Found" or something similar, the the server should issue a 404 error code, but not guaranteed
FORBIDDENthe access is forbidden
ROBOT_CHECKthe page displays captcha or something similar
NO_JS_OK_FLAGNO_ANCHORBLANK_BODYEMPTY_39BEMPTY_0BOK
-
Method Summary
Modifier and Type Method Description final BooleangetIsOK()final BooleangetIsNotOK()final BooleangetIsEmpty()final BooleangetIsNotEmpty()final BooleangetIsEmptyBody()final BooleangetIsRobotCheck()final BooleangetIsForbidden()final BooleangetIsNotFound()final BooleangetIsSmall()final BooleangetIsOther()final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getIsNotOK
final Boolean getIsNotOK()
-
getIsEmpty
final Boolean getIsEmpty()
-
getIsNotEmpty
final Boolean getIsNotEmpty()
-
getIsEmptyBody
final Boolean getIsEmptyBody()
-
getIsRobotCheck
final Boolean getIsRobotCheck()
-
getIsForbidden
final Boolean getIsForbidden()
-
getIsNotFound
final Boolean getIsNotFound()
-
getIsSmall
final Boolean getIsSmall()
-
getIsOther
final Boolean getIsOther()
-
getOrdinal
final Integer getOrdinal()
-
-
-
-