public static final class CreateApplicationResponseBody.Data.Builder extends Object
public CreateApplicationResponseBody.Data.Builder appId(String appId)
The ID of the application.
example:xxxxxxxx@xxxxxxxxxx
public CreateApplicationResponseBody.Data.Builder appName(String appName)
The name of the application.
example:spring-cloud-a
public CreateApplicationResponseBody.Data.Builder createTime(Long createTime)
The creation time.
example:1631001140913
public CreateApplicationResponseBody.Data.Builder extraInfo(String extraInfo)
The additional information.
example:{"rpcTypes":["dubbo","springCloud"]}
public CreateApplicationResponseBody.Data.Builder language(String language)
The programming language of the application.
example:JAVA
public CreateApplicationResponseBody.Data.Builder licenseKey(String licenseKey)
The license key in use.
example:xxxxxxxx@xxxxxxxxxx
public CreateApplicationResponseBody.Data.Builder namespace(String namespace)
MSE命名空间名字。
example:prod
public CreateApplicationResponseBody.Data.Builder regionId(String regionId)
The region ID.
example:cn-hangzhou
public CreateApplicationResponseBody.Data.Builder source(String source)
The service where the application is deployed. Valid values:
ACK
public CreateApplicationResponseBody.Data.Builder status(Integer status)
The status of the application. A value of 1 indicates that the application is in a normal state.
example:1
public CreateApplicationResponseBody.Data.Builder updateTime(Long updateTime)
The update time.
example:1632979237663
public CreateApplicationResponseBody.Data.Builder userId(String userId)
The ID of the Alibaba Cloud account.
example:1888888888
public CreateApplicationResponseBody.Data.Builder version(String version)
版本号。
example:1.0.0
public CreateApplicationResponseBody.Data build()
Copyright © 2026. All rights reserved.