Class SourceMetaData

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class SourceMetaData
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Location of your applications source files.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  SourceMetaData.Builder
      Builder.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SourceMetaData.Builder newBuilder()
      New builder.
      java.lang.String path()
      Gets the path.
      java.lang.String type()
      Gets the type.
      java.lang.String url()
      Gets the url.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • path

        public java.lang.String path()
        Gets the path. Path to your application.
        Returns:
        the path
      • type

        public java.lang.String type()
        Gets the type. Type of source, for example, git.
        Returns:
        the type
      • url

        public java.lang.String url()
        Gets the url. URL to source.
        Returns:
        the url