Class UserInfo
java.lang.Object
com.amazonaws.services.codecommit.model.UserInfo
- All Implemented Interfaces:
Serializable, Cloneable
Information about the user who made a specified commit.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetDate()The date when the specified commit was pushed to the repository.getEmail()The email address associated with the user who made the commit, if any.getName()The name of the user who made the specified commit.inthashCode()voidThe date when the specified commit was pushed to the repository.voidThe email address associated with the user who made the commit, if any.voidThe name of the user who made the specified commit.toString()Returns a string representation of this object; useful for testing and debugging.The date when the specified commit was pushed to the repository.The email address associated with the user who made the commit, if any.The name of the user who made the specified commit.
-
Constructor Details
-
UserInfo
public UserInfo()
-
-
Method Details
-
setName
The name of the user who made the specified commit.
- Parameters:
name- The name of the user who made the specified commit.
-
getName
The name of the user who made the specified commit.
- Returns:
- The name of the user who made the specified commit.
-
withName
-
setEmail
The email address associated with the user who made the commit, if any.
- Parameters:
email- The email address associated with the user who made the commit, if any.
-
getEmail
The email address associated with the user who made the commit, if any.
- Returns:
- The email address associated with the user who made the commit, if any.
-
withEmail
-
setDate
The date when the specified commit was pushed to the repository.
- Parameters:
dateValue- The date when the specified commit was pushed to the repository.
-
getDate
The date when the specified commit was pushed to the repository.
- Returns:
- The date when the specified commit was pushed to the repository.
-
withDate
-
toString
-
equals
-
hashCode
-
clone
-