Class ClassInspectionRequest

    • Field Detail

      • fieldNameExclusions

        protected io.atlasmap.v2.StringList fieldNameExclusions
      • classNameExclusions

        protected io.atlasmap.v2.StringList classNameExclusions
      • classpath

        protected String classpath
      • className

        protected String className
      • collectionType

        protected io.atlasmap.v2.CollectionType collectionType
      • collectionClassName

        protected String collectionClassName
      • disablePrivateOnlyFields

        protected Boolean disablePrivateOnlyFields
      • disableProtectedOnlyFields

        protected Boolean disableProtectedOnlyFields
      • disablePublicOnlyFields

        protected Boolean disablePublicOnlyFields
      • disablePublicGetterSetterFields

        protected Boolean disablePublicGetterSetterFields
    • Constructor Detail

      • ClassInspectionRequest

        public ClassInspectionRequest()
    • Method Detail

      • getFieldNameExclusions

        public io.atlasmap.v2.StringList getFieldNameExclusions()
        Gets the value of the fieldNameExclusions property.
        Returns:
        possible object is StringList
      • setFieldNameExclusions

        public void setFieldNameExclusions​(io.atlasmap.v2.StringList value)
        Sets the value of the fieldNameExclusions property.
        Parameters:
        value - allowed object is StringList
      • getClassNameExclusions

        public io.atlasmap.v2.StringList getClassNameExclusions()
        Gets the value of the classNameExclusions property.
        Returns:
        possible object is StringList
      • setClassNameExclusions

        public void setClassNameExclusions​(io.atlasmap.v2.StringList value)
        Sets the value of the classNameExclusions property.
        Parameters:
        value - allowed object is StringList
      • getClasspath

        public String getClasspath()
        Gets the value of the classpath property.
        Returns:
        possible object is String
      • setClasspath

        public void setClasspath​(String value)
        Sets the value of the classpath property.
        Parameters:
        value - allowed object is String
      • getClassName

        public String getClassName()
        Gets the value of the className property.
        Returns:
        possible object is String
      • setClassName

        public void setClassName​(String value)
        Sets the value of the className property.
        Parameters:
        value - allowed object is String
      • getCollectionType

        public io.atlasmap.v2.CollectionType getCollectionType()
        Gets the value of the collectionType property.
        Returns:
        possible object is CollectionType
      • setCollectionType

        public void setCollectionType​(io.atlasmap.v2.CollectionType value)
        Sets the value of the collectionType property.
        Parameters:
        value - allowed object is CollectionType
      • getCollectionClassName

        public String getCollectionClassName()
        Gets the value of the collectionClassName property.
        Returns:
        possible object is String
      • setCollectionClassName

        public void setCollectionClassName​(String value)
        Sets the value of the collectionClassName property.
        Parameters:
        value - allowed object is String
      • isDisablePrivateOnlyFields

        public Boolean isDisablePrivateOnlyFields()
        Gets the value of the disablePrivateOnlyFields property.
        Returns:
        possible object is Boolean
      • setDisablePrivateOnlyFields

        public void setDisablePrivateOnlyFields​(Boolean value)
        Sets the value of the disablePrivateOnlyFields property.
        Parameters:
        value - allowed object is Boolean
      • isDisableProtectedOnlyFields

        public Boolean isDisableProtectedOnlyFields()
        Gets the value of the disableProtectedOnlyFields property.
        Returns:
        possible object is Boolean
      • setDisableProtectedOnlyFields

        public void setDisableProtectedOnlyFields​(Boolean value)
        Sets the value of the disableProtectedOnlyFields property.
        Parameters:
        value - allowed object is Boolean
      • isDisablePublicOnlyFields

        public Boolean isDisablePublicOnlyFields()
        Gets the value of the disablePublicOnlyFields property.
        Returns:
        possible object is Boolean
      • setDisablePublicOnlyFields

        public void setDisablePublicOnlyFields​(Boolean value)
        Sets the value of the disablePublicOnlyFields property.
        Parameters:
        value - allowed object is Boolean
      • isDisablePublicGetterSetterFields

        public Boolean isDisablePublicGetterSetterFields()
        Gets the value of the disablePublicGetterSetterFields property.
        Returns:
        possible object is Boolean
      • setDisablePublicGetterSetterFields

        public void setDisablePublicGetterSetterFields​(Boolean value)
        Sets the value of the disablePublicGetterSetterFields property.
        Parameters:
        value - allowed object is Boolean
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object