Class ServiceRefTargetLocationsItem
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.context_based_restrictions.v1.model.ServiceRefTargetLocationsItem
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ServiceRefTargetLocationsItem extends com.ibm.cloud.sdk.core.service.model.GenericModel
ServiceRefTargetLocationsItem.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDisplayName()
Gets the displayName.java.lang.String
getKind()
Gets the kind.java.lang.String
getName()
Gets the name.
-
-
-
Method Detail
-
getDisplayName
public java.lang.String getDisplayName()
Gets the displayName. The location display name.- Returns:
- the displayName
-
getKind
public java.lang.String getKind()
Gets the kind. The location kind.- Returns:
- the kind
-
getName
public java.lang.String getName()
Gets the name. The location name.- Returns:
- the name
-
-