Class RepositoryFileResponse

  • All Implemented Interfaces:
    java.io.Serializable

    public class RepositoryFileResponse
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • RepositoryFileResponse

        public RepositoryFileResponse()
    • Method Detail

      • getFilePath

        public java.lang.String getFilePath()
      • setFilePath

        public void setFilePath​(java.lang.String filePath)
      • getBranch

        public java.lang.String getBranch()
      • setBranch

        public void setBranch​(java.lang.String branch)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object