com.caucho.cloud.deploy
Class RemoveTagQuery
java.lang.Object
com.caucho.cloud.deploy.RemoveTagQuery
- All Implemented Interfaces:
- java.io.Serializable
public class RemoveTagQuery
- extends java.lang.Object
- implements java.io.Serializable
Deployment query to delete a tag.
- See Also:
- Serialized Form
Constructor Summary |
RemoveTagQuery(java.lang.String tag,
java.util.Map<java.lang.String,java.lang.String> attributes)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RemoveTagQuery
public RemoveTagQuery(java.lang.String tag,
java.util.Map<java.lang.String,java.lang.String> attributes)
getTag
public java.lang.String getTag()
getAttributes
public java.util.Map<java.lang.String,java.lang.String> getAttributes()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object