Class CIMSetPropertyOp
java.lang.Object
org.sblim.cimclient.internal.wbem.operations.CIMOperation
org.sblim.cimclient.internal.wbem.operations.CIMSetPropertyOp
CIMSetPropertyOp
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected java.lang.Object
protected java.lang.String
Fields inherited from class org.sblim.cimclient.internal.wbem.operations.CIMOperation
iMethodCall, iNameSpace, iObjectName, iResult
-
Constructor Summary
ConstructorsConstructorDescriptionCIMSetPropertyOp
(CIMObjectPath objectName, java.lang.String propertyName, java.lang.Object cimValue) Ctor. -
Method Summary
Modifier and TypeMethodDescriptionjava.lang.Object
Returns cimValuejava.lang.String
Returns propertyNameMethods inherited from class org.sblim.cimclient.internal.wbem.operations.CIMOperation
getMethodCall, getNameSpace, getObjectName, getResult, isException, setNameSpace, setResult
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
iPropertyName
protected java.lang.String iPropertyName -
iCimValue
protected java.lang.Object iCimValue
-
-
Constructor Details
-
CIMSetPropertyOp
public CIMSetPropertyOp(CIMObjectPath objectName, java.lang.String propertyName, java.lang.Object cimValue) Ctor.- Parameters:
objectName
-propertyName
-cimValue
-
-
-
Method Details
-
getCimValue
public java.lang.Object getCimValue()Returns cimValue- Returns:
- The value of cimValue.
-
getPropertyName
public java.lang.String getPropertyName()Returns propertyName- Returns:
- The value of propertyName.
-