public static final class GetAssetsPropertyItemResponseBody.PropertyItems.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetAssetsPropertyItemResponseBody.PropertyItems |
build() |
GetAssetsPropertyItemResponseBody.PropertyItems.Builder |
count(Integer count)
The number of servers related to the asset fingerprints.
|
GetAssetsPropertyItemResponseBody.PropertyItems.Builder |
domain(String domain)
The endpoint.
|
GetAssetsPropertyItemResponseBody.PropertyItems.Builder |
middlewareName(String middlewareName)
AI tool name.
|
GetAssetsPropertyItemResponseBody.PropertyItems.Builder |
modelName(String modelName)
Name of the LLM service.
|
GetAssetsPropertyItemResponseBody.PropertyItems.Builder |
moduleName(String moduleName)
The name of the module.
|
GetAssetsPropertyItemResponseBody.PropertyItems.Builder |
path(String path)
The path to the startup item.
|
public GetAssetsPropertyItemResponseBody.PropertyItems.Builder count(Integer count)
The number of servers related to the asset fingerprints.
example:23
public GetAssetsPropertyItemResponseBody.PropertyItems.Builder domain(String domain)
The endpoint.
example:This parameter is returned only when Biz is set to web_server.
localhost
public GetAssetsPropertyItemResponseBody.PropertyItems.Builder middlewareName(String middlewareName)
AI tool name.
example:vllm
public GetAssetsPropertyItemResponseBody.PropertyItems.Builder modelName(String modelName)
Name of the LLM service.
example:Deepseek
public GetAssetsPropertyItemResponseBody.PropertyItems.Builder moduleName(String moduleName)
The name of the module.
example:This parameter is returned only when Biz is set to lkm.
alihids
public GetAssetsPropertyItemResponseBody.PropertyItems.Builder path(String path)
The path to the startup item.
example:This parameter is returned only when Biz is set to autorun.
C:/Program Files/****
public GetAssetsPropertyItemResponseBody.PropertyItems build()
Copyright © 2026. All rights reserved.