Package org.eclipse.jgit.lfs.server
Class Response.ObjectInfo
- java.lang.Object
-
- org.eclipse.jgit.lfs.server.Response.ObjectInfo
-
-
Field Summary
Fields Modifier and Type Field Description Map<String,Response.Action>
actions
Response.Error
error
String
oid
long
size
-
Constructor Summary
Constructors Constructor Description ObjectInfo()
-
-
-
Field Detail
-
oid
public String oid
-
size
public long size
-
actions
public Map<String,Response.Action> actions
-
error
public Response.Error error
-
-