public class ClassInspectionRequest extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
className |
protected io.atlasmap.v2.StringList |
classNameExclusions |
protected String |
classpath |
protected String |
collectionClassName |
protected io.atlasmap.v2.CollectionType |
collectionType |
protected Boolean |
disablePrivateOnlyFields |
protected Boolean |
disableProtectedOnlyFields |
protected Boolean |
disablePublicGetterSetterFields |
protected Boolean |
disablePublicOnlyFields |
protected io.atlasmap.v2.StringList |
fieldNameExclusions |
Constructor and Description |
---|
ClassInspectionRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
String |
getClassName()
Gets the value of the className property.
|
io.atlasmap.v2.StringList |
getClassNameExclusions()
Gets the value of the classNameExclusions property.
|
String |
getClasspath()
Gets the value of the classpath property.
|
String |
getCollectionClassName()
Gets the value of the collectionClassName property.
|
io.atlasmap.v2.CollectionType |
getCollectionType()
Gets the value of the collectionType property.
|
io.atlasmap.v2.StringList |
getFieldNameExclusions()
Gets the value of the fieldNameExclusions property.
|
int |
hashCode() |
Boolean |
isDisablePrivateOnlyFields()
Gets the value of the disablePrivateOnlyFields property.
|
Boolean |
isDisableProtectedOnlyFields()
Gets the value of the disableProtectedOnlyFields property.
|
Boolean |
isDisablePublicGetterSetterFields()
Gets the value of the disablePublicGetterSetterFields property.
|
Boolean |
isDisablePublicOnlyFields()
Gets the value of the disablePublicOnlyFields property.
|
void |
setClassName(String value)
Sets the value of the className property.
|
void |
setClassNameExclusions(io.atlasmap.v2.StringList value)
Sets the value of the classNameExclusions property.
|
void |
setClasspath(String value)
Sets the value of the classpath property.
|
void |
setCollectionClassName(String value)
Sets the value of the collectionClassName property.
|
void |
setCollectionType(io.atlasmap.v2.CollectionType value)
Sets the value of the collectionType property.
|
void |
setDisablePrivateOnlyFields(Boolean value)
Sets the value of the disablePrivateOnlyFields property.
|
void |
setDisableProtectedOnlyFields(Boolean value)
Sets the value of the disableProtectedOnlyFields property.
|
void |
setDisablePublicGetterSetterFields(Boolean value)
Sets the value of the disablePublicGetterSetterFields property.
|
void |
setDisablePublicOnlyFields(Boolean value)
Sets the value of the disablePublicOnlyFields property.
|
void |
setFieldNameExclusions(io.atlasmap.v2.StringList value)
Sets the value of the fieldNameExclusions property.
|
protected io.atlasmap.v2.StringList fieldNameExclusions
protected io.atlasmap.v2.StringList classNameExclusions
protected String classpath
protected String className
protected io.atlasmap.v2.CollectionType collectionType
protected String collectionClassName
protected Boolean disablePrivateOnlyFields
protected Boolean disableProtectedOnlyFields
protected Boolean disablePublicOnlyFields
protected Boolean disablePublicGetterSetterFields
public io.atlasmap.v2.StringList getFieldNameExclusions()
StringList
public void setFieldNameExclusions(io.atlasmap.v2.StringList value)
value
- allowed object is
StringList
public io.atlasmap.v2.StringList getClassNameExclusions()
StringList
public void setClassNameExclusions(io.atlasmap.v2.StringList value)
value
- allowed object is
StringList
public String getClasspath()
String
public void setClasspath(String value)
value
- allowed object is
String
public String getClassName()
String
public void setClassName(String value)
value
- allowed object is
String
public io.atlasmap.v2.CollectionType getCollectionType()
CollectionType
public void setCollectionType(io.atlasmap.v2.CollectionType value)
value
- allowed object is
CollectionType
public String getCollectionClassName()
String
public void setCollectionClassName(String value)
value
- allowed object is
String
public Boolean isDisablePrivateOnlyFields()
Boolean
public void setDisablePrivateOnlyFields(Boolean value)
value
- allowed object is
Boolean
public Boolean isDisableProtectedOnlyFields()
Boolean
public void setDisableProtectedOnlyFields(Boolean value)
value
- allowed object is
Boolean
public Boolean isDisablePublicOnlyFields()
Boolean
public void setDisablePublicOnlyFields(Boolean value)
value
- allowed object is
Boolean
public Boolean isDisablePublicGetterSetterFields()
Boolean
public void setDisablePublicGetterSetterFields(Boolean value)
value
- allowed object is
Boolean
Copyright © 2017–2022 Red Hat, Inc.. All rights reserved.