@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 the ListingSummary.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 the ListingSummary.Builder
, which maintain a
set of all explicitly set fields called ListingSummary.Builder.__explicitlySet__
. The hashCode()
and equals(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
).
Modifier and Type | Class and Description |
---|---|
static class |
ListingSummary.Builder |
static class |
ListingSummary.CompatibleArchitectures |
static class |
ListingSummary.PricingTypes |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and 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.
|
Modifier and Type | Method and 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 listing
|
UploadData |
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 exportable
|
ListingType |
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.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"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)
public static ListingSummary.Builder builder()
Create a new builder.
public ListingSummary.Builder toBuilder()
public String getId()
The unique identifier for the listing in Marketplace.
public String getName()
The name of the listing.
public String getShortDescription()
A short description of the listing.
public Boolean getIsRoverExportable()
True if this application is Rover exportable
public String getTagline()
The tagline of the listing.
public UploadData getIcon()
public PackageTypeEnum getPackageType()
The listing’s package type.
public List<ListingSummary.PricingTypes> getPricingTypes()
Summary of the pricing types available across all packages in the listing.
public List<ListingSummary.CompatibleArchitectures> getCompatibleArchitectures()
The list of compatible architectures supported by the listing
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.)
public Boolean getIsFeatured()
Indicates whether the listing is featured.
public List<String> getCategories()
Product categories that the listing belongs to.
public PublisherSummary getPublisher()
public List<OperatingSystem> getSupportedOperatingSystems()
The list of operating systems supported by the listing.
public ListingType getListingType()
The publisher category to which the listing belongs. The publisher category informs where the listing appears for use.
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.