public class ResourceProviderOperationDisplayProperties extends Object
Constructor and Description |
---|
ResourceProviderOperationDisplayProperties() |
Modifier and Type | Method and Description |
---|---|
String |
description()
Get the description value.
|
String |
operation()
Get the operation value.
|
String |
provider()
Get the provider value.
|
String |
publisher()
Get the publisher value.
|
String |
resource()
Get the resource value.
|
ResourceProviderOperationDisplayProperties |
withDescription(String description)
Set the description value.
|
ResourceProviderOperationDisplayProperties |
withOperation(String operation)
Set the operation value.
|
ResourceProviderOperationDisplayProperties |
withProvider(String provider)
Set the provider value.
|
ResourceProviderOperationDisplayProperties |
withPublisher(String publisher)
Set the publisher value.
|
ResourceProviderOperationDisplayProperties |
withResource(String resource)
Set the resource value.
|
public ResourceProviderOperationDisplayProperties()
public String publisher()
public ResourceProviderOperationDisplayProperties withPublisher(String publisher)
publisher
- the publisher value to setpublic String provider()
public ResourceProviderOperationDisplayProperties withProvider(String provider)
provider
- the provider value to setpublic String resource()
public ResourceProviderOperationDisplayProperties withResource(String resource)
resource
- the resource value to setpublic String operation()
public ResourceProviderOperationDisplayProperties withOperation(String operation)
operation
- the operation value to setpublic String description()
public ResourceProviderOperationDisplayProperties withDescription(String description)
description
- the description value to setCopyright © 2019. All rights reserved.