Package com.blackhillsoftware.smf.smf90
Class SetCngrpSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf90.SetCngrpSection
- 
Method SummaryModifier and TypeMethodDescriptionstatic SetCngrpSectioncreate(byte[] Data, int offset, int length) create is intended for internal use only.intsmf90cgc()SMF90CGC value.smf90cgn()SMF90CGN values.smf90cgt()SMF90CGT STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).SMF90CGT STCK value.Methods inherited from class com.blackhillsoftware.smf.SmfDatacreateSection, getTriplet
- 
Method Details- 
smf90cgtSMF90CGT STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use smf90cgtRawValue()for a BigInteger containing the complete STCK value.- Returns:
- DateTime SMF90CGT STCK converted to ZonedDateTime
- See Also:
 
- 
smf90cgtRawValueSMF90CGT STCK value.- Returns:
- BigInteger SMF90CGT STCK value
 
- 
smf90cgcpublic int smf90cgc()SMF90CGC value.- Returns:
- int SMF90CGC value
 
- 
smf90cgnSMF90CGN values.- Returns:
- List<String> SMF90CGN values
 
- 
createcreate is intended for internal use only. Instances of this section are created by the parent record or section.- Parameters:
- Data- Array of bytes containing data for this section
- offset- Offset of this section in the data
- length- length of the section
 
 
-