public class UrlPathConditionParameters extends Object
| Constructor and Description |
|---|
UrlPathConditionParameters()
Creates an instance of UrlPathConditionParameters class.
|
| Modifier and Type | Method and Description |
|---|---|
String |
matchType()
Get the matchType value.
|
String |
odatatype()
Get the odatatype value.
|
String |
path()
Get the path value.
|
UrlPathConditionParameters |
withMatchType(String matchType)
Set the matchType value.
|
UrlPathConditionParameters |
withOdatatype(String odatatype)
Set the odatatype value.
|
UrlPathConditionParameters |
withPath(String path)
Set the path value.
|
public UrlPathConditionParameters()
public String odatatype()
public UrlPathConditionParameters withOdatatype(String odatatype)
odatatype - the odatatype value to setpublic String path()
public UrlPathConditionParameters withPath(String path)
path - the path value to setpublic String matchType()
public UrlPathConditionParameters withMatchType(String matchType)
matchType - the matchType value to setCopyright © 2019. All rights reserved.