public interface RefreshInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getProcess()
表示任务的进度。
|
com.google.protobuf.ByteString |
getProcessBytes()
表示任务的进度。
|
String |
getStatus()
表示任务的状态。
|
com.google.protobuf.ByteString |
getStatusBytes()
表示任务的状态。
|
String |
getUrl()
刷新的url
string Url = 1; |
com.google.protobuf.ByteString |
getUrlBytes()
刷新的url
string Url = 1; |
String getUrl()
刷新的url
string Url = 1;com.google.protobuf.ByteString getUrlBytes()
刷新的url
string Url = 1;String getStatus()
表示任务的状态。该参数有以下取值: complete:表示任务已完成。 running:表示任务正在执行中。 failed:表示任务执行失败。
string Status = 2;com.google.protobuf.ByteString getStatusBytes()
表示任务的状态。该参数有以下取值: complete:表示任务已完成。 running:表示任务正在执行中。 failed:表示任务执行失败。
string Status = 2;String getProcess()
表示任务的进度。比如70%
string Process = 3;com.google.protobuf.ByteString getProcessBytes()
表示任务的进度。比如70%
string Process = 3;Copyright © 2025. All rights reserved.