public static final class ListMigrationTaskResponseBody.Data.Builder extends Object
public ListMigrationTaskResponseBody.Data.Builder clusterType(String clusterType)
The type of the instance.
Nacos-Ans
public ListMigrationTaskResponseBody.Data.Builder gmtCreate(String gmtCreate)
The creation time.
example:2022-01-07T10:07:57.000+0000
public ListMigrationTaskResponseBody.Data.Builder gmtModified(String gmtModified)
The update time.
example:2021-12-30T06:41:52.000+0000
public ListMigrationTaskResponseBody.Data.Builder id(Long id)
The ID of the job.
example:1
public ListMigrationTaskResponseBody.Data.Builder originInstanceAddress(String originInstanceAddress)
The address of the source instance node.
example:192.168.1.1:8848
public ListMigrationTaskResponseBody.Data.Builder originInstanceName(String originInstanceName)
The name of the source instance.
example:test
public ListMigrationTaskResponseBody.Data.Builder originInstanceNamespace(String originInstanceNamespace)
The list of namespaces. This parameter is optional if applications are migrated from a Nacos instance.
example:fsdfsdfdsf
public ListMigrationTaskResponseBody.Data.Builder projectDesc(String projectDesc)
The description.
example:test
public ListMigrationTaskResponseBody.Data.Builder syncType(String syncType)
public ListMigrationTaskResponseBody.Data.Builder targetClusterName(String targetClusterName)
The name of the destination instance.
example:multiple-nacos
public ListMigrationTaskResponseBody.Data.Builder targetClusterUrl(String targetClusterUrl)
The URL of the destination instance.
example:mse-f1******-nacos-ans.mse.aliyuncs.com:8848
public ListMigrationTaskResponseBody.Data.Builder targetInstanceId(String targetInstanceId)
The ID of the destination instance.
example:mse-cn-zv*****
public ListMigrationTaskResponseBody.Data.Builder userId(String userId)
The ID of the user.
example:2
public ListMigrationTaskResponseBody.Data build()
Copyright © 2026. All rights reserved.