ClientGroupInfo Class

  • java.lang.Object
    • com.microsoft.azure.management.hdinsight.v2018_06_01_preview.ClientGroupInfo

public class ClientGroupInfo

The information of AAD security group.

Constructor Summary

Constructor Description
ClientGroupInfo()

Method Summary

Modifier and Type Method and Description
java.lang.String groupId()

Get the AAD security group id.

java.lang.String groupName()

Get the AAD security group name.

ClientGroupInfo withGroupId(String groupId)

Set the AAD security group id.

ClientGroupInfo withGroupName(String groupName)

Set the AAD security group name.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ClientGroupInfo

public ClientGroupInfo()

Method Details

groupId

public String groupId()

Get the AAD security group id.

Returns:

the groupId value

groupName

public String groupName()

Get the AAD security group name.

Returns:

the groupName value

withGroupId

public ClientGroupInfo withGroupId(String groupId)

Set the AAD security group id.

Parameters:

groupId - the groupId value to set

Returns:

the ClientGroupInfo object itself.

withGroupName

public ClientGroupInfo withGroupName(String groupName)

Set the AAD security group name.

Parameters:

groupName - the groupName value to set

Returns:

the ClientGroupInfo object itself.

Applies to