Class CompatibilityMatrix.CompatibilityEntry

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String[] getEndpoints()
      Returns the endpoints
      java.lang.String getEndYear()
      Returns the end year
      java.lang.String getModel()
      Returns the model
      java.lang.String[] getPermissions()
      Returns the permissions
      java.lang.String getStartYear()
      Returns the start year
      java.lang.String getType()
      Returns the type
      java.lang.String toString()
      Return the string representation
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CompatibilityEntry

        public CompatibilityEntry()
    • Method Detail

      • getModel

        public java.lang.String getModel()
        Returns the model
        Returns:
        model
      • getStartYear

        public java.lang.String getStartYear()
        Returns the start year
        Returns:
        startYear
      • getEndYear

        public java.lang.String getEndYear()
        Returns the end year
        Returns:
        endYear
      • getType

        public java.lang.String getType()
        Returns the type
        Returns:
        type
      • getEndpoints

        public java.lang.String[] getEndpoints()
        Returns the endpoints
        Returns:
        endpoints
      • getPermissions

        public java.lang.String[] getPermissions()
        Returns the permissions
        Returns:
        permissions
      • toString

        public java.lang.String toString()
        Return the string representation
        Overrides:
        toString in class ApiData
        Returns:
        String representation