TagCount Classe
- java.
lang. Object - com.
microsoft. azure. management. resources. TagCount
- com.
public class TagCount
Contagem de marcas.
Resumo do Construtor
Construtor | Description | |
---|---|---|
TagCount() |
Resumo do método
Modificador e tipo | Método e descrição |
---|---|
java.lang.String |
type()
Obter tipo de contagem. |
java.lang.Integer |
value()
Obter valor da contagem. |
Tag |
withType(String type)
Defina o tipo de contagem. |
Tag |
withValue(Integer value)
Defina o valor de count. |
Métodos herdados de 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
Detalhes do construtor
TagCount
public TagCount()
Detalhes do método
type
public String type()
Obter tipo de contagem.
Returns:
o valor do tipo
value
public Integer value()
Obter valor da contagem.
Returns:
o valor do valor
withType
public TagCount withType(String type)
Defina o tipo de contagem.
Parameters:
type
- o valor de tipo a ser definido
Returns:
o próprio objeto TagCount.
withValue
public TagCount withValue(Integer value)
Defina o valor de count.
Parameters:
value
- o valor a ser definido
Returns:
o próprio objeto TagCount.
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java