Class MCPServerValidationResponseToolInfoDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.publisher.api.v1.dto.MCPServerValidationResponseToolInfoDTO
-
public class MCPServerValidationResponseToolInfoDTO extends Object
MCPServerValidationResponseToolInfoDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_OPERATIONS
-
Constructor Summary
Constructors Constructor Description MCPServerValidationResponseToolInfoDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<MCPServerOperationDTO>getOperations()Get operationsinthashCode()MCPServerValidationResponseToolInfoDTOoperations(List<MCPServerOperationDTO> operations)voidsetOperations(List<MCPServerOperationDTO> operations)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_OPERATIONS
public static final String SERIALIZED_NAME_OPERATIONS
- See Also:
- Constant Field Values
-
-
Method Detail
-
operations
public MCPServerValidationResponseToolInfoDTO operations(List<MCPServerOperationDTO> operations)
-
getOperations
@Nullable public List<MCPServerOperationDTO> getOperations()
Get operations- Returns:
- operations
-
setOperations
public void setOperations(List<MCPServerOperationDTO> operations)
-
-