public static final class QueryBusinessLocationsResponseBody.Data.Builder extends Object
public QueryBusinessLocationsResponseBody.Data.Builder cnName(String cnName)
The Chinese name of the region.
example:China (Shanghai)
public QueryBusinessLocationsResponseBody.Data.Builder description(String description)
The description.
example:China (Shanghai)
public QueryBusinessLocationsResponseBody.Data.Builder districtCnName(String districtCnName)
The Chinese name of the district.
example:Asia Pacific
public QueryBusinessLocationsResponseBody.Data.Builder districtEnName(String districtEnName)
The English name of the district.
example:Asia Pacific
public QueryBusinessLocationsResponseBody.Data.Builder districtId(String districtId)
The ID of the region.
example:asia-pacific
public QueryBusinessLocationsResponseBody.Data.Builder districtOrdering(Integer districtOrdering)
The ordering information of the district.
example:101
public QueryBusinessLocationsResponseBody.Data.Builder districtShowName(String districtShowName)
The display name of the district.
example:Asia Pacific
public QueryBusinessLocationsResponseBody.Data.Builder enDescription(String enDescription)
The complete description of the region.
example:China East 2 (Shanghai)
public QueryBusinessLocationsResponseBody.Data.Builder enName(String enName)
The English name of the region.
example:China (Shanghai)
public QueryBusinessLocationsResponseBody.Data.Builder name(String name)
The name.
example:cn-shanghai
public QueryBusinessLocationsResponseBody.Data.Builder ordering(Integer ordering)
The ordering information.
example:6
public QueryBusinessLocationsResponseBody.Data.Builder showName(String showName)
The display name.
example:China (Shanghai)
public QueryBusinessLocationsResponseBody.Data.Builder type(String type)
The type.
example:region
public QueryBusinessLocationsResponseBody.Data build()
Copyright © 2026. All rights reserved.