public class ProviderOperation extends Object
Constructor and Description |
---|
ProviderOperation() |
Modifier and Type | Method and Description |
---|---|
String |
description()
Get the description value.
|
String |
displayName()
Get the displayName value.
|
Boolean |
isDataAction()
Get the isDataAction value.
|
String |
name()
Get the name value.
|
String |
origin()
Get the origin value.
|
Object |
properties()
Get the properties value.
|
ProviderOperation |
withDescription(String description)
Set the description value.
|
ProviderOperation |
withDisplayName(String displayName)
Set the displayName value.
|
ProviderOperation |
withIsDataAction(Boolean isDataAction)
Set the isDataAction value.
|
ProviderOperation |
withName(String name)
Set the name value.
|
ProviderOperation |
withOrigin(String origin)
Set the origin value.
|
ProviderOperation |
withProperties(Object properties)
Set the properties value.
|
public String name()
public ProviderOperation withName(String name)
name
- the name value to setpublic String displayName()
public ProviderOperation withDisplayName(String displayName)
displayName
- the displayName value to setpublic String description()
public ProviderOperation withDescription(String description)
description
- the description value to setpublic String origin()
public ProviderOperation withOrigin(String origin)
origin
- the origin value to setpublic Object properties()
public ProviderOperation withProperties(Object properties)
properties
- the properties value to setpublic Boolean isDataAction()
public ProviderOperation withIsDataAction(Boolean isDataAction)
isDataAction
- the isDataAction value to setCopyright © 2019. All rights reserved.