UsageModelDisplay Class

  • java.lang.Object
    • com.microsoft.azure.management.storagecache.v2020_03_01.UsageModelDisplay

public class UsageModelDisplay

Localized information describing this usage model.

Constructor Summary

Constructor Description
UsageModelDisplay()

Method Summary

Modifier and Type Method and Description
java.lang.String description()

Get string to display for this usage model.

UsageModelDisplay withDescription(String description)

Set string to display for this usage model.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

UsageModelDisplay

public UsageModelDisplay()

Method Details

description

public String description()

Get string to display for this usage model.

Returns:

the description value

withDescription

public UsageModelDisplay withDescription(String description)

Set string to display for this usage model.

Parameters:

description - the description value to set

Returns:

the UsageModelDisplay object itself.

Applies to

Azure SDK for Java

Latest