@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, 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)
Marshalls this structured data using the given
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 beginning of the file to the end of the sensitive data.
In an Occurrences.offsetRanges array, the number of characters from the beginning of the file to the end of the sensitive data.
In a Page object, the number of lines (lineRange) or characters (offsetRange) from the beginning of the page to the end of the sensitive data.
end
- Possible values are:
In an Occurrences.lineRanges array, the number of lines from the beginning of the file to the end of the sensitive data.
In an Occurrences.offsetRanges array, the number of characters from the beginning of the file to the end of the sensitive data.
In a Page object, the number of lines (lineRange) or characters (offsetRange) from the beginning of the page to the end of the sensitive data.
public Long getEnd()
Possible values are:
In an Occurrences.lineRanges array, the number of lines from the beginning of the file to the end of the sensitive data.
In an Occurrences.offsetRanges array, the number of characters from the beginning of the file to the end of the sensitive data.
In a Page object, the number of lines (lineRange) or characters (offsetRange) from the beginning of the page to the end of the sensitive data.
In an Occurrences.lineRanges array, the number of lines from the beginning of the file to the end of the sensitive data.
In an Occurrences.offsetRanges array, the number of characters from the beginning of the file to the end of the sensitive data.
In a Page object, the number of lines (lineRange) or characters (offsetRange) from the beginning of the page to the end of the sensitive data.
public Range withEnd(Long end)
Possible values are:
In an Occurrences.lineRanges array, the number of lines from the beginning of the file to the end of the sensitive data.
In an Occurrences.offsetRanges array, the number of characters from the beginning of the file to the end of the sensitive data.
In a Page object, the number of lines (lineRange) or characters (offsetRange) from the beginning of the page to the end of the sensitive data.
end
- Possible values are:
In an Occurrences.lineRanges array, the number of lines from the beginning of the file to the end of the sensitive data.
In an Occurrences.offsetRanges array, the number of characters from the beginning of the file to the end of the sensitive data.
In a Page object, the number of lines (lineRange) or characters (offsetRange) from the beginning of the page to the end of the sensitive data.
public void setStart(Long start)
Possible values are:
In an Occurrences.lineRanges array, the number of lines from the beginning of the file to the beginning of the sensitive data.
In an Occurrences.offsetRanges array, the number of characters from the beginning of the file to the beginning of the sensitive data.
In a Page object, the number of lines (lineRange) or characters (offsetRange) from the beginning of the page to the beginning of the sensitive data.
start
- Possible values are:
In an Occurrences.lineRanges array, the number of lines from the beginning of the file to the beginning of the sensitive data.
In an Occurrences.offsetRanges array, the number of characters from the beginning of the file to the beginning of the sensitive data.
In a Page object, the number of lines (lineRange) or characters (offsetRange) from the beginning of the page to the beginning of the sensitive data.
public Long getStart()
Possible values are:
In an Occurrences.lineRanges array, the number of lines from the beginning of the file to the beginning of the sensitive data.
In an Occurrences.offsetRanges array, the number of characters from the beginning of the file to the beginning of the sensitive data.
In a Page object, the number of lines (lineRange) or characters (offsetRange) from the beginning of the page to the beginning of the sensitive data.
In an Occurrences.lineRanges array, the number of lines from the beginning of the file to the beginning of the sensitive data.
In an Occurrences.offsetRanges array, the number of characters from the beginning of the file to the beginning of the sensitive data.
In a Page object, the number of lines (lineRange) or characters (offsetRange) from the beginning of the page to the beginning of the sensitive data.
public Range withStart(Long start)
Possible values are:
In an Occurrences.lineRanges array, the number of lines from the beginning of the file to the beginning of the sensitive data.
In an Occurrences.offsetRanges array, the number of characters from the beginning of the file to the beginning of the sensitive data.
In a Page object, the number of lines (lineRange) or characters (offsetRange) from the beginning of the page to the beginning of the sensitive data.
start
- Possible values are:
In an Occurrences.lineRanges array, the number of lines from the beginning of the file to the beginning of the sensitive data.
In an Occurrences.offsetRanges array, the number of characters from the beginning of the file to the beginning of the sensitive data.
In a Page object, the number of lines (lineRange) or characters (offsetRange) from the beginning of the page to the beginning of the sensitive data.
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 Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.