Class SourceMetaData
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.global_catalog.v1.model.SourceMetaData
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SourceMetaData extends com.ibm.cloud.sdk.core.service.model.GenericModelLocation of your applications source files.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSourceMetaData.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SourceMetaData.BuildernewBuilder()New builder.java.lang.Stringpath()Gets the path.java.lang.Stringtype()Gets the type.java.lang.Stringurl()Gets the url.
-
-
-
Method Detail
-
newBuilder
public SourceMetaData.Builder newBuilder()
New builder.- Returns:
- a SourceMetaData builder
-
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
-
-