Class ConfigurationData.Delegate

  • Enclosing class:
    ConfigurationData

    public static class ConfigurationData.Delegate
    extends java.lang.Object
    The type Delegate.
    • Constructor Summary

      Constructors 
      Constructor Description
      Delegate​(java.lang.String className, java.lang.String methodName, java.lang.String fileId)
      Instantiates a new Delegate.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getClassName()
      Gets class name.
      java.lang.String getFileId()
      Gets file id.
      java.lang.String getMethodName()
      Gets method name.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • Delegate

        public Delegate​(java.lang.String className,
                        java.lang.String methodName,
                        java.lang.String fileId)
        Instantiates a new Delegate.
        Parameters:
        className - the class name
        methodName - the method name
        fileId - the file id
    • Method Detail

      • getClassName

        public java.lang.String getClassName()
        Gets class name.
        Returns:
        the class name
      • getMethodName

        public java.lang.String getMethodName()
        Gets method name.
        Returns:
        the method name
      • getFileId

        public java.lang.String getFileId()
        Gets file id.
        Returns:
        the file id
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object