@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Range extends Object implements Serializable, Cloneable, StructuredPojo
Provides details about the location of an occurrence of sensitive data in an Adobe Portable Document Format file, Apache Avro object container, Microsoft Word document, or non-binary text file.
| Constructor and Description |
|---|
Range() |
| Modifier and Type | Method and Description |
|---|---|
Range |
clone() |
boolean |
equals(Object obj) |
Long |
getEnd()
Possible values are:
|
Long |
getStart()
Possible values are:
|
Long |
getStartColumn()
The column number for the column that contains the data, if the file contains structured data.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEnd(Long end)
Possible values are:
|
void |
setStart(Long start)
Possible values are:
|
void |
setStartColumn(Long startColumn)
The column number for the column that contains the data, if the file contains structured data.
|
String |
toString()
Returns a string representation of this object.
|
Range |
withEnd(Long end)
Possible values are:
|
Range |
withStart(Long start)
Possible values are:
|
Range |
withStartColumn(Long startColumn)
The column number for the column that contains the data, if the file contains structured data.
|
public void setEnd(Long end)
Possible values are:
In an Occurrences.lineRanges array, the number of lines from the end of the file.
In an Occurrences.offsetRanges array, the number of characters from the end of the file.
In a Page object, the number of lines (lineRange) or characters (offsetRange) from the end of the page.
end - Possible values are:
In an Occurrences.lineRanges array, the number of lines from the end of the file.
In an Occurrences.offsetRanges array, the number of characters from the end of the file.
In a Page object, the number of lines (lineRange) or characters (offsetRange) from the end of the page.
public Long getEnd()
Possible values are:
In an Occurrences.lineRanges array, the number of lines from the end of the file.
In an Occurrences.offsetRanges array, the number of characters from the end of the file.
In a Page object, the number of lines (lineRange) or characters (offsetRange) from the end of the page.
In an Occurrences.lineRanges array, the number of lines from the end of the file.
In an Occurrences.offsetRanges array, the number of characters from the end of the file.
In a Page object, the number of lines (lineRange) or characters (offsetRange) from the end of the page.
public Range withEnd(Long end)
Possible values are:
In an Occurrences.lineRanges array, the number of lines from the end of the file.
In an Occurrences.offsetRanges array, the number of characters from the end of the file.
In a Page object, the number of lines (lineRange) or characters (offsetRange) from the end of the page.
end - Possible values are:
In an Occurrences.lineRanges array, the number of lines from the end of the file.
In an Occurrences.offsetRanges array, the number of characters from the end of the file.
In a Page object, the number of lines (lineRange) or characters (offsetRange) from the end of the page.
public void setStart(Long start)
Possible values are:
In an Occurrences.lineRanges array, the number of lines from the start of the file.
In an Occurrences.offsetRanges array, the number of characters from the start of the file.
In a Page object, the number of lines (lineRange) or characters (offsetRange) from the start of the page.
start - Possible values are:
In an Occurrences.lineRanges array, the number of lines from the start of the file.
In an Occurrences.offsetRanges array, the number of characters from the start of the file.
In a Page object, the number of lines (lineRange) or characters (offsetRange) from the start of the page.
public Long getStart()
Possible values are:
In an Occurrences.lineRanges array, the number of lines from the start of the file.
In an Occurrences.offsetRanges array, the number of characters from the start of the file.
In a Page object, the number of lines (lineRange) or characters (offsetRange) from the start of the page.
In an Occurrences.lineRanges array, the number of lines from the start of the file.
In an Occurrences.offsetRanges array, the number of characters from the start of the file.
In a Page object, the number of lines (lineRange) or characters (offsetRange) from the start of the page.
public Range withStart(Long start)
Possible values are:
In an Occurrences.lineRanges array, the number of lines from the start of the file.
In an Occurrences.offsetRanges array, the number of characters from the start of the file.
In a Page object, the number of lines (lineRange) or characters (offsetRange) from the start of the page.
start - Possible values are:
In an Occurrences.lineRanges array, the number of lines from the start of the file.
In an Occurrences.offsetRanges array, the number of characters from the start of the file.
In a Page object, the number of lines (lineRange) or characters (offsetRange) from the start of the page.
public void setStartColumn(Long startColumn)
The column number for the column that contains the data, if the file contains structured data.
startColumn - The column number for the column that contains the data, if the file contains structured data.public Long getStartColumn()
The column number for the column that contains the data, if the file contains structured data.
public Range withStartColumn(Long startColumn)
The column number for the column that contains the data, if the file contains structured data.
startColumn - The column number for the column that contains the data, if the file contains structured data.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.