MarketplaceDetails Class
- java.
lang. Object - com.
azure. resourcemanager. dell. storage. models. MarketplaceDetails
- com.
Implements
public final class MarketplaceDetails
implements JsonSerializable<MarketplaceDetails>
MarketplaceDetails of Dell FileSystem resource.
Constructor Summary
| Constructor | Description |
|---|---|
| MarketplaceDetails() |
Creates an instance of Marketplace |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
endDate()
Get the end |
|
static
Marketplace |
fromJson(JsonReader jsonReader)
Reads an instance of Marketplace |
| String |
marketplaceSubscriptionId()
Get the marketplace |
|
Marketplace |
marketplaceSubscriptionStatus()
Get the marketplace |
| String |
offerId()
Get the offer |
| String |
planId()
Get the plan |
| String |
planName()
Get the plan |
| String |
privateOfferId()
Get the private |
| String |
publisherId()
Get the publisher |
| String |
termUnit()
Get the term |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Marketplace |
withEndDate(String endDate)
Set the end |
|
Marketplace |
withMarketplaceSubscriptionId(String marketplaceSubscriptionId)
Set the marketplace |
|
Marketplace |
withOfferId(String offerId)
Set the offer |
|
Marketplace |
withPlanId(String planId)
Set the plan |
|
Marketplace |
withPlanName(String planName)
Set the plan |
|
Marketplace |
withPrivateOfferId(String privateOfferId)
Set the private |
|
Marketplace |
withPublisherId(String publisherId)
Set the publisher |
|
Marketplace |
withTermUnit(String termUnit)
Set the term |
Methods inherited from java.lang.Object
Constructor Details
MarketplaceDetails
public MarketplaceDetails()
Creates an instance of MarketplaceDetails class.
Method Details
endDate
public String endDate()
Get the endDate property: End Date of the subscription.
Returns:
fromJson
public static MarketplaceDetails fromJson(JsonReader jsonReader)
Reads an instance of MarketplaceDetails from the JsonReader.
Parameters:
Returns:
Throws:
marketplaceSubscriptionId
public String marketplaceSubscriptionId()
Get the marketplaceSubscriptionId property: Marketplace Subscription Id.
Returns:
marketplaceSubscriptionStatus
public MarketplaceSubscriptionStatus marketplaceSubscriptionStatus()
Get the marketplaceSubscriptionStatus property: Marketplace subscription status.
Returns:
offerId
public String offerId()
Get the offerId property: Offer Id.
Returns:
planId
public String planId()
Get the planId property: Plan Id.
Returns:
planName
public String planName()
Get the planName property: Plan Name.
Returns:
privateOfferId
public String privateOfferId()
Get the privateOfferId property: Private Offer Id.
Returns:
publisherId
public String publisherId()
Get the publisherId property: Publisher Id.
Returns:
termUnit
public String termUnit()
Get the termUnit property: Term Unit.
Returns:
toJson
withEndDate
public MarketplaceDetails withEndDate(String endDate)
Set the endDate property: End Date of the subscription.
Parameters:
Returns:
withMarketplaceSubscriptionId
public MarketplaceDetails withMarketplaceSubscriptionId(String marketplaceSubscriptionId)
Set the marketplaceSubscriptionId property: Marketplace Subscription Id.
Parameters:
Returns:
withOfferId
public MarketplaceDetails withOfferId(String offerId)
Set the offerId property: Offer Id.
Parameters:
Returns:
withPlanId
public MarketplaceDetails withPlanId(String planId)
Set the planId property: Plan Id.
Parameters:
Returns:
withPlanName
public MarketplaceDetails withPlanName(String planName)
Set the planName property: Plan Name.
Parameters:
Returns:
withPrivateOfferId
public MarketplaceDetails withPrivateOfferId(String privateOfferId)
Set the privateOfferId property: Private Offer Id.
Parameters:
Returns:
withPublisherId
public MarketplaceDetails withPublisherId(String publisherId)
Set the publisherId property: Publisher Id.
Parameters:
Returns:
withTermUnit
public MarketplaceDetails withTermUnit(String termUnit)
Set the termUnit property: Term Unit.
Parameters:
Returns: