@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Page extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the location of an occurrence of sensitive data in an Adobe Portable Document Format file.
Constructor and Description |
---|
Page() |
Modifier and Type | Method and Description |
---|---|
Page |
clone() |
boolean |
equals(Object obj) |
Range |
getLineRange()
The line that contains the data, and the position of the data on that line.
|
Range |
getOffsetRange()
The position of the data on the page, relative to the beginning of the page.
|
Long |
getPageNumber()
The page number of the page that contains the data.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLineRange(Range lineRange)
The line that contains the data, and the position of the data on that line.
|
void |
setOffsetRange(Range offsetRange)
The position of the data on the page, relative to the beginning of the page.
|
void |
setPageNumber(Long pageNumber)
The page number of the page that contains the data.
|
String |
toString()
Returns a string representation of this object.
|
Page |
withLineRange(Range lineRange)
The line that contains the data, and the position of the data on that line.
|
Page |
withOffsetRange(Range offsetRange)
The position of the data on the page, relative to the beginning of the page.
|
Page |
withPageNumber(Long pageNumber)
The page number of the page that contains the data.
|
public void setLineRange(Range lineRange)
The line that contains the data, and the position of the data on that line.
lineRange
- The line that contains the data, and the position of the data on that line.public Range getLineRange()
The line that contains the data, and the position of the data on that line.
public Page withLineRange(Range lineRange)
The line that contains the data, and the position of the data on that line.
lineRange
- The line that contains the data, and the position of the data on that line.public void setOffsetRange(Range offsetRange)
The position of the data on the page, relative to the beginning of the page.
offsetRange
- The position of the data on the page, relative to the beginning of the page.public Range getOffsetRange()
The position of the data on the page, relative to the beginning of the page.
public Page withOffsetRange(Range offsetRange)
The position of the data on the page, relative to the beginning of the page.
offsetRange
- The position of the data on the page, relative to the beginning of the page.public void setPageNumber(Long pageNumber)
The page number of the page that contains the data.
pageNumber
- The page number of the page that contains the data.public Long getPageNumber()
The page number of the page that contains the data.
public Page withPageNumber(Long pageNumber)
The page number of the page that contains the data.
pageNumber
- The page number of the page that contains the 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.