Class GitObject


public class GitObject extends SerializableEntity
Git object identifier and type information.
  • Constructor Details

    • GitObject

      public GitObject()
  • Method Details

    • getObjectId

      public String getObjectId()
    • setObjectId

      public void setObjectId(String objectId)
    • getObjectType

      public GitObjectType getObjectType()
    • setObjectType

      public void setObjectType(GitObjectType objectType)