public class CrawlIssueCrawlType extends AbstractExtension
Modifier and Type | Class and Description |
---|---|
static class |
CrawlIssueCrawlType.CrawlType
Value.
|
Constructor and Description |
---|
CrawlIssueCrawlType()
Default mutable constructor.
|
CrawlIssueCrawlType(CrawlIssueCrawlType.CrawlType crawlType)
Immutable constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
CrawlIssueCrawlType.CrawlType |
getCrawlType()
Returns the value.
|
static ExtensionDescription |
getDefaultDescription(boolean required,
boolean repeatable)
Returns the extension description, specifying whether it is required, and
whether it is repeatable.
|
boolean |
hasCrawlType()
Returns whether it has the value.
|
int |
hashCode() |
void |
setCrawlType(CrawlIssueCrawlType.CrawlType crawlType)
Sets the value.
|
java.lang.String |
toString() |
disableStrictValidation, enableStrictValidation, generate, getExtensionLocalName, getExtensionNamespace, getHandler, isImmutable, isStrictValidation, setImmutable
public CrawlIssueCrawlType()
public CrawlIssueCrawlType(CrawlIssueCrawlType.CrawlType crawlType)
crawlType
- value.public CrawlIssueCrawlType.CrawlType getCrawlType()
public void setCrawlType(CrawlIssueCrawlType.CrawlType crawlType)
crawlType
- value or null
to resetpublic boolean hasCrawlType()
public static ExtensionDescription getDefaultDescription(boolean required, boolean repeatable)
required
- whether it is requiredrepeatable
- whether it is repeatablepublic boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object