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()
boolean
getDate()
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.int
hashCode()
void
The date when the specified commit was pushed to the repository.void
The email address associated with the user who made the commit, if any.void
The 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
The name of the user who made the specified commit.
- Parameters:
name
- The name of the user who made the specified commit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
The date when the specified commit was pushed to the repository.
- Parameters:
dateValue
- The date when the specified commit was pushed to the repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-