public final class DescriptorMetadata extends Object
StatementDescriptor
Constructor and Description |
---|
DescriptorMetadata()
Constructor, setting agentId and vmId null.
|
DescriptorMetadata(String agentId)
Constructor, setting vmId null.
|
DescriptorMetadata(String agentId,
String vmId)
Constructor.
|
public DescriptorMetadata(String agentId, String vmId)
agentId
- A non-null string representation of the agent UUID.vmId
- A non-null string representation of the vm UUID.public DescriptorMetadata(String agentId)
agentId
- A non-null string representation of the agent UUID.public DescriptorMetadata()
public final String getAgentId()
Key.AGENT_ID
parameter which was used to
complete the query or null if there was none.public final String getVmId()
Key.VM_ID
parameter which was used to
complete the query or null if there was none.public final boolean hasAgentId()
Key.AGENT_ID
parameter, false otherwise.public final boolean hasVmId()
Key.VM_ID
parameter, false otherwise.Copyright © 2014. All rights reserved.