ImportTask.Builder |
ImportTask.Builder.setAsyncResponseAvailable(java.lang.Boolean asyncResponseAvailable) |
True if response for asynchronous request is available
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
ImportTask.Builder |
ImportTask.Builder.setCancelable(java.lang.Boolean cancelable) |
True if this task can be canceled
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
ImportTask.Builder |
ImportTask.Builder.setDescription(java.lang.String description) |
Description of the task
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
ImportTask.Builder |
ImportTask.Builder.setDraftPath(java.lang.String draftPath) |
Policy path of a draft in which the imported configuration gets stored after
completion of import task.
|
ImportTask.Builder |
ImportTask.Builder.setEndTime(java.lang.Long endTime) |
The end time of the task in epoch milliseconds format: int64
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
ImportTask.Builder |
ImportTask.Builder.setFailureMsg(java.lang.String failureMsg) |
This property holds the reason of the task failure, if any.
|
ImportTask.Builder |
ImportTask.Builder.setId(java.lang.String id) |
Identifier for this task
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
ImportTask.Builder |
ImportTask.Builder.setLinks(java.util.List<ResourceLink> links) |
The server will populate this field when returing the resource.
|
ImportTask.Builder |
ImportTask.Builder.setMessage(java.lang.String message) |
A message describing the disposition of the task
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
ImportTask.Builder |
ImportTask.Builder.setProgress(java.lang.Long progress) |
Task progress if known, from 0 to 100 format: int64
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
ImportTask.Builder |
ImportTask.Builder.setRequestMethod(java.lang.String requestMethod) |
HTTP request method
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
ImportTask.Builder |
ImportTask.Builder.setRequestUri(java.lang.String requestUri) |
URI of the method invocation that spawned this task
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
ImportTask.Builder |
ImportTask.Builder.setSchema(java.lang.String schema) |
Schema for this resource
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
ImportTask.Builder |
ImportTask.Builder.setSelf(SelfResourceLink self) |
|
ImportTask.Builder |
ImportTask.Builder.setStartTime(java.lang.Long startTime) |
The start time of the task in epoch milliseconds format: int64
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
ImportTask.Builder |
ImportTask.Builder.setStatus(java.lang.String status) |
|
ImportTask.Builder |
ImportTask.Builder.setUser(java.lang.String user) |
Name of the user who created this task
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|