Class SecurityOfficerSchemaElementListResponse
- java.lang.Object
-
- org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
- org.odpi.openmetadata.accessservices.securityofficer.api.model.rest.SecurityOfficerOMASAPIResponse
-
- org.odpi.openmetadata.accessservices.securityofficer.api.model.rest.SecurityOfficerSchemaElementListResponse
-
- All Implemented Interfaces:
Serializable,FFDCResponse
public class SecurityOfficerSchemaElementListResponse extends SecurityOfficerOMASAPIResponse implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SecurityOfficerSchemaElementListResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SecuritySchemaElement>getSchemaElementEntityList()voidsetSchemaElementEntityList(List<SecuritySchemaElement> schemaElementEntityList)-
Methods inherited from class org.odpi.openmetadata.accessservices.securityofficer.api.model.rest.SecurityOfficerOMASAPIResponse
toString
-
Methods inherited from class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
equals, getActionDescription, getExceptionCausedBy, getExceptionClassName, getExceptionErrorMessage, getExceptionErrorMessageId, getExceptionErrorMessageParameters, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, hashCode, setActionDescription, setExceptionCausedBy, setExceptionClassName, setExceptionErrorMessage, setExceptionErrorMessageId, setExceptionErrorMessageParameters, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCode
-
-
-
-
Method Detail
-
getSchemaElementEntityList
public List<SecuritySchemaElement> getSchemaElementEntityList()
-
setSchemaElementEntityList
public void setSchemaElementEntityList(List<SecuritySchemaElement> schemaElementEntityList)
-
-