Package com.vmware.vim25
Class HostDigestInfo
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.HostDigestInfo
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
HostTpmDigestInfo
- See Also:
-
Field Summary
FieldsFields inherited from class com.vmware.vim25.DynamicData
dynamicProperty, dynamicType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]voidsetDigestMethod(String digestMethod) voidsetDigestValue(byte[] digestValue) voidsetObjectName(String objectName) Methods inherited from class com.vmware.vim25.DynamicData
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType
-
Field Details
-
digestMethod
-
digestValue
public byte[] digestValue -
objectName
-
-
Constructor Details
-
HostDigestInfo
public HostDigestInfo()
-
-
Method Details
-
getDigestMethod
-
getDigestValue
public byte[] getDigestValue() -
getObjectName
-
setDigestMethod
-
setDigestValue
public void setDigestValue(byte[] digestValue) -
setObjectName
-