public class PortableAttributeAssigment
extends java.lang.Object
implements javax.management.openmbean.CompositeDataView
Constructor and Description |
---|
PortableAttributeAssigment(java.lang.String name, PortableAttribute attribute, java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
static PortableAttributeAssigment |
from(javax.management.openmbean.CompositeData cd) |
PortableAttribute |
getAttribute() |
java.lang.String |
getName() |
java.lang.String |
getValue() |
int |
hashCode() |
javax.management.openmbean.CompositeData |
toCompositeData(javax.management.openmbean.CompositeType ct) |
static javax.management.openmbean.CompositeType |
toCompositeType() |
java.lang.String |
toString() |
@ConstructorProperties(value={"name","attribute","value"}) public PortableAttributeAssigment(java.lang.String name, PortableAttribute attribute, java.lang.String value)
public java.lang.String getName()
public PortableAttribute getAttribute()
public java.lang.String getValue()
public static javax.management.openmbean.CompositeType toCompositeType()
public javax.management.openmbean.CompositeData toCompositeData(javax.management.openmbean.CompositeType ct)
toCompositeData
in interface javax.management.openmbean.CompositeDataView
public static PortableAttributeAssigment from(javax.management.openmbean.CompositeData cd)
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object