public final class TenantResourceGroupDataSection extends SmfData
Modifier and Type | Method and Description |
---|---|
static TenantResourceGroupDataSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
String |
smf70TrgDesc()
SMF70_TRG_DESC value.
|
long |
smf70TrgLac()
SMF70_TRG_LAC value, throws exception if SMF70_TRG_LAC overflows 64 bit signed integer.
|
BigInteger |
smf70TrgLacAsBigInteger()
SMF70_TRG_LAC value as a BigInteger.
|
long |
smf70TrgMem()
SMF70_TRG_MEM value, throws exception if SMF70_TRG_MEM overflows 64 bit signed integer.
|
BigInteger |
smf70TrgMemAsBigInteger()
SMF70_TRG_MEM value as a BigInteger.
|
String |
smf70TrgName()
SMF70_TRG_NAME value.
|
String |
smf70TrgSbid()
SMF70_TRG_SBID value.
|
long |
smf70TrgSucp()
SMF70_TRG_SUCP value, throws exception if SMF70_TRG_SUCP overflows 64 bit signed integer.
|
BigInteger |
smf70TrgSucpAsBigInteger()
SMF70_TRG_SUCP value as a BigInteger.
|
long |
smf70TrgSuifa()
SMF70_TRG_SUIFA value, throws exception if SMF70_TRG_SUIFA overflows 64 bit signed integer.
|
BigInteger |
smf70TrgSuifaAsBigInteger()
SMF70_TRG_SUIFA value as a BigInteger.
|
long |
smf70TrgSusup()
SMF70_TRG_SUSUP value, throws exception if SMF70_TRG_SUSUP overflows 64 bit signed integer.
|
BigInteger |
smf70TrgSusupAsBigInteger()
SMF70_TRG_SUSUP value as a BigInteger.
|
String |
smf70TrgTntid()
SMF70_TRG_TNTID value.
|
String |
smf70TrgTntname()
SMF70_TRG_TNTNAME value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public String smf70TrgName()
public String smf70TrgDesc()
public String smf70TrgTntid()
public String smf70TrgTntname()
public String smf70TrgSbid()
public long smf70TrgSucp()
IllegalArgumentException
- If the value of SMF70_TRG_SUCP exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF70_TRG_SUCP).
Use smf70TrgSucpAsBigInteger()
if this is possible.public BigInteger smf70TrgSucpAsBigInteger()
smf70TrgSucp()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf70TrgSuifa()
IllegalArgumentException
- If the value of SMF70_TRG_SUIFA exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF70_TRG_SUIFA).
Use smf70TrgSuifaAsBigInteger()
if this is possible.public BigInteger smf70TrgSuifaAsBigInteger()
smf70TrgSuifa()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf70TrgSusup()
IllegalArgumentException
- If the value of SMF70_TRG_SUSUP exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF70_TRG_SUSUP).
Use smf70TrgSusupAsBigInteger()
if this is possible.public BigInteger smf70TrgSusupAsBigInteger()
smf70TrgSusup()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf70TrgLac()
IllegalArgumentException
- If the value of SMF70_TRG_LAC exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF70_TRG_LAC).
Use smf70TrgLacAsBigInteger()
if this is possible.public BigInteger smf70TrgLacAsBigInteger()
smf70TrgLac()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf70TrgMem()
IllegalArgumentException
- If the value of SMF70_TRG_MEM exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF70_TRG_MEM).
Use smf70TrgMemAsBigInteger()
if this is possible.public BigInteger smf70TrgMemAsBigInteger()
smf70TrgMem()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public static TenantResourceGroupDataSection create(byte[] Data, int offset, int length)
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the sectionCopyright © 2021 Black Hill Software Pty Ltd. All rights reserved.