public class CsmOperationDisplay extends Object
Constructor and Description |
---|
CsmOperationDisplay() |
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 |
resource()
Get the resource value.
|
CsmOperationDisplay |
withDescription(String description)
Set the description value.
|
CsmOperationDisplay |
withOperation(String operation)
Set the operation value.
|
CsmOperationDisplay |
withProvider(String provider)
Set the provider value.
|
CsmOperationDisplay |
withResource(String resource)
Set the resource value.
|
public String provider()
public CsmOperationDisplay withProvider(String provider)
provider
- the provider value to setpublic String resource()
public CsmOperationDisplay withResource(String resource)
resource
- the resource value to setpublic String operation()
public CsmOperationDisplay withOperation(String operation)
operation
- the operation value to setpublic String description()
public CsmOperationDisplay withDescription(String description)
description
- the description value to setCopyright © 2019. All rights reserved.