Class JsonField

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Boolean primitive  
      protected String typeName  
      protected Boolean userCreated  
      • Fields inherited from class io.atlasmap.v2.Field

        actions, arrayDimensions, arraySize, collectionType, docId, fieldType, format, index, name, path, required, status, value
    • Constructor Summary

      Constructors 
      Constructor Description
      JsonField()  
    • Field Detail

      • primitive

        protected Boolean primitive
      • typeName

        protected String typeName
      • userCreated

        protected Boolean userCreated
    • Constructor Detail

      • JsonField

        public JsonField()
    • Method Detail

      • isPrimitive

        public Boolean isPrimitive()
        Gets the value of the primitive property.
        Returns:
        possible object is Boolean
      • setPrimitive

        public void setPrimitive​(Boolean value)
        Sets the value of the primitive property.
        Parameters:
        value - allowed object is Boolean
      • getTypeName

        public String getTypeName()
        Gets the value of the typeName property.
        Returns:
        possible object is String
      • setTypeName

        public void setTypeName​(String value)
        Sets the value of the typeName property.
        Parameters:
        value - allowed object is String
      • isUserCreated

        public Boolean isUserCreated()
        Gets the value of the userCreated property.
        Returns:
        possible object is Boolean
      • setUserCreated

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

        public int hashCode()
        Overrides:
        hashCode in class Object