-
public final class GetPropertiesRequestRequest object containing input parameters for the RuntimeDomain.getProperties command.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringobjectIdprivate final BooleanownPropertiesprivate final BooleanaccessorPropertiesOnlyprivate final BooleangeneratePreview
-
Constructor Summary
Constructors Constructor Description GetPropertiesRequest(String objectId, Boolean ownProperties, Boolean accessorPropertiesOnly, Boolean generatePreview)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Booleancomponent2()final Booleancomponent3()final Booleancomponent4()final GetPropertiesRequestcopy(String objectId, Boolean ownProperties, Boolean accessorPropertiesOnly, Boolean generatePreview)final StringgetObjectId()Identifier of the object to return properties for. final BooleangetOwnProperties()If true, returns properties belonging only to the element itself, not to its prototype chain. final BooleangetAccessorPropertiesOnly()If true, returns accessor properties (with getter/setter) only; internal properties are not returned either. final BooleangetGeneratePreview()Whether preview should be generated for the results. -
-
Method Detail
-
component1
final String component1()
-
component2
final Boolean component2()
-
component3
final Boolean component3()
-
component4
final Boolean component4()
-
copy
final GetPropertiesRequest copy(String objectId, Boolean ownProperties, Boolean accessorPropertiesOnly, Boolean generatePreview)
-
getObjectId
final String getObjectId()
Identifier of the object to return properties for.
-
getOwnProperties
final Boolean getOwnProperties()
If true, returns properties belonging only to the element itself, not to its prototype chain.
-
getAccessorPropertiesOnly
final Boolean getAccessorPropertiesOnly()
If true, returns accessor properties (with getter/setter) only; internal properties are not returned either.
-
getGeneratePreview
final Boolean getGeneratePreview()
Whether preview should be generated for the results.
-
-
-
-