Class CIMSetInstanceOp
java.lang.Object
org.sblim.cimclient.internal.wbem.operations.CIMOperation
org.sblim.cimclient.internal.wbem.operations.CIMSetInstanceOp
CIMSetInstanceOp
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected boolean
protected CIMInstance
protected java.lang.String[]
Fields inherited from class org.sblim.cimclient.internal.wbem.operations.CIMOperation
iMethodCall, iNameSpace, iObjectName, iResult
-
Constructor Summary
ConstructorsConstructorDescriptionCIMSetInstanceOp
(CIMObjectPath objectName, CIMInstance instance, boolean includeQualifiers, java.lang.String[] propertyList) Ctor. -
Method Summary
Modifier and TypeMethodDescriptionReturns instancejava.lang.String[]
Returns propertyListboolean
Returns includeQualifiersMethods 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
-
iInstance
-
iIncludeQualifiers
protected boolean iIncludeQualifiers -
iPropertyList
protected java.lang.String[] iPropertyList
-
-
Constructor Details
-
CIMSetInstanceOp
public CIMSetInstanceOp(CIMObjectPath objectName, CIMInstance instance, boolean includeQualifiers, java.lang.String[] propertyList) Ctor.- Parameters:
objectName
-instance
-includeQualifiers
-propertyList
-
-
-
Method Details
-
isIncludeQualifiers
public boolean isIncludeQualifiers()Returns includeQualifiers- Returns:
- The value of includeQualifiers.
-
getInstance
Returns instance- Returns:
- The value of instance.
-
getPropertyList
public java.lang.String[] getPropertyList()Returns propertyList- Returns:
- The value of propertyList.
-