Module bus.gitlab

Class RepositoryFileResponse

java.lang.Object
org.miaixz.bus.gitlab.models.RepositoryFileResponse
All Implemented Interfaces:
Serializable

public class RepositoryFileResponse extends Object implements Serializable
See Also:
  • Constructor Details

    • RepositoryFileResponse

      public RepositoryFileResponse()
  • Method Details

    • getFilePath

      public String getFilePath()
    • setFilePath

      public void setFilePath(String filePath)
    • getBranch

      public String getBranch()
    • setBranch

      public void setBranch(String branch)
    • toString

      public String toString()
      Overrides:
      toString in class Object