public final class LicenseId extends ResourceId
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getLicense()
Returns the name of the license.
|
String |
getSelfLink()
Returns a fully qualified URL to the entity.
|
int |
hashCode() |
static LicenseId |
of(String license)
Returns a license identity given the license name.
|
static LicenseId |
of(String project,
String license)
Returns a license identity given project and license names.
|
getProject, toString
public String getLicense()
public String getSelfLink()
ResourceId
getSelfLink
in class ResourceId
Copyright © 2019 Google LLC. All rights reserved.