Package org.azd.build.types
Class BuildLog
java.lang.Object
org.azd.abstractions.serializer.SerializableEntity
org.azd.build.types.BuildLog
Represents a build log.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetId()intgetType()getUrl()voidsetCreatedOn(String createdOn) voidsetId(int id) voidsetLastChangedOn(String lastChangedOn) voidsetLineCount(int lineCount) voidvoidMethods inherited from class org.azd.abstractions.serializer.SerializableEntity
getResponse, toJsonTree, toString
-
Constructor Details
-
BuildLog
public BuildLog()
-
-
Method Details
-
getLineCount
public int getLineCount() -
setLineCount
public void setLineCount(int lineCount) -
getCreatedOn
-
setCreatedOn
-
getLastChangedOn
-
setLastChangedOn
-
getId
public int getId() -
setId
public void setId(int id) -
getType
-
setType
-
getUrl
-
setUrl
-