java.lang.Object
com.zeroc.IceGrid.ApplicationUpdateInfo
- All Implemented Interfaces:
Serializable,Cloneable
Information about updates to an IceGrid application.
Remarks:
The Slice compiler generated this class from Slice struct ::IceGrid::ApplicationUpdateInfo.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe update descriptor.intThe application revision number.longThe update time.The user who updated the application. -
Constructor Summary
ConstructorsConstructorDescriptionConstructs aApplicationUpdateInfo.ApplicationUpdateInfo(long updateTime, String updateUser, int revision, ApplicationUpdateDescriptor descriptor) Constructs aApplicationUpdateInfowith values for all its fields. -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()static ApplicationUpdateInfoice_read(InputStream istr) Unmarshals anApplicationUpdateInfofrom an input stream.static Optional<ApplicationUpdateInfo>ice_read(InputStream istr, int tag) Unmarshals an optionalApplicationUpdateInfofrom an input stream.voidice_readMembers(InputStream istr) Unmarshals and sets this object's fields from an input stream.static voidice_write(OutputStream ostr, int tag, ApplicationUpdateInfo v) Marshals an optionalApplicationUpdateInfointo an output stream.static voidice_write(OutputStream ostr, int tag, Optional<ApplicationUpdateInfo> v) Marshals an optionalApplicationUpdateInfointo an output stream.static voidice_write(OutputStream ostr, ApplicationUpdateInfo v) Marshals anApplicationUpdateInfointo an output stream.voidice_writeMembers(OutputStream ostr) Marshals this object's fields into an output stream.
-
Field Details
-
updateTime
public long updateTimeThe update time. -
updateUser
The user who updated the application. -
revision
public int revisionThe application revision number. -
descriptor
The update descriptor.
-
-
Constructor Details
-
ApplicationUpdateInfo
public ApplicationUpdateInfo()Constructs aApplicationUpdateInfo. -
ApplicationUpdateInfo
public ApplicationUpdateInfo(long updateTime, String updateUser, int revision, ApplicationUpdateDescriptor descriptor) Constructs aApplicationUpdateInfowith values for all its fields.- Parameters:
updateTime- The update time.updateUser- The user who updated the application.revision- The application revision number.descriptor- The update descriptor.
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
clone
-
ice_writeMembers
Marshals this object's fields into an output stream.- Parameters:
ostr- the output stream
-
ice_readMembers
Unmarshals and sets this object's fields from an input stream.- Parameters:
istr- the input stream
-
ice_write
Marshals anApplicationUpdateInfointo an output stream.- Parameters:
ostr- the output streamv- theApplicationUpdateInfoto marshal
-
ice_read
Unmarshals anApplicationUpdateInfofrom an input stream.- Parameters:
istr- the input stream- Returns:
- the unmarshaled
ApplicationUpdateInfo
-
ice_write
Marshals an optionalApplicationUpdateInfointo an output stream.- Parameters:
ostr- the output streamtag- the tagv- the value to marshal
-
ice_write
Marshals an optionalApplicationUpdateInfointo an output stream.- Parameters:
ostr- the output streamtag- the tagv- the value to marshal
-
ice_read
Unmarshals an optionalApplicationUpdateInfofrom an input stream.- Parameters:
istr- the input streamtag- the tag- Returns:
- the unmarshaled value
-