-
- 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_BATCHThe content of the page is too small compare to other pages in the same batch
TOO_SMALL_IN_HISTORYThe page content is too small compare to its history versions
TOO_SMALLThe page content is too small
WRONG_LANGThe current chosen language is not correct.
WRONG_DISTRICTThe current chosen district is not correct.
WRONG_COUNTRYThe current chosen country is not correct.
NOT_FOUNDThe page displays "404 Not Found" or something similar, the server should return 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_FLAGFailed to run injected javascript
NO_ANCHORThe page content contains no anchor at all
BLANK_BODYThe page content is as the following:
...<body>\s*</body>...EMPTY_39BThe page content is as the following:
<html><head></head><body></body></html>and blanks.It might be caused by a bad proxy ip.
EMPTY_0BThe page content has no character at all
OK
-
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()
-
-
-
-