-
public final class GetPropertiesResponseResponse type for the RuntimeDomain.getProperties command.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<PropertyDescriptor>resultprivate final List<InternalPropertyDescriptor>internalPropertiesprivate final List<PrivatePropertyDescriptor>privatePropertiesprivate final ExceptionDetailsexceptionDetails
-
Constructor Summary
Constructors Constructor Description GetPropertiesResponse(List<PropertyDescriptor> result, List<InternalPropertyDescriptor> internalProperties, List<PrivatePropertyDescriptor> privateProperties, ExceptionDetails exceptionDetails)
-
Method Summary
Modifier and Type Method Description final List<PropertyDescriptor>component1()final List<InternalPropertyDescriptor>component2()final List<PrivatePropertyDescriptor>component3()final ExceptionDetailscomponent4()final GetPropertiesResponsecopy(List<PropertyDescriptor> result, List<InternalPropertyDescriptor> internalProperties, List<PrivatePropertyDescriptor> privateProperties, ExceptionDetails exceptionDetails)final List<PropertyDescriptor>getResult()Object properties. final List<InternalPropertyDescriptor>getInternalProperties()Internal object properties (only of the element itself). final List<PrivatePropertyDescriptor>getPrivateProperties()Object private properties. final ExceptionDetailsgetExceptionDetails()Exception details. -
-
Constructor Detail
-
GetPropertiesResponse
GetPropertiesResponse(List<PropertyDescriptor> result, List<InternalPropertyDescriptor> internalProperties, List<PrivatePropertyDescriptor> privateProperties, ExceptionDetails exceptionDetails)
-
-
Method Detail
-
component1
final List<PropertyDescriptor> component1()
-
component2
final List<InternalPropertyDescriptor> component2()
-
component3
final List<PrivatePropertyDescriptor> component3()
-
component4
final ExceptionDetails component4()
-
copy
final GetPropertiesResponse copy(List<PropertyDescriptor> result, List<InternalPropertyDescriptor> internalProperties, List<PrivatePropertyDescriptor> privateProperties, ExceptionDetails exceptionDetails)
-
getResult
final List<PropertyDescriptor> getResult()
Object properties.
-
getInternalProperties
final List<InternalPropertyDescriptor> getInternalProperties()
Internal object properties (only of the element itself).
-
getPrivateProperties
final List<PrivatePropertyDescriptor> getPrivateProperties()
Object private properties.
-
getExceptionDetails
final ExceptionDetails getExceptionDetails()
Exception details.
-
-
-
-