public class ClientThreadBaseRequest extends ClientAccountBaseRequest
Constructor and Description |
---|
ClientThreadBaseRequest() |
ClientThreadBaseRequest(StorageFileLocation accountLocation,
String threadId)
Initializes a new instance of the ClientThreadBaseRequest
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getThreadId()
Thread identifier.
|
int |
hashCode() |
void |
setThreadId(String threadId)
Set threadId.
|
ClientThreadBaseRequest |
threadId(String threadId)
Set threadId and return this.
|
String |
toString() |
accountLocation, getAccountLocation, setAccountLocation
public ClientThreadBaseRequest()
public ClientThreadBaseRequest(StorageFileLocation accountLocation, String threadId)
accountLocation
- Email client account configuration location on storage.threadId
- Thread identifier.public ClientThreadBaseRequest threadId(String threadId)
threadId
- Thread identifier.public String getThreadId()
public void setThreadId(String threadId)
threadId
- Thread identifier.public boolean equals(Object o)
equals
in class ClientAccountBaseRequest
public int hashCode()
hashCode
in class ClientAccountBaseRequest
public String toString()
toString
in class ClientAccountBaseRequest
Copyright © 2020. All rights reserved.