public static class UnifiedAgentCustomSection.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UnifiedAgentCustomSection |
build() |
UnifiedAgentCustomSection.Builder |
copy(UnifiedAgentCustomSection model) |
UnifiedAgentCustomSection.Builder |
name(String name)
The name of the custom section
|
UnifiedAgentCustomSection.Builder |
params(Map<String,String> params)
Parameters in the custom section
|
public UnifiedAgentCustomSection.Builder name(String name)
The name of the custom section
name
- the value to setpublic UnifiedAgentCustomSection.Builder params(Map<String,String> params)
Parameters in the custom section
params
- the value to setpublic UnifiedAgentCustomSection build()
public UnifiedAgentCustomSection.Builder copy(UnifiedAgentCustomSection model)
Copyright © 2016–2024. All rights reserved.