Class UpstreamSourceInfo

java.lang.Object
org.azd.abstractions.serializer.SerializableEntity
org.azd.artifactspackagetypes.types.UpstreamSourceInfo

public class UpstreamSourceInfo extends SerializableEntity
Upstream source definition, including its Identity, package type, and other associated information.
  • Constructor Details

    • UpstreamSourceInfo

      public UpstreamSourceInfo()
  • Method Details

    • getDisplayLocation

      public String getDisplayLocation()
    • setDisplayLocation

      public void setDisplayLocation(String displayLocation)
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getLocation

      public String getLocation()
    • setLocation

      public void setLocation(String location)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getSourceType

      public PackagingSourceType getSourceType()
    • setSourceType

      public void setSourceType(PackagingSourceType sourceType)