Class Instance


  • public class Instance
    extends Object
    Instance.
    • Field Detail

      • desc

        private String desc
        Required. A human-readable description for the protocol, such as the name.
      • icon

        private String icon
        An optional content URI representing the protocol. Overrides the one provided at the higher level Protocol object.
      • fields

        private Map<String,​String> fields
        Required. Preset values for fields the client may use to search by.
      • networkId

        private String networkId
        Required. A unique identifier across all instances.
    • Constructor Detail

      • Instance

        public Instance()
    • Method Detail

      • getDesc

        public String getDesc()
      • setDesc

        public void setDesc​(String desc)
      • getIcon

        public String getIcon()
      • setIcon

        public void setIcon​(String icon)
      • getNetworkId

        public String getNetworkId()
      • setNetworkId

        public void setNetworkId​(String networkId)