public class GetDocumentInfoRequest
extends java.lang.Object
Constructor | Description |
---|---|
GetDocumentInfoRequest() |
Initializes a new instance of the GetDocumentInfoRequest class.
|
GetDocumentInfoRequest(FileInfo fileInfo) |
Initializes a new instance of the GetDocumentInfoRequest class.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object o) |
|
FileInfo |
getfileInfo() |
Get fileInfo
|
int |
hashCode() |
|
void |
setfileInfo(FileInfo fileInfo) |
|
java.lang.String |
toString() |
public GetDocumentInfoRequest()
public GetDocumentInfoRequest(FileInfo fileInfo)
fileInfo
- public FileInfo getfileInfo()
public void setfileInfo(FileInfo fileInfo)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2020. All rights reserved.