MacAddress Class
- java.
lang. Object - com.
azure. spring. data. cosmos. common. MacAddress
- com.
public final class MacAddress
Mac address class to transfer mac address to hash mac address.
Method Summary
Modifier and Type | Method and Description |
---|---|
static String |
getHashMac()
To get a hash Mac address. |
Methods inherited from java.lang.Object
Method Details
getHashMac
public static String getHashMac()
To get a hash Mac address.
Returns:
String Hash mac address
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java