public class AXNode extends Object
| 构造器和说明 |
|---|
AXNode() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getBackendDOMNodeId() |
List<String> |
getChildIds() |
AXValue |
getDescription() |
String |
getFrameId() |
boolean |
getIgnored() |
List<AXProperty> |
getIgnoredReasons() |
AXValue |
getName() |
String |
getNodeId() |
String |
getParentId() |
List<AXProperty> |
getProperties() |
AXValue |
getRole() |
AXValue |
getValue() |
void |
setBackendDOMNodeId(Integer backendDOMNodeId) |
void |
setChildIds(List<String> childIds) |
void |
setDescription(AXValue description) |
void |
setFrameId(String frameId) |
void |
setIgnored(boolean ignored) |
void |
setIgnoredReasons(List<AXProperty> ignoredReasons) |
void |
setName(AXValue name) |
void |
setNodeId(String nodeId) |
void |
setParentId(String parentId) |
void |
setProperties(List<AXProperty> properties) |
void |
setRole(AXValue role) |
void |
setValue(AXValue value) |
public String getNodeId()
public void setNodeId(String nodeId)
public boolean getIgnored()
public void setIgnored(boolean ignored)
public List<AXProperty> getIgnoredReasons()
public void setIgnoredReasons(List<AXProperty> ignoredReasons)
public AXValue getRole()
public void setRole(AXValue role)
public AXValue getName()
public void setName(AXValue name)
public AXValue getDescription()
public void setDescription(AXValue description)
public AXValue getValue()
public void setValue(AXValue value)
public List<AXProperty> getProperties()
public void setProperties(List<AXProperty> properties)
public Integer getBackendDOMNodeId()
public void setBackendDOMNodeId(Integer backendDOMNodeId)
public String getFrameId()
public void setFrameId(String frameId)
public String getParentId()
public void setParentId(String parentId)
Copyright © 2020–2025. All rights reserved.