Package io.webfolder.cdp.type.runtime
Class GetPropertiesResult
java.lang.Object
io.webfolder.cdp.type.runtime.GetPropertiesResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionException details.Internal object properties (only of the element itself).Object private properties.Object properties.void
setExceptionDetails
(ExceptionDetails exceptionDetails) Exception details.void
setInternalProperties
(List<InternalPropertyDescriptor> internalProperties) Internal object properties (only of the element itself).void
setPrivateProperties
(List<PrivatePropertyDescriptor> privateProperties) Object private properties.void
setResult
(List<PropertyDescriptor> result) Object properties.toString()
-
Constructor Details
-
GetPropertiesResult
public GetPropertiesResult()
-
-
Method Details
-
getResult
Object properties. -
setResult
Object properties. -
getInternalProperties
Internal object properties (only of the element itself). -
setInternalProperties
Internal object properties (only of the element itself). -
getPrivateProperties
Object private properties. -
setPrivateProperties
Object private properties. -
getExceptionDetails
Exception details. -
setExceptionDetails
Exception details. -
toString
-