public static final class PushApplicationDataResponseBody.PushResult.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
PushApplicationDataResponseBody.PushResult |
build() |
PushApplicationDataResponseBody.PushResult.Builder |
name(String name)
The name of the data file.
|
PushApplicationDataResponseBody.PushResult.Builder |
resultCode(Integer resultCode)
The push result.
|
PushApplicationDataResponseBody.PushResult.Builder |
resultDescrip(String resultDescrip)
The description of the push status.
|
PushApplicationDataResponseBody.PushResult.Builder |
version(String version)
The version number of the data file.
|
public PushApplicationDataResponseBody.PushResult.Builder name(String name)
public PushApplicationDataResponseBody.PushResult.Builder resultCode(Integer resultCode)
* 0: The push operation is successful. * 100: The push operation has been performed and the file is pushed. * 200: The push operation has been performed and the file is being pushed to specific file servers. * 300: The push operation failed. You must trigger the push operation again. The ResultDescrip parameter indicates the error description.
public PushApplicationDataResponseBody.PushResult.Builder resultDescrip(String resultDescrip)
public PushApplicationDataResponseBody.PushResult.Builder version(String version)
public PushApplicationDataResponseBody.PushResult build()
Copyright © 2024. All rights reserved.