public class PushData extends Object
Constructor and Description |
---|
PushData() |
Modifier and Type | Method and Description |
---|---|
Constants.ActionType |
getAction() |
Integer |
getCommit_count() |
String |
getCommitFrom() |
String |
getCommitTo() |
String |
getRef() |
String |
getRefType() |
void |
setAction(Constants.ActionType action) |
void |
setCommit_count(Integer commit_count) |
void |
setCommitFrom(String commitFrom) |
void |
setCommitTo(String commitTo) |
void |
setRef(String ref) |
void |
setRefType(String refType) |
String |
toString() |
public Integer getCommit_count()
public void setCommit_count(Integer commit_count)
public Constants.ActionType getAction()
public void setAction(Constants.ActionType action)
public String getRefType()
public void setRefType(String refType)
public String getCommitFrom()
public void setCommitFrom(String commitFrom)
public String getCommitTo()
public void setCommitTo(String commitTo)
public String getRef()
public void setRef(String ref)
Copyright © 2019. All rights reserved.