public class GetInfoRequest
extends java.lang.Object
Constructor | Description |
---|---|
GetInfoRequest() |
Initializes a new instance of the GetInfoRequest class.
|
GetInfoRequest(FileInfo fileInfo) |
Initializes a new instance of the GetInfoRequest class.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object o) |
|
FileInfo |
getfileInfo() |
Document path in storage and password
|
int |
hashCode() |
|
void |
setfileInfo(FileInfo fileInfo) |
|
java.lang.String |
toString() |
public GetInfoRequest()
public GetInfoRequest(FileInfo fileInfo)
fileInfo
- Document path in storage and passwordpublic 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 © 2022. All rights reserved.