Thing Class
- java.
lang. Object - ResponseBase
- Identifiable
- Response
- com.
microsoft. azure. cognitiveservices. search. customsearch. models. Thing
- com.
public class Thing extends Response
The Thing model.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
bingId()
Get the bingId value. |
String |
description()
Get the description value. |
String |
name()
Get the name value. |
String |
url()
Get the url value. |
Inherited Members
Method Details
bingId
public String bingId()
Get the bingId value.
Returns:
the bingId value
description
public String description()
Get the description value.
Returns:
the description value
name
public String name()
Get the name value.
Returns:
the name value
url
public String url()
Get the url value.
Returns:
the url value
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