Package org.azd.git.types
Class GitStatus
java.lang.Object
org.azd.common.types.BaseAbstractMethod
org.azd.git.types.GitStatus
The class to represent a collection of REST reference links.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetId()getState()voidvoidsetContext(GitStatusContext context) voidsetCreatedBy(Author createdBy) voidsetCreationDate(String creationDate) voidsetDescription(String description) voidsetId(int id) voidsetState(GitStatusState state) voidsetTargetUrl(String targetUrl) voidsetUpdatedDate(String updatedDate) Methods inherited from class org.azd.common.types.BaseAbstractMethod
toJsonTree, toString
-
Constructor Details
-
GitStatus
public GitStatus()
-
-
Method Details
-
get_links
-
set_links
-
getContext
-
setContext
-
getCreatedBy
-
setCreatedBy
-
getCreationDate
-
setCreationDate
-
getDescription
-
setDescription
-
getId
public int getId() -
setId
public void setId(int id) -
getState
-
setState
-
getTargetUrl
-
setTargetUrl
-
getUpdatedDate
-
setUpdatedDate
-