Class MetadataResponse

java.lang.Object
com.iland.core.web.rest.response.metadata.MetadataResponse
All Implemented Interfaces:
Serializable

public class MetadataResponse extends Object implements Serializable
MetadataResponse.
Author:
Ari Quinones
See Also:
  • Constructor Details

  • Method Details

    • getAccess

      public String getAccess()
      Get the access of metadata response
      Returns:
      String access
    • getValue

      public Object getValue()
      Get the value of metadata response
      Returns:
      Object value
    • getType

      public String getType()
      Get the type of metadata response
      Returns:
      String type
    • getKey

      public String getKey()
      Get the key of metadata response
      Returns:
      String key
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object