public class ApplicationInfo extends Object implements Serializable
Information about an application.
Constructor and Description |
---|
ApplicationInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getApplicationId()
The application ID.
|
String |
getApplicationName()
The application name.
|
Date |
getCreateTime()
The time that the application was created.
|
Boolean |
getLinkedToGitHub()
True if the user has authenticated with GitHub for the specified
application; otherwise, false.
|
int |
hashCode() |
Boolean |
isLinkedToGitHub()
True if the user has authenticated with GitHub for the specified
application; otherwise, false.
|
void |
setApplicationId(String applicationId)
The application ID.
|
void |
setApplicationName(String applicationName)
The application name.
|
void |
setCreateTime(Date createTime)
The time that the application was created.
|
void |
setLinkedToGitHub(Boolean linkedToGitHub)
True if the user has authenticated with GitHub for the specified
application; otherwise, false.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ApplicationInfo |
withApplicationId(String applicationId)
The application ID.
|
ApplicationInfo |
withApplicationName(String applicationName)
The application name.
|
ApplicationInfo |
withCreateTime(Date createTime)
The time that the application was created.
|
ApplicationInfo |
withLinkedToGitHub(Boolean linkedToGitHub)
True if the user has authenticated with GitHub for the specified
application; otherwise, false.
|
public String getApplicationId()
public void setApplicationId(String applicationId)
applicationId
- The application ID.public ApplicationInfo withApplicationId(String applicationId)
Returns a reference to this object so that method calls can be chained together.
applicationId
- The application ID.public String getApplicationName()
Constraints:
Length: 1 - 100
public void setApplicationName(String applicationName)
Constraints:
Length: 1 - 100
applicationName
- The application name.public ApplicationInfo withApplicationName(String applicationName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
applicationName
- The application name.public Date getCreateTime()
public void setCreateTime(Date createTime)
createTime
- The time that the application was created.public ApplicationInfo withCreateTime(Date createTime)
Returns a reference to this object so that method calls can be chained together.
createTime
- The time that the application was created.public Boolean isLinkedToGitHub()
public void setLinkedToGitHub(Boolean linkedToGitHub)
linkedToGitHub
- True if the user has authenticated with GitHub for the specified
application; otherwise, false.public ApplicationInfo withLinkedToGitHub(Boolean linkedToGitHub)
Returns a reference to this object so that method calls can be chained together.
linkedToGitHub
- True if the user has authenticated with GitHub for the specified
application; otherwise, false.public Boolean getLinkedToGitHub()
public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.