ExcludedPath Class
- java.
lang. Object - com.
azure. cosmos. models. ExcludedPath
- com.
public final class ExcludedPath
Represents an excluded path of the IndexingPolicy in the Azure Cosmos DB database service.
Constructor Summary
Constructor | Description |
---|---|
ExcludedPath(String path) |
Constructor. |
Method Summary
Modifier and Type | Method and Description |
---|---|
boolean | equals(Object o) |
String |
getPath()
Gets path. |
int | hashCode() |
Excluded |
setPath(String path)
Sets path. |
Methods inherited from java.lang.Object
Constructor Details
ExcludedPath
public ExcludedPath(String path)
Constructor.
Parameters:
path
- the excluded path.
Method Details
equals
public boolean equals(Object o)
Overrides:
ExcludedPath.equals(Object o)Parameters:
o
getPath
public String getPath()
Gets path.
Returns:
the path.
hashCode
public int hashCode()
Overrides:
ExcludedPath.hashCode()setPath
public ExcludedPath setPath(String path)
Sets path.
Parameters:
path
- the path.
Returns:
the excluded path.
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java