Package com.oracle.bmc.marketplace.model
Class ListingSummary
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.marketplace.model.ListingSummary
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20181001") public final class ListingSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
The model for a summary of an Oracle Cloud Infrastructure Marketplace listing.
Note: Objects should always be created or deserialized using theListingSummary.Builder
. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theListingSummary.Builder
, which maintain a set of all explicitly set fields calledListingSummary.Builder.__explicitlySet__
. ThehashCode()
andequals(Object)
methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ListingSummary.Builder
static class
ListingSummary.CompatibleArchitectures
static class
ListingSummary.PricingTypes
-
Constructor Summary
Constructors Constructor Description ListingSummary(String id, String name, String shortDescription, Boolean isRoverExportable, String tagline, UploadData icon, PackageTypeEnum packageType, List<ListingSummary.PricingTypes> pricingTypes, List<ListingSummary.CompatibleArchitectures> compatibleArchitectures, List<Region> regions, Boolean isFeatured, List<String> categories, PublisherSummary publisher, List<OperatingSystem> supportedOperatingSystems, ListingType listingType)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListingSummary.Builder
builder()
Create a new builder.boolean
equals(Object o)
List<String>
getCategories()
Product categories that the listing belongs to.List<ListingSummary.CompatibleArchitectures>
getCompatibleArchitectures()
The list of compatible architectures supported by the listingUploadData
getIcon()
String
getId()
The unique identifier for the listing in Marketplace.Boolean
getIsFeatured()
Indicates whether the listing is featured.Boolean
getIsRoverExportable()
True if this application is Rover exportableListingType
getListingType()
The publisher category to which the listing belongs.String
getName()
The name of the listing.PackageTypeEnum
getPackageType()
The listing’s package type.List<ListingSummary.PricingTypes>
getPricingTypes()
Summary of the pricing types available across all packages in the listing.PublisherSummary
getPublisher()
List<Region>
getRegions()
The regions where you can deploy the listing.String
getShortDescription()
A short description of the listing.List<OperatingSystem>
getSupportedOperatingSystems()
The list of operating systems supported by the listing.String
getTagline()
The tagline of the listing.int
hashCode()
ListingSummary.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
ListingSummary
@Deprecated @ConstructorProperties({"id","name","shortDescription","isRoverExportable","tagline","icon","packageType","pricingTypes","compatibleArchitectures","regions","isFeatured","categories","publisher","supportedOperatingSystems","listingType"}) public ListingSummary(String id, String name, String shortDescription, Boolean isRoverExportable, String tagline, UploadData icon, PackageTypeEnum packageType, List<ListingSummary.PricingTypes> pricingTypes, List<ListingSummary.CompatibleArchitectures> compatibleArchitectures, List<Region> regions, Boolean isFeatured, List<String> categories, PublisherSummary publisher, List<OperatingSystem> supportedOperatingSystems, ListingType listingType)
Deprecated.
-
-
Method Detail
-
builder
public static ListingSummary.Builder builder()
Create a new builder.
-
toBuilder
public ListingSummary.Builder toBuilder()
-
getId
public String getId()
The unique identifier for the listing in Marketplace.- Returns:
- the value
-
getName
public String getName()
The name of the listing.- Returns:
- the value
-
getShortDescription
public String getShortDescription()
A short description of the listing.- Returns:
- the value
-
getIsRoverExportable
public Boolean getIsRoverExportable()
True if this application is Rover exportable- Returns:
- the value
-
getTagline
public String getTagline()
The tagline of the listing.- Returns:
- the value
-
getIcon
public UploadData getIcon()
-
getPackageType
public PackageTypeEnum getPackageType()
The listing’s package type.- Returns:
- the value
-
getPricingTypes
public List<ListingSummary.PricingTypes> getPricingTypes()
Summary of the pricing types available across all packages in the listing.- Returns:
- the value
-
getCompatibleArchitectures
public List<ListingSummary.CompatibleArchitectures> getCompatibleArchitectures()
The list of compatible architectures supported by the listing- Returns:
- the value
-
getRegions
public List<Region> getRegions()
The regions where you can deploy the listing.(Some listings have restrictions that limit their deployment to United States regions only.)
- Returns:
- the value
-
getIsFeatured
public Boolean getIsFeatured()
Indicates whether the listing is featured.- Returns:
- the value
-
getCategories
public List<String> getCategories()
Product categories that the listing belongs to.- Returns:
- the value
-
getPublisher
public PublisherSummary getPublisher()
-
getSupportedOperatingSystems
public List<OperatingSystem> getSupportedOperatingSystems()
The list of operating systems supported by the listing.- Returns:
- the value
-
getListingType
public ListingType getListingType()
The publisher category to which the listing belongs.The publisher category informs where the listing appears for use.
- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-