-
- 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 BooleanisRobotCheck2private final BooleanisRobotCheck3private final BooleanisForbiddenprivate final BooleanisVerifyprivate 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
VERIFYredirected to verify page, we should fetch later, or change privacy context
FORBIDDENthe access is forbidden
ROBOT_CHECK_3ROBOT_CHECK_2ROBOT_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 BooleangetIsRobotCheck2()final BooleangetIsRobotCheck3()final BooleangetIsForbidden()final BooleangetIsVerify()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()
-
getIsRobotCheck2
final Boolean getIsRobotCheck2()
-
getIsRobotCheck3
final Boolean getIsRobotCheck3()
-
getIsForbidden
final Boolean getIsForbidden()
-
getIsVerify
final Boolean getIsVerify()
-
getIsNotFound
final Boolean getIsNotFound()
-
getIsSmall
final Boolean getIsSmall()
-
getIsOther
final Boolean getIsOther()
-
getOrdinal
final Integer getOrdinal()
-
-
-
-