Class ContributorMetadataAction

    • Constructor Detail

      • ContributorMetadataAction

        public ContributorMetadataAction​(String contributor,
                                         String contributorDisplayName,
                                         String contributorEmail)
    • Method Detail

      • getContributor

        @Exported
        @CheckForNull
        public String getContributor()
        Username of author of the proposed change.
        Returns:
        a user login name or other unique user identifier
      • getContributorDisplayName

        @Exported
        @CheckForNull
        public String getContributorDisplayName()
        Human name of author of proposed change.
        Returns:
        First M. Last, etc.
      • getContributorEmail

        @Exported
        @CheckForNull
        public String getContributorEmail()
        Email address of author of proposed change.
        Returns:
        a valid email address
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object