public class VmwareCimDatacollectionConfig extends Object implements Serializable
Constructor and Description |
---|
VmwareCimDatacollectionConfig() |
Modifier and Type | Method and Description |
---|---|
void |
addVmwareCimCollection(int index,
VmwareCimCollection vVmwareCimCollection) |
void |
addVmwareCimCollection(VmwareCimCollection vVmwareCimCollection) |
Enumeration<VmwareCimCollection> |
enumerateVmwareCimCollection()
Method enumerateVmwareCimCollection.
|
boolean |
equals(Object obj)
Overrides the java.lang.Object.equals method.
|
String |
getRrdRepository()
Returns the value of field 'rrdRepository'.
|
VmwareCimCollection[] |
getVmwareCimCollection()
Method getVmwareCimCollection.Returns the contents of the
collection in an Array.
|
VmwareCimCollection |
getVmwareCimCollection(int index)
Method getVmwareCimCollection.
|
List<VmwareCimCollection> |
getVmwareCimCollectionCollection()
Method getVmwareCimCollectionCollection.Returns a reference
to '_vmwareCimCollectionList'.
|
int |
getVmwareCimCollectionCount()
Method getVmwareCimCollectionCount.
|
Iterator<VmwareCimCollection> |
iterateVmwareCimCollection()
Method iterateVmwareCimCollection.
|
void |
removeAllVmwareCimCollection() |
boolean |
removeVmwareCimCollection(VmwareCimCollection vVmwareCimCollection)
Method removeVmwareCimCollection.
|
VmwareCimCollection |
removeVmwareCimCollectionAt(int index)
Method removeVmwareCimCollectionAt.
|
void |
setRrdRepository(String rrdRepository)
Sets the value of field 'rrdRepository'.
|
void |
setVmwareCimCollection(int index,
VmwareCimCollection vVmwareCimCollection) |
void |
setVmwareCimCollection(List<VmwareCimCollection> vVmwareCimCollectionList)
Sets the value of '_vmwareCimCollectionList' by copying the
given Vector.
|
void |
setVmwareCimCollection(VmwareCimCollection[] vVmwareCimCollectionArray) |
public void addVmwareCimCollection(VmwareCimCollection vVmwareCimCollection) throws IndexOutOfBoundsException
vVmwareCimCollection
- IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addVmwareCimCollection(int index, VmwareCimCollection vVmwareCimCollection) throws IndexOutOfBoundsException
index
- vVmwareCimCollection
- IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic Enumeration<VmwareCimCollection> enumerateVmwareCimCollection()
public boolean equals(Object obj)
public String getRrdRepository()
public VmwareCimCollection getVmwareCimCollection(int index) throws IndexOutOfBoundsException
index
- IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic VmwareCimCollection[] getVmwareCimCollection()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public List<VmwareCimCollection> getVmwareCimCollectionCollection()
public int getVmwareCimCollectionCount()
public Iterator<VmwareCimCollection> iterateVmwareCimCollection()
public void removeAllVmwareCimCollection()
public boolean removeVmwareCimCollection(VmwareCimCollection vVmwareCimCollection)
vVmwareCimCollection
- public VmwareCimCollection removeVmwareCimCollectionAt(int index)
index
- public void setRrdRepository(String rrdRepository)
rrdRepository
- the value of field 'rrdRepository'.public void setVmwareCimCollection(int index, VmwareCimCollection vVmwareCimCollection) throws IndexOutOfBoundsException
index
- vVmwareCimCollection
- IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setVmwareCimCollection(VmwareCimCollection[] vVmwareCimCollectionArray)
vVmwareCimCollectionArray
- public void setVmwareCimCollection(List<VmwareCimCollection> vVmwareCimCollectionList)
vVmwareCimCollectionList
- the Vector to copy.Copyright © 2021. All rights reserved.